lhc/web/wiklou.git
16 years agoAdd a class to <strong> for watched links in change lists
Rob Church [Wed, 22 Aug 2007 05:21:59 +0000 (05:21 +0000)]
Add a class to <strong> for watched links in change lists

16 years agoWrap
Rob Church [Wed, 22 Aug 2007 00:57:41 +0000 (00:57 +0000)]
Wrap

16 years agobugfix noted (10783)
Tim Laqua [Wed, 22 Aug 2007 00:54:32 +0000 (00:54 +0000)]
bugfix noted (10783)

16 years agoFix f/ PNG-24 Alpha Transparency using GDLIB resizing
Tim Laqua [Wed, 22 Aug 2007 00:30:16 +0000 (00:30 +0000)]
Fix f/ PNG-24 Alpha Transparency using GDLIB resizing

16 years agoIndonesian (id) localisation updates.
Ivan Lanin [Wed, 22 Aug 2007 00:02:55 +0000 (00:02 +0000)]
Indonesian (id) localisation updates.

16 years agoAlready had brackets as part of the string.
Nick Jenkins [Tue, 21 Aug 2007 04:03:33 +0000 (04:03 +0000)]
Already had brackets as part of the string.

16 years agoStatic code analysis housekeeping time... things that could be double-checked are...
Nick Jenkins [Tue, 21 Aug 2007 03:57:54 +0000 (03:57 +0000)]
Static code analysis housekeeping time... things that could be double-checked are marked with "[Note: some-comment]" :
if-if-else without curly braces [api/ApiQuerySiteinfo.php] --> adding
Unused global declaration:  $wgGroupPermissions --> removing
Unused global declaration:  $wgEmailConfirmToEdit (line 301) --> removing
Variable $id appears only once (line 1021)  --> removing
Variable $m was used before it was defined (line 805) --> defining.
Variable $retval was used before it was defined (line 2346) --> renaming to $result
Variable $rcid appears only once (line 244 of RecentChange.php)  --> using this instead of $change [Note: was left over from r24607 refactoring, revert if wrong please]
Unused global declaration:  $wgCommandLineMode (line 11) --> removing
Variable $k appears only once (line 132 of ImagePage.php) --> removing.
Variable $info appears only once (line 311 of ImagePage.php)  --> removing.
Unused global declaration:  $wgTitle (line 569 of ImagePage.php) -> removing.
Variable $handlerParams was used before it was defined (line 616 of Linker.php) --> resolved by Raymond in r24966
Variable $match was used before it was defined (line 1031 of Linker.php) --> defining.
Unused global declaration:  $wgEnotifWatchlist (line 253 of UserMailer.php) --> removing
Unused global declaration:  $wgShowUpdatedMarker (line 253 of UserMailer.php) --> removing
Variable $img appears only once (line 446 of SpecialUpload.php) --> added definition, defined as null, flagged with @todo  [Note: should $img be defined in this context, or is it intended to be null? And should the return value after the hook be checked in some way?]
Unused global declaration:  $wgEnableAPI (line 739 of SpecialUpload.php) --> removing.
Unused global declaration:  $wgNamespaceProtection (line 1030 of OutputPage.php) --> removing.
Unused global declaration:  $wgContLang (line 18 of SpecialWatchlist.php) --> removing.
Unused global declaration:  $wgRawHtml (line 269 of SpecialMovepage.php) --> removing.
The value of variable $page was never used (line 331 of SpecialUndelete.php) --> removing line, as $page gets redefined a few lines down.
Variable $synIndex appears only once (line 521 of MagicWord.php) --> commenting out.
Variable $case appears only once (line 539 of MagicWord.php) --> removing from foreach index key usage.
Variable $wgUser appears only once (line 1039 of Title.php) --> adding line to declare as a global, would be null otherwise.
Variable $m was used before it was defined (line 285 of Title.php) --> defining.
Variable $id appears only once (line 1150 of Title.php) --> removing from foreach index key usage.
Variable $subpage appears only once (line 1297 of Title.php) --> commenting out.
Variable $restrictions appears only once (line 1399 of Title.php) --> commenting out.
Variable $mime appears only once (line 210 of filerepo/OldLocalFile.php) --> removing.
Variable $deprefixedName appears only once (line 213 of filerepo/LocalFile.php) --> removing.
Variable $m appears only once (line 541 of filerepo/LocalFile.php) --> removing.
Variable $where appears only once (line 1245 of filerepo/LocalFile.php) --> removing.
Variable $info appears only once (line 1427 of filerepo/LocalFile.php) --> removing.
Variable $rel appears only once (line 138 of filerepo/RepoGroup.php) --> commenting out.
Variable $zone appears only once (line 138 of filerepo/RepoGroup.php) --> commenting out.
Variable $nbytes appears only once (line 208 of media/Generic.php) --> added a return line that uses $nbytes. [Note: I'm assuming that this was the intent]
Variable $offset appears only once (line 201 of SpecialListusers.php) --> removing.
Variable $limit appears only once (line 201 of SpecialListusers.php) --> removing.
Variable $groupTarget appears only once (line 203 of SpecialListusers.php) --> removing.
Unused global declaration:  $wgLang (line 74 of SpecialWantedpages.php) --> removing.
Variable $block appears only once (line 244 of SpecialProtectedpages.php) --> removing.
Variable $offset appears only once (line 281 of SpecialProtectedpages.php) --> removing.
Variable $limit appears only once (line 281 of SpecialProtectedpages.php) --> removing.
Unused global declaration:  $wgLang (line 30 of FileDeleteForm.php) --> removing.
Unused global declaration:  $wgServer (line 30 of FileDeleteForm.php) --> removing.

16 years ago*If no changes, made, we have no new revision. Make $revision NULL, rather than not...
Aaron Schulz [Tue, 21 Aug 2007 03:21:27 +0000 (03:21 +0000)]
*If no changes, made, we have no new revision. Make $revision NULL, rather than not defined at all, as this spewed errors on no-change rollbacks

16 years agoFix a regression from r24808:
Raimond Spekking [Mon, 20 Aug 2007 21:37:48 +0000 (21:37 +0000)]
Fix a regression from r24808:
PHP-Notice: 'Undefined variable:'

16 years agoUpdate.
Rotem Liss [Mon, 20 Aug 2007 15:54:18 +0000 (15:54 +0000)]
Update.

16 years agoUse an instance variable, not a static one
Rob Church [Mon, 20 Aug 2007 14:57:30 +0000 (14:57 +0000)]
Use an instance variable, not a static one

16 years agoMore robust existence/sanity checking
Rob Church [Mon, 20 Aug 2007 14:49:07 +0000 (14:49 +0000)]
More robust existence/sanity checking

16 years agoAs r24950, but for FileDeleteForm
Rob Church [Mon, 20 Aug 2007 14:35:59 +0000 (14:35 +0000)]
As r24950, but for FileDeleteForm

16 years ago* Fix FileRevertForm::getTimestamp() - stupid assumption about archive names :)
Rob Church [Mon, 20 Aug 2007 14:32:08 +0000 (14:32 +0000)]
* 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

