* Pluralform => Plural
[lhc/web/wiklou.git] / includes /
2005-09-06 Ævar Arnfjörð Bjar... * Pluralform => Plural
2005-09-06 Ævar Arnfjörð Bjar... * Improved trimStars()
2005-09-06 Ævar Arnfjörð Bjar... * Changed the name of the wfNoMsg() function to wfEmpty...
2005-09-06 Ævar Arnfjörð Bjar... * Added a hook
2005-09-06 Ævar Arnfjörð Bjar... * Code and documentation cleanup, bugfix
2005-09-06 Brion Vibber* Add UploadVerification hook for custom file upload...
2005-09-05 Antoine Mussorevert previous stuff. break things :)
2005-09-05 Antoine Musso#3344: Redirected terms cannot be included in categories
2005-09-05 Alexander SigachovNew magic word: PLURALFORM (like GRAMMAR)
2005-09-05 Brion Vibber* Use strval() to make sure we don't accidentally get...
2005-09-05 Brion VibberLive hack: don't blow up on empty/broken timestamps...
2005-09-05 Brion Vibber* Add 'reupload' and 'reupload-shared' permission keys...
2005-09-05 Tim StarlingDeferred initialisation of $wgIP, because it's potentia...
2005-09-04 Erik Moellerremove obsolete piece of code - newarticletext is never...
2005-09-04 Ævar Arnfjörð Bjar... * Avoid missing argument errors to recordUpload() on...
2005-09-03 Rowan CollinsQuick workaround for bug 3131 (don't fill destname...
2005-09-03 Tim Starlingfixed recent commit
2005-09-03 Tim StarlingCache interwiki prefixes with a canonical case
2005-09-02 Ævar Arnfjörð Bjar... * Rv: Causing some kind of error, I'll change it back...
2005-09-02 Ævar Arnfjörð Bjar... * Reverting back to 1.115, not inserting {{ and }}...
2005-09-02 Brion VibberRevert last change, which breaks the only usage of...
2005-09-02 Brion Vibber* (bug 3306) Document $wgLocalTZoffset
2005-09-02 Brion Vibber* (bug 2078) Don't hide watch tab on preview
2005-09-02 Brion Vibber* (bug 2841) Consistency in $this->loggedin use
2005-09-02 Brion Vibber* (bug 3292) Fix move-over-redirect test when current...
2005-09-02 Brion Vibber* Don't override edit conflict suppression on section...
2005-08-31 Antoine Musso*** empty log message ***
2005-08-31 Ævar Arnfjörð Bjar... * Not inserting {{ and }} automatically around the...
2005-08-31 Antoine MussoMight or might not fix a php5 notice error (undefined...
2005-08-31 Ævar Arnfjörð Bjar... * !empty( $par ) => $par != ''
2005-08-31 Ævar Arnfjörð Bjar... * Fixed a bug, array_slice() called incorrectly
2005-08-31 Ævar Arnfjörð Bjar... * Code cleanup
2005-08-31 Tim StarlingFixed resource exhaustion problems due to long lines...
2005-08-30 Brion Vibbereval() is evil! Improper escaping allowed, at a minimum...
2005-08-30 Brion Vibberadjust whitespace
2005-08-30 Niklas LaxströmAvar casts lvl 5 enhance to Licenses.php:
2005-08-29 Brion Vibber* Security fix for <math>
2005-08-29 Ævar Arnfjörð Bjar... * disabled="disabled" attribute for headers
2005-08-29 Ævar Arnfjörð Bjar... * Support for a license selection box on Special:Upload...
2005-08-29 Ævar Arnfjörð Bjar... * Source cleanup
2005-08-29 Brion Vibber* IP privacy fix for blocklist search on autoblocks
2005-08-28 Brion Vibber* Fix interlanguage links on special pages when extra...
2005-08-28 Brion Vibber* (bug 2885) More PHP 5.1 fixes: skin, search, log...
2005-08-28 Anders Wegge JakobsenI have ghosts in my cvs today :-(
2005-08-28 Anders Wegge JakobsenAlways read a diff before committing code
2005-08-27 Brion Vibber* (bug 3284) Ipblocklist paging, substring search
2005-08-27 Anders Wegge JakobsenAdd filter for robot edits to Special:Watchlist
2005-08-27 Niklas LaxströmDon't mess recent changes
2005-08-27 Niklas Laxström+* Experimental feature to allow translation of block...
2005-08-27 Tim Starlingrespect bot flag in RecentChange::notifyLog()
2005-08-27 Tim Starlingtab name for discussion page of extra namespace
2005-08-27 Tim Starlingsupport for setting tab names of extra namespaces
2005-08-26 Brion VibberDrop MySQL 3.23.x support; 4.0 or greater required.
2005-08-26 Niklas Laxström* (bug 2613) Clear saved passwords from the form
2005-08-26 Brion Vibber* (bug 3280) Respect 'move' group permission on page...
2005-08-26 Niklas Laxström* (bug 2554) Tell users they are uploading too large...
2005-08-26 Ævar Arnfjörð Bjar... * Coding style
2005-08-26 Ævar Arnfjörð Bjar... * Adding a new hook, SpecialContributionsBeforeMainOutput
2005-08-26 Ævar Arnfjörð Bjar... * Rewrite, now supports more info from extensions and...
2005-08-26 Ævar Arnfjörð Bjar... * No longer passing the name of the language class...
2005-08-26 Ævar Arnfjörð Bjar... * Removed redudant global decleration
2005-08-26 Ævar Arnfjörð Bjar... * Safe html output with wfMsgHtml()
2005-08-26 Ævar Arnfjörð Bjar... * Null no longer needs to be passed explicitly to wfRun...
2005-08-26 Ævar Arnfjörð Bjar... * Making null the default $args so that hooks without...
2005-08-26 Ævar Arnfjörð Bjar... * Postfix --/++ => Prefix --/++
2005-08-25 Erik MoellerRemove "info"-toolbar. This used to be shown for browse...
2005-08-25 Brion VibberMore HTML validation checks on page subtitle. Not explo...
2005-08-25 Brion VibberRevert more minor breakage from missing HTML escaping...
2005-08-25 Brion VibberCorrected fix for injection
2005-08-25 Antoine MussoXSS issue : now sanitize search query input
2005-08-25 Erik Moellertry to better document the distinction between
2005-08-25 Antoine MussoSomehow fix #2108
2005-08-23 Antoine MussoFix #3192: properly check 'limit' parameter on Special...
2005-08-23 Brion Vibber* (bug 3244) Fix remote image loading hack, JavaScript...
2005-08-23 Brion Vibber* Fix table prefix usage in Block::enumBlocks
2005-08-23 Tim Starlingpermalink
2005-08-23 Tim StarlingSleep time is highly variable, removing it from the...
2005-08-23 Tim StarlingWorkaround for occasional fatal
2005-08-23 Tim StarlingOutput tweak
2005-08-23 Tim StarlingFaster retrieval of range blocks, faster lookup of...
2005-08-23 Tim StarlingFunction names on queries, some debugging output (latte...
2005-08-23 Tim Starlingprofiling
2005-08-23 Brion Vibber* Move ArticleSave hook execution into Article insert...
2005-08-22 Brion Vibber* (bug 3227) Fix SQL injection introduced in experiment...
2005-08-22 Brion Vibber* (bug 3220) Fix escaping of block URLs in Recentchanges
2005-08-22 Brion VibberThis line has been broken at least twice in the last...
2005-08-22 Brion Vibber* (bug 3218) Use proper quoting on history Compare...
2005-08-21 Brion Vibber* (bug 3216) Don't show empty warning page when no...
2005-08-21 Niklas LaxströmMake the page work again with databaseprefix
2005-08-21 Domas Mituzasadd Referrer for stub
2005-08-21 Tim Starlingsensible names, profiling
2005-08-21 Tim Starlingprofiling
2005-08-21 Tim Starlingput watchlist update in its own transaction, to reduce...
2005-08-21 Tim Starlingprofiling
2005-08-21 Tim StarlingMade BlockCache::loadFromDB() 100x faster. Wasn't an...
2005-08-21 Tim Starlingprofiling
2005-08-21 Erik MoellerBug #1956: Hide bot uploads in Special:Newimages
2005-08-21 Brion Vibber* (bug 3210) Fix Media: links with remote image URL...
2005-08-20 Jens FrankShow an explanation to non-sysops
2005-08-20 Jens FrankShow an explanation to non-sysops
next