lhc/web/wiklou.git
15 years ago(bug 368) Allow alt= attribute for images
Aryeh Gregor [Wed, 8 Oct 2008 16:33:36 +0000 (16:33 +0000)]
(bug 368) Allow alt= attribute for images

Alt text is now set in the following ways, in decreasing priority:

1) Set to the alt= parameter if present.
2) Set to the unnamed (caption) parameter if present, and if the image does not have the thumb or frame option set (i.e., if the unnamed parameter is not actually being used for a caption -- using it as both caption and alt text would just lead to text being repeated).
3) Set to the empty string.

Title text and captions should not be affected in any case.  The only backward-compatibility effect (i.e., on images not using the new alt= syntax) should be that if previously the same text was repeated in the alt text and then again in the caption, the alt text will now be empty.  Setting the alt parameter should never change the HTML output compared to not setting it, except of course changing the alt text.

All parser tests pass, except the usual ones.

15 years agoLocalization update.
Rotem Liss [Wed, 8 Oct 2008 06:54:00 +0000 (06:54 +0000)]
Localization update.

15 years agoCleanup for r41831:
Raimond Spekking [Wed, 8 Oct 2008 06:44:00 +0000 (06:44 +0000)]
Cleanup for r41831:
* Typo in message name
* Add new message to messages.inc

15 years ago(bug 15432) Contribs links at blockip. Moved "edit" message and shorten some.
Aaron Schulz [Wed, 8 Oct 2008 04:44:29 +0000 (04:44 +0000)]
(bug 15432) Contribs links at blockip. Moved "edit" message and shorten some.

15 years ago(bug 11904) Add edit links to template list on edit form
Aaron Schulz [Wed, 8 Oct 2008 02:29:23 +0000 (02:29 +0000)]
(bug 11904) Add edit links to template list on edit form

15 years agoRevert r41788 and make flaggedrevs do the findFile call itself
Aaron Schulz [Tue, 7 Oct 2008 21:42:23 +0000 (21:42 +0000)]
Revert r41788 and make flaggedrevs do the findFile call itself

15 years agoLocalisation updates for core messages from Betawiki (2008-10-07 23:07 CEST)
Siebrand Mazeland [Tue, 7 Oct 2008 21:15:02 +0000 (21:15 +0000)]
Localisation updates for core messages from Betawiki (2008-10-07 23:07 CEST)

15 years agoRevert r41792, broke uploads. Note that RepoGroup::findFile() returns false if no...
Alexandre Emsenhuber [Tue, 7 Oct 2008 20:14:55 +0000 (20:14 +0000)]
Revert r41792, broke uploads. Note that RepoGroup::findFile() returns false if no file was found, which might be the case when uploading new files ;) (see bug 15883)

15 years ago(bug 15881) API: Empty or invalid parameters cause database errors
Roan Kattouw [Tue, 7 Oct 2008 18:23:39 +0000 (18:23 +0000)]
(bug 15881) API: Empty or invalid parameters cause database errors

15 years ago* Display default extensions messages for language subpages when the page being edite...
Alexandre Emsenhuber [Tue, 7 Oct 2008 18:10:08 +0000 (18:10 +0000)]
* Display default extensions messages for language subpages when the page being edited doesn't exist
* Fix MessageCache::figureMessage() to allow slashes in message name

15 years agoFollow up on r41723. 'rcnotefrom' is no longer in use.
Siebrand Mazeland [Tue, 7 Oct 2008 16:33:11 +0000 (16:33 +0000)]
Follow up on r41723. 'rcnotefrom' is no longer in use.

15 years ago* (bug 15845) API: Added pageid/fromid parameter to action=delete/move, making manipu...
Roan Kattouw [Tue, 7 Oct 2008 14:57:59 +0000 (14:57 +0000)]
* (bug 15845) API: Added pageid/fromid parameter to action=delete/move, making manipulation of legacy pages with invalid titles possible
* Fix an E_STRICT while I'm at it

15 years agoLocalization update for he.
Rotem Liss [Tue, 7 Oct 2008 11:01:05 +0000 (11:01 +0000)]
Localization update for he.

15 years agoCleanup for r41782: use a common class, not a series of specific IDs.
Raimond Spekking [Tue, 7 Oct 2008 07:56:35 +0000 (07:56 +0000)]
Cleanup for r41782: use a common class, not a series of specific IDs.
Per Brions codereview: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/41782#c124