16 years agoaaand restore behavior from prior to r24882 on expected input
Brion Vibber [Mon, 20 Aug 2007 13:46:08 +0000 (13:46 +0000)]
aaand restore behavior from prior to r24882 on expected input

16 years agoThrow an exception for invalid data in expandAttributes() so we get a backtrace and...
Brion Vibber [Mon, 20 Aug 2007 13:43:14 +0000 (13:43 +0000)]
Throw an exception for invalid data in expandAttributes() so we get a backtrace and can beat the shit out of whoever did us wrong instead of just seeing a useless PHP warning message or worse yet silently going through without even knowing we probably lost the data we wanted somewhere else in our output

16 years agoTrim some end-of-file whitespace
Rob Church [Mon, 20 Aug 2007 13:42:23 +0000 (13:42 +0000)]
Trim some end-of-file whitespace

16 years ago* (bug 10983) Removing Wikipedia hardwired messages
Raimond Spekking [Mon, 20 Aug 2007 13:17:12 +0000 (13:17 +0000)]
* (bug 10983) Removing Wikipedia hardwired messages

16 years ago(bug 11001) Submit Special:Newpages as a GET, rather than a POST request
Rob Church [Mon, 20 Aug 2007 13:13:07 +0000 (13:13 +0000)]
(bug 11001) Submit Special:Newpages as a GET, rather than a POST request

