Update to use sortable tables (patch from meta.wikimedia.org)
[lhc/web/wiklou.git] / includes /
2006-12-16 Antoine MussoEnd some lines at 80
2006-12-16 Ilmari Karonen(bug 7925) Change Special:Allmessages message name...
2006-12-16 Rob Church* (bug 8164) Special:Booksources should use GET for...
2006-12-16 Leon WeberAdded missing closing bracket when the diff is below...
2006-12-16 Niklas Laxström* (bug 8044) When redirecting from the canonical name...
2006-12-16 Brion Vibber* Make $wgSiteNotice value wikitext again, for consiste...
2006-12-16 Tim StarlingCommand line interface to Article::doEdit()
2006-12-15 Tim StarlingRemoved broken feature $wgBreakFramesExceptions
2006-12-14 Brion Vibber* (bug 8264) Fix JavaScript global vars for XHTML mode
2006-12-14 Brion VibberXHTML fix in enhanced RC
2006-12-14 Antoine MussoSome doxygen patches:
2006-12-14 Antoine Musso* someone forgot to declare a method static
2006-12-14 Antoine Mussomake the base method compatible with its various childr...
2006-12-14 Antoine MussoUser::getOption now accept a default value to override...
2006-12-14 Brion VibberGoing ahead and adding this field while other DB update...
2006-12-14 Robert StojnićSmall patch to minimize the number of category variants...
2006-12-14 Brion Vibber* Add a notification about the confirmation mail sent...
2006-12-13 Brion Vibber* (bug 2259) Fix old regression where e-mail addresses...
2006-12-13 Antoine MussoFix #8239 : really get the 50 next contribs
2006-12-13 Leon Weber* Made the show change size function work on page moves...
2006-12-13 Antoine Musso* cleans out some spaces
2006-12-13 Manuel Schneideradded additional check to avoid warnings
2006-12-13 Brion Vibber* Accept null parameter to User::setPassword() as indic...
2006-12-13 Brion VibberConsolidate checks against $wgMinimalPasswordLength...
2006-12-13 Tim StarlingSet an explicit class on framed thumbnail inner divs...
2006-12-13 Andrew GarrettInclude the block ID in blockedtext. This way, users...
2006-12-12 Aryeh Gregor* (bug 8241) Don't consider user pages of User:Foo...
2006-12-12 Steve Sanbegcorrect confusing comment Special:protect->action=prote...
2006-12-12 Leon WeberAdded Title::isSubpage()
2006-12-12 Robert StojnićShould add only link variants (and not category variant...
2006-12-12 Steve Sanbegper Rob's comment, make call to createAssocArgs() more...
2006-12-12 Brion Vibber* Change behavior of logins using the temporary e-maile...
2006-12-11 Steve Sanbegrefactor template arg parsing into static method; this...
2006-12-11 Robert Stojnić* Enable category names to be written in variants ...
2006-12-11 Antoine MussoFix #8121 : wfRandom() is not between 0 and 1
2006-12-11 Antoine MussoRevert most of r18268 (only kept the empty <tr> removal)
2006-12-11 Antoine Musso* Add some summaries for <table> elements
2006-12-11 Brion Vibberfix typo in comment
2006-12-11 Antoine Mussoremove some white spaces, add some for clarity
2006-12-11 Antoine MussoImplements bug #4673 : Special:Allpages should display...
2006-12-11 Antoine Musso'next page' link now point to the first title of the...
2006-12-11 Andrew GarrettPer discussion on wikitech-l, add an (undo) link for...
2006-12-11 Brion Vibber* (bug 8148) Handle non-removable output buffers gracef...
2006-12-10 Leon WeberFix to use the correct css class
2006-12-10 Aryeh GregorFix for oldtitle too
2006-12-10 Aryeh Gregor* Removed a redundant <strong> tag from diff pages...
2006-12-09 Greg Sabino MullaneAllow "ORDER BY value" to do its thing for databases...
2006-12-09 Tim Starlingtemp hack to restore previous behaviour, re whitespace...
2006-12-09 Leon WeberFixing a bug in my last commit to make it also work...
2006-12-09 Leon Weber* DB schema change: added two columns (rc_old_len and...
2006-12-08 Brion Vibber* Allow Xml::check() $attribs parameter to override...
2006-12-08 Andrew GarrettFix regression from r17927 that broke IP::isInRange...
2006-12-08 Tim Starlingbump style version for wikibits.js
2006-12-08 Tim Starling* Added redirect to section feature. Use it wisely.
2006-12-07 Steve SanbegAdd variable for edit section offset, to help account...
2006-12-06 Nick JenkinsUpdate $wgProxyScriptPath default path to point to...
2006-12-06 Greg Sabino MullaneFix typo, thanks to Sven Klemm for finding.
2006-12-06 Brion VibberFix for new diff revision counter: suppress intermediat...
2006-12-06 Rotem LissMerging 'diff-multi' and 'diff-multi-revs'.
2006-12-06 Rotem LissCombining new 'diff-multi-rev' and 'diff-multi-revs...
2006-12-06 Ilmari Karonenfix "show changes" edit button breakage from r18194
2006-12-06 Ilmari Karonen(bug 5485) Show number of intervening revisions in...
2006-12-06 Ilmari Karonen...the previous line can also me moved inside the if...
2006-12-06 Ilmari Karonenavoid calling wfMsg( 'missingarticle' ) unless needed
2006-12-05 Aryeh GregorAdd pretty arrow images from SMW for sorttable instead...
2006-12-05 Brion VibberRevert r17964 again; accidentally restored that breakag...
2006-12-05 Brion VibberRestore Special:Contributions to its state as of 17964
2006-12-04 Nick JenkinsReverting oldid parts of r18156 and r18150, as should...
2006-12-04 Brion Vibber* Enable QueryPage classes to override list formatting...
2006-12-04 Brion Vibber* (bug 8042) Make miser mode caching limits settable...
2006-12-04 Leon Weber* (bug 8141) Cleanup of Parser::doTableStuff() (patch...
2006-12-04 Nick JenkinsE_STRICT minor tweaks:
2006-12-03 Leon WeberFixed the error of r18149. Apologies.
2006-12-03 Leon WeberTook back the change of r18150 until I find out how...
2006-12-03 Leon Weber* Added js variable wgOldId which shows the oldid when...
2006-12-03 Leon Weber* Added js variable wgCurRevisionId to the output
2006-12-03 Rob ChurchQuote namespace names before plonking them into a regul...
2006-12-03 Rob Church(bug 7671) Observe canonical media namespace prefix...
2006-12-03 Ilmari KaronenNew special page Special:NewbieContributions to replace...
2006-12-03 Ilmari Karonenfixfix (thx brion!)
2006-12-03 Ilmari KaronenUse Title::newMainPage() in various places instead...
2006-12-03 Ilmari KaronenDidn't really mean to delete SpecialContributions.php...
2006-12-02 Brion Vibber* (bug 8117) {{REVISIONTIMESTAMP}} showed weird default...
2006-12-02 Ilmari Karonenremove empty file left over from revert
2006-12-02 Ilmari Karonenwhat is this old copy doing here?
2006-12-02 Andrew GarrettUpdate linker to make contributions links (in userToolL...
2006-12-02 Ilmari KaronenInclude a backslash character in wpEditToken to prevent...
2006-12-01 Leon WeberAdded hook 'EditPage::attemptSave' before an article...
2006-12-01 Rob Church(bug 8024) Introduce "send me copies of emails I send...
2006-12-01 Greg Sabino MullaneChange realTimestamp to a function only, per Tim's...
2006-12-01 Ilmari Karonendisallow embedded line breaks in ISBNs; allowing them...
2006-12-01 Ilmari Karonenavoid matching "ISBN " in "ISBN foo"
2006-12-01 Ilmari Karonen(bug 8110) allow spaces in ISBNs
2006-11-30 Brion Vibber* Fix regression in authentication hook auto-creation...
2006-11-30 Rob Church(bug 1331) Add "next page" link to bottom of Special...
2006-11-30 Brion Vibber* Add AuthPluginSetup hook to override $wgAuth after...
2006-11-30 Greg Sabino MullaneBring reportQueryError back in sync and support the...
2006-11-29 Jason Richeymoved the status call so it is only called if max_lag...
2006-11-29 Brion VibberUndo oddity from r17987; function doesn't need to be...
2006-11-29 Ilmari KaronenPatch from LeonWP: added UploadForm:BeforeProcessing...
next