index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
user
/
views
Age
Commit message (
Expand
)
Author
2009-12-23
ORM relations now require you to do find_all() or count_all() to get the resu...
Bharat Mediratta
2009-11-14
Remove g-dialog-link from special groups delete button (registered users, eve...
Chad Kieffer
2009-11-14
A few more g- prefix updates for the user module, this should be it.
Chad Kieffer
2009-11-14
Fix floated group rows when more than one row exists. Attach g- before all cs...
Chad Kieffer
2009-11-08
Remove g-actions, it doesn't serve any real purpose in styling or JavaScript.
Chad Kieffer
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-10-27
Add a password strength meter.
Tim Almdal
2009-10-23
synchronize with the master branch
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-19
Simplify the user interface by moving the password reset functionality into t...
Tim Almdal
2009-10-19
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-18
Wrap all admin views in g-block and g-block content. This provides the means ...
Chad Kieffer
2009-10-18
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-17
Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.
Chad Kieffer
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-16
Finish integrating the move of the user edit/update functions into the user m...
Tim Almdal
2009-10-15
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-14
Move the ui for user adminsitration back to the user module.
Tim Almdal
2009-10-13
Refactor the ui component of the user module into the gallery core module.
Tim Almdal
2009-10-07
Replaced most clear fix hacks with generic class.
Chad Kieffer
2009-10-06
Change the focus of the user module from providing user/group management to p...
Tim Almdal
2009-10-04
Renamed more CSS selectors from gName to g-name.
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-10-03
Renamed and moved gOdd/gEven CSS classes.
Chad Kieffer
2009-09-30
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...
Chad Kieffer
2009-09-30
Apply button style and hover effect to password reset button.
Chad Kieffer
2009-09-30
Missed g-right application on add group
Chad Kieffer
2009-09-30
Removed blank line.
Chad Kieffer
2009-09-30
Replaced gButtonLink with g-button.
Chad Kieffer
2009-09-30
First round of CSS refactor updates. Added calls to gallery.common.css from w...
Chad Kieffer
2009-09-05
Change click() to change() so that we immediately update the UI when
Bharat Mediratta
2009-09-05
Add missing view for language selection
Andy Staudacher
2009-09-04
placeholder for a missing view
Bharat Mediratta
2009-09-01
XSS / style fixes for newly detected issues (after fixing XSS scanner)
Andy Staudacher
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
Andy Staudacher
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-29
Adding SafeString which is going to replace p::clean() and p::purify().
Andy Staudacher
2009-08-08
Change galleryPanel and galleryDialog widgets to gallery_panel and gallery_di...
Tim Almdal
2009-08-08
Refactor the gallery dialog into a jQuery widget
Tim Almdal
2009-07-23
Convert instances of theme_url() to just url() to match the API change
Bharat Mediratta
2009-07-21
In the logout link, urlencode the continue url so that ampersands, etc
Bharat Mediratta
2009-07-21
Escape bare & symbols so that we use valid entities. Fixes ticket #577.
Bharat Mediratta
2009-07-19
More thorough fix for #421. Create User_Model::display_name() which
Bharat Mediratta
2009-07-21
Changed "Forgot Your Password" text to use capital 'Y' on the word Your
Shai Ben-Naphtali
[next]