0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4 from joni-lgz/master More... over 10 years ago
Clean code More... over 10 years ago
Fixed up an issue with get_instance being set incorrectly. More... over 10 years ago
Updated the readme file. More... about 12 years ago
Updated licence agreement. Fixed up some comments on functions and checked things over with the latest version of Codeigniter. More... about 12 years ago
Caching is bad for file systems that have folders with incorrect permissions. More... over 12 years ago
Fixed issue with missing ->db directive and added in caching. More... over 12 years ago
Optimisations and fixing up path issues. More... over 12 years ago
Updated the path to plugins to be for cross auth friendlier. More... over 12 years ago
Updated the CI Markdown plugin to use the new install, activate and deactivate hooks. More... almost 13 years ago
Install, activate and deactivate hooks now use the library itself to execute hooks which gives people the option of designating a install, activate, deactivate and uninstall hook in your plugin. More... almost 13 years ago
Fixed issue where if the plugins table was empty, there would be an error thanks to Chris Baines. More... almost 13 years ago
Added in methods for activation, install and deactivation hooks to use the already existent hooks system instead of its own implementation. More... almost 13 years ago
Load URL helper. More... almost 13 years ago
Adding little bits here and there into the README. More... almost 13 years ago
Added in copyright and class info. More... almost 13 years ago
Documenting functions. More... almost 13 years ago
General formatting of the class, added in a print plugins function that will let you see all plugins found in the plugins_pool variable. More... almost 13 years ago
Merge pull request #1 from back2arie/master. More... almost 13 years ago
Remove index.php string on plugins_dir if any, allow to set plugins_dir via params, only load driver library if CI_VERSION >= 2.0, load database library More... almost 13 years ago
Fixed issues (hopefully) where there were no plugins and foreach loops would go crazy. More... about 13 years ago
Trailing slash at the end of the directory setting directive. More... about 13 years ago
Message and error functions now check if there is an array of messages or errors to show before running so it makes things more reliable. More... about 13 years ago
Reworked and renamed error and message functions to display messages a little nicer. More... about 13 years ago
Updated documentation. More... about 13 years ago
Fixed minor spacing issue with comment. More... about 13 years ago
Directory map caching is a bad idea because a file cache is being used, the load is basically the same, only direct directory mapping is more efficient and has less overhead than using a cache. More... about 13 years ago
Plugins can now be activated and deactivated. Everything is pretty efficient! yay! More... about 13 years ago
Brand new SQL file for the new revised database structure. The only thing that has changed is the column 'plugin_status' was removed as only activated plugins are now sotred in the database and not all plugins. More... about 13 years ago
Brand new and heavily rewritten plugins class. The database issues are now gone as activated plugins are now only stored in the database, and not all plugins. It's quite fast now. New SQL file coming in the next commit. More... about 13 years ago