Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-29 | bug 1291: Update wothash calculation for modified behaviourbug-1291 | Benny Baumann | |
2014-07-27 | bug 1291: Another XSS | Benny Baumann | |
2014-07-27 | bug 1291: Fix XSS in WoT 15 | Felix Dörre | |
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 | |
2014-04-30 | bug 1138: And yet another bunch of missing escapes | Benny Baumann | |
2014-04-30 | bug 1138: And yet some more sanitizing of database query arguments | Benny Baumann | |
2014-04-30 | bug 1138: Add some more mising escaping for values from the database | Benny Baumann | |
2014-04-30 | bug 1138: Add some more mising escaping for values from the database | Benny Baumann | |