Removing the language maintenance scripts checktrans.php, duplicatetrans.php and...
[lhc/web/wiklou.git] / includes /
2006-10-12 Robert StojnićCommiting diff -r 16826:16966 of serbianvariants.
2006-10-12 Aryeh GregorRevert last two commits. Broke wikibits and don't...
2006-10-12 Aryeh Gregor* (bug 4525) Move section links down to same level...
2006-10-12 Aryeh Gregor* (bug 6868) Un-hardcode section edit link style
2006-10-12 Yuri Astrakhan* allpages module fix
2006-10-12 Brion Vibber* (bug 6164) Avoid smashing Cite state if message trans...
2006-10-11 Brion VibberRevert r16928: crashed Wikimedia by breaking memcached
2006-10-11 Brion Vibber* Disable PHP exception backtrace printing unless ...
2006-10-11 Brion Vibber* Improved register_globals paranoia checks
2006-10-11 Tim StarlingRenamed CacheManager to HTMLFileCache, to avoid confusi...
2006-10-11 Tim StarlingBug 7474, CACHE_DB/CACHE_MEMCACHED confusion
2006-10-11 Nick Jenkins(bug 6835): Removing the includes/Parser.php::getTempla...
2006-10-11 Tim StarlingActive protection against register_globals vulnerabilit...
2006-10-11 Tim Starlingyou missed one
2006-10-11 Yuri Astrakhan* added $wgEnableAPI
2006-10-10 Brion Vibberfix typo in debug line
2006-10-10 Brion Vibber1.9 bump
2006-10-10 Brion Vibber* (bug 6929) Restore AutoAuthenticate hook
2006-10-09 Jimmy Collins* (bug 7537) Add php5 to $wgFileBlacklist
2006-10-09 Jens FrankAdd "title" to the opensearch link to allow automatic...
2006-10-09 Jens Frank(bug 7529) Including a non-existent category in an...
2006-10-09 Brion Vibber* (bug 7526) Make $wgDefaultUserOptions work again
2006-10-09 Brion VibberReverting r16861; incompatible change to message texts...
2006-10-09 Brion Vibber* (bug 6600) Update article counts on XML import
2006-10-09 Brion Vibber* (bug 7510) Update article counts etc on undelete
2006-10-09 Brion Vibber* Fix regression in Special:Watchlist text header
2006-10-09 Brion VibberRevert r16860
2006-10-09 Brion VibberRevert r16863: broke section arrow link at least for he:
2006-10-08 Tim StarlingSome message caches are over 1MB
2006-10-08 Niklas Laxström* Whoops
2006-10-08 Niklas Laxström* Escaping
2006-10-08 Niklas Laxström* Made messages used in Special:Preferences either...
2006-10-08 Robert StojnićMerged r16826-16858 of branches/SerbianVariants.
2006-10-08 Niklas Laxström* (bug 7459) Magic word variables are always case sensitive
2006-10-08 Jimmy Collins* (bug 7519) Add plural in SpecialWatchlist
2006-10-07 Jimmy Collinshtmlspecialchars
2006-10-06 Jimmy Collins(bug 7509) Make back arrow in Special:Whatlinkshere...
2006-10-06 Yuri Astrakhan* API: Optimized PageSet object to avoid executing...
2006-10-05 Brion VibberRevert to previous version using $wgDBname instead...
2006-10-05 Brion VibberAdd missing AjaxResponse class
2006-10-05 Ilmari Karonenuse ImageMagick -thumbnail option instead of -resize
2006-10-04 Brion VibberHandle failure of Mail::factory() gracefully
2006-10-04 Ilmari KaronenBug 6826: Extend context link ("pipe trick") syntax...
2006-10-04 Nick Jenkins(Bug 7004) PHP iconv() notice on bad password input...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-04 Tim Starlingstrcspn bug: http://bugs.php.net/bug.php?id=39032
2006-10-04 Nick Jenkins=(Bug 6890) Limit Pager.php to prevent integer wraparou...
2006-10-04 Tim StarlingFix for redirect.php
2006-10-03 Brion Vibber* Do fewer unnecessary full writes of user rows; only...
2006-10-03 Brion Vibber* (bug 6617) Validate timestamps on Special:Undelete
2006-10-03 Jens Frank(bug 7458) unstub loop
2006-10-03 Tim StarlingUse absolute path in require_once, errors reported...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-10-03 Yuri Astrakhan*API: rewired generator (more work needed)
2006-10-02 Yuri Astrakhan* API: implemented generator function
2006-10-02 Brion Vibber* Cleaner error behavior on thumb.php with invalid...
2006-10-02 Yuri Astrakhan*API: better version gen, added check for read-only...
2006-10-02 Brion VibberInclude retry number on connect loop errors
2006-10-02 Brion Vibberwhitespace
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-10-02 Brion Vibber* (bug 7460) Revert broken patch for bug 7226 which...
2006-10-02 Yuri AstrakhanNew method loadFromId() per brion's suggestion. Reverte...
2006-10-02 Brion Vibber* Add + to $wgLegalTitleChars by default. Some sites...
2006-10-02 Yuri Astrakhanadded optional $db param to newFromId( $id, $db = null )
2006-10-02 Greg Sabino MullaneOffer hint for common "null title" import error.
2006-10-01 Yuri Astrakhan* API: added version information to each module (availa...
2006-10-01 Yuri Astrakhan* API: pageSet now supports pageids, revised revisions...
2006-10-01 Tim Starlingescaping for $path, call me paranoid
2006-10-01 Yuri Astrakhan* Code cleanup per TimStarling's suggestions
2006-10-01 Yuri Astrakhan* Changed status DEFINEs to class consts
2006-10-01 Jimmy Collins* (bug 6130, bug 5818) Replaced message 'go' with the...
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-30 Tim Starlinghook for RC events
2006-09-30 Jimmy Collins* (bug 6864) Replace message 'editing' with new message...
2006-09-30 Yuri Astrakhan* API: revisions & pageset cleanup
2006-09-30 Tim StarlingMade {{INT:}} a core parser function instead of a speci...
2006-09-29 Jimmy Collins* (bug 6023) Fixed mismatch of 0/NULL for wl_notificati...
2006-09-29 Yuri Astrakhan* API: revisions module fixes
2006-09-27 Jimmy Collins(bug 7059) 'anchorencode' colon function needs one...
2006-09-27 Jimmy Collins* (bug 7425) Preceeding whitespace in [[...]] breaks...
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-27 Tim StarlingAdded file size limit for all shell processes, to stop...
2006-09-26 Jimmy CollinsFix update made in r16659 - now use field revision_time...
2006-09-26 Jimmy Collins* (bug 6092) Introduce magic words {{REVISIONDAY}}...
2006-09-26 Brion Vibber* (bug 6849) Block @ from usernames; interferes with...
2006-09-26 Yuri Astrakhan* API: Overall query-related cleanup.
2006-09-26 Yuri Astrakhan* API: All pages list
2006-09-26 Brion Vibber* Fix regression in cachability of generated CSS and...
2006-09-26 Yuri Astrakhan* API: Query Meta SiteInfo module
2006-09-25 Greg Sabino MullaneAnother attempt at cross-database compatibility; mysql...
2006-09-25 Yuri Astrakhan* API: General query modules order of execution
2006-09-25 Yuri Astrakhan* API: A new ApiPageSet class to retrieve page data...
2006-09-25 Tim StarlingAdded exception list feature to the bad image list
2006-09-24 Tim StarlingMoved wfParseCIDR() to IP::parseCIDR(). Added IP::parse...
2006-09-24 Tim StarlingAllow hooks to be static member functions
2006-09-24 Jimmy CollinsImproved layout after deleting items from watchlist
2006-09-23 Yuri Astrakhan* API-query: normalization
2006-09-23 Yuri Astrakhan* API: major refactoring
2006-09-23 Yuri Astrakhan* Moved session saving code from processLogin() to...
2006-09-22 Jimmy CollinsAdded info text to Special:Lonelypages
next