Automatically migrated from Gitolite
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Sven Slootweg ba3e1bf5b8 Merge branch 'bugfix/float-casting' into develop 11 years ago
components Store a normalized version of the request method in the router object for external access 11 years ago
.gitignore Added ignore for non-sample config files 12 years ago
LICENSE Initial commit 12 years ago
base.php Add basic autoloader 11 years ago
class.base.php Update some comments and deprecation info 11 years ago
class.databaserecord.php Also use PDO parameterization for the row ID in UPDATE queries 11 years ago
class.localizer.php Fix localization code to actually use the parsed configuration file instead of relying on hardcoded configuration variables 12 years ago
class.templater.php Allow preset form values to be specified outside of the POST data. 11 years ago
include.config.php Properly handle errors during reading of configuration, and suppress PHP notices. 11 years ago
include.constants.php Initial commit 12 years ago
include.csrf.php Why was there even a limit on the amount of CSRF token insertions? 11 years ago
include.datetime.php Fix spacing on timezone list 12 years ago
include.debug.php Remove old mysql_ cache purging code, fix type inconsistency bug in cache purging, and fix a bug in the debugger (oh, the irony) 11 years ago
include.dependencies.php Initial commit 12 years ago
include.exceptions.php Remove all mysql_ functionality and make insertion/updating use PDO instead. 11 years ago
include.lib.php Add support for (cached) HTMLPurifier 11 years ago
include.locale.php Use a configuration parser instead of hardcoded configuration variables 12 years ago
include.memcache.php Be quiet about memcache connection failures 11 years ago
include.misc.php Add HTTP 422 status code 11 years ago
include.mysql.php Fix float casting bug 11 years ago
include.session.php Initial commit 12 years ago