Don't use public-audience-only function
[lhc/web/wiklou.git] / includes / Category.php
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...