lhc/web/wiklou.git
19 years ago* (bug 1754) Patch by Anders Wegge Jakobsen: Both Atom and RSS were using the
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 21:47:10 +0000 (21:47 +0000)]
* (bug 1754) Patch by Anders Wegge Jakobsen: Both Atom and RSS were using the
  same objectcache timestamp, hence if one feed is pulled the other was marked
  as current as weel, this means that a substantial time could pass until the
  'loosing' feed got updated.

19 years ago* Removed the troublesome regular expression in isValidEmailAddr which returns
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 21:20:09 +0000 (21:20 +0000)]
* Removed the troublesome regular expression in isValidEmailAddr which returns
  true now no matter what input it gets, see bug 959.

19 years ago* Fixed bogus arrows in 'previousdiff' and 'nextdiff'
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 21:02:22 +0000 (21:02 +0000)]
* Fixed bogus arrows in 'previousdiff' and 'nextdiff'

19 years ago* Removed getMathNames()
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:56:59 +0000 (15:56 +0000)]
* Removed getMathNames()

19 years ago* Removing $wgDefaultUserOptionsPt, languages shouldn't set this manually,
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:55:21 +0000 (15:55 +0000)]
* Removing  $wgDefaultUserOptionsPt, languages shouldn't set this manually,
  this particular array wasn't exported though and did nothing but waste a
  few bytes

19 years ago* Removing comments relating to $wgDefaultUserOptions
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:46:37 +0000 (15:46 +0000)]
* Removing comments relating to $wgDefaultUserOptions

19 years ago* Making $wgUserToggles an associative array has some very interesting
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:40:14 +0000 (15:40 +0000)]
* Making $wgUserToggles an associative array has some very interesting
  side-effects, from `SELECT user_options FROM user..`:
   "Sunting bagian dengan mengklik kanan judul bagian (JavaScript)=0"
   "Tampilkan daftar isi untuk artikel yang mempunyai lebih dari 3 heading=0"

19 years agooops
Tim Starling [Sat, 23 Apr 2005 12:43:45 +0000 (12:43 +0000)]
oops

19 years agoImplemented query group feature, needed for slow queries esp. in 1.4. Hopefully fixed...
Tim Starling [Sat, 23 Apr 2005 11:49:33 +0000 (11:49 +0000)]
Implemented query group feature, needed for slow queries esp. in 1.4. Hopefully fixed lagged slave mode. Added a simple method to simulate lagged slaves.

19 years agoRearranged flow to remove unnecessary debug output
Tim Starling [Sat, 23 Apr 2005 11:19:07 +0000 (11:19 +0000)]
Rearranged flow to remove unnecessary debug output

19 years agoChanges to raw page security handler:
Brion Vibber [Sat, 23 Apr 2005 08:51:39 +0000 (08:51 +0000)]
Changes to raw page security handler:
* Use SCRIPT_URL instead of PHP_SELF if available. This fixes a problem with
some hosts using rewrite rules for subdomains and CGI PHP which breaks
PHP_SELF.
* Instead of redirecting to the canonical URL on a suspect, just return a
403 Forbidden error. This might annoy a small number of people manually
constructing incorrect action=raw URLs, but should be much less invasive
than an infinite redirect loop when there are configuration bugs.

19 years agoBugfix: actually send the error message given to wfHttpError()
Brion Vibber [Sat, 23 Apr 2005 08:41:59 +0000 (08:41 +0000)]
Bugfix: actually send the error message given to wfHttpError()
The test for HEAD requests was done backwards, and is useless besides
(output is discarded automatically when responding to HEAD reqs).

19 years agoreverting...
Zheng Zhu [Fri, 22 Apr 2005 22:19:48 +0000 (22:19 +0000)]
reverting...

19 years agofix bug 1950. probably need to look at all other languages with custom constructor.
Zheng Zhu [Fri, 22 Apr 2005 22:14:35 +0000 (22:14 +0000)]
fix bug 1950. probably need to look at all other languages with custom constructor.

19 years ago* (bug 1950) Call parent constructor so converter is initialized
Brion Vibber [Fri, 22 Apr 2005 22:06:50 +0000 (22:06 +0000)]
* (bug 1950) Call parent constructor so converter is initialized

