| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 8 | -2/+333 |
* | commit spec file from Maarten Vanraes | Romain d'Alverny | 2011-01-07 | 1 | -0/+67 |
* | more compact code | Michael Scherer | 2011-01-07 | 1 | -7/+6 |
* | fix string substitution, this emptied the searchfilter, leading to a catdap e... | Michael Scherer | 2011-01-07 | 1 | -2/+1 |
* | 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, th... | Michael Scherer | 2011-01-07 | 1 | -1/+1 |
* | 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 |
* | added German translation | Oliver Burger | 2011-01-06 | 1 | -0/+383 |
* | Display sshPublicKey as editable to normal users on their own account | Michael Scherer | 2011-01-06 | 1 | -0/+1 |
* | - revert commit 196. The button is near the form because it is related to the... | Michael Scherer | 2011-01-05 | 1 | -1/+1 |
* | 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 | 3 | -2/+3 |
* | - regenerate messages.pot | Michael Scherer | 2010-12-21 | 3 | -111/+724 |
* | - 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 |
* | do not proceed with registration if ldap gives errors, patch from Maarten Van... | Michael Scherer | 2010-12-21 | 1 | -1/+2 |
* | 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 val... | Michael Scherer | 2010-12-20 | 2 | -41/+32 |
* | add the catalyst plugin in the requirement | Michael Scherer | 2010-12-17 | 1 | -0/+1 |
* | use unicode for webpage ( tested on french translation, iso8859-1 is sent oth... | Michael Scherer | 2010-12-17 | 1 | -0/+1 |
* | 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 |
* | - 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 |
* | - do not produces empty lines, by using [%-, for xhtml validation ( problem s... | Michael Scherer | 2010-12-16 | 2 | -5/+5 |
* | - redirect user on his page if we detect him to be logged ( patch from Maarte... | Michael Scherer | 2010-12-16 | 1 | -1/+5 |
* | - add a TODO to merge the code with user.pm | Michael Scherer | 2010-12-16 | 1 | -0/+2 |
* | - fix the keyprefix for ipv6 here too ( patch by Maarten Vanraes ) | Michael Scherer | 2010-12-16 | 1 | -1/+9 |
* | add ipv6 support by default ( at least as example on how to do it ), patch by... | Michael Scherer | 2010-12-16 | 1 | -0/+4 |
* | - patch from Maarten Vanraes to fix the issue of keyprefix with ipv6 | Michael Scherer | 2010-12-13 | 1 | -1/+13 |
* | fix some styling and templating errors and html5 validation ( patch by Maarte... | Michael Scherer | 2010-12-13 | 1 | -7/+7 |
* | fix typo in default config file ( patch from Maarten Vanraes) | Michael Scherer | 2010-12-13 | 1 | -1/+1 |
* | changed layout of registering main page | Oliver Burger | 2010-12-08 | 1 | -33/+28 |
* | add a configurable blacklist of login, to complete previous commit | Michael Scherer | 2010-12-06 | 2 | -0/+8 |