aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialCachedPage.php
Commit message (Expand)AuthorAgeFilesLines
* Drop hard-deprecated CacheHelper classesPetr Pchelko2021-04-201-209/+0
* Hard deprecate CacheHelper, ICacheHelper, CachedAction, SpecialCachedPage.Petr Pchelko2021-01-251-0/+8
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* Pass phpcs-strict on includes/specials/ (1/3)Siebrand Mazeland2014-05-091-3/+7
* Fixed some @params documentation (includes/[specialpage|specials])umherirrender2014-04-191-7/+7
* Update formattingSiebrand Mazeland2013-04-201-1/+0
* fixed type hintsjeroendedauw2012-11-011-2/+2
* miscellaneous doxygen warningsAntoine Musso2012-10-221-2/+2
* Fix issue in SpecialCachedPage: only save cache when initializedjeroendedauw2012-08-091-1/+3
* Always save the cache if stuff was added to it - dont require deriving class ...jeroendedauw2012-07-311-10/+25
* Big oops - merged to wrong branch.awjrichards2012-06-051-5/+17
* Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-021-17/+5
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-06-031-5/+17
* CacheHelper: facilitate caching handling on a pageJeroen De Dauw2012-04-181-0/+169
* Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086...Roan Kattouw2012-03-201-169/+0
* added enabled field so you can disable the cache thing if you need to before ...Jeroen De Dauw2012-03-201-1/+10
* follow up to r114215, fix some fails and added CachedAction implementing the ...Jeroen De Dauw2012-03-201-1/+20
* split general cache helper functionality to its own class, so we can also eas...Jeroen De Dauw2012-03-191-197/+38
* fix subpage linkingJeroen De Dauw2012-03-191-1/+5
* only init if not already done soJeroen De Dauw2012-03-191-10/+12
* make more generic: do not assume we want to add html to the output. Also get ...Jeroen De Dauw2012-03-191-10/+38
* fix for r114164Jeroen De Dauw2012-03-191-1/+1
* update docsJeroen De Dauw2012-03-191-4/+10
* some refactoring to allow for nicer usage in deriving classesJeroen De Dauw2012-03-191-27/+72
* Follow up to r114081; address krinkles commentJeroen De Dauw2012-03-191-1/+1
* Follow up to r114081; Jeroen De Dauw2012-03-191-1/+1
* follow up to r114081: qqq, and to r114082: match renameJeroen De Dauw2012-03-181-1/+1
* adding special page with scaffolding for caching chunks of HTMLJeroen De Dauw2012-03-171-0/+215