lhc/web/wiklou.git
17 years ago(bug 7942) Fix typo in German localization.
Aryeh Gregor [Thu, 16 Nov 2006 23:00:44 +0000 (23:00 +0000)]
(bug 7942) Fix typo in German localization.

17 years ago* Detect CGI configurations where PATH_INFO is set up correctly.
Brion Vibber [Thu, 16 Nov 2006 22:57:58 +0000 (22:57 +0000)]
* Detect CGI configurations where PATH_INFO is set up correctly.
  PHP config var cgi.fix_pathinfo isn't detectable through ini_get(), but
  we can find some side-effects. Only tested on lighttpd so far, hopefully
  right on Apache too!

lighty documentation says you have to use the "broken-scriptfilename" => "enable"
option on lighty fast-cgi config, plus set cgi.fix_pathinfo to make it work.
I've found that cgi.fix_pathinfo is on by default in current PHP (tested 5.2.0),
and I don't seem to have to change the defaults on lighty either.

17 years ago* urlencode username so rollback-on-history works for users with funny names
Aryeh Gregor [Thu, 16 Nov 2006 22:53:01 +0000 (22:53 +0000)]
* urlencode username so rollback-on-history works for users with funny names
* Move rollback-link-generating code to Linker::generateRollback

17 years agoRemoved broken redundant fallback to the Language message array. Message arrays are...
Tim Starling [Thu, 16 Nov 2006 16:49:23 +0000 (16:49 +0000)]
Removed broken redundant fallback to the Language message array. Message arrays are now merged pre-cache. It's a static call on a non-static function, it actually calls back to $wgMessageCache->load(), destroying the per-process message cache on every cache miss.

17 years ago(bug 7859) Updates for Kazakh i18n
Rotem Liss [Thu, 16 Nov 2006 13:46:47 +0000 (13:46 +0000)]
(bug 7859) Updates for Kazakh i18n

17 years agoUpdate.
Rotem Liss [Thu, 16 Nov 2006 13:20:34 +0000 (13:20 +0000)]
Update.

17 years agoadd some debugging output to img_auth.php
Brion Vibber [Thu, 16 Nov 2006 12:26:34 +0000 (12:26 +0000)]
add some debugging output to img_auth.php

17 years ago(bug 3315) Allow rollback directly from history page.
Aryeh Gregor [Thu, 16 Nov 2006 07:18:18 +0000 (07:18 +0000)]
(bug 3315) Allow rollback directly from history page.

17 years ago(bug 6873) When viewing old revisions, add link to diff to current version.
Aryeh Gregor [Thu, 16 Nov 2006 05:44:59 +0000 (05:44 +0000)]
(bug 6873) When viewing old revisions, add link to diff to current version.

17 years agoDon't use jargon like "blanking" in the messages
Aryeh Gregor [Thu, 16 Nov 2006 05:13:44 +0000 (05:13 +0000)]
Don't use jargon like "blanking" in the messages

17 years ago(bug 7932) Make sure that edit toolbar clears floats so it appears correctly.
Aryeh Gregor [Thu, 16 Nov 2006 03:40:11 +0000 (03:40 +0000)]
(bug 7932) Make sure that edit toolbar clears floats so it appears correctly.

17 years agoAdded --shared-desc and --no-shared-desc options, for strict job ordering when slicing.
Tim Starling [Wed, 15 Nov 2006 09:52:49 +0000 (09:52 +0000)]
Added --shared-desc and --no-shared-desc options, for strict job ordering when slicing.

17 years agoDenote some external objects used by wikibits.js to reduce JSlint warnings.
Nick Jenkins [Wed, 15 Nov 2006 08:43:52 +0000 (08:43 +0000)]
Denote some external objects used by wikibits.js to reduce JSlint warnings.

