Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-23 | Merge branch 'release' into bug-964 | Michael Tänzer | |
2012-05-30 | Merge branch 'bug-1023' into release | Michael Tänzer | |
2012-05-23 | bug 1023: Adjust the explanation for the date | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-05-09 | bug-1023 fixed some flaws detected by software review | root | |
2012-04-29 | Merge branch 'bug-1011' into release | Michael Tänzer | |
2012-04-15 | bug 1027: Doh, missing slashbug-1027 | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-04-04 | bug 1027: use the same content on the logged in and logged out site | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-04-03 | bug 1027: Add reference to booking.com affiliate program | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-03-28 | bug-1023 added method for board ... hopefully ... ;-) | root | |
2012-03-28 | bug 1023 refixed date/location | root | |
2012-03-28 | bug 1023 changed methods for ttpadmin | root | |
2012-03-11 | Merge branch 'bug-1023' of ↵ | root | |
ssh://dirk@git-cacert.it-sls.de/var/cache/git/cacert-devel into bug-1023 | |||
2012-03-21 | bug 1023: Fix from magu for the location showing up in the date field | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-03-11 | bug 1023 added the two missing lines, which caused the race condition by ↵ | root | |
their absence | |||
2012-03-11 | bug-1023 changed 6.php to new coding (preparation for ↵ | root | |
thawte-points/PoJAM/...) ... makecap not yet implemented | |||
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-02-08 | bug 1011: Move HTML markup out of the translationbug-1011 | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2012-01-24 | Merge remote-tracking branch 'origin/bug-985' into release | Michael Tänzer | |
2012-01-19 | Merge branch 'release' into bug-855bug-855 | Bernhard Fröhlich | |
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-21 | bug 964: Doh. require() confusion. | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-12-21 | bug 964: Patches from Brian Dawson: allow selection of keysize in IE | Michael Tänzer | |
Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
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-23 | Merge branch 'release' of ↵ | dirk | |
ssh://dirk@git-cacert.it-sls.de/var/cache/git/cacert-devel into bug-894 | |||
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-25 | Merge commit 'origin/bug-894' into bug-894 | dirk | |
2011-10-23 | bug 894: A few cleanups and bug fixes. | Michael Tänzer | |
- "A reminder notice has been sent." should be only shown once at the same page - "You are not an Assurer" was misleading, only somehow the other user was not recorded in the session (e.g. URL manipulation/hotlinking) - Reuse the data fetched moments ago instead of doing another SQL query - Compare instead of assignment - Make "Go Back" translatable Signed-off-by: Michael Tänzer <neo@nhng.de> | |||
2011-10-20 | Merge branch 'bug-846' into release | Bernhard Fröhlich | |
2011-10-16 | bug 985: move binding to a gettext domain into a separate method and | Michael Tänzer | |
update some more legacy language handling removed screenshot() as it's never used and language dependent still open: translation in PDFs 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-08 | Changes proposed by Uli on https://bugs.cacert.org/view.php?id=855 | Bernhard Fröhlich | |
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 | |