profiling
[lhc/web/wiklou.git] / includes /
2007-04-15 Tim Starlingprofiling
2007-04-13 Aaron Schulz*Minor cleanup
2007-04-13 Aaron Schulz*Add param to doc comment
2007-04-13 Antoine MussoFix r21220: I forgot a column in the regular expression.
2007-04-13 Antoine MussoIn regex, do not capture stuff when you dont need it...
2007-04-13 Antoine Mussomake some methods public, static and private. Fix stric...
2007-04-12 Antoine Mussoclean up white space, comments end at 80
2007-04-11 Rob Churchwhoops...
2007-04-11 Rob Church* (bug 9554) Extension-provided group name messages...
2007-04-10 Aaron SchulzSome xff function cleanup; add a function to get the...
2007-04-10 Ivan LaninIntroduce 'mywatchlist' message; used on personal menu...
2007-04-10 Rob ChurchCouple of new hooks; FileUpload and SearchUpdate
2007-04-09 Greg Sabino MullaneMore tweaks to tsearch2 parsing
2007-04-09 Rotem LissFloat the unblock and ipblocklist links in Special...
2007-04-08 Niklas Laxström* Couple of more uses
2007-04-08 Niklas Laxström* New message: talkpagelinktext
2007-04-08 Rob Church(bug 929, 4215) Expose "rcdays" user preference in...
2007-04-08 Rob ChurchKill some trailing whitespace
2007-04-08 Rob Church(bug 9508) Special page to list articles with the fewes...
2007-04-08 Aaron Schulz*fix ipv6 prefix consistency
2007-04-07 Greg Sabino MullaneAdd estimateRowCount(), to support changes made in...
2007-04-07 Domas Mituzasforce cl_sortkey index
2007-04-07 Domas Mituzas- add simple row estimation mechanism, allows preparing...
2007-04-06 Brion VibberOld cached ParserOutput entries will have null for...
2007-04-06 Greg Sabino MullaneTrim trailing whitespace from string.
2007-04-05 Greg Sabino MullaneMore cleanups of tsearch2 parse query
2007-04-05 Tim StarlingFixed my broken wiki
2007-04-04 Greg Sabino MullaneSince used as regex elsewhere, strip out non-words.
2007-04-04 Raimond Spekking* Predefined block reasons added to special:blockip
2007-04-04 Raimond SpekkingAdding an ID to the form itself
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-04-04 Aaron Schulz*comment typo
2007-04-04 Greg Sabino MullaneOverhaul.
2007-04-03 Greg Sabino MullaneEnforce a consistent datestyle, just in case.
2007-04-03 Tim StarlingGeneric method to add stylesheets and scripts to the...
2007-04-02 Daniel Kinzlerhook point for injecting fields into edit form
2007-04-02 Tim StarlingFix language code validation regex to allow be-x-old.
2007-04-02 Niklas Laxström* Escaping
2007-04-02 Niklas Laxström* New shortcut function
2007-04-02 Niklas Laxström* Use ui language now that it is possible
2007-04-02 Niklas Laxström* Fixed $wgFeedLimit
2007-04-02 Rob Church(bug 9033) Use a more specific error message when users...
2007-04-02 Raimond Spekking* (bug 9194) Add {{PLURAL:...}} to navigation bar of...
2007-04-02 Rob Church(bug 4764) "My contributions" not bold when viewing...
2007-04-01 Rob Church(bug 9472) Invalid XHTML on Special:Newpages
2007-04-01 Rob Church* (bug 9472) Invalid XHTML on cached query pages
2007-04-01 Rob Church(bug 9466) "Rollback failed" page doesn't format edit...
2007-03-31 Rob ChurchMove PageQueryPage class into own file
2007-03-31 Rob Church(bug 9046) Special page to list pages without language...
2007-03-31 Tim StarlingReduce query/transaction count.
2007-03-31 Tim Starling* Fix extension of DJVU output
2007-03-31 Tim StarlingException text conventionally does not have a terminati...
2007-03-31 Tim StarlingQuote and escape the binary path.
2007-03-30 River Tarnell"comment" and "user" are reserved words in Oracle
2007-03-30 River Tarnellerroneous indentation
2007-03-30 River Tarnellif non-UTF8 string given to addQuotes(), convert to...
2007-03-29 Brion Vibber* (bug 2979) Import now gracefully skips invalid titles...
2007-03-29 Steve Sanbegfix section/size links from cached templates, so templa...
2007-03-29 Rob Church(bug 8914) Don't transform colons in {{anchorencode:}}
2007-03-29 Greg Sabino MullaneRevert previous - do it the Right Way by calling $this...
2007-03-29 Greg Sabino MullaneMake sure wfTimestamp is used for all timestamps.
2007-03-29 Brion Vibber* (bug 5817) Special:Recentchangeslinked now shows...
2007-03-29 Brion VibberRevert r14063; listed as fix for bug 5817 in May 2006...
2007-03-28 Rob Church* Split most of the result output code from QueryPage...
2007-03-28 Aaron Schulz*Re-add r20317 with support for older URL param, rename...
2007-03-28 River Tarnellel_to should be varchar in oracle
2007-03-28 Brion Vibberrevert r20430; seems to have been tied into a reverted...
2007-03-28 Rotem LissFixing a regression (caused by r20473 and then r20525...
2007-03-28 Greg Sabino MullaneSwitch to always return GMT time.
2007-03-28 Brion VibberRevert r20659: accesses private member variables of...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Raimond SpekkingUse proper allowInlineDisplay function, by hint of...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-28 Aaron SchulzDon't show rev_deleted usernames
2007-03-28 Aaron Schulz*Fix isInRange(), remove cruft, add "ipv-6" prefix...
2007-03-28 Aaron Schulz*Use intval() to stop $ns from becoming '' which breaks...
2007-03-28 Aaron Schulz*Don't embed $ns from string, for NS 0 it becomes ...
2007-03-27 Aryeh GregorImprove documentation for $wgMaxUploadSize
2007-03-27 Brion VibberRevert r20426 which added an unused $isvalid parameter...
2007-03-27 Brion VibberRevert r20317 for the moment; incompatible changes...
2007-03-27 Rob Church(bug 8421) Expose current action in JavaScript globals...
2007-03-27 Rob Church* (bug 8975) Use "Maintenance script" as the username...
2007-03-27 Brion VibberRevert $wgDBtimezone commits: r20688, 20689, 20690...
2007-03-27 Brion Vibbergood thing we're not actually using this fallback func...
2007-03-27 Rob ChurchBeef up the Special:Log search form so it's laid out...
2007-03-27 Domas Mituzasanother miser-mode target...
2007-03-27 Domas Mituzasin misermode enforce maximum offset of 10000, people...
2007-03-27 Domas Mituzasdon't allow search for new images in miser mode
2007-03-27 Rob ChurchGive the username field an identifier so the label...
2007-03-27 Nick Jenkinsparenthesis
2007-03-27 Aryeh GregorWhile I'm at it, why not pseudo-initialize to null...
2007-03-27 Aryeh GregorUse the variable I introduced, maybe?
2007-03-26 Aryeh GregorDon't mess with system variables, sry brion
2007-03-26 Rob Church(bug 9397) Introduce "sp-contributions-footer" and...
2007-03-26 Raimond SpekkingRemove useless parameter/uninitialized variable.
2007-03-26 Raimond Spekking* (bug 4756) Add user tool links for self created accou...
2007-03-26 Aryeh GregorFix E_NOTICE on line 76 if $_SERVER['HTTP_ACCEPT']...
2007-03-26 Brion Vibber* (bug 9411) Fix for shared image descriptions using...
2007-03-26 Greg Sabino MullaneBegin simple tests to catch invalid search queries.
2007-03-26 Greg Sabino MullaneAccount for wgDBtimezone if set. DBs not using it ...
next