Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / Block.php
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...
2011-03-13 Happy-melonFollow-up r83827: a Block object will never be internal...
2011-03-13 Happy-melonFollow-up r83825: fix Block::parseTarget to recognise...
2011-03-13 Happy-melonSome refactoring in Block.php and SpecialBlock.php...
2011-03-12 Happy-melonDivert a river through the Augean Stables that is Speci...
2011-01-05 Chad HorohoeFollowup r73348, r70608: move 'infinity' stuff to DB...
2010-12-26 Brian Wolff(Bug 26425) Due to r71751, wfTimestamp stopped acceptin...
2010-12-08 Aaron SchulzFixed r76560: one more caller of now-private toUnsigned6
2010-11-25 Roan KattouwFix indentation in Block::infinity()
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-19 Chad HorohoeFollowup r70608, don't use master connection just for...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-07-11 Alexandre Emsenhuberremoved PHP4-ism
2010-06-15 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-30 Siebrand MazelandRan stylize.php, removed trailing whitespace, updated...
2010-04-17 PlatonidesStylize.
2010-04-17 PlatonidesAdd yet another parameter for Block construction, so...
2010-04-17 PlatonidesFollow up r64982. Autoblocks aren't automatically set...
2010-03-12 Max SemenikFix bug that prevented non-hidden users from appearing...
2010-02-27 Alexandre Emsenhuber* (bugs 22665 and 22667) User '0' can now be unblocked...
2010-02-14 Siebrand MazelandRandom indentation and code formatting updates. No...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-19 Jack Phoenixcoding style tweaks
2009-05-25 Siebrand Mazeland(bug 17093) Separate date and time in Special:BlockList
2009-05-22 Niklas LaxströmEscaping fixes
2009-05-21 Alex Z(bug 18860) Allow non-anon-only blocks of IPs to block...
2009-02-21 Niklas Laxström* Allow changing block reason
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2008-12-15 Andrew GarrettDo initialiseRange into Block::insert.
2008-12-09 Alexandre Emsenhuberfix doxygen warnings
2008-11-30 Aaron Schulz*Remove unused functions
2008-11-23 Aaron Schulz* I didn't even notice the extra reblock check; merged...
2008-09-30 Alex Z(bug 15789) Autoblocks now have the same setting for...
2008-09-25 Matt Johnston(bug 8440) Allow preventing blocked users from editing...
2008-09-24 Tim StarlingFix docs for r41150, remove commented-out code, remove...
2008-09-22 Aaron SchulzAdd comment
2008-09-22 Aaron SchulzApply account creation blocks to users (bug 13611)
2008-09-22 Tim Starling* Fix some documentation
2008-09-21 Alexandre EmsenhuberFatal error: Call to undefined function wfMemc() in...
2008-09-21 Chad HorohoeMore block updates:
2008-09-21 Chad HorohoeHelps to actually _put_ the info into $wgMemc...
2008-09-21 Chad Horohoe* Lots and lots of docs
2008-08-08 Andrew GarrettRefactor out Block::isWhitelistedFromAutoblocks
2008-06-27 Andrew GarrettDon't be lazy: Initialise autoblock objects with both...
2008-06-27 Andrew GarrettCore changes for AbuseFilter extension.
2008-05-23 Brion Vibberdrop redundant wfTimestamp() call... we already got...
2008-05-23 Andrew GarrettCore changes for GlobalBlocking and TorBlock extensions...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-16 Aaron Schulz* Move affectedRows count up
2008-04-15 Aaron Schulz* Allow for things that call addEntry() to pass in...
next