lhc/web/wiklou.git
17 years agomaxlag hidden parameter. Allows client-side bots to throttle under slave lag conditio...
Tim Starling [Sun, 22 Apr 2007 21:17:10 +0000 (21:17 +0000)]
maxlag hidden parameter. Allows client-side bots to throttle under slave lag conditions, just like server-side maintenance scripts.

17 years ago* Smaller borders for TablePager
Antoine Musso [Sun, 22 Apr 2007 20:23:56 +0000 (20:23 +0000)]
* Smaller borders for TablePager
* Tweak french translation

17 years agoavoid a notice when nothing is found
Antoine Musso [Sun, 22 Apr 2007 20:23:08 +0000 (20:23 +0000)]
avoid a notice when nothing is found

17 years agoAdd support for microsoft bmp format. It simply give out the height and size,
Antoine Musso [Sun, 22 Apr 2007 17:34:09 +0000 (17:34 +0000)]
Add support for microsoft bmp format. It simply give out the height and size,
we might want to transform them to png automaticly.

17 years agoAdded $wgUsersNotifedOnAllChanges, array of usernames who will be sent a notification...
Tim Starling [Sun, 22 Apr 2007 14:07:28 +0000 (14:07 +0000)]
Added $wgUsersNotifedOnAllChanges, array of usernames who will be sent a notification email for every change which occurs on a wiki

17 years ago* Removed mysql5 SQL files, obviously we're collectively incapable of keeping them...
Tim Starling [Sun, 22 Apr 2007 14:04:52 +0000 (14:04 +0000)]
* Removed mysql5 SQL files, obviously we're collectively incapable of keeping them up to date. They were littered with errors. The only deliberate difference appears to be the table character set, which can be adjusted programatically using a variable.
* Added table option variable to the SQL patch files, so now upgrading a non-standard schema won't leave your database horribly corrupted.
* Added sql.php, for sourcing SQL files with MediaWiki variable substitution.
* Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the various problems that occur when it is on.

17 years ago* Removed mysql5 SQL files, obviously we're collectively incapable of keeping them...
Tim Starling [Sun, 22 Apr 2007 14:04:06 +0000 (14:04 +0000)]
* Removed mysql5 SQL files, obviously we're collectively incapable of keeping them up to date. They were littered with errors. The only deliberate difference appears to be the table character set, which can be adjusted programatically using a variable.
* Added table option variable to the SQL patch files, so now upgrading a non-standard schema won't leave your database horribly corrupted.
* Added sql.php, for sourcing SQL files with MediaWiki variable substitution.
* Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the various problems that occur when it is on.

17 years ago* Slovak (sk) updates
Niklas Laxström [Sun, 22 Apr 2007 13:11:57 +0000 (13:11 +0000)]
* Slovak (sk) updates

17 years ago(bug 9656) Generate autosummaries on the deletion of all pages, not just those <...
Aryeh Gregor [Sun, 22 Apr 2007 03:09:42 +0000 (03:09 +0000)]
(bug 9656) Generate autosummaries on the deletion of all pages, not just those < 500 bytes.

17 years agoMove tidy callbacks from the Parser class to a new Tidy class. This is to keep
Antoine Musso [Sat, 21 Apr 2007 23:25:36 +0000 (23:25 +0000)]
Move tidy callbacks from the Parser class to a new Tidy class. This is to keep
Parser.php at a reasonable size.

17 years ago*Remove update() query to avoid any data loss concerns
Aaron Schulz [Sat, 21 Apr 2007 23:19:18 +0000 (23:19 +0000)]
*Remove update() query to avoid any data loss concerns

17 years ago*Use appropriate comment
Aaron Schulz [Sat, 21 Apr 2007 21:44:19 +0000 (21:44 +0000)]
*Use appropriate comment

17 years agoKill some more whitespaces
Antoine Musso [Sat, 21 Apr 2007 21:35:21 +0000 (21:35 +0000)]
Kill some more whitespaces

