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 4efacc178b Add a function for returning HTTP status code headers 11 years ago
components The form builder is retired :) 12 years ago
.gitignore Added ignore for non-sample config files 12 years ago
LICENSE Initial commit 12 years ago
base.php Get rid of magic_quotes nonsense 12 years ago
class.base.php Deprecate a few legacy functions. 12 years ago
class.databaserecord.php Make the CreateFromQuery function return an array of results or one result if explicitly defined 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 Add function to set a global templater variable 11 years ago
include.config.php Use a configuration parser instead of hardcoded configuration variables 12 years ago
include.constants.php Initial commit 12 years ago
include.csrf.php Add CSRF protection mechanism 12 years ago
include.datetime.php Fix spacing on timezone list 12 years ago
include.debug.php Implement a step-by-step debugger 12 years ago
include.dependencies.php Initial commit 12 years ago
include.exceptions.php Make the CachedQuery function throw an exception when a query fails, instead of just returning null 12 years ago
include.locale.php Use a configuration parser instead of hardcoded configuration variables 12 years ago
include.memcache.php Fix some PDO implementation stuff 12 years ago
include.misc.php Add a function for returning HTTP status code headers 11 years ago
include.mysql.php Skip memcache retrieval if the expiry time is defined as 0 (after all, we clearly don't want stale data) 12 years ago
include.session.php Initial commit 12 years ago