Sean Harvey
|
4c6be2931b
|
BUGFIX Removing use of deprecated Object static functions like
get_static(), set_static(), uninherited() etc. Replace with equivalent
Config system get(), update()
|
2012-04-18 23:10:57 +12:00 |
|
Simon Welsh
|
f07258f3cf
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
|
Simon Welsh
|
f8082e4814
|
MINOR Add newline to end of files without one
|
2012-04-15 10:50:19 +12:00 |
|
Hamish Friedlander
|
bc7217d1ea
|
BUGFIX: Deprecation notices should fire in test mode too, just not in live mode
|
2011-10-31 13:51:31 +13:00 |
|
Stig Lindqvist
|
6cf03b9c2b
|
MINOR Fixed whitespace and added docblocks
|
2011-10-28 02:11:55 +02:00 |
|
Stig Lindqvist
|
3c5fd14f38
|
BUGFIX Deprecation class throws notice on PHP 5.2
Checks on constants must be within quotes.
|
2011-10-28 02:09:28 +02:00 |
|
Sam Minnee
|
ad9bc59d10
|
ENHANCEMENT: Include the caller of the deprecated method in the notice that it throws.
|
2011-10-29 17:34:31 +13:00 |
|
Sam Minnee
|
4c93c3be19
|
ENHANCEMENT: Allow Deprecation::notice() to be called without passing release number.
|
2011-10-29 17:34:31 +13:00 |
|
Hamish Friedlander
|
e5ea2ea94d
|
ENHANCEMENT: Add Deprecation class to handle throwing deprecation notices nicely on methods that are still in use in framework or cms
|
2011-10-28 15:58:54 +13:00 |
|