17 years agoFix end of lines (added in r21455)
Antoine Musso [Sat, 21 Apr 2007 21:11:14 +0000 (21:11 +0000)]
Fix end of lines (added in r21455)

17 years agoTweak out doxygen documentation:
Antoine Musso [Sat, 21 Apr 2007 21:07:23 +0000 (21:07 +0000)]
Tweak out doxygen documentation:
* include svn revision for each file
* use dot to build graphs
* enabled search engine

17 years ago*Add a batch updater to move remaining page_restrictions values in page to the page_r...
Aaron Schulz [Sat, 21 Apr 2007 20:30:57 +0000 (20:30 +0000)]
*Add a batch updater to move remaining page_restrictions values in page to the page_restrictions table

17 years agodoxygen -s -u mwdoxgen.cfg :
Antoine Musso [Sat, 21 Apr 2007 20:22:44 +0000 (20:22 +0000)]
doxygen -s -u mwdoxgen.cfg :
* strip out comments
* update from doxyfile 1.4.3 to 1.5.1

17 years agoShow the current version number in doxygen documentation
Antoine Musso [Sat, 21 Apr 2007 20:06:52 +0000 (20:06 +0000)]
Show the current version number in doxygen documentation

17 years ago*Cascading protection notice, show regular protection and cascading notices if both...
Aaron Schulz [Sat, 21 Apr 2007 19:02:02 +0000 (19:02 +0000)]
*Cascading protection notice, show regular protection and cascading notices if both apply

17 years ago* Updates
Niklas Laxström [Sat, 21 Apr 2007 17:19:19 +0000 (17:19 +0000)]
* Updates

17 years ago*Remove wfGetLastIPfromXFF(), add a new wfGetClientIPfromXFF(), which was removed...
Aaron Schulz [Sat, 21 Apr 2007 16:45:36 +0000 (16:45 +0000)]
*Remove wfGetLastIPfromXFF(), add a new wfGetClientIPfromXFF(), which was removed in r21353

17 years ago* Võro (fiu-vro) translation
Niklas Laxström [Sat, 21 Apr 2007 16:41:02 +0000 (16:41 +0000)]
* Võro (fiu-vro) translation
* Thanks to Võrok

17 years agoAdd a php linting test.
Antoine Musso [Sat, 21 Apr 2007 16:27:06 +0000 (16:27 +0000)]
Add a php linting test.

17 years agoFix.
Rotem Liss [Sat, 21 Apr 2007 16:03:46 +0000 (16:03 +0000)]
Fix.

17 years agoFix r21443 : privates are public :o)
Antoine Musso [Sat, 21 Apr 2007 15:12:56 +0000 (15:12 +0000)]
Fix r21443 : privates are public :o)

17 years ago* Made HistoryBlob an interface (PHP 5 let us do it now).
Antoine Musso [Sat, 21 Apr 2007 15:04:51 +0000 (15:04 +0000)]
* Made HistoryBlob an interface (PHP 5 let us do it now).
* ConcatenedGzipHistoryBlob is an implementation of HistoryBlob, marked public / private methods.

17 years agoConvert whitespaces to tabulations
Antoine Musso [Sat, 21 Apr 2007 14:44:56 +0000 (14:44 +0000)]
Convert whitespaces to tabulations

17 years agoFix #9630 : Limits links in Whatlinkshere forget about namespace filter
Antoine Musso [Sat, 21 Apr 2007 14:27:59 +0000 (14:27 +0000)]
Fix #9630 : Limits links in Whatlinkshere forget about namespace filter
* marks '$namespace' private too

17 years agoAdded some comments to our classes.
Antoine Musso [Sat, 21 Apr 2007 12:42:27 +0000 (12:42 +0000)]
Added some comments to our classes.

17 years ago* Comments
Antoine Musso [Sat, 21 Apr 2007 12:33:41 +0000 (12:33 +0000)]
* Comments
* Abstract methods at the top
* Move a static function in the static part

17 years agowhitespaces killing
Antoine Musso [Sat, 21 Apr 2007 12:13:47 +0000 (12:13 +0000)]
whitespaces killing

