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
Age
Commit message (
Expand
)
Author
2009-10-23
Moved remaining user and group admin css into the new user.css style sheet.
Chad Kieffer
2009-10-23
Created user.css. Moved user-related form css to the new sheet.
Chad Kieffer
2009-10-23
move controllers and views to the user module to make the Identity Provider r...
Tim Almdal
2009-10-23
Move the filters that the File_Structure_Test use into a seperate file so oth...
Tim Almdal
2009-10-18
Wrap all admin views in g-block and g-block content. This provides the means ...
Chad Kieffer
2009-10-17
Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.
Chad Kieffer
2009-10-15
Move all the edit/update forms for users and groups back to the user module.
Tim Almdal
2009-10-14
Move the ui for user adminsitration back to the user module.
Tim Almdal
2009-10-13
refactor the user and group helpers into the gallery core module. 2 reason, ...
Tim Almdal
2009-10-13
Refactor the ui component of the user module into the gallery core module.
Tim Almdal
2009-10-13
Continue to refactor locale and gallery3 ui from the user module to the galle...
Tim Almdal
2009-10-13
remove the unused private function user::_md5Salt()
Tim Almdal
2009-10-13
refactor locale related functionality out of the user module and into the gal...
Tim Almdal
2009-10-09
Add support for the in filter to get_user_list and get_group_list. Convert th...
Tim Almdal
2009-10-09
Convert direct lookups for the user table using ORM to using the user::lookup...
Tim Almdal
2009-10-08
Change the users.php controller so its no longer restful. The problem with o...
Tim Almdal
2009-10-07
Replaced most clear fix hacks with generic class.
Chad Kieffer
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
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-09-30
Use the block_manager to manage site sidebar panels. Fixes ticket #110.
Tim Almdal
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-15
CSRF / auth fixes, golden data file checkpoint
Andy Staudacher
2009-09-10
Use abs_url() inside url::redirect() calls so that we don't just wind
Bharat Mediratta
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
2009-09-05
Change click() to change() so that we immediately update the UI when
Bharat Mediratta
2009-09-05
Revert previous edit. Prefer « none » (sweet, nice Unicode characters) inst...
Andy Staudacher
2009-09-05
Add missing view for language selection
Andy Staudacher
2009-09-04
placeholder for a missing view
Bharat Mediratta
2009-09-04
Shorten the name in the block so that it doesn't wrap.
Bharat Mediratta
2009-09-04
When changing user preferences, reset the session based locale preferences.
Andy Staudacher
2009-09-04
Add new locale preferences: Adding per session (cookie) locale preferences an...
Andy Staudacher
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
Fix active() to not use user::guest() as the fallback for our Session::get() ...
Bharat Mediratta
2009-08-29
Adding SafeString which is going to replace p::clean() and p::purify().
Andy Staudacher
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-08-27
Don't ask for csrf when we're resetting passwords. They're not gonna have on...
Bharat Mediratta
[next]