Fixed broken code.
[lhc/web/wiklou.git] / includes /
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
2004-09-13 Domas Mituzasallow external clearing of mBodytext, without destroyin...
2004-09-12 Jens FrankBUG#463 Strip first leading blank from preformatted...
2004-09-11 Brion VibberRemove { and } from legal title chars, as they cause...
2004-09-11 Domas Mituzascommit in resource efficient textFieldSize() (uses...
2004-09-11 Tim StarlingImproved consistency in handling redirects. If #redirec...
2004-09-11 Tim Starlingdocumentation: noting that a function is obsolete
2004-09-11 Tim Starlingbetter debug info
2004-09-11 Tim Starlingunreported bug in the new makeTitle(), disallow redirec...
2004-09-11 Brion VibberUse <i> and <b> for '' and ''' instead of <em> and...
2004-09-11 Tim Starlingexplicit default values for everything, for consistency...
2004-09-11 Brion Vibber* Sensible error messages when illegal title chars...
2004-09-10 Jens FrankLimit height even if width has already been reduced.
2004-09-10 Jens FrankNew user option. Provides a setting to limit the image...
2004-09-10 Jens Frankfixed warning on category pages. changing order of...
2004-09-09 River Tarnellhere is the correct fix for head (MF 1.3)
2004-09-09 River Tarnelldon't parse blank ISBNs
2004-09-09 Brion VibberRe-enable message transformations when we're done build...
2004-09-09 Tim StarlingI had a fix for this bug sitting in my working copy...
2004-09-09 Domas MituzasUse Database:aggregateValue() for HAVING and GROUP...
2004-09-09 Domas Mituzasadd aggregateValue(), as some databases require differe...
2004-09-09 Tim StarlingNicer database wrapper names
2004-09-09 Domas Mituzasremove unix_timestamp() from query, and wfUnix2Timestam...
2004-09-09 Domas Mituzastsfixen
2004-09-09 Domas Mituzasadd indexUnique()
2004-09-09 Brion VibberFix register_globals vulnerability checked in last...
2004-09-09 Brion VibberAdd Database::conditional() function to build IF()...
2004-09-08 Brion VibberRe-order tables in FROM to get it working on PostgreSQL.
2004-09-08 Brion VibberAdd Database::getSoftwareLink() and Database::getServer...
2004-09-08 Antoine MussoPatch to only load $msgAllMessages instead of replacing...
2004-09-08 Brion VibberAdd $wgUserLanguages array to specify which languages...
2004-09-08 Antoine MussoRegistered user can set their own language for the...
2004-09-08 Antoine Musso* double quotes to single quotes
2004-09-07 Jens FrankBUG#76 For categories, don't use the Category:-prefix...
2004-09-07 Brion Vibberreplace fixes:
2004-09-07 Brion VibberUse array_keys() rather than array_flip(), which fails...
2004-09-07 Domas Mituzaseditupdates tsfix
2004-09-07 Domas Mituzastsfix
2004-09-07 Domas Mituzastimestamp fix
2004-09-07 Domas Mituzasfix timestamp for expiry too
2004-09-07 Domas Mituzastimestamp fix, PR405
2004-09-07 Jens FrankBUG#403 User page link in Special:Contributions subtitl...
2004-09-06 Jens Frankmore verbose description
2004-09-06 Jens FrankParentheses needed for this regex for correct treatment...
2004-09-06 Domas Mituzasyet another group by fix!
2004-09-06 Domas Mituzaslastmodified timestamps
2004-09-06 Domas Mituzasfix GROUP BY
2004-09-06 Domas Mituzasfix timestamps, sequences
2004-09-06 Domas Mituzasdon't replace empty resultsets! :)
2004-09-06 Domas Mituzastimestamp fix
2004-09-06 Brion VibberFix missing quotes in query which broke metadata XML...
2004-09-06 Domas Mituzasfix timestamp
2004-09-06 Domas Mituzasfix replace()
2004-09-06 Domas Mituzasextend makeList so it could include database field...
2004-09-06 Domas Mituzasoops, register_globals security flaw
2004-09-06 Domas Mituzasallow empty server
next