* Fix regression in blocking of user accounts
[lhc/web/wiklou.git] / includes /
2006-07-11 Brion Vibber* Fix regression in blocking of user accounts
2006-07-11 Antoine MussoCode quality: makes imagePage::doDelete compatible...
2006-07-11 Brion Vibber* Pre-strip characters ignored in IDNs from URLs so...
2006-07-11 Brion VibberBlock form fixlets:
2006-07-11 Antoine MussoFix ugly hack. Assume PHP5 does a nice job with references.
2006-07-11 Antoine MussoSome evil whitespaces. Sorry.
2006-07-11 Antoine Musso* Form indentation
2006-07-11 Antoine MussoEvil /\s+$/
2006-07-11 Antoine Musso* Fix double escaping (thanks brion)
2006-07-11 Antoine MussoDefintly fix #6561 patch by Nick Jenkins
2006-07-11 Rob ChurchSuppress when miser mode is on; it's expensive
2006-07-11 Jimmy CollinsOnly show pages in SpecialStatistics with page_counter > 0
2006-07-11 Rob Church* Free the result
2006-07-11 Rob Church* (bug 6592) Add most viewed pages summary to Special...
2006-07-11 Antoine MussoNote about $wgUploadSizeWarning using byte
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-07-11 Antoine MussoSome new strictness with PHP5
2006-07-11 Antoine MussoFix #6526: Undefined offset notice in MagicWord.php...
2006-07-11 Antoine MussoUse Xml functions
2006-07-11 Antoine MussoIndent the namespace selector
2006-07-11 Tim Starlingblock the canonical username
2006-07-11 Tim StarlingGive manual blocks precedence over autoblocks
2006-07-11 Tim StarlingFixed autoblock bug
2006-07-11 Brion Vibber* (bug 6627) Fix regression in Special:Ipblocklist...
2006-07-10 Antoine MussoMake APCBagOStuff::delete() compatible with BagOStuff...
2006-07-10 Antoine MussoFix #6622: image::newFromTitle deprecated but still...
2006-07-10 Antoine Mussostatic function
2006-07-10 Antoine MussoAdding some more static statements
2006-07-10 Brion Vibber* (bug 6299) Maintain parser's revision ID across recur...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-07-10 Antoine Mussostatic E_STRICT warnings
2006-07-10 Antoine MussoFix #6561: "frame" and "border" and "rules" listed...
2006-07-10 Rob Church* (bug 6618) Improve permissions/error detection in...
2006-07-10 Rob Church* (bug 6448) Allow filtering of Special:Newpages accord...
2006-07-10 Tim StarlingIgnore ipb_anon_only and ipb_create_account for usernam...
2006-07-10 Rob ChurchRemove use of deprecated OutputPage::developerRequired()
2006-07-10 Tim Starling* Allow blocks on anonymous users only.
2006-07-08 Niklas Laxström* And more escaping
2006-07-08 Niklas Laxström* More escaping
2006-07-08 Niklas Laxström* Do some escaping to page titles put into wikitext
2006-07-08 Niklas Laxström* Added RFC to list of strings to escape
2006-07-08 Jimmy CollinsAdded plural support for 'import-revision-count'
2006-07-08 Rotem LissAdding 'emailconfirmed' to the groups which are not...
2006-07-07 Brion Vibber* Don't put empty-page message into view-source when...
2006-07-07 Rob Church* (bug 6586) Regression in "unblocked" subtitle
2006-07-07 Brion Vibberbump to 1.8alpha
2006-07-07 Tim StarlingAnother display issue
2006-07-07 Tim StarlingRestored missing submit button
2006-07-07 Rotem Liss(bug 6358) Remove some redundant and unused variables...
2006-07-07 Brion Vibber* (bug 6562) Removed unmaintained ParserXml.php for now
2006-07-07 Brion VibberUse Sanitizer::encodeAttribute instead of raw htmlspeci...
2006-07-07 Tim StarlingSplit off index paging code from PageHistory.php to...
2006-07-06 Rob Church* Implicit group "emailconfirmed" for all users whose...
2006-07-06 Brion Vibber* (bug 6566) Improve input validation on timestamp...
2006-07-06 Brion Vibber* (bug 6560) Avoid PHP notice when trimming ISBN whitespace
2006-07-06 Rotem LissReverting 15375 - causes JavaScript error.
2006-07-06 Rotem Liss(bug 6571) Protect page: "Unlock move permissions"...
2006-07-05 Brion Vibber* Separate out EditPage's getContent bits from regular...
2006-07-05 Rotem LissIf we have user tool links even in the page history...
2006-07-05 Rotem LissDirection mark between the image file name and its...
2006-07-05 Antoine Mussocomments end at column 80
2006-07-05 Antoine MussoFix #6534: PHP notice on Special:Prefixindex with bad...
2006-07-05 Antoine MussoFix #6533: PHP notice on [[Special:Allpages]] with...
2006-07-05 Tim StarlingFixed SVG bug introduced in 15342
2006-07-05 Tim Starlingprofiling
2006-07-05 Tim Starlingsuppressing thumbnail generation in more places
2006-07-05 Tim Starlingremoved debugging code
2006-07-05 Tim StarlingCreated $wgGenerateThumbnailOnParse, set to false to...
2006-07-05 Greg Sabino MullaneChange hard-coded vector fields to variables.
2006-07-05 Greg Sabino MullaneAdd begin(), does-nothing immediatecommit()
2006-07-05 Greg Sabino MullaneRewrote all the quoting stuff, including decodeBlob...
2006-07-05 Greg Sabino MullaneAdd decodeBlob() function to complement encodeBlob()
2006-07-05 Greg Sabino MullaneAdd SearchPostgres.php
2006-07-04 Tim StarlingFixed flow control in Image::getThumbnail()
2006-07-04 Tim StarlingUse wfDebugLog() for the job queue log.
2006-07-04 Tim StarlingChanged the image directory global functions, they...
2006-07-04 Tim StarlingMade wfMkdirParents() faster and more robust
2006-07-04 Tim StarlingCall firstCallInit() before cloning $wgParser.
2006-07-04 Rob Church* (bug 6185) Add standard user tool links to log page...
2006-07-04 Tim StarlingMore profiling sections
2006-07-04 Rob Church* (bug 6504) Allow configuring session name with $wgSes...
2006-07-04 Rob Church* (bug 6512) Link to page-specific logs on page histories
2006-07-04 Rob ChurchWhen parsing, if we encounter a blacklisted image,...
2006-07-03 Antoine Mussonicer debug output
2006-07-03 Tim StarlingLog job execution time
2006-07-03 Tim StarlingAs we say on Wikipedia, might it not have been easier...
2006-07-03 Rob Church(bug 6527) Allow customising interface text for the...
2006-07-03 Tim Starlingfixed raw suffix
2006-07-03 Tim StarlingFixed fatal error on old image deletion when squid...
2006-07-03 Rotem LissGet the English extension messages to Special:Allmessag...
2006-07-03 Tim StarlingBetter to clone $wgParser rather than use it, otherwise...
2006-07-03 Tim StarlingUse $wgParser instead of constructing a new parser...
2006-07-03 Tim StarlingGot rid of about 20 regex calls in braceSubstitution...
2006-07-03 Tim StarlingRevert addToArray() change, add isCaseSensitive()
2006-07-03 Tim StarlingBetter extension function synonym cache
2006-07-03 Tim StarlingMade MagicWord::addToArray() support case-insensitive...
2006-07-02 Ilmari Karonencapitalization, spacing (thanks robchurch)
2006-07-02 Ilmari Karonen"searchsubtitleinvalid" message for searches that are...
2006-07-02 Brion VibberMove 'style' attribute check to Sanitizer::checkCss...
2006-07-02 Rob Churchnarf
next