summaryrefslogtreecommitdiffstats
path: root/system/core/Hooks.php
AgeCommit message (Expand)AuthorFilesLines
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-27Docblock improvementsAndrey Andreev1-44/+24
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie1-2/+2
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev1-0/+0
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/coreAlex Bilbie1-1/+1
2012-05-17Cleanup the core classesAndrey Andreev1-3/+3
2012-04-23Use tabs to separate class propertiesTimothy Warren1-3/+3
2012-04-19Additional formatting fixesTimothy Warren1-2/+4
2012-03-26Make _initialize() a constructor and rename _call_hook() to call_hook in the ...Andrey Andreev1-20/+12
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-07Improve core Hooks & Lang librariesAndrey Andreev1-27/+14
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-27Revert "Abstracting the loading of files in the config directory depending on...Greg Aker1-1/+10
2011-12-25Abstracting the loading of files in the config directory depending on environ...Greg Aker1-10/+1
2011-12-25Fixing soft tabs in a few files.Greg Aker1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-08-14Added some docs to CI core filesDavid Behler1-0/+15
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-2/+2
2011-04-25Fixed double-space typo.Razican1-2/+2
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-4/+4
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-1/+1
2011-03-22Fixed logic and removed the error supressingEric Barnes1-3/+3
2011-03-18Fixed coding to match standards from previous releasesEric Barnes1-2/+2
2011-03-17load config files from environment specific locations in core classes, helper...bubbafoley1-1/+9
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-8/+8
2010-03-07fixed load_class() call in Hooks to get Config from coreDerek Jones1-1/+1
2010-03-02update Hooks to use load_class() from coreDerek Jones1-2/+1
2010-03-02fixed EOF code comment file locationsDerek Jones1-1/+1
2010-03-02moving core library files out of libraries into new core folderDerek Jones1-0/+226