19 years ago* (bug 1949) Profiling typo in rare error case
Brion Vibber [Fri, 22 Apr 2005 20:41:58 +0000 (20:41 +0000)]
* (bug 1949) Profiling typo in rare error case

19 years ago* New look for the exif metadata.
Ævar Arnfjörð Bjarmason [Fri, 22 Apr 2005 18:11:06 +0000 (18:11 +0000)]
* New look for the exif metadata.

19 years agoAdd parser test case for a bug 361 case that's still failing
Brion Vibber [Fri, 22 Apr 2005 12:22:32 +0000 (12:22 +0000)]
Add parser test case for a bug 361 case that's still failing

19 years agoAdd parser test case for bug 1830 (passes in 1.5 code)
Brion Vibber [Fri, 22 Apr 2005 11:55:50 +0000 (11:55 +0000)]
Add parser test case for bug 1830 (passes in 1.5 code)

19 years agoNote for Windows users how to enable EXIF functions
Magnus Manske [Fri, 22 Apr 2005 08:07:30 +0000 (08:07 +0000)]
Note for Windows users how to enable EXIF functions

19 years agoRemove reference parameters on make*LinkObj() methods. They're unnecessary and PHP5...
Brion Vibber [Fri, 22 Apr 2005 02:56:26 +0000 (02:56 +0000)]
Remove reference parameters on make*LinkObj() methods. They're unnecessary and PHP5 is pickier about what it lets you pass that way. (Besides they're passed as normal references on PHP5 anyway.)

19 years agoDisable EXIF display if the PHP EXIF module isn't available.
Brion Vibber [Fri, 22 Apr 2005 01:59:36 +0000 (01:59 +0000)]
Disable EXIF display if the PHP EXIF module isn't available.

19 years agoDon't try to drop a column that doesn't exist. That's not helpful.
Brion Vibber [Fri, 22 Apr 2005 01:55:10 +0000 (01:55 +0000)]
Don't try to drop a column that doesn't exist. That's not helpful.

19 years agoDon't hide email notification preferences when user-to-user email is disabled
Brion Vibber [Thu, 21 Apr 2005 23:19:02 +0000 (23:19 +0000)]
Don't hide email notification preferences when user-to-user email is disabled

19 years agoRemove unnecessary quoting on table names which breaks table prefixes
Brion Vibber [Thu, 21 Apr 2005 22:37:32 +0000 (22:37 +0000)]
Remove unnecessary quoting on table names which breaks table prefixes

19 years ago* Adding img_metadata to image
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 22:10:08 +0000 (22:10 +0000)]
* Adding img_metadata to image

19 years ago* Moving img_exif to img_metadata, makes more sense if we're going to drop
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 21:16:12 +0000 (21:16 +0000)]
* Moving img_exif to img_metadata, makes more sense if we're going to drop
  some metadata for files which do not support exif in there (like Ogg or PNG)

19 years ago* Adding a new message 'exifdata', and translating it as 'Metadata'.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 20:59:34 +0000 (20:59 +0000)]
* Adding a new message 'exifdata', and translating it as 'Metadata'.

19 years ago* Moving hardcoded styles into CSS.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 20:56:55 +0000 (20:56 +0000)]
* Moving hardcoded styles into CSS.

19 years ago* Removed exifReader.inc and added a function which does roughly the same
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 20:22:11 +0000 (20:22 +0000)]
* Removed exifReader.inc and added a function which does roughly the same
  thing to Image.php.

19 years ago* Show exif data after the image not before it.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 18:28:25 +0000 (18:28 +0000)]
* Show exif data after the image not before it.

19 years agoAdd img_exif field
Magnus Manske [Thu, 21 Apr 2005 14:47:05 +0000 (14:47 +0000)]
Add img_exif field

19 years agoAutomatic EXIF update upon viewing
Magnus Manske [Thu, 21 Apr 2005 12:59:32 +0000 (12:59 +0000)]
Automatic EXIF update upon viewing

19 years agoAdded img_exif blob to image table; now using this instead of direct image access...
Magnus Manske [Thu, 21 Apr 2005 12:02:27 +0000 (12:02 +0000)]
Added img_exif blob to image table; now using this instead of direct image access (faster and commons-compatible)

