Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-19 | bug 1293: Additional changes to CCA by Benediktbug-1293 | Benny Baumann | |
2014-08-19 | bug 1293: Updated latest CCA version by Benedikt 2014-08-19 20:56 | Benny Baumann | |
2014-08-18 | bug 1293: Renewed version provided by the Editor | Benny Baumann | |
2014-08-17 | Updated Policy document by the Editor | Benny Baumann | |
2014-08-17 | bug 1293: Remove the icon according to W3C guidelines | Benny Baumann | |
This change is as we currently do not pass validation and therefore would be infridging on the usage rights. | |||
2014-08-14 | bug 1293: Replace DOCTYPE by HTML5 declaration to avoid conflicts with PHP ↵ | Benny Baumann | |
and the XML declaration for XHTML 1.1 | |||
2014-07-29 | bug 1293: Add new DRAFT version of current CCA as of 2014-ß7-27 | Benny Baumann | |
2014-07-15 | Merge branch 'bug-1226' into release | Benny Baumann | |
2014-07-15 | Merge branch 'bug-1283' into release | Benny Baumann | |
2014-07-15 | Merge branch 'bug-1281' into release | Benny Baumann | |
2014-07-15 | Merge branch 'bug-1280' into release | Benny Baumann | |
2014-06-22 | bug 1226: Only consider values above 1900 as the year when returning a ↵bug-1226 | Benny Baumann | |
pre-filled form | |||
2014-06-21 | bug 1226: Properly use sprintf | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-06-21 | bug 1226: Treat the date values as integer | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-06-21 | bug 1226: Remove really redundant code | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-06-21 | bug 1280: Implement normalisation in of language codes in the L10n classbug-1280 | Michael Tänzer | |
and use it (in set_translation() and the Assurer contact form) Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-06-21 | bug 1280: Remove trailing white space | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-06-21 | Revert "bug-1280: Parse the language code from the locale." | Michael Tänzer | |
This reverts commit f3885b3bc9ff61da78fb541151f16b0ecfdf62eb. | |||
2014-06-21 | Revert "bug-1280: Handle more different types of "languages":" | Michael Tänzer | |
This reverts commit 0730c9df3eb440205d7963e3c0762765d9b47031. | |||
2014-06-21 | Revert "bug-1280: Variable naming, formatting, php-syntax-error" | Michael Tänzer | |
This reverts commit 6b1cd2a57b0aaa88374b1098df40cc6f73cdff5d. | |||
2014-06-13 | Merge branch 'bug-807' into release | Benny Baumann | |
2014-06-13 | Merge branch 'release' into bug-807 | Benny Baumann | |
Conflicts: includes/account.php includes/lib/account.php pages/account/16.php | |||
2014-06-11 | bug-1280: Variable naming, formatting, php-syntax-error | Felix Dörre | |
2014-06-11 | bug-1280: Handle more different types of "languages": | Felix Dörre | |
- zh_CN => zh-cn (in various cases: ZH_cn, zh_cn, ...) - de => de (what the current GUI produces) - de_DE => de, en_AU => en, EN_AU => en (what may be left in the database) ... and more creative upper/lower-cases | |||
2014-06-11 | bug-1280: Parse the language code from the locale. | Felix Dörre | |
Splitting the string at "_" and lowering the characters. | |||
2014-06-10 | bug 1283: remove double encodingbug-1283 | Felix Dörre | |
The locales are already encoded in the Database. | |||
2014-06-08 | bug 1281: Fix syntax error in SQL statementbug-1281 | Benny Baumann | |
2014-06-08 | bug 1281: Convert to Unix Line Endings | Benny Baumann | |
2014-06-07 | Merge branch 'bug-929' into release | Benny Baumann | |
2014-06-06 | Merge branch 'bug-1172' into release | Benny Baumann | |
2014-06-06 | Merge branch 'bug-1138' into release | Benny Baumann | |
2014-06-06 | Merge branch 'bug-1275' into release | Benny Baumann | |
2014-06-06 | Merge branch 'bug-372' into release | Benny Baumann | |
2014-06-06 | Merge branch 'bug-413' into bug-1138bug-1138 | Benny Baumann | |
Conflicts: pages/account/12.php pages/account/5.php | |||
2014-05-27 | bug 413: Port same change as for 5.php over to 12.phpbug-413 | Benny Baumann | |
2014-05-27 | bug 413: Backport changes from 7aced740 by Michael Tänzer to avoid ↵ | Benny Baumann | |
conflicts when integrating both together | |||
2014-05-27 | bug 1138: that "if" should contain a block | Michael Tänzer | |
goto fail; Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-05-20 | bug 1138: fix double-escaping in wot/10 | Benny Baumann | |
2014-05-01 | bug 1138: $verified is a string that is directly filled with data from the | Michael Tänzer | |
translation system => do not intval() Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-05-01 | bug 1138: This is an int, no need to mysql_real_escape() | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-05-01 | bug 1138: Avoid double escaping of $_SESSION['_config']['OU'] and fix XSS | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-05-01 | bug 1138: Avoid double escaping. | Michael Tänzer | |
These session variables should be local variables as they aren't needed anywhere else Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-05-01 | bug 1138: Avoid double escaping in `description` which was stored into the | Michael Tänzer | |
session mysql_real_escaped Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-05-01 | bug 1138: Avoid double escaping | Michael Tänzer | |
Yes it's ugly but should be fixed in a separate bug Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2014-05-01 | Merge branch 'release' into bug-1138 | Benny Baumann | |
2014-04-30 | bug 1138: additional brackets for better readability | Benny Baumann | |
2014-04-30 | bug 1138: Reorder fields to better show which variables belong together | Benny Baumann | |
2014-04-30 | bug 1138: Whitespace changes and code formatting | Benny Baumann | |
2014-04-30 | bug 1138: And yet another bunch of escaping | Benny Baumann | |
2014-04-30 | bug 1138: Some escaping for the GnuPG code | Benny Baumann | |