15 years agoTweak r41788 - Use findFile() to check current version if $time given
Aaron Schulz [Tue, 7 Oct 2008 02:22:37 +0000 (02:22 +0000)]
Tweak r41788 - Use findFile() to check current version if $time given

15 years agoCleanup for r41713 PHP 4 warning page:
Brion Vibber [Tue, 7 Oct 2008 01:10:32 +0000 (01:10 +0000)]
Cleanup for r41713 PHP 4 warning page:
* Avoid register_globals XSS vulns hitting the template directly
* Avoid register_globals XSS vulns when using funny URLs
* Avoid horrible links when using funny URLs :)
* Swapped REQUEST_URI for SCRIPT_NAME as primary in path check, since SCRIPT_NAME doesn't include the PATH_INFO bits so will work when hitting a URL like index.php/Foo/Bar, or hopefully a rewrite?
* Don't spew errors if the file_get_contents() fails
* Don't FATAL out if file_get_contents() doesn't exist -- new in 4.3.0 :)
* Add a link to PHP download page

15 years agoUpdate to r41727 (bug 539) "click" parameter on images.
Brion Vibber [Tue, 7 Oct 2008 00:31:26 +0000 (00:31 +0000)]
Update to r41727 (bug 539) "click" parameter on images.
* Renamed to "link", which seems clearer and less mouse-centric ;)
* Added parser test cases:
   3 new PASSING test(s) :)
      * Image with link parameter, wiki target  [Has never failed]
      * Image with link parameter, URL target  [Has never failed]
      * Image with empty link parameter  [Has never failed]

15 years agoAdd handy $time parameter to wfLocalFile()
Aaron Schulz [Tue, 7 Oct 2008 00:30:18 +0000 (00:30 +0000)]
Add handy $time parameter to wfLocalFile()

15 years ago(bug 10250) New password submission oddness for empty passwords
Aaron Schulz [Mon, 6 Oct 2008 23:57:05 +0000 (23:57 +0000)]
(bug 10250) New password submission oddness for empty passwords

15 years ago(bug 9226) Fetch restrictions properly on export
Aaron Schulz [Mon, 6 Oct 2008 23:51:33 +0000 (23:51 +0000)]
(bug 9226) Fetch restrictions properly on export

15 years agoCleanup for r41724: parser test cases altered by removal of unneeded <span> in floati...
Brion Vibber [Mon, 6 Oct 2008 23:30:52 +0000 (23:30 +0000)]
Cleanup for r41724: parser test cases altered by removal of unneeded <span> in floating thumb.

The stray <span> was added by Gabriel Wicke in r2953 "to allow better css styling", but doesn't appear to have been really used. Doesn't seem any clear benefit to it, and it causes problems with fancy media types like OggHandler, so let's kill it and fix the tests. :)

15 years agoQuery and UI cleanup
Aaron Schulz [Mon, 6 Oct 2008 23:21:30 +0000 (23:21 +0000)]
Query and UI cleanup

15 years agoRemove 'their' from 'blocklist-nousertalk'
Siebrand Mazeland [Mon, 6 Oct 2008 21:32:51 +0000 (21:32 +0000)]
Remove 'their' from 'blocklist-nousertalk'

15 years ago* Format page protection warning identical to similar warnings
Raimond Spekking [Mon, 6 Oct 2008 21:16:28 +0000 (21:16 +0000)]
* Format page protection warning identical to similar warnings
* Move these lines to shared.css

15 years agoLocalisation updates for core messages from Betawiki (2008-10-06 23:00 CEST)
Siebrand Mazeland [Mon, 6 Oct 2008 21:09:21 +0000 (21:09 +0000)]
Localisation updates for core messages from Betawiki (2008-10-06 23:00 CEST)

15 years agoFix on r41778: actually replace 'history-search' by 'history-fieldset-title' in code.
Siebrand Mazeland [Mon, 6 Oct 2008 20:54:05 +0000 (20:54 +0000)]
Fix on r41778: actually replace 'history-search' by 'history-fieldset-title' in code.