17 years agoFixed metadata format
Tim Starling [Fri, 20 Apr 2007 21:35:27 +0000 (21:35 +0000)]
Fixed metadata format

17 years agoSundanese (su) localisation updates based on BetaWiki
Ivan Lanin [Fri, 20 Apr 2007 21:06:36 +0000 (21:06 +0000)]
Sundanese (su) localisation updates based on BetaWiki

17 years ago(bug 9639) Cantonese localisation update. Patch by Shinjiman.
Ivan Lanin [Fri, 20 Apr 2007 20:45:17 +0000 (20:45 +0000)]
(bug 9639) Cantonese localisation update. Patch by Shinjiman.

17 years agoChange Sanitzer::stripAllTags() to return plaintext instead of encoded HTML literals...
Brion Vibber [Fri, 20 Apr 2007 20:26:15 +0000 (20:26 +0000)]
Change Sanitzer::stripAllTags() to return plaintext instead of encoded HTML literals; this fits in better with updated code and fixes a regression in image alt text encoding.
The only other remaining use I see of it is in ChemFunctions, which seems to be assuming plaintext output already and applies extra encoding.

17 years agoIndonesian (id) localization updates
Ivan Lanin [Fri, 20 Apr 2007 20:12:15 +0000 (20:12 +0000)]
Indonesian (id) localization updates

17 years agoDon't double-normalise parameters, introduces rounding errors.
Tim Starling [Fri, 20 Apr 2007 19:45:58 +0000 (19:45 +0000)]
Don't double-normalise parameters, introduces rounding errors.

17 years agoFixes/tweaks for the image refactoring:
Brion Vibber [Fri, 20 Apr 2007 19:24:53 +0000 (19:24 +0000)]
Fixes/tweaks for the image refactoring:
* Fix [[Image:Foobar.png]] to use native size instead of thumbnail again
* Tweak some parser tests for new order of attributes
* Tweak some attributes to match existing tests
Down to 9 failing parser tests vs pre-commit state

17 years agoFixing a problem that the flag 'noautoblock' was not shown well in logs of blocks...
Rotem Liss [Fri, 20 Apr 2007 17:30:21 +0000 (17:30 +0000)]
Fixing a problem that the flag 'noautoblock' was not shown well in logs of blocks: there is no 'autoblock' flag anymore, but 'noautoblock', so fixing the messages.

17 years agoWording.
Rotem Liss [Fri, 20 Apr 2007 17:16:17 +0000 (17:16 +0000)]
Wording.

17 years agouse consistent URL encoding for Image::thumbUrl() whether hashed directories are...
Brion Vibber [Fri, 20 Apr 2007 16:26:12 +0000 (16:26 +0000)]
use consistent URL encoding for Image::thumbUrl() whether hashed directories are in use or not

17 years agorevert the 21393, which was revert of 21389, which was revert of 20291.
Domas Mituzas [Fri, 20 Apr 2007 15:41:33 +0000 (15:41 +0000)]
revert the 21393, which was revert of 21389, which was revert of 20291.
OMG!!! A REVERT WAR!

17 years agoper default (all) instead of (Main) namespace, per hint of Brion
Raimond Spekking [Fri, 20 Apr 2007 15:40:07 +0000 (15:40 +0000)]
per default (all) instead of (Main) namespace, per hint of Brion

17 years agoIN YOUR FACE BRION!!!!
Domas Mituzas [Fri, 20 Apr 2007 15:33:51 +0000 (15:33 +0000)]
IN YOUR FACE BRION!!!!
check if the value has been actually set before checking if it is null.

17 years ago* (bug 5439) "Go" title search will now jump to shared/foreign Image: and
Brion Vibber [Fri, 20 Apr 2007 15:22:41 +0000 (15:22 +0000)]
* (bug 5439) "Go" title search will now jump to shared/foreign Image: and
  MediaWiki: pages that have not been locally edited.

17 years agoFixing whitespace.
Rotem Liss [Fri, 20 Apr 2007 15:06:38 +0000 (15:06 +0000)]
Fixing whitespace.

