aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CategoryViewer.php
Commit message (Expand)AuthorAgeFilesLines
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-0/+11
* Replace deprecated Language::convert in CategoryViewerUmherirrender2020-11-031-5/+10
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-2/+2
* Use @internal instead of @private per policydaniel2020-06-261-3/+3
* Hooks::run() call site migrationTim Starling2020-05-301-2/+6
* Fix numerous Squiz.Scope.MethodScope.MissingReedy2020-05-151-16/+16
* Remove unreachable null checks after isset()Thiemo Kreuz2020-02-281-9/+5
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Use short assignment operator in PHPFomafix2019-03-071-1/+1
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* Improve page display title handling for category pagesNiklas Laxström2018-09-101-6/+4
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-10/+5
* Use \u{00A0} instead of   or  Fomafix2018-06-241-1/+1
* Avoid triggering Category::refreshCounts() on HTTP GET requestsAaron Schulz2018-04-191-4/+0
* Fix inconsistent i18n escaping in category paging links.Brian Wolff2017-10-111-4/+4
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Fix bogus field reference in Category::getCountMessage() callbackAaron Schulz2017-04-191-10/+1
* Reduce contention during view-based category count refreshesAaron Schulz2017-04-051-1/+7
* Replaced all deprecated Linker methods with proper ones in core(1)Yuriy Shnitkovskiy2017-01-201-2/+3
* Fix wrong class name for ImageGalleryBase in commentsdivadsn2016-12-311-1/+1
* Replace Linker::link() with LinkRenderer in includes directoryYuriy Shnitkovskiy2016-12-011-1/+5
* Merge "Revert "Use display name in category page subheadings if provided""jenkins-bot2016-11-081-19/+6
|\
| * Revert "Use display name in category page subheadings if provided"Liuxinyu9702262016-11-081-19/+6
* | Fix display of categoriesKunal Mehta2016-09-281-0/+2
* | Reduce queries in CategoryViewer via addGoodLinkObjFromRow()Aaron Schulz2016-09-221-4/+17
* | Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
|/
* Merge "Use display name in category page subheadings if provided"jenkins-bot2016-07-281-6/+19
|\
| * Use display name in category page subheadings if providedNiklas Laxström2016-06-081-6/+19
* | Improving some function documentation in CategoryViewer.phpKaldari2016-07-141-9/+10
|/
* Add class to div wrapper around category listsEd Sanders2016-04-291-2/+6
* CategoryViewer: Do opportunistic category recounts for mismatched file counts...Bartosz Dziewoński2016-02-291-3/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-39/+39
* Move category refreshes to a deferred updateAaron Schulz2015-12-291-1/+1
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* Change labels of paging links in Category pageTina Johnson2015-03-281-2/+2
* CategoryView modified to use css columnsSumit Asthana2015-02-231-36/+22
* Allow override of page disply within CategoryViewerErik Bernhardson2015-02-201-22/+23
* Properly escape the messages in CategoryViewer.phpJackmcbarn2015-02-051-12/+6
* Escape unsafe messages in CategoryViewer.phpScimonster2015-01-111-6/+12
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
* Remove obvious function-level profilingChad Horohoe2015-01-071-2/+0
* Use getHtmlCode() instead of getCode() to set the lang attributeFomafix2014-11-061-2/+2
* Fix for Ia9baaf0b: Make previously public variables public againStephan Gambke2014-08-291-12/+12
* Use Config instead of globals in CategoryViewer.phpAlexandre Emsenhuber2014-08-261-4/+3
* Use config instead of globals for ImageGalleryumherirrender2014-08-221-3/+2
* Merge "Fix off-by-one error in the "previous 200" link in category listings w...jenkins-bot2014-07-241-1/+23
|\
| * Fix off-by-one error in the "previous 200" link in category listingsRohan2014-07-171-1/+23
* | Fixed spacingumherirrender2014-07-201-1/+1
|/
* Avoid begin/commit in Category::getCountMessage()Aaron Schulz2014-06-241-1/+4
* Make phpcs-strict pass on includes/ (7/7)Siebrand Mazeland2014-05-151-36/+41