16 years ago* (bug 10972) Update Chinese translations
Raimond Spekking [Mon, 20 Aug 2007 13:08:45 +0000 (13:08 +0000)]
* (bug 10972) Update Chinese translations
  Patch by Shinjiman

16 years agoBug number for image deletion confirmation stuff
Rob Church [Mon, 20 Aug 2007 13:03:00 +0000 (13:03 +0000)]
Bug number for image deletion confirmation stuff

16 years ago* (bug 10972) Update Chinese translations
Raimond Spekking [Mon, 20 Aug 2007 10:57:39 +0000 (10:57 +0000)]
* (bug 10972) Update Chinese translations
  Patch by Shinjiman

16 years ago* (bug 10977) Update Portuguese translations
Raimond Spekking [Mon, 20 Aug 2007 10:50:49 +0000 (10:50 +0000)]
* (bug 10977) Update Portuguese translations
  Patch by lugusto

16 years agoUpdate German
Raimond Spekking [Mon, 20 Aug 2007 09:47:17 +0000 (09:47 +0000)]
Update German

16 years agoNew translations for da
Anders Wegge Jakobsen [Mon, 20 Aug 2007 09:31:16 +0000 (09:31 +0000)]
New translations for da

16 years agoVariable $titleString seemed to be used before it was defined - removing.
Nick Jenkins [Mon, 20 Aug 2007 08:13:16 +0000 (08:13 +0000)]
Variable $titleString seemed to be used before it was defined - removing.

16 years agoVariable $user seemed to be used before it was defined - removing.
Nick Jenkins [Mon, 20 Aug 2007 08:04:12 +0000 (08:04 +0000)]
Variable $user seemed to be used before it was defined - removing.

16 years agoPrevent E_STRICT warning:
Nick Jenkins [Mon, 20 Aug 2007 07:42:32 +0000 (07:42 +0000)]
Prevent E_STRICT warning:
"Trying to get property of non-object in includes/PageHistory.php on line 257"
Happens because $next === 'unknown', i.e. not an object, on one revision for me with the following fuzz command line test on a local test wiki:

curl --silent --include --globoff  -F 'offset'='&#x0003C;<u '  -F 'dir'='prev'  'http://localhost/wiki/index.php?title=Main_Page&action=history' | less

16 years ago*Update page on null revisions made for uploads
Aaron Schulz [Sun, 19 Aug 2007 16:34:45 +0000 (16:34 +0000)]
*Update page on null revisions made for uploads

16 years agoUpdate for he.
Rotem Liss [Sat, 18 Aug 2007 00:06:34 +0000 (00:06 +0000)]
Update for he.

16 years agoRemove some declarations for unused globals...
Rob Church [Fri, 17 Aug 2007 21:08:17 +0000 (21:08 +0000)]
Remove some declarations for unused globals...

16 years ago* Confirmation is now required when deleting old versions of files
Rob Church [Fri, 17 Aug 2007 20:53:17 +0000 (20:53 +0000)]
* Confirmation is now required when deleting old versions of files
* Users can now enter comments when deleting old versions of files

16 years agoMake Xml::expandAttributes() a bit more robust against non-array arguments; people...
Rob Church [Fri, 17 Aug 2007 17:06:33 +0000 (17:06 +0000)]
Make Xml::expandAttributes() a bit more robust against non-array arguments; people keep passing it things it doesn't like :(

16 years agofix regression from r24838 -- lost a '>' char for redirecting 7za output to null
Brion Vibber [Fri, 17 Aug 2007 14:39:11 +0000 (14:39 +0000)]
fix regression from r24838 -- lost a '>' char for redirecting 7za output to null

16 years ago* (bug 10971) `aufrom` parameter doesn't work with spaces
Rob Church [Fri, 17 Aug 2007 13:01:35 +0000 (13:01 +0000)]
* (bug 10971) `aufrom` parameter doesn't work with spaces
* Fix username handling issue with `auprefix` parameter

