(sp)
[lhc/web/wiklou.git] / includes /
2004-12-02 Erik Moeller(sp)
2004-12-02 Erik Moeller- Refactor Image class for better maintainability
2004-12-02 Domas Mituzasunbreak full text search support / index updates on...
2004-12-02 Domas Mituzas* move SpecialSearch::getSearchEngines() to SearchEngin...
2004-12-02 Brion Vibber(bug 973) quickie brake for images with many many uses
2004-12-01 Brion VibberXHTML fixes
2004-12-01 Brion VibberSend form submits back to this page, not imagelist!
2004-12-01 Brion VibberSigh...
2004-12-01 Shane KingAdded a special page for "uncategorized categories...
2004-12-01 Brion VibberRevert accidental checkin of unused experimental code.
2004-12-01 Brion VibberProfiling points. Bump version to 1.4.0beta0; update...
2004-11-30 Brion VibberAllowed HTML list has been frozen for some time, and...
2004-11-30 Evan ProdromouAdded hooks for watching and unwatching articles. Docum...
2004-11-30 Antoine MussoFix bug bugzilla.wikimedia.org/show_bug.cgi?id=671
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-29 Evan ProdromouMake User::newFromName set the user object's ID attribu...
2004-11-29 Evan ProdromouAnother step in removing deferred updates. Removed...
2004-11-29 Zheng Zhuslightly more informative error message
2004-11-29 Zheng Zhufix typo
2004-11-29 Tim Starlingmade connection errors work again
2004-11-29 Tim Starlingparse() function, simplifying calling of the parser...
2004-11-29 Evan ProdromouSince updates are no longer truly deferred, replaced...
2004-11-29 Evan ProdromouAdded hook events for "E-mail this user" feature. Docum...
2004-11-29 Brion VibberRC patrol fixlet: include rcid in 'diff' link in enhanc...
2004-11-29 Zheng Zhuexplode with limit
2004-11-29 Zheng Zhucorrect parsing of info line for CONV ALL query
2004-11-29 Zheng Zhubetter support for multiple language variants when...
2004-11-28 Evan ProdromouAdd event hooks for article save. Documented in hooks...
2004-11-28 Evan ProdromouAdd event hooking for article deletion. Add a hook...
2004-11-28 Brion VibberProfiling points
2004-11-28 Brion VibberLoop invariant optimization: skip further checks for...
2004-11-28 Brion VibberAvoid undefined string index notice on {{}}
2004-11-28 Evan ProdromouAdded hook events for article protection. Added sample...
2004-11-27 Evan ProdromouAdded event-hooking code for blocking users and IPs...
2004-11-27 Evan ProdromouAdd an extension for logging MediaWiki events to the...
2004-11-27 Evan ProdromouAdd a system of hooks to allow third-party code to...
2004-11-27 Brion VibberHave the skin cache the highlightbroken and hover optio...
2004-11-27 Brion VibberLight optimization on Skin::makeLinkObj(). Shaves about...
2004-11-27 Brion VibberSlight adjustment to self-interwiki fix: disallow empty...
2004-11-27 Brion VibberSubmit local-interwiki links to namespace splitting...
2004-11-27 Brion VibberAdjust memory usage stats for overhead as well. Fixed...
2004-11-27 Brion VibberCompensate for overhead of profiled subcalls in each...
2004-11-27 Brion VibberReduce total profiling overhead by about 6%, and intern...
2004-11-26 Brion VibberTell regexp parser to use extra analysis on external...
2004-11-26 Brion VibberCache title lookups in Title::newFromText(). In pages...
2004-11-26 Brion VibberTell regexp engine to do extra analysis on doBlockLevel...
2004-11-25 Brion VibberFix indentation, add profiling points
2004-11-25 Brion VibberMark the default skin in the preferences list. People...
2004-11-25 Brion VibberSuppress hidden files from skin list; some backup and...
2004-11-25 Brion Vibber(bug 934) List each category on a page only once.
2004-11-25 Domas MituzasPostgreSQL/Tsearch2 full-text-index initial support
2004-11-25 Brion VibberMove edit toolbar generation code from the Skin to...
2004-11-25 Brion VibberSplit recentchanges and image history list formatters...
2004-11-25 Brion VibberWhoops
2004-11-25 Brion VibberAvoid a lot of wasted time parsing and reparsing titles...
2004-11-25 Brion Vibber* Avoid a lot of needless reparsing of titles coming...
2004-11-25 Brion Vibber* Force index selection, MySQL may pick cur_namespace...
2004-11-25 Brion VibberProfiling points. Avoid reparsing of titles which came...
2004-11-25 Brion VibberAdd site-wide options to disable all e-mail functions...
2004-11-25 Brion VibberProfile point
2004-11-25 Brion VibberSeparate the HTML guts of the user login form into...
2004-11-25 Brion VibberRemove redundant operations
2004-11-25 Brion VibberRearrange the new template system a bit to make things...
2004-11-25 Zheng ZhuReally show the desired number of lines per hit.
2004-11-24 Brion VibberAvoid 'undefined index' notices
2004-11-24 Shane KingAdded the ability to protect a page from moves but...
2004-11-24 Shane KingAllow filtering of Special:Contributions by namespace...
2004-11-24 Brion VibberRecentchanges optimization: avoid a lot of senseless...
2004-11-24 Brion VibberRemove some redundant checks; if these ever failed...
2004-11-24 Brion VibberHave Title::makeTitle() do the space to underscore...
2004-11-24 Brion VibberAdd profiling points, and disable output instead of...
2004-11-23 Brion VibberProfiling points etc
2004-11-23 Brion VibberLegibility, profiling points, comments, tweaking. Remov...
2004-11-23 Brion Vibber* Sort the profiling log output so the slowest is at...
2004-11-23 Brion VibberSwitch do_html_entity_decode() from using strtr() to...
2004-11-23 Zheng ZhuTry again to fix wrong variable scope...
2004-11-22 Zheng Zhusegment() should only do segmentation, and let the...
2004-11-22 Zheng Zhuforgot global...
2004-11-22 Zheng Zhuadded convertToAllVariants() to query zhdaemon for...
2004-11-22 Brion VibberInner loop optimization: reverse order of conditions...
2004-11-22 Brion VibberProfiling points; some swapping of wfMsg for wfMsgForCo...
2004-11-22 Brion VibberForgot to commit this: enable parser cache by default
2004-11-22 Brion VibberDon't use setOption() in loadDefaultFromLanguage, as...
2004-11-22 Brion VibberUse the content language's linktrail
2004-11-22 Zheng ZhuUpdated conversion table
2004-11-22 Zheng Zhufix error in last commit
2004-11-22 Zheng Zhusmall fixes
2004-11-22 Zheng ZhuUpdated manual tables
2004-11-22 Brion VibberUse compression in the objectcache table if zlib suppor...
2004-11-22 Brion VibberLet the parser cache use the objectcache table if memca...
2004-11-21 Brion VibberAvoid asking for the day, month etc name messages and...
2004-11-21 Brion VibberCode style
2004-11-21 Brion VibberCode formatting; comments. Removed debug option from...
2004-11-21 Brion VibberTry to keep Title class as a value object: remove the...
2004-11-21 Brion VibberFix some variable typos
2004-11-21 Brion Vibber(bug 924) $wgDefaultUserOptions to set the preference...
2004-11-21 Brion VibberDon't try to dl() the wikidiff module if it's already...
2004-11-21 Brion Vibbertyop
2004-11-21 Brion VibberFix obsolete function call
2004-11-20 Antoine Mussocosmetic change submitted by wikinaut on irc
next