19 years ago* Indent.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 11:42:35 +0000 (11:42 +0000)]
* Indent.

19 years ago* (bug 1938) Fix normalization of character references in link text and
Brion Vibber [Thu, 21 Apr 2005 11:40:58 +0000 (11:40 +0000)]
* (bug 1938) Fix normalization of character references in link text and
other replaced portions; run after link replacement but before tidy.
(Tidy will do some odd things if used, with breakage resulting from corner
cases.)

19 years agoMoving EXIF data retrieval to Image class
Magnus Manske [Thu, 21 Apr 2005 11:28:56 +0000 (11:28 +0000)]
Moving EXIF data retrieval to Image class

19 years agoSpecial:Debug hasn't been active in a while and was long deprecated and not
Brion Vibber [Thu, 21 Apr 2005 10:20:26 +0000 (10:20 +0000)]
Special:Debug hasn't been active in a while and was long deprecated and not
usable on a default install. Removing. (It's just a phpinfo() wrapper
anyway.)

19 years agosnip redundant line
Brion Vibber [Thu, 21 Apr 2005 09:43:09 +0000 (09:43 +0000)]
snip redundant line

19 years ago* Fixed a typo
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 09:34:47 +0000 (09:34 +0000)]
* Fixed a typo

19 years agoAdding patched EXIF data display on image page, based on include file by Vinay Yadav
Magnus Manske [Thu, 21 Apr 2005 09:23:34 +0000 (09:23 +0000)]
Adding patched EXIF data display on image page, based on include file by Vinay Yadav

19 years ago* (bug 1163) Special:Undelete showed oldest revision instead of newest
Brion Vibber [Thu, 21 Apr 2005 07:26:52 +0000 (07:26 +0000)]
* (bug 1163) Special:Undelete showed oldest revision instead of newest
Patch from bug with slight modification (include the limit; if there are
many we only want one here)

19 years ago* (bug 1931) cleanup, removing unused code and variables.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 06:30:48 +0000 (06:30 +0000)]
* (bug 1931) cleanup, removing unused code and variables.

19 years ago* (bug 1636) Refs like ţ were misinterpreted as octal in some places
Brion Vibber [Thu, 21 Apr 2005 06:20:10 +0000 (06:20 +0000)]
* (bug 1636) Refs like ţ were misinterpreted as octal in some places

19 years agoCorrect test for 1636, mark ISBN 1937 pb
Brion Vibber [Thu, 21 Apr 2005 06:18:07 +0000 (06:18 +0000)]
Correct test for 1636, mark ISBN 1937 pb

19 years agoTest case for bug 1636
Brion Vibber [Thu, 21 Apr 2005 06:04:19 +0000 (06:04 +0000)]
Test case for bug 1636

19 years ago* Adding a PMID test, currently fails (unless we like to strip _ from urls in title="")
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 04:01:49 +0000 (04:01 +0000)]
* Adding a PMID test, currently fails (unless we like to strip _ from urls in title="")

19 years agoUsing sprintf "%.2f" to output the final percentage
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 03:59:26 +0000 (03:59 +0000)]
Using sprintf "%.2f" to output the final percentage

19 years ago* Cleaned up
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 03:58:10 +0000 (03:58 +0000)]
* Cleaned up

19 years ago* Fixing a bug that happened with a certain mix of namespace and invert options.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 03:56:05 +0000 (03:56 +0000)]
* Fixing a bug that happened with a certain mix of namespace and invert options.

19 years agoFix my last broken fix (that caused bug 1899)
Zheng Zhu [Thu, 21 Apr 2005 03:22:40 +0000 (03:22 +0000)]
Fix my last broken fix (that caused bug 1899)

19 years agoTidy's & normalization is kind of weird and doesn't always act the way we
Brion Vibber [Thu, 21 Apr 2005 01:33:32 +0000 (01:33 +0000)]
Tidy's & normalization is kind of weird and doesn't always act the way we
want. Run the same amp cleanup whether we're using tidy or not.

19 years agoFix handling of valueless attributes
Brion Vibber [Thu, 21 Apr 2005 01:15:43 +0000 (01:15 +0000)]
Fix handling of valueless attributes

