2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a function to remove comments More... over 13 years ago
Merge branch 'load_manager_debugging' of github.com:lgunsch/victorycms-core into load_manager_debugging More... over 13 years ago
Fixed the PHP file paths to match the expectations of the autoloader. More... over 13 years ago
Renamed AutoLoader to Autoloader More... over 13 years ago
Cleaned up the documentation and code style. More... over 13 years ago
Removed check if class is already loaded, PHP will not call autoloader if class is already autoloaded. More... over 13 years ago
AutoLoader will now rescan directories if a class is not found; also corrected some docs and todo's. More... over 13 years ago
Removed the whitespace namespace seperator for class files. More... over 13 years ago
Replaced realpath with FileUtils::truepath; also fixed some error messages. More... over 13 years ago
Replaced realpath with FileUtils::truepath; also fixed some error messages. More... over 13 years ago
Added a truepath method into the AutoLoader and an adapter for it in FileUtils. More... over 13 years ago
Changed the VictoryCMS namespace to Vcms because VictoryCMS is somewhat too long. More... over 13 years ago
The AutoLoader will now load PHP 5.3 classes. More... over 13 years ago
Made the autoloader pattern a bit more robust. More... over 13 years ago
Set the lib path & registered it with the autoloader; also updated the docs. More... over 13 years ago
Added a lib path registry key. More... over 13 years ago
Added regex patterns and method. More... over 13 years ago
Refactored adding and listing autoload directories. More... over 13 years ago
Added in local directory autoloader initialization. More... over 13 years ago
Fixed namespace bug. More... over 13 years ago
Bugfix: load manager loads paths based on absolute or relative paths now. More... over 13 years ago
Added in load manager bootstraping; also debugged the LoadManager somewhat. More... over 13 years ago
Fixed a bug in the autoloader. More... over 13 years ago
Fixed a number of bugs in the error handler; also fixed a bug in the index.php file. More... over 13 years ago
Added in another simple file searching utility. More... over 13 years ago
Massively refactored and debugged the Registry. More... over 13 years ago
Small documentation change. More... over 13 years ago
Added reference value support; also edited the documentation. More... over 13 years ago
Refactored RegistryNode and fixed a few bugs. More... over 13 years ago
Added a FileUtils class to handle file manipulating methods. More... over 13 years ago