summaryrefslogtreecommitdiff
path: root/www/wot.php
AgeCommit message (Collapse)Author
2012-01-10Merge branch 'release' into bug-985bug-985Michael Tänzer
Conflicts: www/wot.php Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-11-29bug-894 removed check for "rules" checkbox (temporarily)bug-894dirk
2011-10-23bug 894: Limiting the points is still critical as the points are also usedMichael Tänzer
for authorization (e.g. maxpoints() relies on the value of sum(`points`) to calculate the points an assurer may issue) Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-10-23bug 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-18bug-894 changed behavior of switch ... (php sucks ... ;-) )dirk
2011-10-16bug 985: move binding to a gettext domain into a separate method andMichael 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-16bug 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-09-20bug-894 removed debug-outputdirk
2011-09-05bug-849 - restructured and fixed the 'checkboxes'-issuedirk
2011-07-20bug 959: Also handle negative pointsbug-959Michael Tänzer
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-07-13bug 959: Limit the awarded points to the maximum number of points theMichael Tänzer
user may issue Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-11-23source code taken from cacert-20101031.tar.bz2Michael Tänzer
2010-03-29remove cacert/ prefixMarkus Warg