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 c53ffd9afb Make the CachedQuery function return null or false when an error condition occurs 12 years ago
components Remove PHP closing tags 12 years ago
.gitignore Added ignore for non-sample config files 12 years ago
LICENSE Initial commit 12 years ago
base.php Also include locale handling code 12 years ago
class.base.php Deprecate a few legacy functions. 12 years ago
class.databaserecord.php Fix bug where class map in configuration is not recognized due to variable scope 12 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 Check if the strings array is actually a valid array before attempting to use it. 12 years ago
config.mysql.sample.php Remove PHP closing tags 12 years ago
config.sample.php Initial commit 12 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.dependencies.php Initial commit 12 years ago
include.exceptions.php Throw proper exceptions if a variable in a template cannot be found. 12 years ago
include.locale.php Use a configuration parser instead of hardcoded configuration variables 12 years ago
include.memcache.php Use a configuration parser instead of hardcoded configuration variables 12 years ago
include.misc.php Add ends_with function 12 years ago
include.mysql.php Make the CachedQuery function return null or false when an error condition occurs 12 years ago
include.session.php Initial commit 12 years ago