Remove a single space that breaks a parser test
[lhc/web/wiklou.git] / includes /
2004-09-23 Wil MahanRemove a single space that breaks a parser test
2004-09-22 Antoine Mussofix php notices about call-time by reference
2004-09-22 Wil MahanDon't unstrip() in internalParse(), because it's alread...
2004-09-22 Jens FrankFixed some typos
2004-09-22 Wil MahanSet $fname to prevent warning in edit conflicts
2004-09-22 Zheng Zhufixed missing </select>
2004-09-22 Brion VibberIf $_SERVER['REMOTE_ADDR'] is not set, use 127.0.0...
2004-09-22 Brion VibberOne more time... :P shouldn't commit this late at night.
2004-09-22 Brion VibberWhoops, typo in making variable name legible. ;)
2004-09-22 Brion VibberUndo fatal mistake added in revision 1.82.
2004-09-22 Zheng Zhuonly list languages with corresponding language files...
2004-09-22 Zheng Zhusending the content language code as Content-language
2004-09-22 Zheng Zhumade some more wfMsg() to wfMsgForContent changes
2004-09-22 Zheng Zhuget variants from the content language object
2004-09-22 Zheng Zhuuse wfMsgForContent() when creating new titles from...
2004-09-22 Zheng Zhuswitch to wfMsgForContent()
2004-09-22 Zheng Zhuuse wgContLang to convert among different language...
2004-09-22 Zheng Zhunew wfMsg* functions to use the wgContLang object for...
2004-09-22 Zheng ZhuAdding a wgContLang object to handle message translatio...
2004-09-22 Antoine Mussosingle quotes !!1!
2004-09-22 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=459 Sorting...
2004-09-22 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=490 Impleme...
2004-09-22 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=528 . New...
2004-09-22 Wil MahanNow it is straightforward to fix bug 89, subst: templat...
2004-09-21 Wil MahanTwo somewhat experimental changes before I fix bug 89:
2004-09-21 Wil MahanRemoving variableSubstitution broke passing magic varia...
2004-09-21 Antoine Mussofix tab
2004-09-21 River Tarnellremove extraneous wfDebug
2004-09-21 River Tarnelldon't error on certain inputs if $matches[] doesn't...
2004-09-21 River Tarnelluse comments instead of __ so we don't scare the users...
2004-09-21 River Tarnellfix a problem by not inserting __MWTEMPLATESECTION...
2004-09-21 Jens FrankInstead of storing entire link attributes in wikitext for
2004-09-21 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=538.
2004-09-21 River Tarnellforwardport fixes for template section edit links from...
2004-09-21 River Tarnellfix: inclusion of non-existent template is broken.
2004-09-21 River Tarnellfix for several problems found by Eloquence:
2004-09-21 River Tarnellimplement editSectionLinkForOther (required for latest...
2004-09-21 River Tarnellmake section headers in templates have edit links that...
2004-09-21 River Tarnellfix bug where __MWTEMPLATESECTION__ was being used...
2004-09-21 Jens Frankunneeded "" around single variable removed
2004-09-21 Wil MahanConvert many comments to phpdoc style, and document...
2004-09-21 Wil MahanCompletely remove variableSubstitution(), because magic...
2004-09-21 River Tarnelldon't put edit links on sections from included templates.
2004-09-21 Zheng Zhucorrected testing the existence of an object
2004-09-21 Arne Heizmannbugfix: Special:Allpages "next" link should include...
2004-09-20 Jens FrankInstead of storing entire link attributes in wikitext for
2004-09-20 Wil MahanBug 506: use $_SERVER[] instead of getenv() because...
2004-09-20 Antoine MussoFix bug 479 : parsing [[RFC 1234]] as internal link
2004-09-20 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=511 . Stop...
2004-09-20 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=538
2004-09-20 Antoine Mussocomments / single quotes.
2004-09-20 Wil MahanFix small corner case in HTML comment removal
2004-09-20 Arne Heizmannno real change. (rm trailing whitespace, convert leadin...
2004-09-20 Tim Starlingsuppress warnings before calling $wgLang->getMessage...
2004-09-20 Jens FrankBUG#487 Use Wil's custom function to replace HTML comme...
2004-09-20 Zheng Zhuadded a language variant field to the page rendering...
2004-09-19 Antoine MussoDie horribly if a skin class doesn't exist. Will help...
2004-09-19 Antoine MussoMigrate to a QueryPage class
2004-09-19 Wil MahanFix bug 56, which causes sections to be dropped or...
2004-09-19 Antoine Mussocomments
2004-09-19 Antoine Mussosingle quotes
2004-09-19 Antoine Mussocvs version in phpdoc format ( @version )
2004-09-19 Antoine MussoAllow user to always preview text on editing ( implemen...
2004-09-19 Wil MahanRemove code that is unnecessary now that titles no...
2004-09-19 Wil MahanFix "Call to a member function on a non-object in ...
2004-09-19 Zheng ZhuCaching the conversion tables, just like the caching...
2004-09-19 Zheng ZhuUpdated the Simplified to Traditional table; Added...
2004-09-18 Jens FrankBUG#93 Fix handling of <nowiki> in templates
2004-09-18 Jens FrankBUG#523 Don't remove newlines in front of templates...
2004-09-18 Jens FrankCleaner handling of NoConvert, for variable number...
2004-09-18 Arne HeizmannThis didn't seem to work because of some sort of change...
2004-09-17 Antoine Mussosingle quotes
2004-09-17 Antoine MussoStop loading feed.php every time by moving available...
2004-09-17 Antoine Mussosome comments
2004-09-17 Zheng Zhuchanged getPreferredLanguage to getPreferredVariant
2004-09-17 Zheng Zhuset default language variant according to the http...
2004-09-17 Zheng Zhuremoved a debug output when setting up the dropbox...
2004-09-17 Zheng Zhuadded a field called userVariant to user's options...
2004-09-17 Antoine MussoFix bug bugzilla.wikipedia.org/show_bug.cgi?id=502...
2004-09-17 Antoine Mussosome comments / code foobar () { schemas
2004-09-17 Antoine Mussofix require_once path
2004-09-17 Zheng ZhuChoose userLanguage from the list of language names...
2004-09-17 Domas MituzasAdd schema (logical namespace) support, table prefixes...
2004-09-17 Domas MituzasREPLACE INTO -> Database::replace(), getting ready...
2004-09-17 Jens FrankBUG#60 Patch by Wil Mahan
2004-09-17 Jens FrankRemoved hardcodes for Zh-conversion
2004-09-17 Jens FrankAdded convert() to Language class, so that convert...
2004-09-17 River TarnellPatch from Wil Mahan <wmahan_04 at yahoo.com> to fix...
2004-09-17 Zheng ZhuPrevent Simplified/Traditional Chinese message conversi...
2004-09-17 Zheng ZhuDo Simplified/Traditional Chinese conversion in wfMsgRe...
2004-09-16 Zheng Zhutables used for Traditional/Simplified Chinese conversion
2004-09-16 Zheng ZhuAdded entry point to call the Traditional/Simplified...
2004-09-15 Domas Mituzasreturn status of selectdb
2004-09-15 Jens FrankBUG#487 make regex not-so-greedy. If anchored to end...
2004-09-14 Jens FrankNew Special page: Visual list of newly uploaded images...
2004-09-14 Jens FrankSome usability changes after feedback from taw:
2004-09-14 Brion VibberWhoops, debugging comment.
2004-09-14 Brion VibberPrudency measure: only enable $wgRawHtml usage if ...
2004-09-14 River Tarnellforwardport better fix (thanks brion)
2004-09-14 River Tarnellmerge # moving fix from 1.3
next