https://bugzilla.wikimedia.org/show_bug.cgi?id=12701
--- Comment #20 from Ahmad Sherif <[email protected]> 2009-05-18 16:22:51 UTC --- (In reply to comment #19) > Adding Title::getPreviousRevisionIDAtOffset() is of no use, since we've got > Revision::getPrevious() already. Also, there's only one entry per user in the > user_newtalk table AFAIK, so returning the number of entries is useless as > well > in that case. > There is an entry for every edit for user's talk page. At least that's what in user_newtalk in my local db. So, there will be one entry or more, so i don't think that Revision::getPrevious() would help me that much. > Also, instead of using the 'newmessage' and 'newmessages' messages, you should > use {{PLURAL:}}. > This could be done, but after reviewing the patch to see if it can be committed to the trunk or thrown in the trash :). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
