Mention Postgres in the release notes.
[lhc/web/wiklou.git] / includes /
2006-08-16 Greg Sabino MullaneUse NULL not empty string for rc_ip if our DB is picky.
2006-08-16 Greg Sabino MullaneAdd concept of "strict IPs" so we don't attempt to...
2006-08-16 Tim StarlingSome styling for Special:Imagelist courtesy of Splarka
2006-08-15 Brion Vibber* (bug 5969) Clean up tab order on Special:Userlogin...
2006-08-15 Brion Vibber* Clean up tab order on Special:Blockip
2006-08-15 Daniel KinzlerAdded squid cache control to AjaxCachePolicy, similar...
2006-08-15 Daniel KinzlerAdded logic for setting Vary header in AjaxCachePolicy
2006-08-15 Brion Vibber* (bug 1866) Improve navigation on Special:Listusers...
2006-08-15 Brion VibberFix regression in regression fix
2006-08-15 Brion Vibber* (bug 6946) Fix unexpected behavior change with GET...
2006-08-15 Tim StarlingSecond attempt
2006-08-15 Tim Starlingoptionally remove comments in preprocess()
2006-08-14 Tim StarlingAdded {{CURRENTHOUR}}
2006-08-14 Domas Mituzasadd wfGetAllCallers(), utility function for some occasi...
2006-08-14 Domas Mituzasreplace header() with $wgRequest->response()->header()
2006-08-14 Tim StarlingAdded Parser::preprocess() entry point and OT_PREPROCES...
2006-08-13 Brion VibberRevert part of 16036 using an undefined magic word...
2006-08-13 Jens FrankDJVU rendering: Handle old DB metadata entries
2006-08-13 Jens FrankFix undefined variables
2006-08-13 Jens Frankremove superfluous debugging code
2006-08-13 Rotem LissSwap the table pager images in RTL languages.
2006-08-13 Jens Frank(bug 6420) Render thumbnails for djvu images, show...
2006-08-13 Greg Sabino MullaneExplcitily grant permissions when we connect as superus...
2006-08-13 Tim StarlingRevamped Special:Imagelist. Implemented generic table...
2006-08-12 Domas Mituzasadd some abstraction for web responses, so far minimal...
2006-08-12 Rotem LissRemoving the last use of the mesasge 'administrators...
2006-08-12 Rotem LissAdding static functions to User to create links to...
2006-08-12 Tim StarlingFixed regex in doMagicLinks (broken since r15976)
2006-08-11 Brion Vibber* (bug 6971) Fix regression in Special:Export history...
2006-08-10 Tim StarlingTemplate expansion size limit
2006-08-10 Rotem LissSpacing.
2006-08-10 Tim StarlingIt broke things
2006-08-10 Tim StarlingFixed PreferencesForm::validateDate().
2006-08-09 Greg Sabino MullanePrevent a SQL error if no bot groups exist, by not...
2006-08-08 Rotem LissDisplaying all the groups with the permission, not...
2006-08-08 Rob Church* Consistent use of spacing
2006-08-08 Rotem Liss(bug 769) OutputPage::permissionRequired() should sugge...
2006-08-08 Rotem LissFinally removing the deprecated and unused functions...
2006-08-08 Rotem LissRemoving the last references to OutputPage::sysopRequir...
2006-08-07 Rotem Liss* Correctly get messages which use the form "mainpage...
2006-08-06 Rotem LissUsing a new function, Language::getArrow, to check...
2006-08-06 Rotem LissChanging all the last references from LanguageUtf8...
2006-08-06 Tim StarlingOptimised Sanitizer::removeHTMLtags, Parser::unstrip...
2006-08-06 Tim StarlingAllow negative caching for sites with no commons
2006-08-05 Tim StarlingImproved negative caching
2006-08-05 Tim StarlingAdded experimental history paging API, subject to change
2006-08-05 Tim StarlingIn DBA caches: fixed return value when the key is missing
2006-08-04 Greg Sabino MullaneRefactor GROUP BY clause, add extra columns for SQL...
2006-08-04 Tim StarlingFixed $wgDebugComments
2006-08-04 Rotem LissFixing a comment.
2006-08-03 Tim StarlingLanguageUtf8 is gone
2006-08-03 Rotem LissUpdating the list of backlinks to namespaces in the...
2006-08-03 Brion Vibberrevert 15898, broke the wiki
2006-08-02 Domas Mituzascommit early, commit often!
2006-08-02 Domas Mituzaserghhhh
2006-08-02 Domas MituzasMove SO::_getCaller() to Profiler::getCaller()
2006-08-02 Tim StarlingDefer loading default options, this avoids a theoretica...
2006-08-02 Tim Starlingremove useless require_once
2006-08-02 Tim StarlingLog exceptions
2006-08-02 Tim StarlingAvoid duplicate require_once() under windows by using...
2006-08-02 Tim StarlingDon't run jobs in read only mode.
2006-07-30 Greg Sabino MullaneMake SQL more SQL compliant, remove some debugging...
2006-07-30 Daniel KinzlerSeparated ajax search box features from core ajax frame...
2006-07-29 Daniel Kinzlercall JS onload hooks at the end of the html body in...
2006-07-28 Daniel KinzlerFactored code for global JS variables into a function
2006-07-28 Daniel KinzlerAdding various global JS variables, fixing bug 6030...
2006-07-28 Lupin(bug 6771) Make old revisions of MediaWiki pages availa...
2006-07-27 Magnus ManskeTwo new hooks by Ryan Lane for the StableVersions extension
2006-07-26 Ilmari Karonenmore minor tweaking to context link code, +comment
2006-07-26 Ilmari Karonenfurther simplify context link code; use non-greedy...
2006-07-26 Ilmari Karonensimplify context link handling in pstPass2(); don't...
2006-07-26 Tim Starling$wgLanguageCode no longer indicates the user language...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-26 Tim Starlingprofiling
2006-07-24 Greg Sabino MullaneAdd quote_ident function.
2006-07-24 Tim StarlingMade OutputPage::tryParserCache() use addParserOutputNo...
2006-07-23 Rotem LissDeprecating ; reordering the special pages array (whose...
2006-07-23 Rotem LissRemoving an unused function (was used in SpecialGroups...
2006-07-23 Greg Sabino MullaneChange reserved word table names "user" and "text"
2006-07-23 Greg Sabino MullaneUse NULL instead of 0 to indicate "no page" for cases...
2006-07-22 Jimmy Collins* (bug 5456) Separate MediaWiki:Search into messages...
2006-07-22 Tim StarlingCompare page title with $wgUser->getTitleKey() not...
2006-07-21 Greg Sabino MullaneBetter lastErrno, from a patch on bug #6732
2006-07-21 Tim StarlingProfiling
2006-07-21 Brion Vibber* (bug 6751) Fix preview of blanked section with edit...
2006-07-20 Tim Starlingfix bug in LinkBatch::execute(), it's meant to return...
2006-07-20 Rotem LissDirection mark in Special:Listredirects, to prevent...
2006-07-19 Brion VibberRevert 15733 and 15719 for the moment; I see some eval...
2006-07-19 Robert StojnićEnable UTF-8 lower/upper case operations in SearchEngine,
2006-07-19 Tim Starlingrv vandalism
2006-07-18 Robert StojnićCommiting patch r15625:15661 from branches/SerbianVariants.
2006-07-18 Greg Sabino MullaneAdd Postgres timestamp stuff, from the patch at bug...
2006-07-17 Ilmari Karonenfix typo in comments (patch by xzilla, rafb.net/paste...
2006-07-17 Domas Mituzasrollback of change that made filesorts
2006-07-17 Brion Vibber* Fix regression which allowed some blocked users to...
2006-07-17 Greg Sabino MullaneAdd mCascadingDeletes and mCleanupTriggers properties...
2006-07-16 Brion VibberRevert 15696, would cause every DB to fail other than...
2006-07-16 Brion Vibbernormalize case
2006-07-16 Greg Sabino MullaneAdd mysql if blocks for deletion, remove unused getPref...
2006-07-16 Rotem LissMaking User::isBot deprecated, using User::isAllowed...
next