Commit graph

21 commits

Author SHA1 Message Date
Sam Reed
604ae0ca1c Update deprecated method calls
Remove some unused stuff
2010-10-31 16:20:48 +00:00
Sam Reed
04f68827d0 Removal of unused globals
Removal of one setting of a variable to '', then not using further
2010-07-24 19:11:52 +00:00
Alexandre Emsenhuber
1d0d879be0 * Document a bit
* Fix some doxygen warnings
2010-01-13 21:25:03 +00:00
Siebrand Mazeland
88d789e939 * replace some use of deprecated makeKnownLinkObj() by link() in core
* use array type parameter instead of string to escapeLocalUrl(), getFullURL() and getFullUrl() for readability
2009-06-06 22:42:48 +00:00
Siebrand Mazeland
0a9af4a884 Consistent casing for addHTML() 2008-11-06 22:20:29 +00:00
Alexandre Emsenhuber
087a9f70c5 WARNING: HUGE COMMIT
Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>

Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage

One more thing: there are still a lot of warnings when generating the doc.
2008-05-20 17:13:28 +00:00
Bryan Tong Minh
cb4cef1d10 * Honor upload restrictions in SpecialUpload.php and FileRevertForm.php
* Add 'restriction-upload' => 'Upload' to MessageEn.php
2008-04-28 17:08:29 +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
Tim Starling
0acc8d683e * Fixed bug 13532, incorrect use of wfFindFile() causing total breakage of file revert
* Use protected not private
* Remove aggressive history-oriented caching from OldLocalFile
* Keep a process cache of the OldLocalFile object to avoid duplicate queries
2008-04-05 16:46:22 +00:00
Brion Vibber
8e476b31cc * (bug 12935, 12981) Fully-qualify archive URLs in delete, revert messages
Replaced a bunch of instances of 'if-this-is-not-fully-qualified-prepend-$wgServer' with a function, wfExpandUrl()
2008-02-13 05:59:14 +00:00
Rob Church
905cd34f43 Add links back to the image in deletion and reversion forms 2007-08-22 05:35:40 +00:00
Rob Church
9d1062c2da Use an instance variable, not a static one 2007-08-20 14:57:30 +00:00
Rob Church
346ebdb96d * Fix FileRevertForm::getTimestamp() - stupid assumption about archive names :)
* Do date/time adjustments where applicable
* Reverse odd ordering of date/times in messages - time, then date looks cleaner in English
* Remove the commented-out remnants for now
2007-08-20 14:32:08 +00:00
Rob Church
6e9b0a0103 Reverting r24829; using subtitles leads to an unclear UI, and is a practice that ought to be deprecated 2007-08-15 19:15:41 +00:00
Aaron Schulz
ecb18f8290 Use subtitles to make this consistent with delete/protect and the like 2007-08-15 17:54:28 +00:00
Rob Church
d4b1bea708 Nothing clumsy about it in the first place; having the file name in the title is helpful 2007-08-08 19:52:02 +00:00
Aaron Schulz
f0c4817515 *Make filerevert message less clumsy 2007-08-08 19:23:49 +00:00
Raimond Spekking
23767188c9 Separate date and time in new 'filerevert-intro', 'filerevert-defaultcomment' and 'filerevert-success' messages to allow a better localization.
It's always a mess to localize with timestamps, at least in German :-(
2007-07-30 19:08:11 +00:00
Rob Church
afda548061 Longer comment box 2007-07-29 22:05:10 +00:00
Rob Church
4d2fbef853 Left in a comment 2007-07-29 22:03:22 +00:00
Rob Church
3857b9b490 * (bug 10739) Users can now enter comments when reverting files
* You'll see some commented-out bits left in indicating I had bigger plans for the interface - some notes there, in case it's possible in the future
2007-07-29 22:00:46 +00:00