| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop hard-deprecated CacheHelper classes | Petr Pchelko | 2021-04-20 | 1 | -209/+0 |
* | Hard deprecate CacheHelper, ICacheHelper, CachedAction, SpecialCachedPage. | Petr Pchelko | 2021-01-25 | 1 | -0/+8 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -5/+5 |
* | Pass phpcs-strict on includes/specials/ (1/3) | Siebrand Mazeland | 2014-05-09 | 1 | -3/+7 |
* | Fixed some @params documentation (includes/[specialpage|specials]) | umherirrender | 2014-04-19 | 1 | -7/+7 |
* | Update formatting | Siebrand Mazeland | 2013-04-20 | 1 | -1/+0 |
* | fixed type hints | jeroendedauw | 2012-11-01 | 1 | -2/+2 |
* | miscellaneous doxygen warnings | Antoine Musso | 2012-10-22 | 1 | -2/+2 |
* | Fix issue in SpecialCachedPage: only save cache when initialized | jeroendedauw | 2012-08-09 | 1 | -1/+3 |
* | Always save the cache if stuff was added to it - dont require deriving class ... | jeroendedauw | 2012-07-31 | 1 | -10/+25 |
* | Big oops - merged to wrong branch. | awjrichards | 2012-06-05 | 1 | -5/+17 |
* | Revert to arbitrarily old point before initial remote branch creation to help... | awjrichards | 2012-06-02 | 1 | -17/+5 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-06-03 | 1 | -5/+17 |
* | CacheHelper: facilitate caching handling on a page | Jeroen De Dauw | 2012-04-18 | 1 | -0/+169 |
* | Revert r114067, r114071, r114075, r114079, r114081, r114082, r114084, r114086... | Roan Kattouw | 2012-03-20 | 1 | -169/+0 |
* | added enabled field so you can disable the cache thing if you need to before ... | Jeroen De Dauw | 2012-03-20 | 1 | -1/+10 |
* | follow up to r114215, fix some fails and added CachedAction implementing the ... | Jeroen De Dauw | 2012-03-20 | 1 | -1/+20 |
* | split general cache helper functionality to its own class, so we can also eas... | Jeroen De Dauw | 2012-03-19 | 1 | -197/+38 |
* | fix subpage linking | Jeroen De Dauw | 2012-03-19 | 1 | -1/+5 |
* | only init if not already done so | Jeroen De Dauw | 2012-03-19 | 1 | -10/+12 |
* | make more generic: do not assume we want to add html to the output. Also get ... | Jeroen De Dauw | 2012-03-19 | 1 | -10/+38 |
* | fix for r114164 | Jeroen De Dauw | 2012-03-19 | 1 | -1/+1 |
* | update docs | Jeroen De Dauw | 2012-03-19 | 1 | -4/+10 |
* | some refactoring to allow for nicer usage in deriving classes | Jeroen De Dauw | 2012-03-19 | 1 | -27/+72 |
* | Follow up to r114081; address krinkles comment | Jeroen De Dauw | 2012-03-19 | 1 | -1/+1 |
* | Follow up to r114081; | Jeroen De Dauw | 2012-03-19 | 1 | -1/+1 |
* | follow up to r114081: qqq, and to r114082: match rename | Jeroen De Dauw | 2012-03-18 | 1 | -1/+1 |
* | adding special page with scaffolding for caching chunks of HTML | Jeroen De Dauw | 2012-03-17 | 1 | -0/+215 |