Usernames are *not* stored in "key" format, and treating them as such will cause various comparisons to misbehave. This was preventing `aufrom` from including the username (as it was supposed to) and would have broken `auprefix` for all comparisons containing spaces.

As a side-effect, both these parameters will now treat underscores as equivalent to spaces.

16 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Thu, 16 Aug 2007 21:36:51 +0000 (21:36 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by AlefZet

16 years agoDitch this; uses old schema, redundant to deleteUnusedAccounts.php
Rob Church [Thu, 16 Aug 2007 20:52:34 +0000 (20:52 +0000)]
Ditch this; uses old schema, redundant to deleteUnusedAccounts.php

16 years ago(bug 7890) Don't list redirects to special pages in Special:BrokenRedirects
Rob Church [Thu, 16 Aug 2007 20:41:33 +0000 (20:41 +0000)]
(bug 7890) Don't list redirects to special pages in Special:BrokenRedirects

There could be some issues here, since a redirect to a special page that doesn't exist *is* "broken", but I don't think we have a clear, clean means of excluding these at present...

16 years agoHaha .. woops. Left some debugging in there :)
Daniel Cannon [Thu, 16 Aug 2007 07:23:40 +0000 (07:23 +0000)]
Haha .. woops. Left some debugging in there :)

16 years ago* Fix bug with Protected namespace message when protected namespace is NS_MAIN.
Daniel Cannon [Thu, 16 Aug 2007 07:05:38 +0000 (07:05 +0000)]
* Fix bug with Protected namespace message when protected namespace is NS_MAIN.
* Clean up formatPermissionsErrorMessage .. no point building a list if there's only one item, and it casues lots of grossness on complicated custom messages (removing linebreaks, screwing up formatting, etc.).

16 years agoUpdate and fixes.
Rotem Liss [Thu, 16 Aug 2007 00:24:06 +0000 (00:24 +0000)]
Update and fixes.

16 years agowhitespace
Rob Church [Wed, 15 Aug 2007 22:59:38 +0000 (22:59 +0000)]
whitespace

16 years agoTweak ArticleUpdateBeforeRedirect hook a tad
Aaron Schulz [Wed, 15 Aug 2007 22:52:55 +0000 (22:52 +0000)]
Tweak ArticleUpdateBeforeRedirect hook a tad

16 years agoDocument hooks in release notes, too, please. Also tweak some odd whitespace usage.
Rob Church [Wed, 15 Aug 2007 22:43:59 +0000 (22:43 +0000)]
Document hooks in release notes, too, please. Also tweak some odd whitespace usage.

16 years ago*Add ArticleUpdateBeforeRedirect hook, to allow for the page to redirect out differen...
Aaron Schulz [Wed, 15 Aug 2007 22:13:03 +0000 (22:13 +0000)]
*Add ArticleUpdateBeforeRedirect hook, to allow for the page to redirect out differently after editing (needed for flaggedrevs)
*Document ArticleUpdateBeforeRedirect hook

16 years ago* Updating language maintenance scripts
Raimond Spekking [Wed, 15 Aug 2007 22:04:17 +0000 (22:04 +0000)]
* Updating language maintenance scripts
* Updating German localization
* Removing optional, untranslated messages from Danish

16 years ago(bug 8737) Fix warnings caused by incorrect use of `/dev/null` when piping process...
Rob Church [Wed, 15 Aug 2007 21:44:58 +0000 (21:44 +0000)]
(bug 8737) Fix warnings caused by incorrect use of `/dev/null` when piping process error output under Windows

16 years agoCoerce mOutputHooks to an array; makes things backwards-compatible with old cached...
Rob Church [Wed, 15 Aug 2007 20:46:51 +0000 (20:46 +0000)]
Coerce mOutputHooks to an array; makes things backwards-compatible with old cached ParserOutput objects