15 years ago* rename 'history-search' to 'history-fieldset-title' and change description (thank...
Siebrand Mazeland [Mon, 6 Oct 2008 20:51:24 +0000 (20:51 +0000)]
* rename 'history-search' to 'history-fieldset-title' and change description (thank you Splarka for talking back)
* fix a message group comment in messages.inc

15 years agoLocalization update.
Rotem Liss [Mon, 6 Oct 2008 20:42:54 +0000 (20:42 +0000)]
Localization update.

15 years ago(bug 4391) Blocklist filters
Aaron Schulz [Mon, 6 Oct 2008 20:17:35 +0000 (20:17 +0000)]
(bug 4391) Blocklist filters

15 years agoLocalization update.
Rotem Liss [Mon, 6 Oct 2008 20:10:26 +0000 (20:10 +0000)]
Localization update.

15 years agoSplit date ($2) and time ($3) in 'protect-existing-expiry' per request of a translato...
Siebrand Mazeland [Mon, 6 Oct 2008 20:01:43 +0000 (20:01 +0000)]
Split date ($2) and time ($3) in 'protect-existing-expiry' per request of a translator. Leaving the old timestamp ($1) in for backward compatibility.

15 years agoLocalization update for he.
Rotem Liss [Mon, 6 Oct 2008 19:51:33 +0000 (19:51 +0000)]
Localization update for he.

15 years ago(sanitizing r41770) An ID can't be used for two elements
Huji [Mon, 6 Oct 2008 19:23:34 +0000 (19:23 +0000)]
(sanitizing r41770) An ID can't be used for two elements

15 years ago(bug 15869) Nostalgia skin does not show page title in printable mode
Huji [Mon, 6 Oct 2008 19:13:48 +0000 (19:13 +0000)]
(bug 15869) Nostalgia skin does not show page title in printable mode

15 years agoFix XHTML error (url not escaped)
Alexandre Emsenhuber [Mon, 6 Oct 2008 18:56:14 +0000 (18:56 +0000)]
Fix XHTML error (url not escaped)

15 years ago* Fix left over from r41765. I am not pretending I didn't know. It was right there...
Siebrand Mazeland [Mon, 6 Oct 2008 16:47:21 +0000 (16:47 +0000)]
* Fix left over from r41765. I am not pretending I didn't know. It was right there in php5.php5.
* trim trailing spaces while I am here.

15 years agoRename extension-test.php5 to php5.php5 to no break 'extensions/' auto completion...
Siebrand Mazeland [Mon, 6 Oct 2008 16:43:36 +0000 (16:43 +0000)]
Rename extension-test.php5 to php5.php5 to no break 'extensions/' auto completion (per IRC with TimStarling)

15 years ago* Fix sequence of tabindex
Raimond Spekking [Mon, 6 Oct 2008 16:14:50 +0000 (16:14 +0000)]
* Fix sequence of tabindex
* Use existing CSS classes for label and input
* Break long lines

15 years ago* Fix sequence of tabindex
Raimond Spekking [Mon, 6 Oct 2008 16:02:30 +0000 (16:02 +0000)]
* Fix sequence of tabindex
* Use existing CSS classes for label and input
* Break long lines

15 years ago+a few docs
Chad Horohoe [Mon, 6 Oct 2008 15:31:03 +0000 (15:31 +0000)]
+a few docs

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Mon, 6 Oct 2008 15:28:38 +0000 (15:28 +0000)]
Localisation updates: Adding/updating Persian translations

15 years agoCleanup to this. Don't need to pass by reference if we're returning too.
Chad Horohoe [Mon, 6 Oct 2008 14:54:00 +0000 (14:54 +0000)]
Cleanup to this. Don't need to pass by reference if we're returning too.

15 years agoReverting r41749 because it added empty messages for untranslated optional messages...
Huji [Mon, 6 Oct 2008 13:43:22 +0000 (13:43 +0000)]
Reverting r41749 because it added empty messages for untranslated optional messages. I suspect Translate extension did that.

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Mon, 6 Oct 2008 13:28:06 +0000 (13:28 +0000)]
Localisation updates: Adding/updating Persian translations

15 years agoUpdate ar and arz
Meno25 [Mon, 6 Oct 2008 12:09:51 +0000 (12:09 +0000)]
Update ar and arz

15 years agoFixes in messages management for multiple commits. Please mind this, and please ...
Siebrand Mazeland [Mon, 6 Oct 2008 12:09:51 +0000 (12:09 +0000)]
Fixes in messages management for multiple commits. Please mind this, and please 'php rebuildLanguage.php --lang=en' before you commit message changes!

15 years ago* (bug 15718) Change special namespace for 'eu' and add alias
Raimond Spekking [Mon, 6 Oct 2008 11:04:55 +0000 (11:04 +0000)]
* (bug 15718) Change special namespace for 'eu' and add alias

15 years agoaddWikiMsg
Niklas Laxström [Mon, 6 Oct 2008 09:57:00 +0000 (09:57 +0000)]
addWikiMsg

