Update .gitignore for maintenance/
[lhc/web/wiklou.git] / includes /
2012-03-23 DemonMerge changes Id8107d24,I8c63dcc8
2012-03-23 Daniel FriesenAdd GitInfo class.
2012-03-23 Tim StarlingMerge "Swap $bytes .= $iv; for $buffer .= $iv;"
2012-03-23 Aaron SchulzMerge "Bring in https://mediawiki.org/wiki/Special...
2012-03-23 Aaron SchulzMerge "* Use local context to get messages * Use Langua...
2012-03-23 ReedySwap $bytes .= $iv; for $buffer .= $iv;
2012-03-22 Alexandre Emsenhuber* Use local context to get messages
2012-03-22 Alexandre EmsenhuberAlso display get the short SHA-1 in SpecialVersion...
2012-03-22 DemonMerge "(bug 32827) "[Regression] Block log for IP range...
2012-03-22 DemonMerge changes I40a10821,I9c0af860
2012-03-22 HasharMerge "Added per-backend profiling calls."
2012-03-22 DemonMerge "Bug 35162 - Change in Database api break extensi...
2012-03-22 Aaron SchulzMerge "Fix newline in the message per CR Change method...
2012-03-22 Aaron SchulzMerge "Trim trailing whitespace"
2012-03-22 saperFix newline in the message per CR
2012-03-21 Aaron SchulzAdded per-backend profiling calls.
2012-03-21 Amir E. AharoniA little fix in whitespace and comment spelling.
2012-03-21 Aaron Schulz(bug 32827) "[Regression] Block log for IP ranges not...
2012-03-21 Sam ReedBug 35162 - Change in Database api break extension...
2012-03-21 Sam ReedTrim trailing whitespace
2012-03-21 Tim Starling* Removed the $method parameters from MWCryptRand....
2012-03-21 Roan KattouwRevert r107309, r113601, r113704, r113742, r113792...
2012-03-20 Roan KattouwRevert r114067, r114071, r114075, r114079, r114081...
2012-03-20 Alexandre Emsenhuber* Use local context to get messages
2012-03-20 Sam ReedFollowup r114270 (essentially reverts it), and r114233...
2012-03-20 Sam ReedFollowup r114233, define the method static variables...
2012-03-20 Tim Starling(bug 35316) On autocreate, use $this as the "doer"...
2012-03-20 Daniel FriesenCommit the cryptrand project worked on in git:
2012-03-20 Tim StarlingFixed a few "strip tag exposed" bugs.
2012-03-20 Aaron Schulz[FileRepo] Added long-since missing FOR UPDATE to Local...
2012-03-20 Jeroen De Dauwadded enabled field so you can disable the cache thing...
2012-03-20 Tim StarlingFixed attempt to write to the wiki's upload directory...
2012-03-20 Jeroen De Dauwfollow up to r114215, fix some fails and added CachedAc...
2012-03-19 Christian AistleitnerFollow up to r114126: Being more conservative for HipHo...
2012-03-19 Jeroen De Dauwsplit general cache helper functionality to its own...
2012-03-19 Jeroen De Dauwfix subpage linking
2012-03-19 Jeroen De Dauwonly init if not already done so
2012-03-19 Sam ReedMore occurrence typos
2012-03-19 Alexandre EmsenhuberMake the first line of debug log more consitent between...
2012-03-19 Jeroen De Dauwmake more generic: do not assume we want to add html...
2012-03-19 Jeroen De Dauwfix for r114164
2012-03-19 Jeroen De Dauwupdate docs
2012-03-19 Jeroen De Dauwsome refactoring to allow for nicer usage in deriving...
2012-03-19 Aaron SchulzReverted r113688, r113691 per CR and filed #61440 upstream.
2012-03-19 Alexandre Emsenhuber* Use local context to get message
2012-03-19 Jeroen De DauwFollow up to r114081; address krinkles comment
2012-03-19 Krinkle[Html::namespaceSelector clean up] fix broken html...
2012-03-19 Jeroen De DauwFollow up to r114081;
2012-03-19 Alexandre EmsenhuberChange calls from Xml::namespaceSelector() to Html...
2012-03-19 Christian AistleitnerSanitizing already existing use of PHP's assert
2012-03-18 Alexandre Emsenhuber* (bug 35303) Make proxy and DNS blacklist blocking...
2012-03-18 Jeroen De Dauwfollow up to r114081: qqq, and to r114082: match rename
2012-03-17 Sam ReedTrim trailing whitespace
2012-03-17 Jeroen De Dauwadding special page with scaffolding for caching chunks...
2012-03-17 Siebrand MazelandFollow-up r113939: Add divs to addWikiText().
2012-03-17 Thomas Griesfollow up r113862 . changed public function name extens...
2012-03-17 Benny Situfix for bug33214 - catch all exceptions in api execute...
2012-03-16 Sam ReedMake UsageException extend MWException
2012-03-16 Tim StarlingIn the $clearState=true case, remove strip marker prefi...
2012-03-15 Jeroen De Dauwdocs++
2012-03-15 Aaron Schulz[FileRepo] Tweaked transformErrorOutput() to allow...
2012-03-15 Aaron Schulz* r113886: use <div> instead of span to wrap element...
2012-03-15 Max SemenikBug 35051 - [Regression] If heading has a trailing...
2012-03-15 Aaron SchulzFixed 'Illegal string offset 'LIMIT' in <b>C:\wamp...
2012-03-15 Marcin CieślakFollowup-To: r113888 Remove extra wfDebug()
2012-03-15 Marcin CieślakUnbreak maintenance/deleteDefaultMessages.php for Postg...
2012-03-15 Aaron SchulzAdd error css to errors like the other file operation...
2012-03-14 Thomas Griesfollow up r113836 typo correction in function header...
2012-03-14 Thomas Griesfollow up r113836 added public function extensionTableE...
2012-03-14 Aaron Schulz[FileRepo]
2012-03-14 Aaron SchulzFixed comment typo
2012-03-14 Marcin CieślakFollow-up to r15791: Rename "user" and "text" when...
2012-03-14 Thomas Griesadding two public convenience function wrappers: dropEx...
2012-03-14 Aaron SchulzReverted r113803: makes already messy class messier...
2012-03-14 Max Semenik* (bug 34889) User name should be normalized on Special...
2012-03-14 Alexandre EmsenhuberWe have DatabaseBase::selectRow() to select a single row
2012-03-14 Alexandre Emsenhuber* (bug 34841) Fix for r103502: don't show edit links...
2012-03-14 Alexandre EmsenhuberBe consistent in the interface and use Title::quickUser...
2012-03-14 Alexandre EmsenhuberDon't create new Revision and Title object if we can...
2012-03-14 Aaron Schulz(bug 32827) "[Regression] Block log for IP ranges not...
2012-03-14 Marcin CieślakCosmetic improvements to PostreSQL updater output
2012-03-13 Amir E. AharoniBug 35034 - moved autocomment-prefix between the prefix...
2012-03-13 Alexandre EmsenhuberUse local context to get message
2012-03-13 Aaron SchulzReverted r113177 per CR
2012-03-13 Alexandre EmsenhuberMove delcaration of User::$mAllowUsertalk out of the...
2012-03-13 Alexandre EmsenhuberFollow-up r113223: set the "interface" flag in Message...
2012-03-13 Aaron Schulz[FileBackend] r113704: updated FileBackend constructor...
2012-03-13 Rob MoenUser:PleaseStand patch fixes bug 34972
2012-03-13 Alexandre Emsenhuber* (bug 34887) Fix for r100138: make $3 and $4 parameter...
2012-03-13 Alexandre Emsenhuber* (bug 35152) Fix for r92924: help message for e-mail...
2012-03-13 Aaron Schulz[FileBackend]
2012-03-13 Aaron Schulz(bug 34978) Use a rev parent batch query to get the...
2012-03-13 Aaron SchulzMade wfShellMaintenanceCmd() not totally broken due...
2012-03-12 Alexandre EmsenhuberRevert r113650 and reapply r113619 and r113649 with...
2012-03-12 Marcin CieślakRevert r113619, r113649: Breaks unit tests
2012-03-12 Marcin CieślakFix r113619: Convert timestamp to the backend database...
2012-03-12 Alexandre Emsenhuber* Put the timer stuff after leading line breaks in...
2012-03-12 Sam ReedAdd a getValue method...
2012-03-12 Alexandre EmsenhuberRemoved the remaining parts of "cookie password" stuff...
2012-03-12 Alexandre EmsenhuberSet the user_touched field directly when adding a new...
next