Last modified: 2010-05-15 16:02:52 UTC
Created attachment 4858 [details] patch against svn r34066 to fix wgAllowCategorizedRecentChanges functionality Enabling wgAllowCategorizedRecentChanges does not allow properly filtering the list. rcFilterByCategories() appears to always take the "Shortcut?" return because all of the articles have an id of 0. The order of arguments to Title::makeTitle() appears to be reversed. I've attached a patch against svn r34066 that works for me.
Done in r34084