15 years ago(bug 15301) Fix up use of actions in display for permissions errors.
Andrew Garrett [Mon, 6 Oct 2008 09:16:20 +0000 (09:16 +0000)]
(bug 15301) Fix up use of actions in display for permissions errors.

15 years ago(bug 15563) port PHP bug workaround to Parser_OldPP
Tim Starling [Mon, 6 Oct 2008 08:21:41 +0000 (08:21 +0000)]
(bug 15563) port PHP bug workaround to Parser_OldPP

15 years ago(bug 14229) Trim attribute name in #tag
Tim Starling [Mon, 6 Oct 2008 07:37:37 +0000 (07:37 +0000)]
(bug 14229) Trim attribute name in #tag

15 years ago(bug 12586) Use wfHostname() everywhere, remove $wguname and $wgNodeName. Use getenv...
Tim Starling [Mon, 6 Oct 2008 07:30:38 +0000 (07:30 +0000)]
(bug 12586) Use wfHostname() everywhere, remove $wguname and $wgNodeName. Use getenv('COMPUTERNAME') on Windows.

15 years ago* Added "click" parameter to image links, to allow images to link to an arbitrary...
Tim Starling [Mon, 6 Oct 2008 05:55:27 +0000 (05:55 +0000)]
* Added "click" parameter to image links, to allow images to link to an arbitrary title or URL. This should replace inaccessible and incomplete solutions such as CSS-based overlays and ImageMap.

15 years agoPass the actual text from $row->title (escaped with htmlspecialchars) instead of...
Alex Z [Mon, 6 Oct 2008 04:36:39 +0000 (04:36 +0000)]
Pass the actual text from $row->title (escaped with htmlspecialchars) instead of null so we can see what the bad title actually is.

15 years agoRemove apparently unnecessary <span> around images, causes invalid XHTML when the...
Tim Starling [Mon, 6 Oct 2008 04:22:19 +0000 (04:22 +0000)]
Remove apparently unnecessary <span> around images, causes invalid XHTML when the image contains block-level elements, as in ImageMap and OggHandler.

15 years agoRemove some redundant "starting from" message cruft (bug 3327)
Aaron Schulz [Mon, 6 Oct 2008 03:49:43 +0000 (03:49 +0000)]
Remove some redundant "starting from" message cruft (bug 3327)

15 years agoUpdates
Meno25 [Mon, 6 Oct 2008 02:48:52 +0000 (02:48 +0000)]
Updates

15 years agoDisable double redirect fixer by default, pending resolution of bug 15622, causes...
Tim Starling [Mon, 6 Oct 2008 02:31:25 +0000 (02:31 +0000)]
Disable double redirect fixer by default, pending resolution of bug 15622, causes more harm than good.

15 years agosuppressredirect off by default following complaints
Tim Starling [Mon, 6 Oct 2008 01:25:40 +0000 (01:25 +0000)]
suppressredirect off by default following complaints

15 years agoAllow humans to suppress redirect too, not just bots. Added human interface, gave...
Tim Starling [Mon, 6 Oct 2008 01:21:16 +0000 (01:21 +0000)]
Allow humans to suppress redirect too, not just bots. Added human interface, gave sysops the right by default.

15 years ago* Allow $wgDiff3=false
Tim Starling [Mon, 6 Oct 2008 00:45:18 +0000 (00:45 +0000)]
* Allow $wgDiff3=false
* Don't call quickUserCan('edit') unless section edit is enabled
* In DatabasePostgres and DatabaseSqlite: throw an exception on connection error
* In DatabasePostgres: don't send an invalid connection string whenever one of the fields is empty. Use quoting.
* In Database: make the captured PHP error prettier
* Display a descriptive error message when the user navigates to index.php with PHP 4, not a parse error. Check to see if the *.php5 extension works, using file_get_contents().
* The default port number for PostgreSQL is 5432, not blank.
* Better default for $wgDBname

15 years agoFix empty protection row check to avoid adding dead rows; remove any existing ones...
Aaron Schulz [Sun, 5 Oct 2008 23:28:24 +0000 (23:28 +0000)]
Fix empty protection row check to avoid adding dead rows; remove any existing ones (bug 15832)

15 years ago* fixing DismissSiteNotice so that it works properly with javascript-disabled browsers
Ryan Schmidt [Sun, 5 Oct 2008 21:28:11 +0000 (21:28 +0000)]
* fixing DismissSiteNotice so that it works properly with javascript-disabled browsers
* make DismissSiteNotice honor cookie configuration variables
* adding missing name to CREDITS

