Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | align the form, to have a less cluttered look | Michael Scherer | 2011-07-21 | 1 | -2/+4 | |
| | | ||||||
| * | do not show the form if group exist but is empty | Michael Scherer | 2011-07-21 | 1 | -1/+1 | |
| | | ||||||
| * | clean the list of entries, when searching for a username | Michael Scherer | 2011-07-18 | 1 | -13/+3 | |
| | | ||||||
| * | align the list of promoted account to the left, and make the name clickable | Michael Scherer | 2011-07-18 | 1 | -1/+3 | |
| | | ||||||
| * | show the list of promoted users | Michael Scherer | 2011-07-17 | 1 | -0/+8 | |
| | | ||||||
| * | simplify the display, and add some links ( to send mail, and to access to ↵ | Michael Scherer | 2011-07-17 | 1 | -3/+2 | |
| | | | | | | | | the admin form ) | |||||
| * | remove header of the form, do not serve much purpose | Michael Scherer | 2011-07-17 | 1 | -6/+0 | |
| | | ||||||
| * | reduce the widht of the whole form | Michael Scherer | 2011-07-17 | 1 | -4/+0 | |
| | | ||||||
| * | use username instead of dn when promoting users ( as it doesn't work otherwise ) | Michael Scherer | 2011-07-17 | 1 | -2/+2 | |
| | | ||||||
| * | do not show the group selection to remove if there is no group to remove | Michael Scherer | 2011-06-14 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' into stable | Romain d'Alverny | 2012-06-28 | 1 | -2/+2 | |
|\ \ | |/ | | | | | | | Additional Differences During Subversion Conversion: lib/CatDap/Controller/register.pm | |||||
| * | - fix syntax ( fix #544 ) | Michael Scherer | 2011-03-25 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into stable | Buchan Milne | 2011-08-29 | 2 | -4/+9 | |
|\ \ | |/ | ||||||
| * | Initial group editing, still needs some work, but functional for ↵ | Buchan Milne | 2011-02-20 | 2 | -4/+9 | |
| | | | | | | | | adding/removing group members, by admin or group owner | |||||
* | | Merge branch 'master' into stable | Buchan Milne | 2011-02-16 | 1 | -0/+16 | |
|\ \ | |/ | ||||||
| * | Add password reset template (missing in svn) | Buchan Milne | 2011-02-16 | 1 | -0/+16 | |
| | | ||||||
* | | Merge branch 'master' into stable | Buchan Milne | 2011-02-16 | 10 | -5/+67 | |
|\ \ | |/ | | | | | | | Additional Differences During Subversion Conversion: root/template/layout | |||||
| * | Add error pages for user self-editing buttons, and correctly collect ldap ↵ | Buchan Milne | 2011-02-16 | 2 | -0/+8 | |
| | | | | | | | | errors Respect Controller::User::editable_attrs in user editing page Add preferredLanguage to editable_attrs | |||||
| * | Add a means to filter out users who arent allowed to reset passwords with ↵ | Buchan Milne | 2011-01-22 | 1 | -1/+1 | |
| | | | | | | | | only email verification (by default users who don't match (!(objectclass=posixAccount)) Fix email template to use configurable project url | |||||
| * | update footer links | Romain d'Alverny | 2011-01-07 | 1 | -2/+2 | |
| | | ||||||
| * | commit implement forgot_password patch from Maarten Vanraes | Romain d'Alverny | 2011-01-07 | 6 | -2/+56 | |
|/ | ||||||
* | align the subform to the left | Michael Scherer | 2011-01-07 | 2 | -1/+7 | |
| | ||||||
* | move the sub-form out of the main form, as this contraint it horizontally, ↵ | Michael Scherer | 2011-01-07 | 1 | -1/+1 | |
| | | | | thus leading to a suboptimal layout ( input not aligned with the rest ) | |||||
* | rework a little bit the password change dialog | Michael Scherer | 2011-01-07 | 2 | -11/+31 | |
| | ||||||
* | align menu of subpages to the left ( not perfect yet, but better IMHO ) | Michael Scherer | 2011-01-07 | 1 | -0/+4 | |
| | ||||||
* | - revert commit 196. The button is near the form because it is related to ↵ | Michael Scherer | 2011-01-05 | 1 | -1/+1 | |
| | | | | the form, while the link are not. ( ie, we use spatial proximity as a affordance ) | |||||
* | Patch from : Maarten Vanraes attributes need to be doublequoted | Dexter Morgan | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | Align text with the login button | Dexter Morgan | 2010-12-21 | 1 | -0/+1 | |
| | ||||||
* | Revert previous commit and add a comment. | Dexter Morgan | 2010-12-21 | 1 | -1/+6 | |
| | ||||||
* | Fix body size ( do not waste space ) | Dexter Morgan | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | make the css file more readable | Dexter Morgan | 2010-12-21 | 1 | -1/+300 | |
| | ||||||
* | Move the login button to a proper place | Dexter Morgan | 2010-12-21 | 1 | -8/+8 | |
| | ||||||
* | Fix footer TODO: Need to be rounded | Dexter Morgan | 2010-12-21 | 1 | -1/+2 | |
| | ||||||
* | make the footer looks like the header for consistency | Dexter Morgan | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | Merge patch from Maarten Vanraes that fix some HTML errors | Dexter Morgan | 2010-12-21 | 2 | -4/+4 | |
| | ||||||
* | Align footer text | Dexter Morgan | 2010-12-21 | 1 | -2/+2 | |
| | ||||||
* | - do not hardcode project url in mail sent, use a configuration for that | Michael Scherer | 2010-12-21 | 2 | -2/+2 | |
| | ||||||
* | - add more strings to translate | Michael Scherer | 2010-12-21 | 6 | -12/+12 | |
| | ||||||
* | - mark some more string as translatable | Michael Scherer | 2010-12-21 | 1 | -4/+4 | |
| | ||||||
* | mark various string as translatable, patch from Marianne Lombard | Michael Scherer | 2010-12-21 | 7 | -44/+44 | |
| | ||||||
* | - rework the layout of the login form ( less table ) | Michael Scherer | 2010-12-21 | 2 | -21/+40 | |
| | ||||||
* | Remove useless "login" link in the header | Dexter Morgan | 2010-12-21 | 1 | -2/+0 | |
| | ||||||
* | revert commit 179 | Michael Scherer | 2010-12-21 | 1 | -3/+3 | |
| | ||||||
* | - rework the register form ( still requires some work, like more help, js ↵ | Michael Scherer | 2010-12-20 | 2 | -41/+32 | |
| | | | | validation, etc ) | |||||
* | remove inexistant attribute | Michael Scherer | 2010-12-17 | 1 | -3/+3 | |
| | ||||||
* | fix missing end of tag, patch by Maarten Vanraes | Michael Scherer | 2010-12-16 | 1 | -1/+1 | |
| | ||||||
* | - add a explicit search button on the admin page, patch by Maarten Vanraes | Michael Scherer | 2010-12-16 | 1 | -1/+2 | |
| | ||||||
* | - html5 fix ( missing closing tags, and border=0 is no longer valid ), patch ↵ | Michael Scherer | 2010-12-16 | 1 | -3/+3 | |
| | | | | by Maarten Vanraes | |||||
* | - duplicated, patch by Maarten Vanraes | Michael Scherer | 2010-12-16 | 1 | -6/+0 | |
| | ||||||
* | - remove duplicate macro, already in pre | Michael Scherer | 2010-12-16 | 2 | -6/+0 | |
| |