Commit graph

20 commits

Author SHA1 Message Date
Sam Reed
896f05efde Trim trailing whitespace
Add documentation

Remove unused variables

Remove an extract from ImageFunctionsTest
2011-07-24 21:36:04 +00:00
Robin Pepermans
4b37e2acee in "marked version X of [[Page]] patrolled" on IRC, the "version" displays according to the user language. If this is the correct fix (didn't test), it can perhaps be merged with 1.18 and 1.17wmf1. 2011-07-22 22:50:03 +00:00
Alexandre Emsenhuber
e7dc5b1691 * Changed dynamic calls to Linker methods into static ones
* Also preferably pass a Language object instead of a Skin one or boolean indicating whether it's for content. No other calls to these methods in core or extensions.
2011-07-10 18:12:11 +00:00
Siebrand Mazeland
83649ec5ce (bug 28992) Revision numbers in the patrol log are transformed in the user language. 2011-05-16 23:36:39 +00:00
Alexandre Emsenhuber
42df7b3112 Fixed some doxygen warnings 2010-01-22 19:58:13 +00:00
Siebrand Mazeland
38ca12aa82 * replace some use of deprecated makeKnownLinkObj() by link() in core
* use array type parameter instead of string to escapeLocalUrl(), getFullURL() and getFullUrl() for readability
* add FIXME in Parser.php and LogEventsList.php where I didn't know how to replace makeKnownLinkObj by link()
* return type for private method Skin::editUrlOptions() changed from string to array
* some code readability improvements

Linking this to r51559 for CodeReview as there is some discussion there, and these changes are very similar.

Todo: core special pages
2009-06-07 15:02:12 +00:00
Siebrand Mazeland
547858b7fe Use link() instead of deprecated makeLinkObj() where possible. 2009-05-08 23:24:31 +00:00
Aaron Schulz
c482d97ac6 Show title/rev in IRC (bug 16604) 2009-01-21 20:47:59 +00:00
Aaron Schulz
33f4b2b272 Fix typo in r45863; argument in wrong place 2009-01-21 15:08:22 +00:00
Aaron Schulz
b84c3a17d0 No need to send autopatrols to udp 2009-01-18 05:17:02 +00:00
Aaron Schulz
144184b5a0 $udp is already on by default, remove arguments 2009-01-14 18:14:12 +00:00
Aaron Schulz
9d9ad4dab8 Revert r45605 and generalize the ability to have logs go to UDP. 2009-01-09 18:30:47 +00:00
Aaron Schulz
a885af5879 Fix typo 2009-01-09 17:59:23 +00:00
Aaron Schulz
b1928d352b Send manual patrols to IRC (bug 16604) 2009-01-09 17:57:22 +00:00
Siebrand Mazeland
79d5225c0e * remove end of line whitespace
* remove empty lines at end of file
* remove "?>" where still present
2008-04-14 07:45:50 +00:00
Aryeh Gregor
a15c419b3d Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Rob Church
9fe97ee84d Don't generate a diff link in the patrol log if the page doesn't exist, it'll be useless 2007-06-05 03:28:40 +00:00
Nick Jenkins
b4d37577b9 Removing or commenting out unused variables or globals, and adding declarations for two arrays. 2007-05-08 09:09:46 +00:00
Antoine Musso
c771fc9c96 Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
Rob Church
c16298f2d2 * (bug 8621) Log revisions marked as patrolled
* Uses normal logging framework, but
** doesn't duplicate the log in recentchanges ;)
** uses a cleaner method to override LogPage::actionText() and do all the formatting
* Introduces PatrolLog::record()
2007-01-16 17:05:30 +00:00