aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - mark some more string as translatableMichael Scherer2010-12-211-4/+4
|
* mark various string as translatable, patch from Marianne LombardMichael Scherer2010-12-217-44/+44
|
* - rework the layout of the login form ( less table )Michael Scherer2010-12-212-21/+40
|
* do not proceed with registration if ldap gives errors, patch from Maarten ↵Michael Scherer2010-12-211-1/+2
| | | | Vanraes
* Remove useless "login" link in the headerDexter Morgan2010-12-211-2/+0
|
* revert commit 179Michael Scherer2010-12-211-3/+3
|
* - rework the register form ( still requires some work, like more help, js ↵Michael Scherer2010-12-202-41/+32
| | | | validation, etc )
* add the catalyst plugin in the requirementMichael Scherer2010-12-171-0/+1
|
* use unicode for webpage ( tested on french translation, iso8859-1 is sent ↵Michael Scherer2010-12-171-0/+1
| | | | otherwise )
* remove inexistant attributeMichael Scherer2010-12-171-3/+3
|
* fix missing end of tag, patch by Maarten VanraesMichael Scherer2010-12-161-1/+1
|
* - add a explicit search button on the admin page, patch by Maarten VanraesMichael Scherer2010-12-161-1/+2
|
* - html5 fix ( missing closing tags, and border=0 is no longer valid ), patch ↵Michael Scherer2010-12-161-3/+3
| | | | by Maarten Vanraes
* - duplicated, patch by Maarten VanraesMichael Scherer2010-12-161-6/+0
|
* - remove duplicate macro, already in preMichael Scherer2010-12-162-6/+0
|
* - do not produces empty lines, by using [%-, for xhtml validation ( problem ↵Michael Scherer2010-12-162-5/+5
| | | | signaled by Maarten Vanraes )
* - redirect user on his page if we detect him to be logged ( patch from ↵Michael Scherer2010-12-161-1/+5
| | | | Maarten Vanraes )
* - add a TODO to merge the code with user.pmMichael Scherer2010-12-161-0/+2
|
* - fix the keyprefix for ipv6 here too ( patch by Maarten Vanraes )Michael Scherer2010-12-161-1/+9
|
* add ipv6 support by default ( at least as example on how to do it ), patch ↵Michael Scherer2010-12-161-0/+4
| | | | by Maarten Vanraes
* - patch from Maarten Vanraes to fix the issue of keyprefix with ipv6Michael Scherer2010-12-131-1/+13
|
* fix some styling and templating errors and html5 validation ( patch by ↵Michael Scherer2010-12-131-7/+7
| | | | Maarten Vanraes )
* fix typo in default config file ( patch from Maarten Vanraes)Michael Scherer2010-12-131-1/+1
|
* changed layout of registering main pageOliver Burger2010-12-081-33/+28
|
* add a configurable blacklist of login, to complete previous commitMichael Scherer2010-12-062-0/+8
|
* - do not let users take a username that is used by the system ( will be ↵Michael Scherer2010-12-061-0/+10
| | | | completed with a 2nd configurable check, this one is just to take care of default users from the system )
* added missing </select> tagOliver Burger2010-11-271-0/+1
|
* new style for user/indexOliver Burger2010-11-272-6/+16
|
* style change to look more like current www.mageia.orgOliver Burger2010-11-272-18/+94
|
* Merge branch 'stable' into masterRomain d'Alverny2010-11-2624-641/+506
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: root/register/index.tt root/template/html root/ttsite.css Additional Differences During Subversion Conversion: catdap.yml lib/CatDap.pm
| * Display sshPublicKey as editable to normal users on their own accountBuchan Milne2010-11-231-0/+1
| |
| * style updateRomain d'Alverny2010-11-082-2/+2
| |
| * style updateRomain d'Alverny2010-11-081-2/+2
| |
| * removes old style, narrower doc formatRomain d'Alverny2010-11-082-224/+29
| |
| * - remove wrong import, to fix catdapMichael Scherer2010-11-081-1/+0
| |
| * trying static::simple in root controllerRomain d'Alverny2010-11-061-0/+1
| |
| * force static serving what is under root/static?Romain d'Alverny2010-11-062-3/+8
| |
| * strange bug, address //static/file instead of /static/file to get it workingRomain d'Alverny2010-11-062-4/+7
| |
| * new layout based on YUI CSS reset/fonts/gridsRomain d'Alverny2010-11-066-26/+59
| |
| * more HTML cleanup, doc structure/style broken for nowRomain d'Alverny2010-11-0612-146/+128
| |
| * quick HTML cleanupRomain d'Alverny2010-11-0517-372/+420
| |
| * remove 100% heightsRomain d'Alverny2010-11-051-2/+0
| |
| * Merge branch 'master' into stableBuchan Milne2010-11-046-3/+62
| |\
| * \ Merge branch 'master' into stableBuchan Milne2010-11-043-6/+6
| |\ \
* | | | Dont hardcode filters, but use user's store configurationBuchan Milne2010-11-251-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | This allows configuration of which user attribute to login with, by only changing authentication configuration (e.g. in catdap_local.yml)
* | | | - factorise the code who deal with ip ( so we can change it at one place for ↵Michael Scherer2010-11-241-4/+8
| | | | | | | | | | | | | | | | ipv6 support )
* | | | svn testOliver Burger2010-11-241-0/+2
| | | |
* | | | - force utf8 in document headerMichael Scherer2010-11-041-0/+1
| | | |
* | | | - use double quote , as this cause trouble with french translationMichael Scherer2010-11-041-1/+1
| | | |
* | | | - add some file to svn:ignoreMichael Scherer2010-11-041-46/+0
| | | | | | | | | | | | | | | | | | | | - remove META.yml, as it is generated by Makefile.PL