Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-23 | bug 1019: Also apply the fix to the logged out form and make the actionbug-1019 | Michael Tänzer | |
handling the data explicit Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-05-23 | bug 1019: Fix the underlying problem of the logged in contact form not | Michael Tänzer | |
working Yep, it probably never worked, so much for copy & paste and not thinking Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-05-23 | Revert "bug 1019: Disable the logged-in contact form until the underlying ↵ | Michael Tänzer | |
problem" This reverts commit 9422c4b9a9907928ff49c8524938630749c928ab. | |||
2012-05-23 | Revert "bug 1019: Doh, it's printf not sprintf, and make the string ↵ | Michael Tänzer | |
translatable" This reverts commit 01c885f8fc88cd42c750890b9accf67adfbeee40. | |||
2012-03-01 | bug 1019: Doh, it's printf not sprintf, and make the string translatable | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-03-01 | bug 1019: Disable the logged-in contact form until the underlying problem | Michael Tänzer | |
is fixed Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-01-10 | Merge branch 'release' into bug-985bug-985 | Michael Tänzer | |
Conflicts: www/wot.php Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-01-05 | Merge branch 'bug-794' into release | Bernhard Fröhlich | |
2012-01-05 | fixed rebase conflictsbug-794 | Bernhard Fröhlich | |
2012-01-05 | bug 794: complete rewrite of the patch | Michael Tänzer | |
- explicitly query for valid certs - let MySQL figure out most of the stuff (don't use loops and subqueries in those loops and so on) - minor improvements Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-12-26 | Merge branch 'bug-957' into release | Michael Tänzer | |
2011-12-06 | bug 794: complete rewrite of the patch | Michael Tänzer | |
- explicitly query for valid certs - let MySQL figure out most of the stuff (don't use loops and subqueries in those loops and so on) - minor improvements Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-11-24 | bug 957: Remove executable permissions from data filesbug-957 | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-11-24 | Merge branch 'bug-940' into release | Michael Tänzer | |
2011-11-24 | Merge branch 'bug-965' into release | Michael Tänzer | |
2011-11-24 | Synchronise file permissions with tarballs (removes execution permission | Michael Tänzer | |
from various files) Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-11-24 | bug 940: Remove execution permissions from data filebug-940 | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-11-24 | bug 965: remove execution permissions from data filesbug-965 | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-11-20 | Merge branch 'bug-966' into release | Michael Tänzer | |
2011-11-06 | bug 976: Typo and maskingbug-976 | Michael Tänzer | |
`oemail` masks `orgemailcerts` so that won't work anymore Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-11-05 | bug 976: Fixing ambiguous references in SQL | Michael Tänzer | |
which were introduced by adding new columns on existing tables used in an SQL query on multiple tables which did not qualify the particular table of the columns used. -> MySQL returned an error which was not handled properly by the code and "No client certificates are currently listed." was displayed instead. Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-10-16 | bug 985: replace occurences of $_SESSION['_config']['translations'] | Michael Tänzer | |
this includes a little rewrite of reminder handling Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-10-12 | Merge remote-tracking branch 'origin/bug-596' into release | Michael Tänzer | |
2011-10-11 | Merge remote-tracking branch 'origin/bug-975' into release | Michael Tänzer | |
2011-10-05 | Merge branch 'bug-882' into release | Bernhard Fröhlich | |
2011-10-05 | Revert "Undone checkin error" | Bernhard Fröhlich | |
This reverts commit de76c631f9b6aff1500479da059e8a8457c19dd9. | |||
2011-10-05 | Undone checkin error | Bernhard Fröhlich | |
2011-09-25 | Merge branch 'bug-955' into release | Bernhard Fröhlich | |
2011-09-25 | Changes from https://bugs.cacert.org/view.php?id=965#c2374 | Bernhard Froehlich | |
2011-09-24 | Added backticks | Bernhard Froehlich | |
2011-09-24 | Changed proposed by Uli in https://bugs.cacert.org/view.php?id=794#c2497 | Bernhard Froehlich | |
2011-09-24 | Stripped training spaces | Bernhard Froehlich | |
2011-09-20 | Merge branch 'bug-940' into release | Bernhard Fröhlich | |
2011-09-19 | Typo fix | Bernhard Fröhlich | |
2011-09-19 | Backticks and last expiry of email certs | Bernhard Fröhlich | |
2011-09-19 | Expiry dates of revoked certificates count as well for "Latest Expire" | Bernhard Fröhlich | |
2011-09-19 | Re-distributed patch from https://bugs.cacert.org/view.php?id=794#c2352 | Bernhard Fröhlich | |
2011-09-19 | Revert "Fix proposed by Uli" | Bernhard Fröhlich | |
This reverts commit 9ffc1df372018525e7626f9e11cd429f1bd28f8a. | |||
2011-09-16 | bug 940: fix checkin errors | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-09-16 | bug 975: Many fixes to the fixbug-975 | Michael Tänzer | |
- also include accounts without an entry in the email table when searching by id - revert the breakage of an indentation - always use backticks around non-SQL keywords or functions - fix a problem when the primary email had been deleted and readded before - use HTML to do the line breaking for us and fix typo Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-09-14 | Changes by moh for other certificate typesbug-596 | Bernhard Fröhlich | |
2011-09-14 | bug 955: Allow for the strings to be translated and make the sort orderbug-955 | Michael Tänzer | |
handling more readable Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-09-14 | Proposed additional changes by Uli and Dirk ↵ | Bernhard Fröhlich | |
https://bugs.cacert.org/view.php?id=975#c2351 | |||
2011-09-07 | bug-882 corrected email-link for old pointsystem | dirk | |
2011-09-07 | bug-882 added when and email for new display of points for support | dirk | |
2011-09-07 | bug-882 added new point-calculation to 43.php (support) | dirk | |
2011-09-06 | Changes proposed by moh / Uli on https://bugs.cacert.org/view.php?id=596 | Bernhard Fröhlich | |
2011-08-25 | Typo fix | Bernhard Fröhlich | |
2011-08-25 | My proposal to fix the bug responsible for arbitration case a20110804.1 | Bernhard Fröhlich | |
2011-08-25 | Uli's proposed fix from https://bugs.cacert.org/view.php?id=975 | Bernhard Fröhlich | |