lhc/web/wiklou.git
2004-09-01 Domas Mituzasstrip profile name in case it exceeds db storage size...
2004-09-01 Domas Mituzasget rid of all INSERT IGNORE in includes/, change into...
2004-09-01 Domas Mituzastreat every array as an array, not only with option...
2004-09-01 Arne Heizmannprobably a typo
2004-09-01 Arne Heizmanndisplay "view current revision" link on old revisions...
2004-09-01 Arne Heizmannremove trailing white space (sorry)
2004-08-31 Erik MoellerCustom namespaces:
2004-08-31 Brion VibberAvoid numeric and boolean interpretation of "0" in...
2004-08-31 Arne Heizmanndocument $wgLocalTZoffset
2004-08-31 Brion VibberQuote seemingly numeric values in SQL, as they might
2004-08-30 Arne HeizmannOops. Don't double-escape this.
2004-08-30 Arne Heizmanncomment was incomplete
2004-08-30 Arne HeizmannRe-insert my changes to the Diff engine that make it...
2004-08-30 Jens Frankfix nasty error due to /dev/random exhaustion
2004-08-30 Brion VibberIn the allpages index, make the whole line links to...
2004-08-30 Brion VibberWhen using wfMsgNoDB(), *don't use the cached messsages!*
2004-08-29 Brion VibberSnarf the deletion log entries on the undelete page...
2004-08-29 Jens FrankBUG#244 Backed out changes done in Patch 1.33 due to...
2004-08-29 Jens FrankBUG#249 Add ecclipse meta files to .cvsignore
2004-08-29 Jens FrankFix handling of oldest revision with diff-links from...
2004-08-29 Brion VibberUnicode normalization routines.
2004-08-29 Brion VibberAdjust UTF-8 generator for correctness. (Upper private...
2004-08-28 Jens FrankENH#59 Provide a (diff) link in Special:Contributions
2004-08-28 Arne Heizmannuntested, but I'm pretty sure this fixes
2004-08-28 Arne Heizmanninstead of HTML-escaping everything and then creating...
2004-08-28 Jens FrankBUG#160 Internationalize display of numbers:
2004-08-28 Arne Heizmannmake "Revision as of [time] [date]" link to the relevan...
2004-08-28 Arne Heizmannfix typo
2004-08-28 Arne Heizmannremove superfluous require_once('SpecialValidate.php');
2004-08-28 Jens FrankBUG#162 Added \propto
2004-08-28 Arne HeizmannNP_WIKIPEDIA => NP_PROJECT, and code readability stuff
2004-08-28 Arne Heizmannmake this less confusing
2004-08-28 Arne Heizmannsome code readability and "->'
2004-08-28 Jens FrankBUG#200 Fixed text. Providing right number is much...
2004-08-28 Jens FrankBUG#219 enable link shortcuts like [[:Category:catname|]]
2004-08-28 Erik Moellerrename $wgUserTablePrefix to $wgSharedDB as discussed...
2004-08-28 Jens FrankBUG#236 Log deletion of old image revisions.
2004-08-28 Brion VibberRemoving the older GPL MemCachedClient.inc.php. Some...
2004-08-28 Brion VibberDon't display Upload link in Monobook sidebar if upload...
2004-08-27 Tim StarlingAbstracted site name in LanguageFi.php. This required...
2004-08-27 Tim StarlingFixed notice due to main-cleanup being entered at level 0
2004-08-27 Tim StarlingTable prefix bugs
2004-08-27 Jens Frankremoved forgotten debugging statement
2004-08-27 Jens Frankcleanup of unused categoryMagic code
2004-08-27 Jens FrankENH#169: Provide plugin interface for skins. See also...
2004-08-26 Jens FrankRemove call to parserOptions::setUseCategoryMagic....
2004-08-26 Jens FrankBUG#206: replace <!--LINK tags by the link text for...
2004-08-25 Jens FrankMake ot=html default, as most user will probably use...
2004-08-25 Brion VibberOld log page -> logging table importer.
2004-08-25 Brion VibberRemove obsolete notice about server times from upload...
2004-08-25 Brion VibberShow pretty localized log names in Recentchanges instea...
2004-08-25 Brion VibberNS_PROJECT, NS_PROJECT_TALK -- will phase out NS_WIKIPE...
2004-08-24 Jens FrankSplit user table into two parts: user and user_rights...
2004-08-24 Jens FrankReplaced old setIgnoreSQLErrors by newer ignoreErrors
2004-08-24 Erik Moellerdo not parse malformed sections for section editing...
2004-08-24 Brion VibberCheck for validation mode and load validation code...
2004-08-24 Erik Moelleruse reference instead of value for title object parameter
2004-08-24 Erik Moelleradds '->' links to section before autogenerated section...
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-08-24 Brion VibberPatch by Ivan Krstic, slightly modified, for the sessio...
2004-08-23 Jens FrankNew global setting: wgUserTablePrefix
2004-08-23 Brion VibberStart migrating wfCheckLimits to WebRequest::getLimitOf...
2004-08-23 Antoine Mussorewrite of the dmoz-like category browser. Known bugs...
2004-08-22 Brion VibberAdd back the slower version of Title::makeTitle as...
2004-08-22 Brion VibberChange 'welcomecreation' and 'loginsuccess' messages...
2004-08-22 Brion VibberFix typo in quote conversion
2004-08-22 Brion VibberSet up the Title fields directly in Title::makeTitle...
2004-08-22 Brion Vibber* Fix notice in PHP output mode
2004-08-22 Jens FrankMake [delete] and (delete all revisions) links act...
2004-08-22 Antoine Mussosome " to ' conversions
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-22 Brion VibberRemove what seems to be an accidentally checked-in...
2004-08-22 Jens FrankMoved category stuff to CategoryPage, copying logic...
2004-08-22 Brion VibberChange some search index update code to do two regexps...
2004-08-22 Brion VibberAdd some profiling points
2004-08-22 Arne Heizmanncode readability
2004-08-22 Jens FrankBUG#175 Don't show confusing "* (Lschen) (Aktuell)...
2004-08-22 Jens FrankFix notice regarding invalid array index -1
2004-08-21 Antoine Mussoremoving call to the database for "recentchangestext...
2004-08-21 Antoine Mussodouble to single quotes
2004-08-21 Antoine MussoFix bugzilla bug #100. Redirects can be done to categor...
2004-08-21 Antoine MussoMake a link to wfMsg('disambiguationspage')
2004-08-21 Antoine MussoMoving disambiguations code from specialMaintenance...
2004-08-21 Brion Vibber* Fix notice from uninitialized variable in date()
2004-08-21 Antoine MussoReverting patch 1.246 made by Guillaume. It breaks...
2004-08-21 Tim Starlingminor bug fix
2004-08-21 Tim StarlingreplaceLinkHolders -> transformBuffer
2004-08-21 Tim StarlingReplaced link holders with actual links before saving...
2004-08-21 Tim StarlingHey! Stop breaking my functions!
2004-08-21 Tim StarlingNew feature: Turck MMCache shared memory as a lightweig...
2004-08-21 Tim StarlingSort results by total time
2004-08-21 Tim StarlingFixed bug which caused ru.wikipedia to go offline when...
2004-08-21 Brion VibberRip out some old debugging code from when this was...
2004-08-21 Brion VibberOnly load memcached-client.php if we're really using...
2004-08-21 Brion VibberDon't include SearchEngine.php when it's not used....
2004-08-21 Brion VibberDon't load DifferenceEngine.php when not needed. This...
2004-08-21 Brion VibberFix notices from stupid code in last commit
2004-08-21 Brion VibberDon't bother loading $wikiLowerChars and $wikiUpperChar...
2004-08-21 Brion VibberStray space
2004-08-21 Brion VibberRecord and report memory usage change in profiling.
next