Localisation updates for core messages from Betawiki (2008-05-18 15:17 CEST)
[lhc/web/wiklou.git] / includes /
2008-05-11 Niklas Laxström* Forget the offset in the form also
2008-05-11 Niklas Laxström* Code cleanup
2008-05-11 Bryan Tong MinhRefactor SpecialEmailUser.php to split outputting from...
2008-05-11 Greg Sabino MullaneRefactor duplicated code into one area.
2008-05-11 Aaron SchulzTweak doc
2008-05-11 Aaron SchulzGAID_FOR_UPDATE
2008-05-11 Greg Sabino MullaneClean up date formatting per bug 14067, remove assumpti...
2008-05-11 Bryan Tong MinhPut code to view redirect page in new method Article...
2008-05-11 Robert LeveringtonAvoid possible register_globals issue.
2008-05-11 Robert LeveringtonRemove paramter that only appears to illustrate the...
2008-05-11 Robert LeveringtonNotice: Undefined variable: extensionsList in includes...
2008-05-11 Aaron SchulzConsistent type
2008-05-11 Aran Dunkleypages can render, but many operations break it
2008-05-10 Aaron SchulzAdd $flags
2008-05-10 Aran Dunkleygets thru installation procedure but fails on article...
2008-05-10 Victor Vasiliev* Fix image redirect caching so it doesn't break image...
2008-05-10 Ryan SchmidtFix for bug 13677
2008-05-10 Alexandre EmsenhuberE_STRICT
2008-05-10 Rotem LissFor compatibility (DefaultSettings.php currently crashe...
2008-05-10 Niklas Laxström* Normalise also special page names (in addition to...
2008-05-10 Bryan Tong MinhDon't call wfFindFile twice when it's not necessary.
2008-05-10 Niklas Laxström* Consistent case and autoloader
2008-05-10 Niklas Laxström* Added code two commonly needed use cases: separate...
2008-05-10 Aaron SchulzJust use @ here too
2008-05-10 Aaron SchulzPass in $join_conds
2008-05-10 Niklas Laxström* Use Xml:: and so
2008-05-10 Niklas Laxström* Use addScriptFile
2008-05-10 Bryan Tong Minh(bug 13943) Fix image redirect behaviour on image pages:
2008-05-10 Roan Kattouw* Re-applying r34449, r34500 and r34518 which Brion...
2008-05-10 Roan KattouwAllow an array as ON clause. There are quite a few...
2008-05-10 Niklas Laxström* Use Xml:: functions and remove the huge warning about...
2008-05-10 Niklas Laxström* Automatic edit summaries can be turned of with $wgUse...
2008-05-10 Roan KattouwE_NOTICE: $options['USE_INDEX'] might not be set
2008-05-10 Niklas Laxström* Typo in comment
2008-05-10 Niklas Laxström* Use full path
2008-05-10 Roan KattouwRe-applying r34440 (documenting ApiQueryBase)
2008-05-10 Niklas Laxström* Bah parse error...
2008-05-10 Niklas Laxström* Some message tweaks
2008-05-10 Aran Dunkleyremove doubled up statement
2008-05-10 Aaron SchulzAdd a way to do different JOINs with $tables
2008-05-09 Brion VibberRevert r34541 for the moment pending further review...
2008-05-09 Daniel FriesenFixing up a variety of GlobalFunctions and also improvi...
2008-05-09 Aran Dunkleytidy up generated tables.sql
2008-05-09 Brion VibberPluck a few more KB of crap out of wikibits.js -- break...
2008-05-09 Brion VibberSplit page history radio button tweaks out from wikibit...
2008-05-09 Brion Vibber* add OutputPage::addScriptFile() for easier adding...
2008-05-09 Brion Vibber* (bug 14058) Support pipe trick for namespaces and...
2008-05-09 Alexandre EmsenhuberE_STRICT
2008-05-09 Brion VibberEnsure there's a newline at the end of the editing...
2008-05-09 Brion VibberWikify some image messages:
2008-05-09 Brion VibberRevert to r34430 in order to revert r34431 which is...
2008-05-09 Roan Kattouw(bug 14021) Removing titles= support from list=backlink...
2008-05-09 Aran Dunkleyremove comment
2008-05-09 Aran Dunkleykeep schema in maintenance same as postgresql
2008-05-09 Bryan Tong Minh* Show a link to [[Special:Whatlinkshere]] in case...
2008-05-09 Bryan Tong Minh* Use getters where appropriate
2008-05-09 Bryan Tong MinhDisable debug statements which make the debug log total...
2008-05-09 Roan Kattouw(bug 14022) Added usprop=registration and auprop=blockinfo
2008-05-09 Roan Kattouw(bug 14028) Added language attribute to interwiki map...
2008-05-08 Brion Vibber* (bug 12644) Template list on edit page now sorted...
2008-05-08 Bryan Tong MinhShow pages that redirect to this image on ImagePage
2008-05-08 Bryan Tong MinhSo actually Article::followRedirect is used instead...
2008-05-08 River Tarnellsupport imgserv for SVG rasterising
2008-05-08 Bryan Tong Minh* Move image page redirect checking to ImagePage. Shoul...
2008-05-08 Raimond SpekkingMove heading to a more appropriate place, improves...
2008-05-08 Aaron SchulzRevert r34444, breaks submissions
2008-05-08 Bryan Tong Minh* Add new flag FIND_IGNORE_REDIRECT to wfFindFile and...
2008-05-08 Brion Vibber* (bug 14047) Fix regression in installer which hid...
2008-05-08 Brion VibberPartial correctness fix; use lazy-loading $this->getTit...
2008-05-08 Aryeh GregorAs Brion pointed out, this param is a boolean, and...
2008-05-08 River Tarnellon SJS Web Server with action paths, 'action' is always...
2008-05-08 Roan Kattouw(bug 14042) Calling Database::limitResult() misplaced...
2008-05-08 Roan KattouwDocumenting some API stuff
2008-05-08 Leon Weber(bug 14044) Don't increment page view counters on views...
2008-05-08 Alexandre EmsenhuberFix XHTML error from r34401.
2008-05-08 Roan KattouwAPI:
2008-05-08 Daniel FriesenSMW also sends horrid statements containing DISTINCT...
2008-05-08 Roan KattouwReverting r34388, DanTMan fixed Database::select()...
2008-05-08 Daniel FriesenAhh great. I mixed up my definition of preg_match's...
2008-05-08 Daniel FriesenMake tableName test for words like JOIN or ON which...
2008-05-08 Brion Vibber* (bug 13615) Update case mappings and normalization...
2008-05-08 Brion VibberA bunch of Unicode constants got moved at some point...
2008-05-08 Aran DunkleyRemove backticks from table or db.table
2008-05-07 Aran DunkleyAdd SQLite database class to autoloader
2008-05-07 Aran DunkleyAdd SQLite database class
2008-05-07 Aran DunkleyAdd SQLite database class
2008-05-07 Raimond SpekkingTweak the explanation a bit
2008-05-07 Rotem LissFormat the group rights list as a list.
2008-05-07 Roan Kattouw(bug 14013) Added rcshow=patrolled to list=recentchanges
2008-05-07 Rotem LissThis should probably be restricted to users with the...
2008-05-07 Roan Kattouw(bug 14018) Added alcontinue parameter to list=alllinks...
2008-05-07 Niklas Laxström* Don't pass the title object itself to Xml::hidden
2008-05-07 Roan KattouwFixing regression from r34353: using Database::select...
2008-05-07 Bryan Tong MinhAlso move the old files to the new hash path.
2008-05-07 Bryan Tong Minh* Don't move thumbnails as they are purged anyway
2008-05-07 Roan KattouwAPI:
2008-05-07 Tim Starling* Rename wfGetAvailableRights() to User::getAllRights()
2008-05-07 Daniel FriesenNow that I think about it, we're going to have to set...
2008-05-07 Daniel FriesenNew config variables. $wgSharedPrefix and $wgSharedTables.
2008-05-07 Tim StarlingShorter debug output
next