16 years ago(bug 10937) Distinguish overwritten files in upload log; use the `upload/overwrite...
Rob Church [Wed, 15 Aug 2007 19:52:28 +0000 (19:52 +0000)]
(bug 10937) Distinguish overwritten files in upload log; use the `upload/overwrite` action for these

16 years agoUpdating language maintenance scripts
Raimond Spekking [Wed, 15 Aug 2007 19:29:37 +0000 (19:29 +0000)]
Updating language maintenance scripts

16 years agoReverting r24829; using subtitles leads to an unclear UI, and is a practice that...
Rob Church [Wed, 15 Aug 2007 19:15:41 +0000 (19:15 +0000)]
Reverting r24829; using subtitles leads to an unclear UI, and is a practice that ought to be deprecated

16 years ago* (bug 10946) Update French. Patch by Bertrand GRONDIN.
Raimond Spekking [Wed, 15 Aug 2007 19:04:36 +0000 (19:04 +0000)]
* (bug 10946) Update French. Patch by Bertrand GRONDIN.

16 years agoUse subtitles to make this consistent with delete/protect and the like
Aaron Schulz [Wed, 15 Aug 2007 17:54:28 +0000 (17:54 +0000)]
Use subtitles to make this consistent with delete/protect and the like

16 years agoNew translations for da
Anders Wegge Jakobsen [Wed, 15 Aug 2007 17:45:36 +0000 (17:45 +0000)]
New translations for da

16 years agoCorrect grammer for da
Anders Wegge Jakobsen [Wed, 15 Aug 2007 17:38:44 +0000 (17:38 +0000)]
Correct grammer for da

16 years agoMark static methods as such
Rob Church [Wed, 15 Aug 2007 15:37:28 +0000 (15:37 +0000)]
Mark static methods as such

16 years ago* (bug 10942) Update French. Patch by Bertrand GRONDIN.
Raimond Spekking [Wed, 15 Aug 2007 15:33:55 +0000 (15:33 +0000)]
* (bug 10942) Update French. Patch by Bertrand GRONDIN.

16 years agoLanguage::lc() is non-static
Rob Church [Wed, 15 Aug 2007 15:32:18 +0000 (15:32 +0000)]
Language::lc() is non-static

16 years ago* Fix syntax error in translations of magic words in Romanian language
Raimond Spekking [Wed, 15 Aug 2007 14:17:31 +0000 (14:17 +0000)]
* Fix syntax error in translations of magic words in Romanian language
* Removed untranslated lines from magic words array, file rebuilt.

16 years agoDon't show warning if the file is missing
Tim Starling [Wed, 15 Aug 2007 10:50:59 +0000 (10:50 +0000)]
Don't show warning if the file is missing

16 years agoBasic integrated audio/video support, with Ogg implementation.
Tim Starling [Wed, 15 Aug 2007 10:50:09 +0000 (10:50 +0000)]
Basic integrated audio/video support, with Ogg implementation.
* JavaScript video player based loosely on Greg Maxwell's player
* Image page text snippet customisation
* Abstraction of transform parameters in the parser. Introduced Linker::makeImageLink2().
* Made canRender(), mustRender() depend on file, not just on handler. Moved width=0, height=0 checking to ImageHandler::canRender(), since audio streams have width=height=0 but should be rendered.

Also:
* Automatic upgrade for oldimage rows on image page view, allows media handler selection based on oi_*_mime
* oi_*_mime unconditionally referenced, REQUIRES SCHEMA UPGRADE
* Don't destroy file info for missing files on upgrade
* Simple, centralised extension message file handling
* Made MessageCache::loadAllMessages non-static, optimised for repeated-call case due to abuse in User.php
* Support for lightweight parser output hooks, with callback whitelist for security
* Moved Linker::formatSize() to Language, to join the new formatTimePeriod() and formatBitrate()
* Introduced MagicWordArray, regex capture trick requires that magic word IDs DO NOT CONTAIN HYPHENS.

16 years ago* (bug 10888) typo
Raimond Spekking [Wed, 15 Aug 2007 09:16:47 +0000 (09:16 +0000)]
* (bug 10888) typo
* Removing outdated messages

16 years ago* (bug 10892) Update Chinese translations
Raimond Spekking [Wed, 15 Aug 2007 09:12:49 +0000 (09:12 +0000)]
* (bug 10892) Update Chinese translations
  Patch by Shinjiman

16 years ago* (bug 10938) Update Swedish translations
Raimond Spekking [Wed, 15 Aug 2007 09:08:12 +0000 (09:08 +0000)]
* (bug 10938) Update Swedish translations
  Patch by Lejonel

16 years agoNew translations for da
Anders Wegge Jakobsen [Wed, 15 Aug 2007 07:51:16 +0000 (07:51 +0000)]
New translations for da

16 years agoUpdate.
Rotem Liss [Wed, 15 Aug 2007 03:21:23 +0000 (03:21 +0000)]
Update.

16 years agoIndonesian (id) localisation updates.
Ivan Lanin [Tue, 14 Aug 2007 15:52:54 +0000 (15:52 +0000)]
Indonesian (id) localisation updates.

16 years agoRemoving magic word __START__ from message file, seems to be unused and a relict...
Raimond Spekking [Tue, 14 Aug 2007 10:28:50 +0000 (10:28 +0000)]
Removing magic word __START__ from message file, seems to be unused and a relict from ancient times.

16 years agoUpdate German
Raimond Spekking [Tue, 14 Aug 2007 06:47:31 +0000 (06:47 +0000)]
Update German

16 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Tue, 14 Aug 2007 06:40:12 +0000 (06:40 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by AlefZet

16 years agoMinor whitespace cleanup ... rmvd closing ?>
Daniel Cannon [Tue, 14 Aug 2007 01:58:12 +0000 (01:58 +0000)]
Minor whitespace cleanup ... rmvd closing ?>

16 years agoUpdate.
Rotem Liss [Tue, 14 Aug 2007 01:27:28 +0000 (01:27 +0000)]
Update.

16 years agoTweak confusing comment for User::whoIsReal()
Rob Church [Tue, 14 Aug 2007 01:17:08 +0000 (01:17 +0000)]
Tweak confusing comment for User::whoIsReal()

16 years agoDocument all methods and mark them public
Rob Church [Tue, 14 Aug 2007 01:14:42 +0000 (01:14 +0000)]
Document all methods and mark them public

16 years agoOmit . from "viewprevnext"
Rob Church [Tue, 14 Aug 2007 00:11:07 +0000 (00:11 +0000)]
Omit . from "viewprevnext"

16 years agoShow edit count in user preferences
Rob Church [Mon, 13 Aug 2007 20:03:18 +0000 (20:03 +0000)]
Show edit count in user preferences

16 years agodon't use unspecific paths in require_once()'s ... they break with default include...
Brion Vibber [Mon, 13 Aug 2007 19:56:45 +0000 (19:56 +0000)]
don't use unspecific paths in require_once()'s ... they break with default include path, and are also unnecessary under autoloader scheme

16 years agoTweak comment to be clearer these are rights, not groups
Rob Church [Mon, 13 Aug 2007 19:49:05 +0000 (19:49 +0000)]
Tweak comment to be clearer these are rights, not groups

16 years agoBetter variable and method naming
Rob Church [Mon, 13 Aug 2007 18:18:18 +0000 (18:18 +0000)]
Better variable and method naming

16 years ago* (bug 10902) Unable to fetch user contributions from IP addresses
Rob Church [Mon, 13 Aug 2007 18:15:35 +0000 (18:15 +0000)]
* (bug 10902) Unable to fetch user contributions from IP addresses
* `list=usercontribs` no longer requires that the user exist

16 years agoTweak comment, "usable" is the purpose of this method, it's just confusing otherwise
Rob Church [Mon, 13 Aug 2007 17:49:40 +0000 (17:49 +0000)]
Tweak comment, "usable" is the purpose of this method, it's just confusing otherwise

16 years ago*Call Article::updateRevisionOn() to update page record for null revision
Aaron Schulz [Mon, 13 Aug 2007 16:41:10 +0000 (16:41 +0000)]
*Call Article::updateRevisionOn() to update page record for null revision

16 years ago* (bug 10906) Update for Haitian Creole language (ht) and namespace translation
Raimond Spekking [Mon, 13 Aug 2007 13:40:48 +0000 (13:40 +0000)]
* (bug 10906) Update for Haitian Creole language (ht) and namespace translation
Patch by Remi Kaupp

16 years ago* Updates to Upper Sorbian (hsb) by Dundak and Michawiki
Niklas Laxström [Mon, 13 Aug 2007 08:59:04 +0000 (08:59 +0000)]
* Updates to Upper Sorbian (hsb) by Dundak and Michawiki

16 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Mon, 13 Aug 2007 07:52:32 +0000 (07:52 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by AlefZet

16 years ago*Update page_latest to reflect the null revision, like protection and such do. This...
Aaron Schulz [Mon, 13 Aug 2007 06:29:08 +0000 (06:29 +0000)]
*Update page_latest to reflect the null revision, like protection and such do. This was causing issues with revisiondelete mixing the top and second to the top edits

16 years agoUpdate.
Rotem Liss [Mon, 13 Aug 2007 01:09:22 +0000 (01:09 +0000)]
Update.

16 years agoTreat slave lag warning messages as wiki text and update OutputPage::showLagWarning...
Rob Church [Sat, 11 Aug 2007 17:18:20 +0000 (17:18 +0000)]
Treat slave lag warning messages as wiki text and update OutputPage::showLagWarning() documentation

16 years ago(bug 10872) Fall back to sane defaults when generating protection selector labels...
Rob Church [Sat, 11 Aug 2007 16:24:01 +0000 (16:24 +0000)]
(bug 10872) Fall back to sane defaults when generating protection selector labels for custom restriction levels

16 years agoShould be using master here, otherwise we risk inconsistent data
Rob Church [Sat, 11 Aug 2007 16:05:17 +0000 (16:05 +0000)]
Should be using master here, otherwise we risk inconsistent data

16 years agoFixups for page id field in the archive table:
Brion Vibber [Sat, 11 Aug 2007 14:43:47 +0000 (14:43 +0000)]
Fixups for page id field in the archive table:
* Make the field nullable for consistency with ar_rev_id and ar_text_id and between MySQL and PostgreSQL and generally so you can cleanly tell between bogus fields and ones that predate use of the field
* Remove duplicate incorrect adding of the field for postgres
* Rename to ar_page_id for consistency with ar_rev_id and ar_text_id
* Rename the patch file for naming consistency

Note that there's no documentation of this schema change in the release notes either, which bugs me a bit.

16 years agoUpdate.
Rotem Liss [Fri, 10 Aug 2007 23:09:47 +0000 (23:09 +0000)]
Update.

16 years agoUpdate German
Raimond Spekking [Fri, 10 Aug 2007 11:51:04 +0000 (11:51 +0000)]
Update German

16 years ago* Removing two unused messages: 'watchlistcount', 'imagelistforuser'
Raimond Spekking [Fri, 10 Aug 2007 11:28:01 +0000 (11:28 +0000)]
* Removing two unused messages: 'watchlistcount', 'imagelistforuser'
* Sorting messages a bit.
* Question: The following message seems unused in whole trunk but I hesitate to remove it, maybe there is some magic usage somewhere?
# HTML dump
'redirectingto' => 'Redirecting to [[$1]]...',

16 years ago* Removing unused message 'importing'
Raimond Spekking [Fri, 10 Aug 2007 08:26:21 +0000 (08:26 +0000)]
* Removing unused message 'importing'
* Rewording message 'protectsub' as it is not only used for protecting but also for changing the protection level and unprotecting.

16 years ago* Fix regressions from r24515:
Raimond Spekking [Thu, 9 Aug 2007 22:13:44 +0000 (22:13 +0000)]
* Fix regressions from r24515:
** unknown variable $cascadeSources, should be $cascadingSources
** unknown PHP function 'array_len' (at least to my XAMPP), replaced with count()

16 years agoUpdate.
Rotem Liss [Thu, 9 Aug 2007 21:17:29 +0000 (21:17 +0000)]
Update.

16 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Thu, 9 Aug 2007 20:46:41 +0000 (20:46 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by AlefZet

16 years agoMention the other fix
Rob Church [Thu, 9 Aug 2007 20:03:50 +0000 (20:03 +0000)]
Mention the other fix

16 years agoFix XHTML
Rob Church [Thu, 9 Aug 2007 20:02:04 +0000 (20:02 +0000)]
Fix XHTML