Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
cce6bd170f24cf0f10ca0b58150d0324433a66be
/
system
/
core
/
Hooks.php
cce6bd1
[ci skip] Merge pull request #5376 from jim-parry/copyright-update
by Andrey Andreev
· 7 years ago
da60e9b
Update copyright data to 2017
by Master Yoda
· 8 years ago
1924e87
[ci skip] Update ellislab.com links to https too
by Andrey Andreev
· 9 years ago
bd202c9
[ci skip] Update codeigniter.com links to https
by Andrey Andreev
· 9 years ago
125ef47
[ci skip] Bump year to 2016
by Andrey Andreev
· 9 years ago
0be4c80
[ci skip] Fix a wrong docblock link
by Andrey Andreev
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
90726b8
[ci skip] Change some log messages' level
by Andrey Andreev
· 10 years ago
fe9309d
Bulk (mostly documentation) update
by Andrey Andreev
· 10 years ago
4be1604
Change order of hooks loading
by vlakoff
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
94293ad
Fix #3101
by Andrey Andreev
· 10 years ago
4557615
fix callable hooks
by Max
· 10 years ago
50d7f70
fix callable hooks
by Max
· 10 years ago
8351404
Add support for simpler (Callable) hooks (issue #2917)
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
bdfef07
Update the CI_Hooks class
by Marcos SF Filho
· 11 years ago
0f667c9
Class for execute Hooks can be stored for reuse
by Marcos SF Filho
· 11 years ago
da8c7a5
Fix a few bugs in CI_Hook (based on PR #2762)
by Andrey Andreev
· 11 years ago
49e68de
Disable autoloader call from class_exists() occurences to improve performance
by Andrey Andreev
· 12 years ago
0687911
Replace is_file() with the faster file_exists() (where it makes sense)
by Andrey Andreev
· 12 years ago
db529ca
Remove unnecessary defined('ENVIRONMENT') checks
by Andrey Andreev
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
3e9d2b8
Docblock improvements
by Andrey Andreev
· 12 years ago
f512b73
Spelling fixes - `wether` to `whether`
by Alex Bilbie
· 12 years ago
0d2c06e
Change file permissions for system/core/*.php and system/database/DB.php so that they don't differ from the rest
by Andrey Andreev
· 12 years ago
ed944a3
Replaced `==` with `===` and `!=` with `!==` in /system/core
by Alex Bilbie
· 12 years ago
92ebfb6
Cleanup the core classes
by Andrey Andreev
· 13 years ago
48a7fbb
Use tabs to separate class properties
by Timothy Warren
· 13 years ago
40403d2
Additional formatting fixes
by Timothy Warren
· 13 years ago
a5dd297
Make _initialize() a constructor and rename _call_hook() to call_hook in the Hooks class
by Andrey Andreev
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
f9938a2
Improve core Hooks & Lang libraries
by Andrey Andreev
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
d96f882
Revert "Abstracting the loading of files in the config directory depending on environments."
by Greg Aker
· 13 years ago
5c1aa63
Abstracting the loading of files in the config directory depending on environments.
by Greg Aker
· 13 years ago
03abee3
Fixing soft tabs in a few files.
by Greg Aker
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
9b5df59
Added some docs to CI core files
by David Behler
· 13 years ago
37f4b9c
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance
by Derek Jones
· 13 years ago
114ab09
Fixed double-space typo.
by Razican
· 14 years ago
3a74665
Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3.
by Greg Aker
· 14 years ago
05fa611
Made Environment Support optional. Comment out or delete the constant to stop environment checks.
by Phil Sturgeon
· 14 years ago
fdd5b11
Fixed logic and removed the error supressing
by Eric Barnes
· 14 years ago
9280834
Fixed coding to match standards from previous releases
by Eric Barnes
· 14 years ago
0ea0414
load config files from environment specific locations in core classes, helpers and libraries
by bubbafoley
· 14 years ago
0711dc8
Hey look, it's 2011
by Greg Aker
· 14 years ago
a926328
Changing all class constructors to __construct()
by Greg Aker
· 14 years ago
741de1c
Updating PHP requirements in files 5.1.6
by Greg Aker
· 14 years ago
dd67197
Cleanup of stray spaces and tabs
by Barry Mieny
· 14 years ago
c64ca01
fixed load_class() call in Hooks to get Config from core
by Derek Jones
· 15 years ago
6f4d17f
update Hooks to use load_class() from core
by Derek Jones
· 15 years ago
c68dfbf
fixed EOF code comment file locations
by Derek Jones
· 15 years ago
b97d21f
moving core library files out of libraries into new core folder
by Derek Jones
· 15 years ago
[Renamed from system/libraries/Hooks.php]
7f3719f
updated copyrights
by Derek Jones
· 15 years ago
fc395a1
updated copyrights to 2009
by Derek Jones
· 16 years ago
2067d1a
Changing EOL style to LF
by Derek Allard
· 16 years ago
85e65f6
Propset eol-style to CRLF
by Derek Jones
· 16 years ago
b5ce5aa
corrected a few docblock comments to accurately reflect return values
by Derek Allard
· 16 years ago
d02b5bf
by Rick Ellis
· 16 years ago
0b59f27
Some sweeping syntax changes for consistency:
by Derek Jones
· 17 years ago
a3ffbbb
Removed closing PHP tags, replaced with a comment block identifying the end of the file
by Derek Jones
· 17 years ago
c7deac9
Undoing change committed in r1115
by Derek Jones
· 17 years ago
5583e1a
removed closing PHP tag from all framework files
by Derek Jones
· 17 years ago
7327499
Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper.
by Derek Allard
· 17 years ago
7a9193a
replaced www.codeigniter.com with codeigniter.com
by Derek Jones
· 17 years ago
3d879d5
ExpressionEngine Dev Team in credit
by Derek Allard
· 17 years ago
6838f00
Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
by Derek Allard
· 17 years ago
d2df9bc
update pMachine to EllisLab
by Derek Allard
· 18 years ago
e334c47
by admin
· 18 years ago
bd6bee7
by admin
· 18 years ago
3ba33e7
by admin
· 18 years ago
7099a58
by admin
· 18 years ago
e95cd26
by admin
· 18 years ago
33de9a1
by admin
· 18 years ago
764672b
by admin
· 18 years ago
b0dd10f
Initial Import
by admin
· 18 years ago