15 years ago* integrate Poem extension into core (patch by Nathaniel Herman)
Ryan Schmidt [Sun, 5 Oct 2008 20:27:23 +0000 (20:27 +0000)]
* integrate Poem extension into core (patch by Nathaniel Herman)

15 years ago* fixing bugs with DismissableSitenotice merge:
Ryan Schmidt [Sun, 5 Oct 2008 19:53:49 +0000 (19:53 +0000)]
* fixing bugs with DismissableSitenotice merge:
** [dismiss] link does not show up if sitenotice is blank
** [dismiss] link is in line with notice instead of under

15 years agoLocalisation updates for core messages from Betawiki (2008-10-05 21:29 CEST)
Siebrand Mazeland [Sun, 5 Oct 2008 19:43:20 +0000 (19:43 +0000)]
Localisation updates for core messages from Betawiki (2008-10-05 21:29 CEST)

15 years agoNow why would one remove eol-style:native?
Siebrand Mazeland [Sun, 5 Oct 2008 19:07:14 +0000 (19:07 +0000)]
Now why would one remove eol-style:native?

15 years ago(bug 15831) Modern skin RTL support is bugous
Huji [Sun, 5 Oct 2008 18:02:11 +0000 (18:02 +0000)]
(bug 15831) Modern skin RTL support is bugous

15 years agoUpdate link for mediawiki-announce to use https
Siebrand Mazeland [Sun, 5 Oct 2008 16:58:23 +0000 (16:58 +0000)]
Update link for mediawiki-announce to use https

15 years ago(bug 15767) API: apfilterlanglinks returns duplicate results
Roan Kattouw [Sun, 5 Oct 2008 09:35:47 +0000 (09:35 +0000)]
(bug 15767) API: apfilterlanglinks returns duplicate results

15 years agoLocalisation updates for core messages from Betawiki (2008-10-05 10:45 CEST)
Siebrand Mazeland [Sun, 5 Oct 2008 08:59:24 +0000 (08:59 +0000)]
Localisation updates for core messages from Betawiki (2008-10-05 10:45 CEST)

15 years agoFollow up on r41679. Rebuild message files and register new messages, with ignored...
Siebrand Mazeland [Sun, 5 Oct 2008 07:54:43 +0000 (07:54 +0000)]
Follow up on r41679. Rebuild message files and register new messages, with ignored for 'sitenotice_id'.

15 years agoRemove cruft here
Aaron Schulz [Sun, 5 Oct 2008 02:48:40 +0000 (02:48 +0000)]
Remove cruft here