19 years agoBypass conversion if the page being displayed is the conversion table
Zheng Zhu [Thu, 21 Apr 2005 00:38:32 +0000 (00:38 +0000)]
Bypass conversion if the page being displayed is the conversion table

19 years ago* These the expected output for two tests was incorrect, not the parser.
Ævar Arnfjörð Bjarmason [Wed, 20 Apr 2005 23:13:08 +0000 (23:13 +0000)]
* These the expected output for two tests was incorrect, not the parser.

19 years ago* (bug 1188, bug 1936) Only run strip and sanitize on templates for
Brion Vibber [Wed, 20 Apr 2005 22:55:49 +0000 (22:55 +0000)]
* (bug 1188, bug 1936) Only run strip and sanitize on templates for
  final output, not on save-time subst: transformations.

Fixes tests:
Running test pre-save transform: nowiki in subst (bug 1188)... PASSED
Running test pre-save transform: comment in subst (bug 1936)... PASSED

19 years agoAdd another test case to make sure subst fixes don't break template safety
Brion Vibber [Wed, 20 Apr 2005 22:37:15 +0000 (22:37 +0000)]
Add another test case to make sure subst fixes don't break template safety

19 years agoAdd test cases for bug 1188 and bug 1936: subst problems
Brion Vibber [Wed, 20 Apr 2005 22:09:28 +0000 (22:09 +0000)]
Add test cases for bug 1188 and bug 1936: subst problems

19 years ago* Use in-process Tidy extension if available when $wgUseTidy is on
Brion Vibber [Wed, 20 Apr 2005 21:58:57 +0000 (21:58 +0000)]
* Use in-process Tidy extension if available when $wgUseTidy is on
It seems I forgot to commit this last night. Whoops!

19 years agoFix
Jens Frank [Wed, 20 Apr 2005 19:40:13 +0000 (19:40 +0000)]
Fix
Function: Revision::fetchRow
Error: 1054 Unknown column 'rev_deleted' in 'field list' (localhost)
in installer.

19 years agoRevert.
Jens Frank [Wed, 20 Apr 2005 19:18:48 +0000 (19:18 +0000)]
Revert.

19 years agoAdd rev_text_id during upgrade from 1.4 before calling Revision::fetchRow() for the...
Jens Frank [Wed, 20 Apr 2005 19:17:21 +0000 (19:17 +0000)]
Add rev_text_id during upgrade from 1.4 before calling Revision::fetchRow() for the first time

19 years agoSetup.php-DateFormatter was using a lot of CPU time on the live site. Moved it to...
Tim Starling [Wed, 20 Apr 2005 15:42:08 +0000 (15:42 +0000)]
Setup.php-DateFormatter was using a lot of CPU time on the live site. Moved it to on-demand initialisation, with memcached assistance.

19 years ago* (bug 1933) Fix PATH_INFO usage under IIS with PHP ISAPI module
Brion Vibber [Wed, 20 Apr 2005 10:41:52 +0000 (10:41 +0000)]
* (bug 1933) Fix PATH_INFO usage under IIS with PHP ISAPI module

19 years ago* Quickbar settings => Quickbar
Ævar Arnfjörð Bjarmason [Wed, 20 Apr 2005 07:20:31 +0000 (07:20 +0000)]
* Quickbar settings => Quickbar

19 years ago* formatNum is no longer optional
Ævar Arnfjörð Bjarmason [Wed, 20 Apr 2005 07:16:08 +0000 (07:16 +0000)]
* formatNum is no longer optional
* Cleanup

19 years agoTypo
Jens Frank [Wed, 20 Apr 2005 06:05:16 +0000 (06:05 +0000)]
Typo

19 years ago* Using a real JPEG file as our image testcase (skins/monobook/headbg.jpg)
Ævar Arnfjörð Bjarmason [Wed, 20 Apr 2005 03:28:10 +0000 (03:28 +0000)]
* Using a real JPEG file as our image testcase (skins/monobook/headbg.jpg)

