aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/initStats.inc
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed a whole lot of XSS vulnerabilities in the installer. All require a ↵Tim Starling2009-02-051-11/+11
| | | | | | | | | | live installer, i.e. with no LocalSettings.php present. * Implemented taint support in the installer and fixed some false positives (and false negatives) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/46840
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-2/+4
| | | | | | | | | | | | | | | | | | Doxygen documentation update: * Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group. * Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file. * Removed some empty comments * Removed some ?> Added following groups: * ExternalStorage * JobQueue * MaintenanceLanguage One more thing: there are still a lot of warnings when generating the doc. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/35098
* * Initialise site_stats table at upgrade time if data was missingBrion Vibber2007-01-131-0/+55
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/19186