15 years agoPartial revert of r41527. Do this in a cleaner way.
Aaron Schulz [Sun, 5 Oct 2008 02:45:12 +0000 (02:45 +0000)]
Partial revert of r41527. Do this in a cleaner way.

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Sun, 5 Oct 2008 01:26:10 +0000 (01:26 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years agoMerging DismissableSiteNotice extension into core.
Jack Phoenix [Sat, 4 Oct 2008 23:46:06 +0000 (23:46 +0000)]
Merging DismissableSiteNotice extension into core.

15 years agoCleanup for r41673, don't check for page existence.
Alex Z [Sat, 4 Oct 2008 23:34:44 +0000 (23:34 +0000)]
Cleanup for r41673, don't check for page existence.

15 years agoUse Linker::link() in PageQueryPage instead of deprecated makeKnownLinkObj. This...
Alex Z [Sat, 4 Oct 2008 23:05:47 +0000 (23:05 +0000)]
Use Linker::link() in PageQueryPage instead of deprecated makeKnownLinkObj. This also avoids PHP fatal errors if for whatever reason there's an invalid title in the results.

15 years agoFixing link not displayed for nosuchuser message, bug #15838
Bertrand Grondin [Sat, 4 Oct 2008 23:03:26 +0000 (23:03 +0000)]
Fixing link not displayed for nosuchuser message, bug #15838

15 years agoMake sure all RC entries for page are cleared on delete (bug 15655)
Aaron Schulz [Sat, 4 Oct 2008 22:00:44 +0000 (22:00 +0000)]
Make sure all RC entries for page are cleared on delete (bug 15655)

15 years agoAPI: Add examples for list=duplicatefiles
Roan Kattouw [Sat, 4 Oct 2008 21:54:11 +0000 (21:54 +0000)]
API: Add examples for list=duplicatefiles

15 years agoLocalization update.
Rotem Liss [Sat, 4 Oct 2008 19:37:21 +0000 (19:37 +0000)]
Localization update.

15 years ago(bug 10323) Special:Undelete should have "inverse selection" button
Huji [Sat, 4 Oct 2008 18:10:15 +0000 (18:10 +0000)]
(bug 10323) Special:Undelete should have "inverse selection" button

15 years agoSelf-revert accidental breakage
Huji [Sat, 4 Oct 2008 18:08:51 +0000 (18:08 +0000)]
Self-revert accidental breakage

15 years ago(bug 10323) Special:Undelete should have "inverse selection" button
Huji [Sat, 4 Oct 2008 17:59:26 +0000 (17:59 +0000)]
(bug 10323) Special:Undelete should have "inverse selection" button

15 years agoLocalisation updates: Adding/updating Persian translations
Huji [Sat, 4 Oct 2008 16:34:52 +0000 (16:34 +0000)]
Localisation updates: Adding/updating Persian translations

15 years agoLocalization update.
Rotem Liss [Sat, 4 Oct 2008 16:05:23 +0000 (16:05 +0000)]
Localization update.

15 years agoImplement a configurable per-namespace and per-page header, similar to the editnotice.
X! [Sat, 4 Oct 2008 15:27:39 +0000 (15:27 +0000)]
Implement a configurable per-namespace and per-page header, similar to the editnotice.
 *MediaWiki:Pageheader-# for whole namespace
 *MediaWiki:Pagenumber-#-PAGENAME for one page.
 *Can be disabled using __NOHEADER__

15 years agoRemove debugging code
Roan Kattouw [Sat, 4 Oct 2008 15:06:24 +0000 (15:06 +0000)]
Remove debugging code

15 years agoAPI: Add allowsduplicates attribute to action=paraminfo output
Roan Kattouw [Sat, 4 Oct 2008 15:03:03 +0000 (15:03 +0000)]
API: Add allowsduplicates attribute to action=paraminfo output

15 years agoAPI: * (bug 15785) Allow for different expiry times for different protections, like...
Roan Kattouw [Sat, 4 Oct 2008 14:58:13 +0000 (14:58 +0000)]
API: * (bug 15785) Allow for different expiry times for different protections, like the UI does
* BREAKING CHANGE: Alter action=protect output to display multiple expiry times
* BREAKING CHANGE: Error messages invalidexpiry and pastexpiry now state the expiry they're about
* Add ApiBase::PARAM_ALLOW_DUPLICATES and honor it in ApiBase::getParameterFromSettings()

15 years agoAdd a meaningful example for list=watchlistraw
Roan Kattouw [Sat, 4 Oct 2008 14:30:33 +0000 (14:30 +0000)]
Add a meaningful example for list=watchlistraw

15 years agoLast commit's patch was by Brad Jorsch
Roan Kattouw [Sat, 4 Oct 2008 13:44:14 +0000 (13:44 +0000)]
Last commit's patch was by Brad Jorsch

15 years ago(bug 15647) API edit with basetimestamp fails if the page has been deleted and undele...
Roan Kattouw [Sat, 4 Oct 2008 13:43:17 +0000 (13:43 +0000)]
(bug 15647) API edit with basetimestamp fails if the page has been deleted and undeleted since the last edit

15 years ago(bug 15768) Add list=watchlistraw to the API
Roan Kattouw [Sat, 4 Oct 2008 13:33:44 +0000 (13:33 +0000)]
(bug 15768) Add list=watchlistraw to the API

15 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Sat, 4 Oct 2008 10:26:49 +0000 (10:26 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

15 years agoSome cleanup
Alexandre Emsenhuber [Sat, 4 Oct 2008 10:14:13 +0000 (10:14 +0000)]
Some cleanup

15 years agoPer siebrand: fix E_STRICT
Alexandre Emsenhuber [Sat, 4 Oct 2008 08:44:48 +0000 (08:44 +0000)]
Per siebrand: fix E_STRICT

15 years ago* Localisation updates for core messages from Betawiki. Contains follow up on r41630...
Siebrand Mazeland [Sat, 4 Oct 2008 00:46:55 +0000 (00:46 +0000)]
* Localisation updates for core messages from Betawiki. Contains follow up on r41630 (added Nuke messages that were previously in an extension i18n file.
* Add OBSOLETE to Nuke

15 years ago* Add functionality of extension Nuke to core. Messages for other languages will...
Siebrand Mazeland [Sat, 4 Oct 2008 00:33:07 +0000 (00:33 +0000)]
* Add functionality of extension Nuke to core. Messages for other languages will be added in a next commit.
* Update Translate