19 years ago- Added general interface for handling special flags for manual conversions
Zheng Zhu [Wed, 20 Apr 2005 02:33:04 +0000 (02:33 +0000)]
- Added general interface for handling special flags for manual conversions
- Initial attempt to skip html stuff when converting, so that Latin related conversion can work properly
- Single out code for parsing the manual rules as a method so that different converters can override the way the parsing is done.

19 years agoInsert an image table row for the test image
Brion Vibber [Wed, 20 Apr 2005 02:27:59 +0000 (02:27 +0000)]
Insert an image table row for the test image

19 years ago* (bug 1927) Incorrect escaping on wikitext message in Blockip
Brion Vibber [Tue, 19 Apr 2005 20:30:07 +0000 (20:30 +0000)]
* (bug 1927) Incorrect escaping on wikitext message in Blockip

19 years ago* (bug 1300) patch from Michael Keppler to make the regexp eat across newlines.
Ævar Arnfjörð Bjarmason [Tue, 19 Apr 2005 17:19:52 +0000 (17:19 +0000)]
* (bug 1300) patch from Michael Keppler to make the regexp eat across newlines.

19 years agoAdd external repositories support for Revision, would
Domas Mituzas [Mon, 18 Apr 2005 17:21:27 +0000 (17:21 +0000)]
Add external repositories support for Revision, would
follow url if flag on text set, allows pluggable storage
modules and migration from databases to somewhere
else (huh, other databases ;-)

19 years agoLessons learnt from installing MediaWiki with safe_mode, especially support for uploa...
Tim Starling [Mon, 18 Apr 2005 14:37:43 +0000 (14:37 +0000)]
Lessons learnt from installing MediaWiki with safe_mode, especially support for uploads in such an environment.

19 years agoFixed obvious bug
Tim Starling [Mon, 18 Apr 2005 14:20:42 +0000 (14:20 +0000)]
Fixed obvious bug

19 years ago* (bug 1107) Work around includes problem when parent dir is not readable
Brion Vibber [Sun, 17 Apr 2005 23:21:46 +0000 (23:21 +0000)]
* (bug 1107) Work around includes problem when parent dir is not readable

19 years ago* Cleanup.
Ævar Arnfjörð Bjarmason [Sun, 17 Apr 2005 20:57:27 +0000 (20:57 +0000)]
* Cleanup.

19 years ago* (bug 1910) Localized all the namespaces for Georgian.
Ævar Arnfjörð Bjarmason [Sun, 17 Apr 2005 20:50:32 +0000 (20:50 +0000)]
* (bug 1910) Localized all the namespaces for Georgian.

19 years ago* When an image is changed, invalidate pages that use it.
Tim Starling [Sun, 17 Apr 2005 08:30:15 +0000 (08:30 +0000)]
* When an image is changed, invalidate pages that use it.
* Introduced image "broken links" allowing the user to quickly upload an image with that name
* "Upload a new version of this image" link from the image description page

19 years agoDon't use the parser cache for non-existent articles
Tim Starling [Sun, 17 Apr 2005 08:08:13 +0000 (08:08 +0000)]
Don't use the parser cache for non-existent articles

19 years ago* (bug 510): Special:Randompage now works for other namespaces than NS_MAIN.
Ævar Arnfjörð Bjarmason [Sat, 16 Apr 2005 23:58:15 +0000 (23:58 +0000)]
* (bug 510): Special:Randompage now works for other namespaces than NS_MAIN.

19 years ago* (bug 510) added the ability to do Special:Randompage/Namespace to get a
Ævar Arnfjörð Bjarmason [Sat, 16 Apr 2005 23:51:42 +0000 (23:51 +0000)]
* (bug 510) added the ability to do Special:Randompage/Namespace to get a
  random page from that namespace.

19 years ago* (bug 1352) Images on description pages now get thumbnailed regardless of
Ævar Arnfjörð Bjarmason [Sat, 16 Apr 2005 19:07:47 +0000 (19:07 +0000)]
* (bug 1352) Images on description pages now get thumbnailed regardless of
  whether the thumbnail is larger than the original.

19 years ago* (bug 1105)
Ævar Arnfjörð Bjarmason [Sat, 16 Apr 2005 17:40:40 +0000 (17:40 +0000)]
* (bug 1105)