17 years agowhen you misspell in your search and replace, just fix it 'kay?
Brion Vibber [Fri, 20 Apr 2007 15:04:50 +0000 (15:04 +0000)]
when you misspell in your search and replace, just fix it 'kay?

17 years agoUpdate.
Rotem Liss [Fri, 20 Apr 2007 14:56:15 +0000 (14:56 +0000)]
Update.

17 years agoReverting r21000 for the moment (predefined block messages).
Brion Vibber [Fri, 20 Apr 2007 14:44:55 +0000 (14:44 +0000)]
Reverting r21000 for the moment (predefined block messages).
The defaults aren't very good, and I'm not sure I like the implementation.
May return after some review and tweaking.

17 years ago* Update German translation
Raimond Spekking [Fri, 20 Apr 2007 14:02:55 +0000 (14:02 +0000)]
* Update German translation

17 years agoUpdate.
Rotem Liss [Fri, 20 Apr 2007 13:52:46 +0000 (13:52 +0000)]
Update.

17 years agoA couple of missing entries
Tim Starling [Fri, 20 Apr 2007 12:49:54 +0000 (12:49 +0000)]
A couple of missing entries

17 years ago* Introduced media handler modules for file-type specific operations: thumbnailing...
Tim Starling [Fri, 20 Apr 2007 12:31:36 +0000 (12:31 +0000)]
* Introduced media handler modules for file-type specific operations: thumbnailing, img_metadata, capabilities, etc.
* Deprecated $wgUseImageResize, thumbnailing will be enabled unconditionally.
* Fixed interaction of page parameter to ImagePage with the HTML file cache
* Improved error reporting for image thumbnailing
* Fixed MIME type for SVG files, will be silently changed from image/svg to image/svg+xml after loading from the database.
* Workaround for djvutoxml bug #1704049 (poor performance). Use djvudump instead.
* Fixed odd behaviour in ImagePage on DjVu thumbnailing errors
* Improved error reporting for image thumbnailing
* Added sharpening option for ImageMagick thumbnailing
* Removed Image::selectPage(), added page parameters to getWidth() and getHeight(), deprecated Image::renderThumb() and Image::getThumbnail()
* Changed default contents of img_metadata to empty string instead of a:0:{}
* Moved responsibility for respecting $wgGenerateThumbnailOnParse from the UI to Image.php

17 years agochange remaining 'mywatchlist' messages to 'my-watchlist', remove redundant autogener...
Ilmari Karonen [Fri, 20 Apr 2007 11:16:51 +0000 (11:16 +0000)]
change remaining 'mywatchlist' messages to 'my-watchlist', remove redundant autogenerated ones

17 years agoRemoving duplicate entries from en: and he:.
Rotem Liss [Fri, 20 Apr 2007 10:30:31 +0000 (10:30 +0000)]
Removing duplicate entries from en: and he:.

17 years ago* some tweaks to r21395 to make Brion happy ;-)
Raimond Spekking [Fri, 20 Apr 2007 10:26:00 +0000 (10:26 +0000)]
* some tweaks to r21395 to make Brion happy ;-)
** Handling of "newbies" in the inputform consistent now
** stripping out _ in inputform
* German translation

17 years agoYet more doc tweaks:
Nick Jenkins [Fri, 20 Apr 2007 08:55:14 +0000 (08:55 +0000)]
Yet more doc tweaks:
* Add @addtogroup tags to various classes, to try and group conceptually-related classes together.
* Add brief descriptions to various Special pages, thanks to Phil Boswell.
* Moving some docs to be right above the classes they represent, so that they are picked up.

17 years agoFixed complete breakage of anon-only autoblocks, broken since r20436.
Tim Starling [Fri, 20 Apr 2007 04:17:15 +0000 (04:17 +0000)]
Fixed complete breakage of anon-only autoblocks, broken since r20436.