17 years ago* (Bug 6839) Cleaning up wikibits.js to reduce number of warnings reported by JSLint...
Nick Jenkins [Wed, 15 Nov 2006 07:56:24 +0000 (07:56 +0000)]
* (Bug 6839) Cleaning up wikibits.js to reduce number of warnings reported by JSLint online tool ( jslint.com/ ) . This mostly consists of adding braces, adding var declarations, adding the occasional semicolon, and so forth.
* Also added a default return value to the anonymous function in addRightClickEditHandler() to keep Firebug happy.
* The allmessagesforeach() function (which is what's used on [[Special:Allmessages]] when you type something in the "Message name filter:" area) as defined could not and did not work (needs the "text" param passed in). Added this; however, it can take a few seconds to filter in Firefox, but in Internet Explorer it is exceedingly slow to filter (e.g.: timed at 2 minutes and 30 seconds at 100% CPU usage on a 2 GHz machine to filter on the letter "e"). Will log a bug for this very shortly.

17 years agowfMsg -> wfMsgForContent for code added in r17609
Andrew Garrett [Wed, 15 Nov 2006 06:46:21 +0000 (06:46 +0000)]
wfMsg -> wfMsgForContent for code added in r17609

17 years agoA few small changes
Tim Starling [Wed, 15 Nov 2006 05:43:04 +0000 (05:43 +0000)]
A few small changes

17 years ago* Add printing the names of tests whose status has just changed when using "--record...
Nick Jenkins [Wed, 15 Nov 2006 04:06:00 +0000 (04:06 +0000)]
* Add printing the names of tests whose status has just changed when using "--record" option.
* Make $wgRawHtml testable by parserTests.
* Add a variety of new tests, some of which will fail and some of which will succeed. (Please feel free to edit expected test results if you think they are wrong, especially the subpage ones).

17 years agoUpdate.
Rotem Liss [Tue, 14 Nov 2006 12:29:18 +0000 (12:29 +0000)]
Update.

17 years agoPrevent PHP Notice: "Uninitialized string offset: 0 in includes/Linker.php on line...
Nick Jenkins [Tue, 14 Nov 2006 07:21:40 +0000 (07:21 +0000)]
Prevent PHP Notice: "Uninitialized string offset: 0 in includes/Linker.php on line 954" in error_reporting(E_ALL) mode, when doing a "Show Preview" with the edit summary as just "[[]]".

17 years agoPrevent PHP notice on undefined $subjectpreview and $summarypreview variables in...
Nick Jenkins [Tue, 14 Nov 2006 06:57:46 +0000 (06:57 +0000)]
Prevent PHP notice on undefined $subjectpreview and $summarypreview variables in error_reporting(E_ALL) mode.

17 years ago(bug 7811) Allow preview of edit summaries. Slight tweak added to stylesheet for...
Aryeh Gregor [Tue, 14 Nov 2006 06:33:11 +0000 (06:33 +0000)]
(bug 7811) Allow preview of edit summaries.  Slight tweak added to stylesheet for Monobook but no others; possibly some small margins would be good additions to other skins, but it should look fine in all.

17 years agoRemove commented-out function from wikibits that I accidentally left in the code...
Aryeh Gregor [Tue, 14 Nov 2006 06:10:24 +0000 (06:10 +0000)]
Remove commented-out function from wikibits that I accidentally left in the code a while back.

17 years agoAdd in 'binary' mysql schema.
Greg Sabino Mullane [Tue, 14 Nov 2006 03:03:44 +0000 (03:03 +0000)]
Add in 'binary' mysql schema.

17 years agoOld typo.
Rotem Liss [Mon, 13 Nov 2006 15:08:44 +0000 (15:08 +0000)]
Old typo.

17 years agoUpdate.
Rotem Liss [Mon, 13 Nov 2006 14:38:47 +0000 (14:38 +0000)]
Update.

17 years agoFixed EDIT_AUTOSUMMARY use, what did you think it was for? Fixed division by zero.
Tim Starling [Mon, 13 Nov 2006 14:29:18 +0000 (14:29 +0000)]
Fixed EDIT_AUTOSUMMARY use, what did you think it was for? Fixed division by zero.

17 years agoBloody hell, not another pretend feature
Andrew Garrett [Mon, 13 Nov 2006 11:08:09 +0000 (11:08 +0000)]
Bloody hell, not another pretend feature

17 years ago* Add auto-summaries to blankings and large removals without summaries.
Andrew Garrett [Mon, 13 Nov 2006 11:07:10 +0000 (11:07 +0000)]
* Add auto-summaries to blankings and large removals without summaries.

17 years ago* Sync parserTests expected image results with r17524.
Nick Jenkins [Mon, 13 Nov 2006 09:33:10 +0000 (09:33 +0000)]
* Sync parserTests expected image results with r17524.
* On further consideration, the current "HTML Hex character encoding" behaviour is fine, and there's no real reason to convert HTML Hex encodings to ASCII.
* However the handling of "|" chars in external URLs in image comments will leave an unmatched </a> tag.

17 years agoMake pretend feature from last commit actually exist
Andrew Garrett [Mon, 13 Nov 2006 06:44:37 +0000 (06:44 +0000)]
Make pretend feature from last commit actually exist

17 years agoMade autoblocks block account creation if the user block has that bit set.
Andrew Garrett [Mon, 13 Nov 2006 06:43:23 +0000 (06:43 +0000)]
Made autoblocks block account creation if the user block has that bit set.

17 years agoTweak last commit: remove SWF from videos, account for PDFs with ? or #
Aryeh Gregor [Sun, 12 Nov 2006 22:41:16 +0000 (22:41 +0000)]
Tweak last commit: remove SWF from videos, account for PDFs with ? or #

17 years ago(bug 1578) Add different icons for external links to audio, video, or PDF in Monobook...
Aryeh Gregor [Sun, 12 Nov 2006 22:35:18 +0000 (22:35 +0000)]
(bug 1578) Add different icons for external links to audio, video, or PDF in Monobook using CSS attribute selectors.  Icons by flamurai <flamurai@gmail.com>.

17 years ago* Updates to Slovak translation from helix84
Niklas Laxström [Sun, 12 Nov 2006 18:43:06 +0000 (18:43 +0000)]
* Updates to Slovak translation from helix84

17 years agoUpdate.
Rotem Liss [Sun, 12 Nov 2006 18:26:06 +0000 (18:26 +0000)]
Update.

17 years agoUsing a shorter message, to prevent the block form from getting too wide (should...
Rotem Liss [Sun, 12 Nov 2006 18:24:14 +0000 (18:24 +0000)]
Using a shorter message, to prevent the block form from getting too wide (should fix this bug).

17 years agoFixing the commandLine.inc inclusion to be like the other files.
Rotem Liss [Sun, 12 Nov 2006 16:33:29 +0000 (16:33 +0000)]
Fixing the commandLine.inc inclusion to be like the other files.

17 years agoand bump style version again to compensate
Brion Vibber [Sun, 12 Nov 2006 15:21:40 +0000 (15:21 +0000)]
and bump style version again to compensate

17 years agoRevert 17507 and 17518; more weird screwing about with headers, messing up styles.
Brion Vibber [Sun, 12 Nov 2006 15:20:21 +0000 (15:20 +0000)]
Revert 17507 and 17518; more weird screwing about with headers, messing up styles.
Can we maybe stop playing with this on trunk?

17 years agoUpdate.
Rotem Liss [Sun, 12 Nov 2006 14:00:29 +0000 (14:00 +0000)]
Update.

17 years ago(bug 7882) Japanese message updates, checked by Suisui.
Andrew Garrett [Sun, 12 Nov 2006 11:32:57 +0000 (11:32 +0000)]
(bug 7882) Japanese message updates, checked by Suisui.

17 years agoremoved wikisql user
Tim Starling [Sun, 12 Nov 2006 10:51:07 +0000 (10:51 +0000)]
removed wikisql user

17 years agoallow URL purging
Tim Starling [Sun, 12 Nov 2006 10:50:01 +0000 (10:50 +0000)]
allow URL purging

17 years agoprofiling
Tim Starling [Sun, 12 Nov 2006 10:47:10 +0000 (10:47 +0000)]
profiling

17 years agoSet content type on error messages, and include a trailing newline
Tim Starling [Sun, 12 Nov 2006 10:44:48 +0000 (10:44 +0000)]
Set content type on error messages, and include a trailing newline

17 years ago(bug 3687) Add distinct heading for media files in category display.
Aryeh Gregor [Sun, 12 Nov 2006 03:16:31 +0000 (03:16 +0000)]
(bug 3687) Add distinct heading for media files in category display.

17 years agoFix some errors in special pages translations.
Robert Stojnić [Sun, 12 Nov 2006 00:00:33 +0000 (00:00 +0000)]
Fix some errors in special pages translations.

17 years agoUpdate Serbian messages.
Robert Stojnić [Sat, 11 Nov 2006 23:51:34 +0000 (23:51 +0000)]
Update Serbian messages.

17 years agomissed indexInfo() call.
Yuri Astrakhan [Sat, 11 Nov 2006 22:08:36 +0000 (22:08 +0000)]
missed indexInfo() call.

17 years ago* switched 'anon-only' block mode to default for IP blocks
Brion Vibber [Sat, 11 Nov 2006 22:07:55 +0000 (22:07 +0000)]
* switched 'anon-only' block mode to default for IP blocks

17 years agoCopy o' mysql5 tables with binary encoding instead of utf8 for most tables.
Brion Vibber [Sat, 11 Nov 2006 21:52:02 +0000 (21:52 +0000)]
Copy o' mysql5 tables with binary encoding instead of utf8 for most tables.
This should be friendlier to backups and other apps sharing data than the
latin1 default we assume for old schema, or the bizarre semi-utf8 explosions
that sometimes happen, while being safer for full UTF-8 data than mysql's
broken UTF-8 support.

Did a quick test, can save pages with 4-byte chars in the title. whee
Might want to reorganize the schema files and make this this default
for mysql 4.1/5.0, and make some kind of clean upgrade method. :P

17 years agoforgot for prev checkin re bug 6440. Database should return all rows about a given...
Yuri Astrakhan [Sat, 11 Nov 2006 21:42:46 +0000 (21:42 +0000)]
forgot for prev checkin re bug 6440. Database should return all rows about a given index, not just the first.

17 years agobugfix 6440: updated indexes to improve backlinking queries. May be very slow on...
Yuri Astrakhan [Sat, 11 Nov 2006 21:38:18 +0000 (21:38 +0000)]
bugfix 6440: updated indexes to improve backlinking queries. May be very slow on large wikis.

17 years agoadd ellipsis on final line as suggested on mailing list to clarify
Brion Vibber [Sat, 11 Nov 2006 21:05:41 +0000 (21:05 +0000)]
add ellipsis on final line as suggested on mailing list to clarify

17 years ago(bug 7876) Change oc User namespace name
Rotem Liss [Sat, 11 Nov 2006 19:23:38 +0000 (19:23 +0000)]
(bug 7876) Change oc User namespace name

17 years ago(bug 7837) Occitan time format incorrect
Rotem Liss [Sat, 11 Nov 2006 18:35:43 +0000 (18:35 +0000)]
(bug 7837) Occitan time format incorrect

17 years ago* Run PHP install version checks on update.php so command-line updaters see
Brion Vibber [Sat, 11 Nov 2006 16:59:32 +0000 (16:59 +0000)]
* Run PHP install version checks on update.php so command-line updaters see
  new version requirements
* Do a check for the PHP 5.0.x 64-bit bug, since this is much more disruptive
  as of MW 1.8 than it used to be. Install or upgrade now aborts with a
  warning and a request to upgrade.

17 years ago(bug 7859) Updates for Kazakh i18n
Rotem Liss [Sat, 11 Nov 2006 16:57:56 +0000 (16:57 +0000)]
(bug 7859) Updates for Kazakh i18n

17 years ago(bug 7869) Update for Cantonese language (ZH-YUE)
Rotem Liss [Sat, 11 Nov 2006 16:41:51 +0000 (16:41 +0000)]
(bug 7869) Update for Cantonese language (ZH-YUE)

17 years ago=Update.
Rotem Liss [Sat, 11 Nov 2006 15:24:30 +0000 (15:24 +0000)]
=Update.

17 years ago* Make the set of default parser test input files extensible via
Brion Vibber [Sat, 11 Nov 2006 14:36:47 +0000 (14:36 +0000)]
* Make the set of default parser test input files extensible via
  $wgParserTestFiles. This can now be appended to by extensions or local
  configuration files so that extension or custom tests can be automatically
  run along with the main batch.
* Cite.php now adds its parser tests to the default set when enabled

17 years agowoops
Brion Vibber [Sat, 11 Nov 2006 12:43:30 +0000 (12:43 +0000)]
woops

17 years ago* Add experimental recording/reporting mode to parser tests runner, to
Brion Vibber [Sat, 11 Nov 2006 12:33:46 +0000 (12:33 +0000)]
* Add experimental recording/reporting mode to parser tests runner, to
  compare changes against the previous run.
  Additional tables 'testrun' and 'testitem' are in maintenance/testRunner.sql,
  source this and pass --record option to parserTests.php

17 years agoforce some test names to unique
Brion Vibber [Sat, 11 Nov 2006 12:13:38 +0000 (12:13 +0000)]
force some test names to unique

17 years agoRELEASE-NOTES update from last commit
Andrew Garrett [Sat, 11 Nov 2006 07:10:48 +0000 (07:10 +0000)]
RELEASE-NOTES update from last commit

17 years agoMake the DNSBL used for proxy blocking configurable. This is better than hard-coding...
Andrew Garrett [Fri, 10 Nov 2006 22:57:51 +0000 (22:57 +0000)]
Make the DNSBL used for proxy blocking configurable. This is better than hard-coding, but a lot of the internal variables still call it SORBS, and unfortunately this will need to continue - as I don't want to break existing configurations. Updated the messages for SORBS blocking to refer generically to a DNSBL, rather than to any particular one.

17 years ago(bug 7859) Updates for Kazakh i18n
Rotem Liss [Fri, 10 Nov 2006 13:30:45 +0000 (13:30 +0000)]
(bug 7859) Updates for Kazakh i18n

17 years ago* Approximate height for client-side scaling fallback instead of passing -1 into...
Brion Vibber [Fri, 10 Nov 2006 13:23:47 +0000 (13:23 +0000)]
* Approximate height for client-side scaling fallback instead of passing -1 into the HTML output.
height="-1" was getting into the <img> tags for (for example) very large PNGs not thumbnailed server-side due to the max image size limit

17 years agoFix documentation for deleteBatch.php; which appeared to be copied from moveBatch...
Andrew Garrett [Fri, 10 Nov 2006 13:16:01 +0000 (13:16 +0000)]
Fix documentation for deleteBatch.php; which appeared to be copied from moveBatch.php or similar

17 years ago(bug 7856) spelling errors and poor language in MessagesNO.php (norwegian)
Rotem Liss [Fri, 10 Nov 2006 13:04:40 +0000 (13:04 +0000)]
(bug 7856) spelling errors and poor language in MessagesNO.php (norwegian)

17 years ago(bug 7835) Update for Upper Sorbian language (hsb)
Rotem Liss [Fri, 10 Nov 2006 12:48:35 +0000 (12:48 +0000)]
(bug 7835) Update for Upper Sorbian language (hsb)

17 years agoSync parserTest expected <h#> tags with r17507
Nick Jenkins [Fri, 10 Nov 2006 06:50:55 +0000 (06:50 +0000)]
Sync parserTest expected <h#> tags with r17507

17 years agoFix regression in usability per <http://mail.wikipedia.org/pipermail/wikitech-l/2006...
Aryeh Gregor [Thu, 9 Nov 2006 07:06:58 +0000 (07:06 +0000)]
Fix regression in usability per <mail.wikipedia.org/pipermail/wikitech-l/2006-October/039465.html>.  Document structure tweaked so that <h#> tags once more contain only the header text and not the section edit links.

17 years agoAdd "create table AS" for increased db portability.
Greg Sabino Mullane [Thu, 9 Nov 2006 01:04:57 +0000 (01:04 +0000)]
Add "create table AS" for increased db portability.

17 years agoCompare both schemas, be a little more verbose, add some other checks.
Greg Sabino Mullane [Wed, 8 Nov 2006 22:54:58 +0000 (22:54 +0000)]
Compare both schemas, be a little more verbose, add some other checks.

17 years agoStandardize whitespace and caps: makes diffing with ../ easier
Greg Sabino Mullane [Wed, 8 Nov 2006 22:53:58 +0000 (22:53 +0000)]
Standardize whitespace and caps: makes diffing with ../ easier

17 years agoSupport script for shell scripts: fetch a slave server name from the load balancer
Tim Starling [Wed, 8 Nov 2006 14:59:02 +0000 (14:59 +0000)]
Support script for shell scripts: fetch a slave server name from the load balancer

17 years agoRewriting ipbenableautoblock, and making it shorter.
Rotem Liss [Wed, 8 Nov 2006 14:56:59 +0000 (14:56 +0000)]
Rewriting ipbenableautoblock, and making it shorter.

17 years ago* (bug 6737) Fixes for MySQL 5 schema in strict mode
Brion Vibber [Wed, 8 Nov 2006 14:03:30 +0000 (14:03 +0000)]
* (bug 6737) Fixes for MySQL 5 schema in strict mode
Fixed a field format change for ipb_address which got skipped on the MySQL 5 schema,
and switched TYPE= to ENGINE= to suppress annoying warnings

17 years ago(bug 7833) Fix regression causing 'autoblock disabled' to not appear where appropriat...
Andrew Garrett [Wed, 8 Nov 2006 13:21:43 +0000 (13:21 +0000)]
(bug 7833) Fix regression causing 'autoblock disabled' to not appear where appropriate on Ipblocklist introduced in r17381.

17 years agoTypo.
Rotem Liss [Wed, 8 Nov 2006 13:11:01 +0000 (13:11 +0000)]
Typo.

17 years agoUpdate.
Rotem Liss [Wed, 8 Nov 2006 13:08:54 +0000 (13:08 +0000)]
Update.

17 years agoUpdate.
Rotem Liss [Wed, 8 Nov 2006 13:07:41 +0000 (13:07 +0000)]
Update.

17 years ago* Fix regression in Special:Undelete for revisions deleted under MediaWiki 1.4
Brion Vibber [Wed, 8 Nov 2006 12:31:20 +0000 (12:31 +0000)]
* Fix regression in Special:Undelete for revisions deleted under MediaWiki 1.4
  with compression or legacy encoding

17 years ago* (bug 5149) When autoblocks are enabled, retroactively apply an autoblock to the...
Andrew Garrett [Wed, 8 Nov 2006 09:54:06 +0000 (09:54 +0000)]
* (bug 5149) When autoblocks are enabled, retroactively apply an autoblock to the most recently used IP of a user when they are blocked.
* Add an index on (rc_user_text,rc_timestamp) on the recentchanges table. This will make CheckUser.php and the new retroactive autoblock functionality faster.

17 years agoFixed pollution of a backend function with UI-only features. Autosummaries off by...
Tim Starling [Wed, 8 Nov 2006 08:06:51 +0000 (08:06 +0000)]
Fixed pollution of a backend function with UI-only features. Autosummaries off by default.

17 years agoReverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment...
Tim Starling [Wed, 8 Nov 2006 07:12:03 +0000 (07:12 +0000)]
Reverting 17479/17480, breaks subclassing of Linker methods by skins. See my comment on bug 7405.

17 years agoSpelling error in comments in User.php -- excede -> exceed
Andrew Garrett [Wed, 8 Nov 2006 07:04:25 +0000 (07:04 +0000)]
Spelling error in comments in User.php -- excede -> exceed

17 years agoDon't cache error pages.
Tim Starling [Wed, 8 Nov 2006 06:33:54 +0000 (06:33 +0000)]
Don't cache error pages.

17 years agoFix parserTests regression introduced in r17479.
Nick Jenkins [Wed, 8 Nov 2006 06:03:01 +0000 (06:03 +0000)]
Fix parserTests regression introduced in r17479.

Example of failing test:
----------------------
Running test Magic links: RFC (bug 479)... FAILED!
--- /tmp/mwParser-1109840392-expected   2006-11-08 05:39:04.000000000 +0000
+++ /tmp/mwParser-1109840392-actual     2006-11-08 05:39:04.000000000 +0000
@@ -1,2 +1,2 @@
-<p><a href="http://www.ietf.org/rfc/rfc822.txt" class="external" title="http://www.ietf.org/rfc/rfc822.txt">RFC 822</a>
+<p><a href="http://www.ietf.org/rfc/rfc822.txt" class="external " title="http://www.ietf.org/rfc/rfc822.txt" rel="nofollow">RFC 822</a>
 </p>
----------------------

Also applied to the "BUG 1887: A RFC with a thumbnail" and "RFC code coverage" tests.

17 years ago* (bug 7405) Make Linker methods static. Patch by Dan Li.
Nick Jenkins [Wed, 8 Nov 2006 05:21:15 +0000 (05:21 +0000)]
* (bug 7405) Make Linker methods static. Patch by Dan Li.

17 years ago(bug 7820) Improve error reporting for uploads via URL. Patch by Simetrical.
Nick Jenkins [Wed, 8 Nov 2006 03:28:54 +0000 (03:28 +0000)]
(bug 7820) Improve error reporting for uploads via URL. Patch by Simetrical.

17 years agoAdding comments for ignored and optional messages in English.
Rotem Liss [Tue, 7 Nov 2006 17:42:22 +0000 (17:42 +0000)]
Adding comments for ignored and optional messages in English.

17 years ago(bug 5936) Show an 'm' to the left of the edit summary on diff pages for minor edits.
Andrew Garrett [Tue, 7 Nov 2006 13:22:34 +0000 (13:22 +0000)]
(bug 5936) Show an 'm' to the left of the edit summary on diff pages for minor edits.

17 years ago* (bug 5365) Stop users being prompted to enter an edit summary for null edits, if...
Andrew Garrett [Tue, 7 Nov 2006 12:53:07 +0000 (12:53 +0000)]
* (bug 5365) Stop users being prompted to enter an edit summary for null edits, if they have selected that option in preferences.

17 years ago(bug 7826) Fix another typo in an English message, and add to RELEASE-NOTES.
Aryeh Gregor [Tue, 7 Nov 2006 05:40:38 +0000 (05:40 +0000)]
(bug 7826) Fix another typo in an English message, and add to RELEASE-NOTES.

17 years agoAdd some documentation to OutputPage.php and specify public/private for most of its...
Aryeh Gregor [Tue, 7 Nov 2006 05:37:31 +0000 (05:37 +0000)]
Add some documentation to OutputPage.php and specify public/private for most of its member functions (practically all public anyway).  And replace one gratuitous use of strcmp with good old ===.

17 years agoGrammar fix from Graham <grahamwp@optusnet.com.au>, bug 7826
Greg Sabino Mullane [Tue, 7 Nov 2006 04:50:13 +0000 (04:50 +0000)]
Grammar fix from Graham <grahamwp@optusnet.com.au>, bug 7826

17 years agoAdding the block of unknown messages for messages which are not defined in messages...
Rotem Liss [Mon, 6 Nov 2006 18:48:14 +0000 (18:48 +0000)]
Adding the block of unknown messages for messages which are not defined in messages.inc, for future fixing, instead of just removing them.

17 years agoRebuilding Hebrew messages, for test.
Rotem Liss [Mon, 6 Nov 2006 18:26:17 +0000 (18:26 +0000)]
Rebuilding Hebrew messages, for test.