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-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-06
Fix up all the various little forms to have submit buttons, fieldset legends,...
Bharat Mediratta
2009-01-03
Added default user avatar. Comment thread updates, including display of avata...
Chad Kieffer
2009-01-01
Change the preamble for views in two ways:
Bharat Mediratta
2008-12-26
Added title to user/group administration dialogs
Felix Rabinovich
2008-12-26
User/Group administration cleanup
Felix Rabinovich
2008-12-26
Separate GET and POST in Group Administration
Felix Rabinovich
2008-12-26
Separate GET and POST in User Administration
Felix Rabinovich
2008-12-26
Group Administration
Felix Rabinovich
2008-12-26
User Administration. Add users. Take 3
Felix Rabinovich
2008-12-26
User Administration. Delete users. Take 3
Felix Rabinovich
2008-12-26
User Administration. Edit users. Take 3
Felix Rabinovich
2008-12-25
Ajaxify 'add users'
Felix Rabinovich
2008-12-25
fixes in user edit and delete
Felix Rabinovich
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-25
User administration: 1. Add users; 2. Group administration; 3. General cleanup
Felix Rabinovich
2008-12-24
Adding user
Felix Rabinovich
2008-12-23
Edit user - first draft
Felix Rabinovich
2008-12-19
Implement admin user editing. It's still very rough. Trying to
Bharat Mediratta
2008-12-19
Create a new pattern for Site Admin controllers:
Bharat Mediratta
2008-12-19
Fix indentation.
Bharat Mediratta
2008-12-18
Dialog polishing. They now resize their height. Updated form styles in the co...
Chad Kieffer
2008-12-15
Switched login display from display in the header to a dialog. Validation err...
Chad Kieffer
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
2008-12-01
Grouped inline form styles. No longer using gInline class in favor of specifi...
Chad Kieffer
2008-11-24
Make login form JS unobtrusive. Needs work.
Chad Kieffer
2008-11-22
Cleanup of header to normalize margins and white space. Improved display of u...
Chad Kieffer
2008-11-21
Use the new block mechanism to insert user related content into the html pages
Tim Almdal
2008-11-15
Revise the user login code.
Bharat Mediratta
2008-11-14
The state of of the user registration functionality
Tim Almdal
2008-11-14
Add the name attr to the input fields and use the form.serialize() method to ...
Tim Almdal
2008-11-14
Remove class="gInline" and set the css as suggested by thumb in -devel
Tim Almdal
2008-11-14
Internationalize all strings
Bharat Mediratta
2008-11-13
Major updates to form CSS. Now using unordered lists for layouts. Added .gInl...
Chad Kieffer
2008-11-12
The login processing is starting to take shape. Login_Form is gone. The html...
Tim Almdal
2008-11-12
Added a legend to the fieldset
Tim Almdal
2008-11-12
Generate the login view using fieldsets and an un order list
Tim Almdal
2008-11-12
Set svn:eol-style LF on a new file and add the standard preamble to some files.
Jozef Selesi
2008-11-12
More updates for user management. The controllers don't work yet. But the lo...
Tim Almdal