Remove internalhttpsession from ApiUpload; remnant from reverted feature.
[lhc/web/wiklou.git] / includes /
2010-03-12 Bryan Tong MinhRemove internalhttpsession from ApiUpload; remnant...
2010-03-12 Max SemenikFix bug that prevented non-hidden users from appearing...
2010-03-12 Bryan Tong MinhRemove the session_start from UploadBase, since there...
2010-03-12 Bryan Tong MinhMerge r63621 and r63636 from REL1_16:
2010-03-11 Aaron SchulzFixed blockip log excerpt permission check (bug 22809...
2010-03-11 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-11 Alexandre EmsenhuberFix for r63578: also change wordSegmentation() to segme...
2010-03-11 Aaron SchulzMade resetArticleID() reset redirect/length/latest...
2010-03-10 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-10 Aaron SchulzMade getLatestRevID() return an integer
2010-03-09 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-03-09 Aryeh GregorStyle fixes
2010-03-09 Aryeh GregorFix validity and correctness of r63342
2010-03-09 Aryeh GregorAvoid fatal on login if username is invalid title
2010-03-09 Raimond SpekkingAdd a clear:both to the filehistory headline to avoid...
2010-03-09 Sam ReedMinor followup to r63425 and r63428
2010-03-09 Mark A. Hershbergerfollow-up r61856 — wordsegmentation should be done...
2010-03-08 Sam ReedMinor comment for r63428
2010-03-08 Sam Reed* (bug 22764) uselang parameter for action=parse
2010-03-08 Sam ReedRestore $wgLang in ApiQueryAllmessages if changed durin...
2010-03-08 Tim StarlingFixed CSS validation issue (no handling for line contin...
2010-03-08 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-08 Roan KattouwBuild preload l10ncache after running hooks, not before...
2010-03-07 Tobiasreverting myself (r63361) due to comment #2 in bug...
2010-03-07 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-07 Tobiasbug 22756: Add parameter to noarticletext/newarticletex...
2010-03-07 Jack Phoenixcleanup to SpecialUpload.php:
2010-03-06 Chad HorohoeRemove wfGetHTTP(), has been deprecated for ages and...
2010-03-06 Niklas Laxström* (bug 22748) Add anchors on Special:ListGroupRights
2010-03-06 Alexandre Emsenhuber* (bug 22747) "Reveal my e-mail address in notification...
2010-03-06 Ilmari Karonenfollowup to r63300: add links to /common.css & /common...
2010-03-06 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-06 Mark A. Hershbergerwhitespace.
2010-03-06 Sam ReedFixup r63301 as per Roan comment
2010-03-06 Max SemenikFix r63320
2010-03-06 Max SemenikFixed a couple of E_DEPRECATED in DatabaseMssql
2010-03-06 Raimond SpekkingFollow-up r58652: Add 'shared-repo-name-wikimediacommon...
2010-03-05 Sam ReedAdd patrol/patrol to $wgLogActions
2010-03-05 Sam Reed* (bug 22738) Allow filtering by action type on query...
2010-03-05 Ilmari Karonen(bug 10183) allow users to add custom css/js for all...
2010-03-05 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-05 Mark A. Hershbergertests are showing mResultSet is sometimes false when...
2010-03-05 Mark A. Hershbergerrandom annoying whitespace changes before functional...
2010-03-05 Chad HorohoeRevert r63197 '(bug 12797) Allow adjusting of default...
2010-03-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-04 Alexandre Emsenhuber* (bug 22353) Categorised recent changes now works...
2010-03-04 Alexandre EmsenhuberAlso "consume" categories and categories_any parameters...
2010-03-04 Max SemenikDitched DatabaseFunctions.php. All extensions using...
2010-03-03 Platonides(Bug 22709) IIS 7 mishandles redirects generated by...
2010-03-03 PlatonidesFollow-up r63213. Move it to wfEscapeShellArg, which...
2010-03-03 PlatonidesEscape the caret under Windows, since that's a special...
2010-03-03 Raimond Spekking(bug 12797) Allow adjusting of default gallery display...
2010-03-03 Conrad IrwinMerge fixes to ?preload= from /branches/conrad/ (cf...
2010-03-02 Jure Kajzeroracle: missing table prefix
2010-03-01 Aaron Schulz* Split up logLine() with helper functions
2010-03-01 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-01 Alexandre EmsenhuberPer Simetrical's comment on r63048: use "$user instance...
2010-03-01 Alexandre Emsenhuber* (bug 22664) Special:Userrights now accepts '0' as...
2010-02-28 Aryeh GregorSpell variables correctly
2010-02-28 Domas Mituzasper lt.php.net/ArrayAccess, offsetSet and offsetUnset...
2010-02-28 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-02-27 Aaron SchulzDeprecate revText(), redundant
2010-02-27 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-02-27 Alexandre Emsenhuber* (bug 22606) The body of e-mail address confirmation...
2010-02-27 Alexandre Emsenhuber* (bugs 22665 and 22667) User '0' can now be unblocked...
2010-02-27 Alexandre Emsenhuber* (bug 22666) Submitting user block form with an invali...
2010-02-27 Bryan Tong Minh* Allow string to be passed to showUploadForm to make...
2010-02-27 Bryan Tong MinhFix upload hook params
2010-02-26 Max SemenikUncommented line from r63018
2010-02-26 Max Semenik(bug 17560) Half-broken deletion moved image files...
2010-02-26 Roan KattouwAPI: Don't unstub $wgContLang in ApiBase::getValidNames...
2010-02-26 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-26 Alexandre EmsenhuberFix for r63000: remove the "!" in the check
2010-02-26 Alexandre EmsenhuberFixes to r62995:
2010-02-26 Aaron SchulzMoved MediaTransformOutput.php to /media dir
2010-02-26 Mark A. Hershbergerfixes bug 20388; follow up r60216. Make sure ProfilerSi...
2010-02-26 Mark A. Hershbergerfollow-up r61836 - allow any URL
2010-02-26 Mark A. Hershbergerfollow up r61715 - minor style nit
2010-02-25 Alexandre Emsenhuber* Fixed some doxygen warnings
2010-02-25 Max Semenikfix debug logging from r62967
2010-02-25 Max Semenik(bug 17790) Users instantly logged off on HughesNet
2010-02-25 Roan KattouwAdd @since 1.17 to Skin::addToSidebarPlain() per Nikerabbit
2010-02-25 Roan KattouwRename Skin::addToSidebar() to Skin::addToSidebarPlain...
2010-02-24 X!Whoops, committed wrong version
2010-02-24 X!PARAM_TYPE 'user' now works for multi-values
2010-02-24 Niklas LaxströmTidy up OutputPage::includeJQuery
2010-02-24 Niklas LaxströmLittle docs to help developers keep track of versions...
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-24 Aaron SchulzRemoved unused var
2010-02-23 Chad HorohoeReduce code duplication by adding conditions to $conds...
2010-02-23 Max SemenikUpdate doxygen a bit
2010-02-23 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-23 Jack PhoenixAPI: coding style cleanup, fix copyright symbol, more...
2010-02-23 Jure KajzertableName calls moved inside fieldInfoMulti and removed...
2010-02-22 Sam ReedFixup whitespace
2010-02-22 Jack PhoenixApiExpandTemplates.php: fix copyright symbol, coding...
2010-02-22 Jack PhoenixApiMove.php: fix copyright symbol, spacing & coding...
2010-02-22 Chad Horohoe(bug 22617), FileRepo::append() definition does not...
next