17 years ago* Fix object variable used for displaying "not-patrolled" CSS class on list
Ivan Lanin [Fri, 20 Apr 2007 04:06:06 +0000 (04:06 +0000)]
* Fix object variable used for displaying "not-patrolled" CSS class on list
* Indonesian (id) localization updates

17 years agoHyphens in message keys a) improve readability b) don't require me to redo my patch
Aryeh Gregor [Thu, 19 Apr 2007 22:25:43 +0000 (22:25 +0000)]
Hyphens in message keys a) improve readability b) don't require me to redo my patch

17 years agofor FILE in languages/messages/*.php; do sudo sed -ri "s/(['\"])watchlist\\1(\\s...
Aryeh Gregor [Thu, 19 Apr 2007 22:19:50 +0000 (22:19 +0000)]
for FILE in languages/messages/*.php; do sudo sed -ri "s/(['\"])watchlist\\1(\\s+)=>(\\s+)(['\"])(.*?)\\4/\\1watchlist\\1\\2=>\\3\\4\\5\\4,\\n\\1my-watchlist\\1\\2=>\\3\\4\\5\\4/" $FILE; done

php -l says they're all fine, looking them over they seem to all be fine.  Languages that already had this update individually have doubled entries, but that shouldn't make a difference and a run through rebuildMessages.php should fix if it annoys you.

17 years agoreapply relevant parts of r20164, 20177, 20226
Raimond Spekking [Thu, 19 Apr 2007 21:18:36 +0000 (21:18 +0000)]
reapply relevant parts of r20164, 20177, 20226
non-critical to database

17 years agoReapply fixes for postgres timestamps
Brion Vibber [Thu, 19 Apr 2007 21:14:55 +0000 (21:14 +0000)]
Reapply fixes for postgres timestamps

17 years agorestore use of Revision::selectFields() removed by the recent revert; triggered a...
Brion Vibber [Thu, 19 Apr 2007 21:09:38 +0000 (21:09 +0000)]
restore use of Revision::selectFields() removed by the recent revert; triggered a PHP notice of undefined member access per line

17 years agoreapply relevant part of r20720
Raimond Spekking [Thu, 19 Apr 2007 20:31:05 +0000 (20:31 +0000)]
reapply relevant part of r20720
non-critical to database

17 years agorevert back to 19xxx
Domas Mituzas [Thu, 19 Apr 2007 19:24:02 +0000 (19:24 +0000)]
revert back to 19xxx

17 years agodisable ipv6 cruft
Domas Mituzas [Thu, 19 Apr 2007 18:58:45 +0000 (18:58 +0000)]
disable ipv6 cruft

17 years agoreapply r21363, hopefully without stupid notices this time
Ilmari Karonen [Thu, 19 Apr 2007 18:47:04 +0000 (18:47 +0000)]
reapply r21363, hopefully without stupid notices this time

17 years ago* (bug 9631) Update Cantonese translations
Raimond Spekking [Thu, 19 Apr 2007 18:15:28 +0000 (18:15 +0000)]
* (bug 9631) Update Cantonese translations
  Patch by Shinjiman

17 years ago* Some updates to Latvian (lv)
Niklas Laxström [Thu, 19 Apr 2007 17:47:17 +0000 (17:47 +0000)]
* Some updates to Latvian (lv)

17 years agoUpdate.
Rotem Liss [Thu, 19 Apr 2007 15:48:38 +0000 (15:48 +0000)]
Update.

17 years agoRe-apply r20779 fix and use changed text for the (non-miser) search textbox
Brion Vibber [Thu, 19 Apr 2007 14:40:58 +0000 (14:40 +0000)]
Re-apply r20779 fix and use changed text for the (non-miser) search textbox

17 years agoRevert Special:Log to r20745 with non-ugly form
Brion Vibber [Thu, 19 Apr 2007 14:38:45 +0000 (14:38 +0000)]
Revert Special:Log to r20745 with non-ugly form

17 years agoremove sssllloowwwwwww range checks
Brion Vibber [Thu, 19 Apr 2007 14:26:19 +0000 (14:26 +0000)]
remove sssllloowwwwwww range checks

17 years ago*stab stab stab*
Brion Vibber [Thu, 19 Apr 2007 13:59:00 +0000 (13:59 +0000)]
*stab stab stab*

17 years agos/LanguageBe/LanguageBe_x_old/
Brion Vibber [Thu, 19 Apr 2007 13:54:43 +0000 (13:54 +0000)]
s/LanguageBe/LanguageBe_x_old/

17 years agoRevert r21363; triggers PHP notices due to failed lookups for interwiki prefixes
Brion Vibber [Thu, 19 Apr 2007 13:40:06 +0000 (13:40 +0000)]
Revert r21363; triggers PHP notices due to failed lookups for interwiki prefixes

17 years agowfGetLastIPfromXFF() was clearly never tested either because it also DOESN'T FUCKING...
Brion Vibber [Thu, 19 Apr 2007 13:33:13 +0000 (13:33 +0000)]
wfGetLastIPfromXFF() was clearly never tested either because it also DOESN'T FUCKING WORK
and HAS NO FUCKING DOCUMENTATION
and CAUSES ERRORS AND FAILURES
This quick hack should make it appear to basically work, assuming it does anything useful at all.

17 years agoIndonesian (id) localization updates
Ivan Lanin [Thu, 19 Apr 2007 11:08:36 +0000 (11:08 +0000)]
Indonesian (id) localization updates

17 years agoactually, there's no need to make it so complicated after all... :/
Ilmari Karonen [Thu, 19 Apr 2007 10:54:48 +0000 (10:54 +0000)]
actually, there's no need to make it so complicated after all... :/

17 years ago* Update German translation
Raimond Spekking [Thu, 19 Apr 2007 10:46:23 +0000 (10:46 +0000)]
* Update German translation
* Adding new messages to messages.inc

17 years agomake Special:Random retry (once, but more carefully) if the chosen random offset...
Ilmari Karonen [Thu, 19 Apr 2007 10:19:27 +0000 (10:19 +0000)]
make Special:Random retry (once, but more carefully) if the chosen random offset was too high, provide error message if there really are no pages to choose from rather than going to the main page.  rewrite Special:Randomredirect to reuse code from Special:Random.

17 years agomake ->getNsIndex() check canonical namespace names too, remove now redundant explici...
Ilmari Karonen [Thu, 19 Apr 2007 10:03:32 +0000 (10:03 +0000)]
make ->getNsIndex() check canonical namespace names too, remove now redundant explicit check from Title.php; as far as I can tell this shouldn't break anything, and arguably it'll fix some currently broken code.  introduce new function getLocalNsIndex() to provide the old functionality, should anyone actually need it.

17 years agotranslate "fewestrevisions" and "mywatchlist" messages
Ilmari Karonen [Thu, 19 Apr 2007 07:34:25 +0000 (07:34 +0000)]
translate "fewestrevisions" and "mywatchlist" messages

17 years agoDocumentation, mark public functions public, comment a presumably private function...
Aryeh Gregor [Thu, 19 Apr 2007 02:01:19 +0000 (02:01 +0000)]
Documentation, mark public functions public, comment a presumably private function as private

17 years agoAdd constraintExists function, mild cleanup of other nearby funcs.
Greg Sabino Mullane [Thu, 19 Apr 2007 01:35:15 +0000 (01:35 +0000)]
Add constraintExists function, mild cleanup of other nearby funcs.

17 years agoRevert r21250
Brion Vibber [Wed, 18 Apr 2007 19:28:15 +0000 (19:28 +0000)]
Revert r21250
WebRequest::getText() is for user-supplied freeform text input for which input transformations may be required (eg Esperanto x-coding).
These two variables are not freeform text inputs, but predefined internal text keys selected by a drop-down menu.
Use of getVal() is correct.

17 years agoRevert r21158 and r21159 -- clearly broken code.
Brion Vibber [Wed, 18 Apr 2007 18:53:54 +0000 (18:53 +0000)]
Revert r21158 and r21159 -- clearly broken code.
wfGetClientIPfromXFF() uses undeclared variables -- it will never return a non-null value, but will in most cases trigger PHP notices about accessing unused variables.
It's also not documented as to what it does or how it's supposed to differ from the functions above it.
Please document, rewrite, and test this function if it is required.

17 years agoIndonesian (id) localization updates
Ivan Lanin [Wed, 18 Apr 2007 17:30:51 +0000 (17:30 +0000)]
Indonesian (id) localization updates

17 years ago"@todo no-op" sounds a bit peculiar. ;)
Aryeh Gregor [Wed, 18 Apr 2007 16:37:39 +0000 (16:37 +0000)]
"@todo no-op" sounds a bit peculiar.  ;)

17 years agoSome small doc tweaks to reduce Doxygen warnings, namely:
Nick Jenkins [Wed, 18 Apr 2007 09:50:10 +0000 (09:50 +0000)]
Some small doc tweaks to reduce Doxygen warnings, namely:
* @link. You might think @link would surely mean "here comes a web URL" ... but @link is a valid command
  in Doxygen, which means an entirely different kind of link (an internal link to somewhere, so that you can separate
  documentation and implementation). The result is a mess, and the best solution I can see is to use "@see" instead of "@link".
* Warning: argument `nourl' of command @param is not found in the argument list of Linker::makeMediaLinkObj($title,$text='')
* Moving few class descriptions to right above classes, and/or formatting into Javadoc style.
* "@addtogroup Special Pages" --> "@addtogroup SpecialPage" so that all special pages have the same @addtogroup tag.
* @fixme --> @todo (must have missed these before)
* "@param $specialPage @see" remove the "@" in the "@see" to stop warning.
* @throws wants type, then a brief description, to stop warning.

This last one is for PHPdocumentor only, but it fixes something for PHPDocumentor, and should be neutral for Doxygen:
* WARNING in includes/api/ApiFormatYaml_spyc.php on line 860: docblock template never terminated with /**#@-*/

