Fix bug 77: semicolon-colon wikitext syntax requires extra space now;
[lhc/web/wiklou.git] / includes /
2004-09-27 Wil MahanFix bug 77: semicolon-colon wikitext syntax requires...
2004-09-27 Brion VibberShut up PHP notification warnings about $_SERVER['SERVE...
2004-09-27 Brion VibberPHPTAL 1.0/PHP 5 fix: missing 'viewcount' sometimes.
2004-09-27 Brion Vibber* Hacky fix for PHPTAL 0.7 bug to be consistent with...
2004-09-27 Brion VibberDoc comments
2004-09-27 Brion VibberMore fixes for PHPTAL 1.0 on PHP5. Apparently it's...
2004-09-26 Zheng ZhuUse wfMsgForContent() when making links
2004-09-26 Brion VibberBack out kturner's old table restructure for now.
2004-09-26 Wil MahanFix problem with RFC magic links, as noted at bug 479
2004-09-26 River Tarnellremove old_namespace and old_title from old table.
2004-09-26 Tim Starlingcomments
2004-09-26 Tim StarlingMore informative error message for when the user forgot...
2004-09-26 Jens FrankAvoid PHP warning about undefined constant
2004-09-26 Jens FrankBUG#419 Added global variable that defines the elements...
2004-09-26 Tim StarlingImproved security: don't send out password hashes or...
2004-09-26 Tim Starlingprotection from multiple includes (from REL1_3A)
2004-09-26 Brion VibberStart on compatibility with PHPTAL 1.0 (on PHP5).
2004-09-26 Zheng Zhusome more UI related fix
2004-09-26 Zheng Zhufix fallback in wfMsgReal() as well
2004-09-25 Wil MahanDon't strip leading ':' in maybeDoSubpageLink() so...
2004-09-25 Wil MahanFix bug 561: {{/Subpage}} acts like {{Template:/Subpage...
2004-09-25 Wil MahanMove tidy call from Parser to OutputPage so that it...
2004-09-25 Tim StarlingMore debugging info, better hashing function - crc32...
2004-09-25 Wil MahanUndo some of my changes to sections from templates...
2004-09-25 Tim StarlingSecond parameter to wfMsg(nogomatch)
2004-09-25 Brion VibberTurning validation back off by default. I'm assuming...
2004-09-25 Brion VibberAvoid gratuitously breaking configurations: continue...
2004-09-25 Brion VibberAdjust some spacing
2004-09-25 Brion VibberChange LanguageEn to be UTF-8 by default. This fixes...
2004-09-25 River Tarnelldisallow empty searches
2004-09-25 Jens FrankAvoid warning when incrementing non-existing element...
2004-09-25 Wil MahanFix two parser bugs: bug 41 and bug 529. For the former...
2004-09-25 Zheng Zhufirst attempt to support multiple language variants...
2004-09-25 Zheng Zhuremoved caching of UI messages; it does not make sense...
2004-09-24 Wil MahanAnother attempt at fixing bug 2. Call replaceInternalLi...
2004-09-24 Zheng ZhuAttempt to fix links not fixed in the wgLang->wgContLan...
2004-09-24 Erik Moellerremoving Windows line endings
2004-09-24 Zheng ZhuThird batch of files modified to replace selected wgLan...
2004-09-24 Zheng ZhuSecond batch of files modified to replace selected...
2004-09-24 Magnus ManskeWiki database system
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-24 Zheng ZhuSorry I forgot to commit the fix...
2004-09-24 Magnus Manskehotfix for undefined variable
2004-09-24 Zheng ZhuSet default value for instead of
2004-09-24 Wil MahanFix bug in pre-save transform caught by tester
2004-09-24 Zheng Zhuupdated warning about the UI switching code.
2004-09-24 Zheng ZhuChanged installation code so that wgContLanguageCode...
2004-09-24 Zheng ZhuSetting default user option using the content language...
2004-09-24 Zheng Zhupassing the language object in as parameter when initia...
2004-09-23 Brion VibberVerify known image types on upload.
2004-09-23 Tim StarlingMore consistent method for immediate logout, means...
2004-09-23 Domas Mituzasallow specifying alternative image upload base url...
2004-09-23 Brion VibberAdd remotely fetched files to .cvsignore to reduce...
2004-09-23 Wil MahanRevert previous change, which broke interwiki links.
2004-09-23 Wil MahanCall replaceExternalLinks after replaceInternalLinks...
2004-09-23 Wil MahanRemove a space for parser checker consistency
2004-09-23 Brion VibberDon't produce a title attribute for external links...
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.
next