*** empty log message ***
[lhc/web/wiklou.git] / includes /
2004-01-30 Gabriel Wicke*** empty log message ***
2004-01-30 Tim StarlingAvoiding use of <em> tag in Japanese
2004-01-30 Tim StarlingMore hide/show links in RC
2004-01-30 Tim Starlingbug fix
2004-01-29 Jens FrankBreak backwards compatibility: Make image links parse...
2004-01-29 Jens Frankcosmetic changes, for styleguide compliance
2004-01-29 Erik Moellerbugfix: edit pages are not articles (resulted in a...
2004-01-29 Mr. E23Removed unnecessary DISTINCT
2004-01-29 Jens FrankFix for older ImageMagick versions
2004-01-29 Mr. E23potentially uninitialized variable fixed
2004-01-29 Mr. E23Removed not-so-useful RC caching
2004-01-28 Evan ProdromouMake it optional to allow anonymous minor edits
2004-01-28 Mr. E23Short term caching of RC database query
2004-01-28 Mr. E23Cutoff on midnight always, making successive queries...
2004-01-28 Tim StarlingFixing last commit -- oops
2004-01-28 Mr. E23Transfer of some suffering from regular users to stub...
2004-01-28 Tim StarlingCosmetic bug fix -- quickbar contributions link shown...
2004-01-28 Mr. E23Missing global caused $wgCompressedPersistentLC=true...
2004-01-27 Mr. E23Minor speed improvement on list of long/short pages
2004-01-26 Brion VibberRemove DISTINCTs and ORDER BY. If the tables are right...
2004-01-26 Tim StarlingMinor unreported bug fix
2004-01-26 Tim StarlingBug fix: moving both normal page and talk page within...
2004-01-26 Tim StarlingHalf hour time zones
2004-01-25 Tim StarlingOptim's trailing text on Special:Userlogin
2004-01-25 Tim Starlingnew object - basic DB load balancer
2004-01-25 Tim Starlingbug fix
2004-01-25 Tim StarlingFixed link table problem for MSG (hopefully)
2004-01-25 Tim StarlingUsing UTF-8 compatible ucfirst/lcfirst -- bug fix
2004-01-25 Mr. E23Overridable debug printouts in new memcached client.
2004-01-25 Tim StarlingUsing UTF-8 compatible ucfirst/lcfirst
2004-01-25 Tim StarlingMore characters allowed in message names (or more gener...
2004-01-25 Tim StarlingOther-language-friendly move message
2004-01-25 Tim StarlingWatchlist caching, and some junk in DefaultSettings...
2004-01-25 Tim StarlingAbility to declare all query pages "expensive"
2004-01-25 Tim StarlingOption to hide logged in users
2004-01-25 Mr. E23Added use of a FakeMemCachedClient in case memcached...
2004-01-25 Mr. E23Fix for bug in preference save
2004-01-24 Mr. E23Replaced old memcached client with new one
2004-01-24 Mr. E23new memcached client returns integers as strings
2004-01-24 Mr. E23compatibility modifications in preparation for the...
2004-01-24 Mr. E23Only allow identified users to mark edits as minor
2004-01-20 Jens FrankFeature-Request #816659,#668443: No (next 50) link...
2004-01-20 Brion VibberQuickie blacklist & stricter whitelist for upload exten...
2004-01-19 Mr. E23Added irc:// to list of recognized URLs
2004-01-19 Erik MoellerUse an infobox instead of copy & pasting the toolbar...
2004-01-19 Erik Moeller1) nowiki button
2004-01-18 Tim StarlingFixed recent bugs
2004-01-18 Erik Moeller-unnecessary </p>
2004-01-18 Erik Moellergenerate toolbar buttons via JS so that non-JS browsers...
2004-01-18 Erik Moeller-$wgEnableEditToolbar, broken in non-English langs...
2004-01-18 Erik Moelleredit toolbar default = true
2004-01-18 Tim Starlingadded $wgEnableEditToolbar to disable JS toolbar
2004-01-18 Tim Starlingbetter conversion/backwards compatibility
2004-01-17 Mr. E23Added pref which can be used to enable faster page...
2004-01-17 Tim StarlingsetArticleRelated required in more places than I realis...
2004-01-17 Tim StarlingGot rid of some notices
2004-01-17 Tim StarlingMore informative rollback summary
2004-01-17 Tim Starlingminor bug fix
2004-01-17 Tim StarlingBug fixes: watchlist and recent changes linked were...
2004-01-17 Jens FrankBug#790303 - Fix javascript or external URL insertion...
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-16 Jens FrankFixed problem with image pages of non existing images
2004-01-15 Erik MoellerChanged function/variable name "final" to "closing...
2004-01-13 Jens FrankOffer GD-based image resizing as well as ImageMagick...
2004-01-12 Mr. E23Compatibility with alternative memcached client. Minor...
2004-01-12 Erik MoellerJeLuF's image resizing code
2004-01-11 Mr. E23Removed a global variable. Added PHP < 4.3 compatibilit...
2004-01-11 Brion VibberAdd $wgRemoteUploads option to show the upload _link_...
2004-01-11 Brion VibberConfigurable location of texvc; detect failure to produ...
2004-01-11 Erik MoellerNew edit toolbar for bold, italic, links, headlines...
2004-01-10 Mr. E23Cleaned up OutputPage::replaceVariables() a bit. Some...
2004-01-10 Brion VibberRemove sometimes erroneous duplicate Content-encoding...
2004-01-10 Tim Starlingobject-oriented database connections
2004-01-10 Tim Starlingfixed a few minor bugs and misc. notices
2004-01-07 Tim StarlingFixed initialisation order to make it slightly more...
2004-01-07 Tim StarlingAlteration of security fix to make it very slightly...
2004-01-07 Tim StarlingFix security flaw in parser -- $unique in input text
2004-01-07 Mr. E23A patch to cache articles after conversion to HTML...
2004-01-06 Mr. E23New fix for bug 869949 'Lists inside tables' from TomK32
2004-01-06 Tim StarlingMinor bug fix
2004-01-06 Tim StarlingAngela's disclaimer in top links
2004-01-06 Mr. E23Fixed bug causing magic word MAG_NOEDITSECTION to be...
2004-01-05 Mr. E23Added hooks for article create/delete/edit events and...
2004-01-05 Mr. E23Minor fix
2004-01-05 Mr. E23Moved linkscc SQL details into LinkCache for cleaner...
2004-01-05 Brion VibberURL-encode the mainpage link in CB
2004-01-05 Brion VibberSet $wgEnablePersistentLC to false by default; leads...
2004-01-05 Mr. E23Last fix was broken, reverting to last edit by brion
2004-01-05 Mr. E23Updated fix for bug 869949 'Lists inside tables' as...
2004-01-05 Mr. E23Fixed bug 869949 'Lists inside tables' as suggested...
2004-01-04 Brion VibberAdd $wgCompressRevisions option to compress old revisio...
2004-01-03 Brion VibberStart support for compressing entries in the old table...
2004-01-03 Erik Moeller$wgUseBetterLinksUpdate no longer needed, removed,...
2003-12-26 Brion VibberMark undeleted redirect pages as redirects (bug #855372...
2003-12-26 Tim StarlingFallback to google search box when database is offline
2003-12-25 Brion Vibber'View source' link instead of 'protected page'
2003-12-22 Brion VibberwgSiteNotice for system messages
2003-12-22 Brion VibberForce redirect headers to use absolute URLs as per...
2003-12-22 Brion VibberTrim whitespace on TOC links
2003-12-22 Brion VibberFix double-help message in search results; also some...
next