summaryrefslogtreecommitdiffstatshomepage
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* ignore test configsGravatar Christian Weiske2011-05-191-1/+0
|
* Merge branch 'master' into ssl-client-certsGravatar Christian Weiske2011-05-132-0/+33
|\
| * Merge branch 'master' into configurable-privacy2Gravatar Christian Weiske2011-05-123-1/+26
| |\
| * \ merge masterGravatar Christian Weiske2011-05-0222-260/+398
| |\ \
| * | | make html valid xml to be able to load it with an xml parserGravatar Christian Weiske2011-04-261-3/+4
| | | |
| * | | replace named html entities with their numeric name to ↵Gravatar Christian Weiske2011-04-261-9/+9
| | | | | | | | | | | | | | | | be able to load the generated pages with an xml parser
| * | | cherry-pick:Gravatar Christian Weiske2011-04-061-0/+8
| | | | | | | | | | | | | | | | add new feature: allow unit test mode enabling via HTTP GET parameter
| * | | Revert "Revert "Updates for configurable-privacy2, ↵Gravatar bretticvs2011-03-312-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | hopefully without carriage returns."" This reverts commit f072059f2de515c0125a9f63ab8476e52c4d4353.
| * | | Revert "Updates for configurable-privacy2, hopefully ↵Gravatar bretticvs2011-03-312-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | without carriage returns." This reverts commit 675eadd584e264ba92091579bbc1166dcf3a5715.
| * | | Updates for configurable-privacy2, hopefully without ↵Gravatar bretticvs2011-03-312-7/+1
| | | | | | | | | | | | | | | | carriage returns.
| * | | Revert "Further updates for configurable-privacy2."Gravatar U-SYBASE\bdee2011-03-312-577/+584
| | | | | | | | | | | | | | | | This reverts commit ef88147d453bce7d5b86ec43daad2f54447513c8.
| * | | Further updates for configurable-privacy2.Gravatar bretticvs2011-03-302-584/+577
| | | |
| * | | Updates for feature request 3164348: Make default ↵Gravatar bretticvs2011-03-153-1/+40
| | | | | | | | | | | | | | | | privacy configurable.
* | | | add SSL client certificate translations for german (de_DE)Gravatar Christian Weiske2011-05-112-414/+435
| | | |
* | | | update translation base fileGravatar Christian Weiske2011-05-111-148/+219
| | | |
* | | | document template parameters and correct form actionGravatar Christian Weiske2011-05-111-2/+13
| | | |
* | | | do not use links but POST form to change SSL settings. ↵Gravatar Christian Weiske2011-05-111-4/+12
| | | | | | | | | | | | | | | | Proper web apps should never change data with GET requests
* | | | prepare user interface to register and delete client ↵Gravatar Christian Weiske2011-05-101-1/+17
| | | | | | | | | | | | | | | | certificates on the profile page
* | | | show current users certificates on profile pageGravatar Christian Weiske2011-05-092-1/+28
| | | |
* | | | also match client issuer (CA)Gravatar Christian Weiske2011-05-052-0/+2
| | | |
* | | | autofill registration form email address if user has a ↵Gravatar Christian Weiske2011-05-041-1/+1
| | | | | | | | | | | | | | | | ssl client certificate
* | | | part of request #3163623: add support to login via ssl ↵Gravatar Christian Weiske2011-05-043-1/+21
| |_|/ |/| | | | | | | | client certificate. web interface to register certificates is still missing
* | | SQL schema version table to ease future database upgradesGravatar Christian Weiske2011-05-042-1/+11
| | |
* | | begin bookmark model class with URL validation methodGravatar Christian Weiske2011-05-031-0/+15
| |/ |/|
* | move bookmarklet code to own template fileGravatar Christian Weiske2011-04-052-119/+119
| |
* | restructure opera bookmarklet popup code (doesnt work ↵Gravatar Christian Weiske2011-04-041-8/+31
| | | | | | | | currently :)) and make normal opera bookmarklet code a bit easier to read
* | explain opera button commandsGravatar Christian Weiske2011-04-041-7/+14
| |
* | FINALLY get the first opera bookmarklet working, with ↵Gravatar Christian Weiske2011-04-041-1/+21
| | | | | | | | cleaner code now
* | make popup bookmarklet work in firefox when the title ↵Gravatar Christian Weiske2011-04-011-1/+5
| | | | | | | | contains double and single quotes. opera still broken, though
* | re-enable browser bookmarklets after fixing some ↵Gravatar Christian Weiske2011-03-311-20/+40
| | | | | | | | naaaaaaaaaaaaaasty bugs with site titles that have special chars in them
* | make dynamictags (tagcloud) work againGravatar Christian Weiske2011-03-302-28/+37
| |
* | begin to fix dynamictags for xhtml compatibilityGravatar Christian Weiske2011-03-291-6/+4
| |
* | work around minLength problem in jquery-ui-autocompleteGravatar Christian Weiske2011-03-291-1/+5
| |
* | split words also by =, < and >Gravatar Christian Weiske2011-03-291-1/+3
| |
* | update from 1.8.5 to jquery-ui 1.8.11Gravatar Christian Weiske2011-03-291-6/+6
| |
* | use getadmintags.php if configured soGravatar Christian Weiske2011-03-281-2/+9
| |
* | jquey-autocomplete works!Gravatar Christian Weiske2011-03-281-5/+7
| |
* | add new feature: allow unit test mode enabling via HTTP ↵Gravatar Christian Weiske2011-03-261-0/+8
| | | | | | | | GET parameter
* | begin modifying ajax/getcontacttagsGravatar Christian Weiske2011-03-251-0/+5
| |
* | do not error out when the bookmark cannot be savedGravatar Christian Weiske2011-03-221-1/+5
| |
* | autocomplete with jquery (hardcoded tag list for now)Gravatar Christian Weiske2011-03-221-2/+39
| |
* | add jquery-ui with autocompleteGravatar Christian Weiske2011-03-221-5/+5
| |
* | Merge branch 'master' into jqueryGravatar Christian Weiske2011-03-206-6/+16
|\ \ | | | | | | | | | | | | Conflicts: doc/ChangeLog
| * | Implement request #3054906: Show user's full name ↵Gravatar Christian Weiske2011-03-155-5/+15
| | | | | | | | | | | | instead of nickname
| * | Fix bug #3187177: Wrong URL / Export XML BookmarksGravatar Christian Weiske2011-03-151-1/+1
| |/
* | prepare jquery autocomplete (does not work yet)Gravatar Christian Weiske2011-03-171-12/+7
| |
* | fix broken XMLGravatar Christian Weiske2010-11-022-1/+1
| |
* | we do not need the entities anymore since we will be ↵Gravatar Christian Weiske2010-11-021-8/+1
| | | | | | | | using the characters themselves now
* | get rid of arrow entitiesGravatar Christian Weiske2010-11-027-17/+17
| |
* | fix bookmark adding in strict modeGravatar Christian Weiske2010-10-291-1/+8
| |