19 years agoFeature: user can specify upload destination name, separately from source name. JavaS...
Tim Starling [Sat, 16 Apr 2005 17:17:18 +0000 (17:17 +0000)]
Feature: user can specify upload destination name, separately from source name. JavaScript fills in the default destination, a blank destination also uses the default for the convenience of non-JS users. Also fixed a bug caused by the stat cache.

19 years agoConversion from 1.4 schema, zero downtime
Tim Starling [Sat, 16 Apr 2005 12:19:29 +0000 (12:19 +0000)]
Conversion from 1.4 schema, zero downtime

19 years agoSupport for non-standard commons configurations
Tim Starling [Sat, 16 Apr 2005 11:28:15 +0000 (11:28 +0000)]
Support for non-standard commons configurations

19 years agoFixed various bugs with new image code, changed thumbnail paths as per JeLuF's sugge...
Tim Starling [Sat, 16 Apr 2005 11:05:41 +0000 (11:05 +0000)]
Fixed various bugs with new image code, changed thumbnail paths as per  JeLuF's suggestion

19 years agoFixed some obvious bugs with the new code and implemented If-Modified-Since handling
Tim Starling [Sat, 16 Apr 2005 05:48:21 +0000 (05:48 +0000)]
Fixed some obvious bugs with the new code and implemented If-Modified-Since handling

19 years agoOptional thumbnail generation by client request, using thumb.php. This removes any...
Tim Starling [Sat, 16 Apr 2005 04:33:34 +0000 (04:33 +0000)]
Optional thumbnail generation by client request, using thumb.php. This removes any need for access to image files on page view. Experimental, some aspects still haven't been tested.

19 years agoStub Georgian language file; category namespace name only.
Brion Vibber [Sat, 16 Apr 2005 00:58:15 +0000 (00:58 +0000)]
Stub Georgian language file; category namespace name only.

19 years ago* Apparently version 4 exists as well, attempting to catch it..
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 22:03:11 +0000 (22:03 +0000)]
* Apparently version 4 exists as well, attempting to catch it..

19 years ago* Improved the $wgBrowserBlackList regex for IE on OS9, and commented.
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 21:54:45 +0000 (21:54 +0000)]
* Improved the $wgBrowserBlackList regex for IE on OS9, and commented.

19 years ago(bug 1849) New option allows to consider categorized images as used on Special:Unused...
Jens Frank [Fri, 15 Apr 2005 21:49:21 +0000 (21:49 +0000)]
(bug 1849) New option allows to consider categorized images as used on Special:Unusedimages

19 years ago* Adding MSIE for Mac OS <10 to wgBrowserBlacklist, see: http://en.wikipedia.org...
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 20:42:34 +0000 (20:42 +0000)]
* Adding MSIE for Mac OS <10 to wgBrowserBlacklist, see: en.wikipedia.org/wiki/Template%3AOS9 and http://en.wikipedia.org/w/index.php?title=User%3A%C6var_Arnfj%F6r%F0_Bjarmason%2Ftestme&diff=12356041&oldid=12355864

19 years ago* Documentation and minor cleanup.
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 18:37:39 +0000 (18:37 +0000)]
* Documentation and minor cleanup.

19 years agoadded missing return, and one more FIXME note.
Zheng Zhu [Fri, 15 Apr 2005 14:40:11 +0000 (14:40 +0000)]
added missing return, and one more FIXME note.

19 years ago* Fixed up metadata
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 14:21:56 +0000 (14:21 +0000)]
* Fixed up metadata

19 years agoCode refactoring for the language conversion system:
Zheng Zhu [Fri, 15 Apr 2005 14:12:39 +0000 (14:12 +0000)]
Code refactoring for the language conversion system:
- Moved general conversion code from LanguageZh.php to LanguageConverter.php (new file);
- Add fake LanguageConverter object to the main language object. Languages that need real conversion functionality should implement their own converter object derived from LanguageConverter;
- As an example, LanguageZh.php now implements the conversion through the converter object.

19 years ago* (bug 1897) The native name for Javanese (jv) changed from "Bahasa Jawa" to "Basa...
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 13:46:08 +0000 (13:46 +0000)]
* (bug 1897) The native name for Javanese (jv) changed from "Bahasa Jawa" to "Basa Jawa".