17 years agoFix invalid ORDER BY
Greg Sabino Mullane [Tue, 17 Apr 2007 15:35:51 +0000 (15:35 +0000)]
Fix invalid ORDER BY

17 years ago* (bug 6910) minor correction in Vietnamese (vi)
Raimond Spekking [Tue, 17 Apr 2007 15:17:31 +0000 (15:17 +0000)]
* (bug 6910) minor correction in Vietnamese (vi)
  patch by Shinjiman

17 years agoMake ORDER BY into key plus value for Database::select call, per bug 9608
Greg Sabino Mullane [Tue, 17 Apr 2007 14:23:00 +0000 (14:23 +0000)]
Make ORDER BY into key plus value for Database::select call, per bug 9608

17 years agoMake ORDER BY a true options array, per bug 9609.
Greg Sabino Mullane [Tue, 17 Apr 2007 14:07:07 +0000 (14:07 +0000)]
Make ORDER BY a true options array, per bug 9609.

17 years agoUpdate.
Rotem Liss [Tue, 17 Apr 2007 13:07:09 +0000 (13:07 +0000)]
Update.

17 years ago* (bug 8599) Update of zh-tw
Raimond Spekking [Tue, 17 Apr 2007 09:43:53 +0000 (09:43 +0000)]
* (bug 8599) Update of zh-tw
  patch by Shinjiman

17 years agoIntroduce magic word {{NUMBEROFEDITS}}
Ivan Lanin [Tue, 17 Apr 2007 09:23:31 +0000 (09:23 +0000)]
Introduce magic word {{NUMBEROFEDITS}}

17 years agoQuotation marks missed. Thanks to Shinjiman.
Raimond Spekking [Tue, 17 Apr 2007 08:52:53 +0000 (08:52 +0000)]
Quotation marks missed. Thanks to Shinjiman.

17 years ago* (bug 6910) Correct date/time formats in Vietnamese (vi)
Raimond Spekking [Tue, 17 Apr 2007 05:52:24 +0000 (05:52 +0000)]
* (bug 6910) Correct date/time formats in Vietnamese (vi)
  patch by Shinjiman