Wrap message querypage-no-updates into a class
[lhc/web/wiklou.git] / includes / Block.php
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-11 NikerabbitMerge "(bug 33928) make diff title page more relevant"
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-07 SiebrandMerge "Pass the result of the database queries in Title...
2012-05-05 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-05-04 ReedyMerge "Only use per-template profiling for one-time...
2012-05-04 Aaron SchulzMerge "Credits/RN for bug 5445 / 7694faf68"
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 DemonMerge "[FileRepo] Various ForeignApiRepo fixes."
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 Tim StarlingMerge "(bug 29296) Expanded Blacklist for SVG Files"
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-04 Aaron SchulzMerge "(bug 5445) remove autoblocks when user is unblocked"
2012-05-03 Marc A. Pelletier(bug 5445) remove autoblocks when user is unblocked
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-17 Alexandre EmsenhuberUse the same object when checking if the user is blocke...
2012-04-16 SiebrandMerge "Add option to rebuild message files on a differe...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-12 CatropeMerge "Use $wgUser in ResourceLoaderUserGroupsModule...
2012-04-10 Aaron SchulzMerge "Remove request_with_session/request_without_session"
2012-04-10 Brion VIBBERMerge "Employing MediaWikiTestCase's temporary file...
2012-04-10 Brion VIBBERMerge "(bug 33658) support for {{GRAMMAR:}} in jqueryMsg"
2012-04-10 DemonMerge "Normalise categorymembers to take ascending...
2012-04-10 Brion VIBBERMerge "Fix PostgreSQL updater to produce 1.19 schema"
2012-04-10 Brion VIBBERMerge "- Fix bug 35076 - More tests, test comments"
2012-04-10 Brion VIBBERMerge "Adding temp file/dir management to MediaWikiTest...
2012-04-10 CatropeMerge "[FileRepo] Added support for temp file repos...
2012-04-10 Aaron SchulzMerged r114672 from wmf1.19 plus tests; crosswiki block...
2012-02-28 Aaron SchulzForce the target user ID to be the correct foreign...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2011-12-15 Sam Reed* (bug 33101) Viewing a User or User talk of username...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-06 Sam ReedAdd a getExpiry method to Block (rather than direct...
2011-11-10 Jure Kajzer* reverted changes to Block and ApiBlockTest made in...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-11-04 Jure Kajzer* fixed ipblocks.ipb_by_text field, removed default...
2011-11-01 Aaron Schulz(bug 31739) Made Block code support ipb_by = 0 conventi...
2011-10-29 Sam ReedKill various unused variables
2011-10-14 Sam ReedUpdate some deprecated code
2011-08-12 Robin PepermansFix r91886 thanks to johnduhart: check if it is an...
2011-08-02 Rotem LissFixing comment (no Language::decodeExpiry).
2011-07-18 Sam ReedAdd comment
2011-07-18 Andrew GarrettFix autoblocks in r92480 r92482 -- modified the wrong...
2011-07-18 Andrew GarrettFix autoblocks in r92480
2011-07-18 Andrew GarrettBlock.php fixes: Always store mExpiry as a TS_MW or...
2011-07-15 Aaron SchulzFollow-up r92220: changed autoblock handling to use...
2011-07-15 Aaron Schulz* Removed angry autoblock code - unused by anything
2011-07-11 Robin Pepermans(bug 29797) Error: "Tried to load block with invalid...
2011-06-27 Happy-melonFollow-up r88738: this check is no longer needed since...
2011-06-26 Happy-melonFollow-up r84588 CR
2011-06-26 Happy-melonFollow-up r84475 CR; and also documentation fixes;...
2011-06-24 Siebrand MazelandReduce calls to wfTimestampNow() by using temporary...
2011-06-18 Aaron SchulzTweaked comments and code in confusing spot of doAutobl...
2011-06-15 Brion VibberAnother partial fix for Block test: update $this->mId...
2011-06-15 Brion VibberFix for partial regression in r84534: Block::newFromId...
2011-06-07 Chad HorohoeFix (Api)BlockTest for Sqlite. getRangeStart()/getRange...
2011-06-02 Mark A. Hershbergerw/s changes.
2011-05-29 Sam ReedEven more documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-05-24 Brion Vibber* (bug 29116) Fix regression breaking CheckUser extension
2011-05-24 Happy-melon(bug 29116) follow-up r84475: normalise the empty strin...
2011-05-23 Happy-melonFollow-up r84475: Block::parseTarget() should always...
2011-05-18 Alexandre EmsenhuberDB_READ -> DB_SLAVE, the former is obsolete
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-12 Sam ReedRevert r85776, r85782 pending better solution
2011-04-11 Sam ReedFollowup r85776, per Aaron, add documentation showing...
2011-04-11 Sam Reed* (bug 28485) Block::purgeExpired Database returned...
2011-04-07 Paul CoppermanVarious fixes for PHPUnit tests:
2011-03-24 PlatonidesUse class name Html in canonical form.
2011-03-23 Happy-melonTry to untangle the autoblock time logic, which made...
2011-03-22 Happy-melon(hopefully) last bit of heavy lifting in Block.php...
2011-03-22 Aaron SchulzFixed daft error in r84523 so "angry" autoblocks work...
2011-03-22 Happy-melonDon't try and load a block with no target; we're not...
2011-03-22 Aaron SchulzRelate block log entries to block table rows (useful...
2011-03-21 Happy-melonFollow-up r84475: what ever posessed me to get rid...
2011-03-21 Happy-melonFollow-up r84475: fixing the warning is easy enough...
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-20 Happy-melonFollow-up r84358 CR: rename 'editusertalk' to 'editownu...
2011-03-19 Happy-melon* Implement an extensible Block::prevents( <action...
2011-03-19 Happy-melonMark various internal methods as protected, which have...
2011-03-19 Happy-melonFollow-up r84336: break some long lines
2011-03-19 Happy-melonBlock::forUpdate() is never called, and doesn't really...
2011-03-19 Happy-melonClarify the behaviour of Block::parseTarget(), and...
2011-03-19 Happy-melonRemove some insanely ancient (~r4797) unused globals...
2011-03-18 Happy-melonMove Block::normaliseRange() to IP.php, then reduce...
2011-03-18 Happy-melonFollow-ups to r84258
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-03-18 Happy-melonFirst forays into the swamp of the Block.php backend:
2011-03-13 Happy-melonFurther massive rewrite of the blocking frontend: spin...
next