This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/core
2019-09-29 14:21:23 +01:00
..
imageboard Changed omitted related tags (like tagme) to be powered by a setting, allowing any performance-impacting (or just not useful in this context) tags to be omitted 2019-09-26 15:46:28 +01:00
tests Added iterator_map and iterator_map_to_array 2019-07-07 11:11:57 +01:00
_bootstrap.php Moved user config stuff into an extension 2019-09-29 14:20:40 +01:00
_install.php make tracer not-null in installer 2019-07-07 15:57:06 +01:00
basethemelet.php New Graphics extension 2019-07-08 08:07:02 -05:00
block.php PSR-2. I'm not a huge fan, but ugly consistency beats no consistency... 2019-05-28 17:59:38 +01:00
cacheengine.php cache logging was getting hit/miss the wrong way round... forever? 2019-07-07 14:07:11 +01:00
captcha.php PSR-2. I'm not a huge fan, but ugly consistency beats no consistency... 2019-05-28 17:59:38 +01:00
config.php Added $user_config global based on existing config object for storing user-specific settings. 2019-09-29 14:19:52 +01:00
database.php add tracer_enabled check to the database class to prevent unnecessary memory build-up when tracer isn't outputting. 2019-08-01 08:15:43 -05:00
dbengine.php Added SCORE sql constants 2019-07-05 17:41:29 +01:00
email.php PSR-2. I'm not a huge fan, but ugly consistency beats no consistency... 2019-05-28 17:59:38 +01:00
event.php Added UserLoginEvent 2019-09-29 14:21:23 +01:00
exceptions.php formatting pass 2019-06-14 13:47:50 +01:00
extension.php Added dependency support for extensions 2019-08-07 16:32:44 -05:00
logging.php PSR-2. I'm not a huge fan, but ugly consistency beats no consistency... 2019-05-28 17:59:38 +01:00
page.php ExtensionInfo conversions what have I done 2019-08-07 15:40:01 -05:00
permissions.php New post titles extension, resolves #19 2019-08-01 08:10:24 -05:00
polyfills.php Proposed extension info change to allow getting info for unloaded extensions 2019-08-07 15:34:11 -05:00
send_event.php ExtensionInfo conversions what have I done 2019-08-07 15:40:01 -05:00
sys_config.php ExtensionInfo conversions what have I done 2019-08-07 15:40:01 -05:00
urls.php Implemented a nav link generating system so that extension power what shows up in the menus rather than being hard-coded in the themes. 2019-08-05 09:01:20 -05:00
user.php Moved database driver constants to DatabaseDriver 2019-06-20 10:47:15 -05:00
userclass.php New post titles extension, resolves #19 2019-08-01 08:10:24 -05:00
util.php Updated util for new extension methods 2019-08-07 15:59:06 -05:00