* (bug 24563) Entries on Special:WhatLinksHere now have a link to their history
[lhc/web/wiklou.git] / includes / Category.php
2010-07-27 Aryeh GregorRemove dead code added in r36814
2010-07-23 Sam Reed$title undefined in initialize
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-14 OverlordQFollowup to r57102, use already existing sequence name...
2009-09-30 Jure Kajzerlogging table added columns, fixed cat_id sequence...
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-02-25 Aaron SchulzWhitespace :)
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-29 Alexandre EmsenhuberMore doxygen fixes
2008-11-19 Aaron Schulz* Remove incomplete isFileCacheable(), the parent one...
2008-07-28 Robert Leverington* (bug 14923) Add method for getting a TitleArray for...
2008-07-05 Nicolas Dumazetmoving $cat = new self() before $cat->mTitle = $title...
2008-07-01 Daniel Kinzlerallow Category objects for empty categories
2008-06-30 Daniel KinzlerMake member counts from the new category table availabl...
2008-05-22 Aryeh Gregor-136 lines of worthless code. Even if the idea was...
2008-05-15 Aryeh Gregor(bug 13693) Categories sometimes claim to have a negati...
2008-03-20 Aryeh GregorWait, never mind, revert that. This is supposed to...
2008-03-20 Aryeh GregorI knew there was a better way. Use makeTitleSafe for...
2008-03-20 Victor VasilievUse Title::makeTitleSafe
2008-03-19 Aryeh GregorFix an error for categories named literally "Project...
2008-03-19 Greg Sabino MullaneUse $db->conditional() instead of non-standard IF(...
2008-03-18 Aryeh GregorThis is a schema change. It's only a table creation...