lhc/web/wiklou.git
18 years agoRemoving a Hebrew alias of #REDIRECT which is a spelling mistake.
Rotem Liss [Sat, 1 Jul 2006 17:48:56 +0000 (17:48 +0000)]
Removing a Hebrew alias of #REDIRECT which is a spelling mistake.

18 years ago* (bug 502) Avoid silly tabs on bad title by using virtual special page
Brion Vibber [Sat, 1 Jul 2006 17:08:51 +0000 (17:08 +0000)]
* (bug 502) Avoid silly tabs on bad title by using virtual special page
patch by Ilmari Karonen
http://bugzilla.wikimedia.org/attachment.cgi?id=2034

18 years ago* Restructured
Niklas Laxström [Sat, 1 Jul 2006 13:39:06 +0000 (13:39 +0000)]
* Restructured

18 years ago* Restructured
Niklas Laxström [Sat, 1 Jul 2006 13:32:32 +0000 (13:32 +0000)]
* Restructured

18 years ago* Restructured
Niklas Laxström [Sat, 1 Jul 2006 13:25:41 +0000 (13:25 +0000)]
* Restructured

18 years ago* Restructured
Niklas Laxström [Sat, 1 Jul 2006 13:15:42 +0000 (13:15 +0000)]
* Restructured

18 years ago* Restructured
Niklas Laxström [Sat, 1 Jul 2006 13:09:57 +0000 (13:09 +0000)]
* Restructured

18 years ago* Restructured
Niklas Laxström [Sat, 1 Jul 2006 13:03:39 +0000 (13:03 +0000)]
* Restructured

18 years ago* Restructured
Niklas Laxström [Sat, 1 Jul 2006 13:02:29 +0000 (13:02 +0000)]
* Restructured

18 years agoAlso checking if the user can create the page if not exist, not only if he can edit...
Rotem Liss [Sat, 1 Jul 2006 12:07:47 +0000 (12:07 +0000)]
Also checking if the user can create the page if not exist, not only if he can edit it, to decide if we should show 'edit' or 'view source'.

18 years agoFixing a wrongly-used private function (Title::userCan).
Rotem Liss [Sat, 1 Jul 2006 10:54:31 +0000 (10:54 +0000)]
Fixing a wrongly-used private function (Title::userCan).

18 years agoRemoving the additional protection of the system messages in maintenance/InitialiseMe...
Rotem Liss [Sat, 1 Jul 2006 10:22:09 +0000 (10:22 +0000)]
Removing the additional protection of the system messages in maintenance/InitialiseMessages.inc. The system messages are already protected using the permission "editinterface", which protects the whole MediaWiki namespace, and they require no additional protection. If we want that regular users will be able to edit the messages, for example, we are currently required to grant them the both permissions "editinterface" and "protect".

From now on, after adding new messages to MediaWiki namespace using the script, the protection level is not set, and the messages are editable only by the users which have the permission "editinterface", regardless the permission "protect" (which should be used for other purposes - protecting pages, and editing protected pages - not for editing system messages). This will separate the permissions, and won't require us to grant the permission "protect" in order to make the "editinterface" permission functional.

18 years ago(bug 6506) Update to German localisation (de)
Rotem Liss [Sat, 1 Jul 2006 09:39:23 +0000 (09:39 +0000)]
(bug 6506) Update to German localisation (de)

18 years agoFinally adding EXIF tags to Hebrew translation.
Rotem Liss [Sat, 1 Jul 2006 09:29:37 +0000 (09:29 +0000)]
Finally adding EXIF tags to Hebrew translation.

18 years agoExperimental: use absolute paths in require_once
Tim Starling [Sat, 1 Jul 2006 07:22:59 +0000 (07:22 +0000)]
Experimental: use absolute paths in require_once

18 years ago* Add target namespace override selector for transwiki imports.
Brion Vibber [Sat, 1 Jul 2006 07:00:49 +0000 (07:00 +0000)]
* Add target namespace override selector for transwiki imports.
  $wgImportTargetNamespace specifies the default, to be used for
  Wiktionary's 'Transwiki:' namespace etc.
Note that the pageOutCallback changed on WikiImporter. Not used externally yet, hopefully

18 years ago* Some updates
Niklas Laxström [Fri, 30 Jun 2006 22:57:27 +0000 (22:57 +0000)]
* Some updates

18 years agoExtension messages translation is now possible.
Rotem Liss [Fri, 30 Jun 2006 20:46:54 +0000 (20:46 +0000)]
Extension messages translation is now possible.

18 years ago* Restructured
Niklas Laxström [Fri, 30 Jun 2006 20:07:09 +0000 (20:07 +0000)]
* Restructured

18 years ago* (bug 6485) Update to Indonesian translation (id) #24
Niklas Laxström [Fri, 30 Jun 2006 19:55:16 +0000 (19:55 +0000)]
* (bug 6485) Update to Indonesian translation (id) #24

18 years ago* (bug 6498) Use localized forms for image size in Special:Undelete
Brion Vibber [Fri, 30 Jun 2006 19:03:36 +0000 (19:03 +0000)]
* (bug 6498) Use localized forms for image size in Special:Undelete

18 years ago* (bug 6497) Use $wgMetaNamespaceTalk for Esperanto if set
Brion Vibber [Fri, 30 Jun 2006 18:28:08 +0000 (18:28 +0000)]
* (bug 6497) Use $wgMetaNamespaceTalk for Esperanto if set

18 years agodidn't get around to this before since it was PHP 4.3+ only...
Brion Vibber [Fri, 30 Jun 2006 17:21:29 +0000 (17:21 +0000)]
didn't get around to this before since it was PHP 4.3+ only...
* Use mysql_real_escape_string instead of addslashes for string escaping in
  the MySQL Database class. This may fix some rare breakage with binary fields.
  Note that MediaWiki does not support the multibyte character sets where a
  "dumb" byte replacement can be actively dangerous; UTF-8 is always safe
  in this regard due to the bit patterns which make head and tail bytes
  distinct.

18 years ago* Fix and export namespaces
Niklas Laxström [Fri, 30 Jun 2006 12:26:50 +0000 (12:26 +0000)]
* Fix and export namespaces

18 years agoRevert accidental commit of experimentation
Rob Church [Fri, 30 Jun 2006 09:15:41 +0000 (09:15 +0000)]
Revert accidental commit of experimentation

18 years ago(bug 6493) Preserve language selections in the mode switch link on Special:Userlogin
Rob Church [Fri, 30 Jun 2006 09:13:53 +0000 (09:13 +0000)]
(bug 6493) Preserve language selections in the mode switch link on Special:Userlogin

18 years ago* Fix potential PHP notice in Special:Blockme when $wgBlockOpenProxies is true
Rob Church [Fri, 30 Jun 2006 08:34:21 +0000 (08:34 +0000)]
* Fix potential PHP notice in Special:Blockme when $wgBlockOpenProxies is true

18 years ago* (bug 6488) Show relevant log fragment in Special:Movepage
Rob Church [Fri, 30 Jun 2006 08:27:46 +0000 (08:27 +0000)]
* (bug 6488) Show relevant log fragment in Special:Movepage

18 years ago* (bug 6491) Apply bad image list in category galleries
Brion Vibber [Thu, 29 Jun 2006 23:54:01 +0000 (23:54 +0000)]
* (bug 6491) Apply bad image list in category galleries
Patch from Ilmari Karonen
http://bugzilla.wikimedia.org/attachment.cgi?id=2024

18 years agoGallery code cleanup patch by Ilmari Karonen
Brion Vibber [Thu, 29 Jun 2006 23:27:13 +0000 (23:27 +0000)]
Gallery code cleanup patch by Ilmari Karonen
http://bugzilla.wikimedia.org/attachment.cgi?id=2028&action=view

18 years ago* Added Javanese localization (jv)
Niklas Laxström [Thu, 29 Jun 2006 21:33:41 +0000 (21:33 +0000)]
* Added Javanese localization (jv)
* Thanks to Borgx and Meursault2004

18 years ago* ChangesList assumes rc_bot exists
Niklas Laxström [Thu, 29 Jun 2006 19:56:32 +0000 (19:56 +0000)]
* ChangesList assumes rc_bot exists

18 years agoRemove no longer needed schema setting.
Greg Sabino Mullane [Thu, 29 Jun 2006 17:25:17 +0000 (17:25 +0000)]
Remove no longer needed schema setting.

18 years agoPull wgDBschema: not needed as a configuration param any more.
Greg Sabino Mullane [Thu, 29 Jun 2006 17:24:41 +0000 (17:24 +0000)]
Pull wgDBschema: not needed as a configuration param any more.

18 years agoAdd tsearch2 schema setting stuff.
Greg Sabino Mullane [Thu, 29 Jun 2006 17:24:04 +0000 (17:24 +0000)]
Add tsearch2 schema setting stuff.
Give tableExists an optional schema argument.

18 years agoRemove DBschema - too confusing with other uses of "schema"
Greg Sabino Mullane [Thu, 29 Jun 2006 17:23:30 +0000 (17:23 +0000)]
Remove DBschema - too confusing with other uses of "schema"
Add ts2schema and mwschema for postgres, config only: the user will absorb them

18 years agoAdd newline to end.
Greg Sabino Mullane [Thu, 29 Jun 2006 17:22:00 +0000 (17:22 +0000)]
Add newline to end.

18 years ago* Removed references to Project:protected page from default messages
Niklas Laxström [Thu, 29 Jun 2006 14:15:12 +0000 (14:15 +0000)]
* Removed references to Project:protected page from default messages

18 years ago* Added formatnum magic word
Niklas Laxström [Thu, 29 Jun 2006 13:37:06 +0000 (13:37 +0000)]
* Added formatnum magic word

18 years ago* (bug 6489) Use appropriate link colour on Special:Shortpages
Rob Church [Thu, 29 Jun 2006 13:28:19 +0000 (13:28 +0000)]
* (bug 6489) Use appropriate link colour on Special:Shortpages

18 years ago* Really support plural in imagelisttext
Niklas Laxström [Thu, 29 Jun 2006 12:51:28 +0000 (12:51 +0000)]
* Really support plural in imagelisttext

18 years agoUpdate.
Rotem Liss [Thu, 29 Jun 2006 11:04:12 +0000 (11:04 +0000)]
Update.

18 years agoForce early binding of SpecialPage descendants.
Tim Starling [Thu, 29 Jun 2006 08:26:30 +0000 (08:26 +0000)]
Force early binding of SpecialPage descendants.

18 years agoMake sure search_path mojo only performed once.
Greg Sabino Mullane [Thu, 29 Jun 2006 01:55:52 +0000 (01:55 +0000)]
Make sure search_path mojo only performed once.
Add temporary commit() method.
Add limitResultForUpdate method (does nothing).
Add update_interwiki method to parse interwiki.sql file.

18 years agoMake do_all_updates mysql only.
Greg Sabino Mullane [Thu, 29 Jun 2006 01:47:57 +0000 (01:47 +0000)]
Make do_all_updates mysql only.
Write wgDBport to config file.

18 years agoAdd searchindex table back in, lots of reformatting.
Greg Sabino Mullane [Thu, 29 Jun 2006 01:44:12 +0000 (01:44 +0000)]
Add searchindex table back in, lots of reformatting.

18 years ago* (bug 6006) Allow hiding the password change fields using an authentication plugin
Rob Church [Thu, 29 Jun 2006 00:57:56 +0000 (00:57 +0000)]
* (bug 6006) Allow hiding the password change fields using an authentication plugin

18 years ago* (bug 6201) Treat spaces as underscores in parameters to {{ns:}}
Rob Church [Thu, 29 Jun 2006 00:36:01 +0000 (00:36 +0000)]
* (bug 6201) Treat spaces as underscores in parameters to {{ns:}}

18 years ago* (bug 6484) Don't do message transformations when preloading messages for editing
Rob Church [Thu, 29 Jun 2006 00:18:30 +0000 (00:18 +0000)]
* (bug 6484) Don't do message transformations when preloading messages for editing

18 years agoUse {{plural}} in imagelisttext
Rob Church [Thu, 29 Jun 2006 00:05:02 +0000 (00:05 +0000)]
Use {{plural}} in imagelisttext

18 years ago* (bug 6461) Link to page histories in Special:Newpages
Rob Church [Wed, 28 Jun 2006 23:54:29 +0000 (23:54 +0000)]
* (bug 6461) Link to page histories in Special:Newpages
* Clean up this code, it's fucking disgusting :)

18 years ago* (bug 6480) Updates to German localisation
Rob Church [Wed, 28 Jun 2006 23:27:51 +0000 (23:27 +0000)]
* (bug 6480) Updates to German localisation

18 years ago* (bug 6479) Allow specification of the skin to use during HTML dumps
Rob Church [Wed, 28 Jun 2006 20:35:16 +0000 (20:35 +0000)]
* (bug 6479) Allow specification of the skin to use during HTML dumps

18 years ago* Allow page moves over historyless self-redirects. Such are usually created
Brion Vibber [Wed, 28 Jun 2006 20:31:04 +0000 (20:31 +0000)]
* Allow page moves over historyless self-redirects. Such are usually created
  as part of namespace rearrangements, and it's easier to clean them up if
  we can move over them.
* Show some error results in moveBatch.php

18 years ago* Restructured
Niklas Laxström [Wed, 28 Jun 2006 20:18:29 +0000 (20:18 +0000)]
* Restructured

18 years ago* Change to use $dbr->getProperty()
Rob Church [Wed, 28 Jun 2006 19:58:11 +0000 (19:58 +0000)]
* Change to use $dbr->getProperty()

18 years ago* Restructured
Niklas Laxström [Wed, 28 Jun 2006 19:52:31 +0000 (19:52 +0000)]
* Restructured

18 years ago* Update to Macedonian translation (mk)
Niklas Laxström [Wed, 28 Jun 2006 19:47:04 +0000 (19:47 +0000)]
* Update to Macedonian translation (mk)
* Thanks to Misos

18 years ago* (bug 6472) Fix regression in Special:Export with multiple pages
Brion Vibber [Wed, 28 Jun 2006 19:45:41 +0000 (19:45 +0000)]
* (bug 6472) Fix regression in Special:Export with multiple pages

18 years ago* Restructured
Niklas Laxström [Wed, 28 Jun 2006 19:45:38 +0000 (19:45 +0000)]
* Restructured

18 years ago* Small updates Croatian translation (hr)
Niklas Laxström [Wed, 28 Jun 2006 19:40:26 +0000 (19:40 +0000)]
* Small updates Croatian translation (hr)

18 years agoAllow use of arbitrray prefix *and* dest namespace key
Brion Vibber [Wed, 28 Jun 2006 19:15:32 +0000 (19:15 +0000)]
Allow use of arbitrray prefix *and* dest namespace key

18 years agoRemove hard-coded SCHEMA stuff, now set in the config at user level.
Greg Sabino Mullane [Wed, 28 Jun 2006 18:06:34 +0000 (18:06 +0000)]
Remove hard-coded SCHEMA stuff, now set in the config at user level.

18 years agoRemove __construct call
Greg Sabino Mullane [Wed, 28 Jun 2006 18:05:08 +0000 (18:05 +0000)]
Remove __construct call
Add in global port check for connect
Bump error level up
Setup initial search_path for user on setup
Fix tableExists, schemaExists, tableName, and fieldExists methods
Drop setSchema()

18 years agoAdd port number, change comment
Greg Sabino Mullane [Wed, 28 Jun 2006 17:58:11 +0000 (17:58 +0000)]
Add port number, change comment

18 years agoMake DBport global, restrict user creation and grants to mysql for now.
Greg Sabino Mullane [Wed, 28 Jun 2006 17:56:27 +0000 (17:56 +0000)]
Make DBport global, restrict user creation and grants to mysql for now.

18 years agoRemove deprecated validate table.
Greg Sabino Mullane [Wed, 28 Jun 2006 17:52:11 +0000 (17:52 +0000)]
Remove deprecated validate table.

18 years ago* Added Latvian localization (lv)
Niklas Laxström [Wed, 28 Jun 2006 16:49:31 +0000 (16:49 +0000)]
* Added Latvian localization (lv)
* Thanks to yyy and Knakts

18 years ago* (bug 3278) Paging links in Special:Prefixindex
Rob Church [Wed, 28 Jun 2006 15:45:50 +0000 (15:45 +0000)]
* (bug 3278) Paging links in Special:Prefixindex

18 years ago* Updates.
Rotem Liss [Wed, 28 Jun 2006 15:15:00 +0000 (15:15 +0000)]
* Updates.
* Fixing "loginreqlink".

18 years ago* Show a more specific message when an anonymous user tries to access Special:Watchlist
Rob Church [Wed, 28 Jun 2006 15:09:21 +0000 (15:09 +0000)]
* Show a more specific message when an anonymous user tries to access Special:Watchlist
* Tweak the default watchlist subtitle text

18 years agoLocalisation of some English hard-coded error messages in Special:Import.
Rotem Liss [Wed, 28 Jun 2006 12:15:51 +0000 (12:15 +0000)]
Localisation of some English hard-coded error messages in Special:Import.

18 years agoMessages of importing.
Rotem Liss [Wed, 28 Jun 2006 11:57:55 +0000 (11:57 +0000)]
Messages of importing.

18 years agoAdd DBschema to output, change exit to proper dieout() call
Greg Sabino Mullane [Wed, 28 Jun 2006 02:41:02 +0000 (02:41 +0000)]
Add DBschema to output, change exit to proper dieout() call

18 years ago* Update to Korean translation (ko)
Niklas Laxström [Wed, 28 Jun 2006 00:33:10 +0000 (00:33 +0000)]
* Update to Korean translation (ko)
* Thanks to Klutzy and PuzzletChung

18 years agoRemove useless reference markers which aren't used anyway
Brion Vibber [Tue, 27 Jun 2006 22:55:15 +0000 (22:55 +0000)]
Remove useless reference markers which aren't used anyway

18 years ago* Save null edit when importing pages through Special:Import
Brion Vibber [Tue, 27 Jun 2006 22:45:40 +0000 (22:45 +0000)]
* Save null edit when importing pages through Special:Import

18 years ago* Allow fetching all revisions from transwiki Special:Import
Brion Vibber [Tue, 27 Jun 2006 21:48:43 +0000 (21:48 +0000)]
* Allow fetching all revisions from transwiki Special:Import
* Allow fetching all revisions from Special:Export GET request
* Disable output buffering on Special:Export; should help with streaming
  large numbers of history items.
* Allow setting a maximum number of revisions for history Special:Export;
  pages with more than $wgExportMaxHistory revisions are excluded from
  export when history is requested.
* Fix transwiki import of pages with space in name

18 years agoAdd table "filearchive"
Greg Sabino Mullane [Tue, 27 Jun 2006 20:54:40 +0000 (20:54 +0000)]
Add table "filearchive"

18 years agoReminder about hard-coded schema
Greg Sabino Mullane [Tue, 27 Jun 2006 20:17:26 +0000 (20:17 +0000)]
Reminder about hard-coded schema

18 years ago* (bug 2482) Log and RC entries for Special:Import events
Brion Vibber [Tue, 27 Jun 2006 20:12:18 +0000 (20:12 +0000)]
* (bug 2482) Log and RC entries for Special:Import events

18 years ago* (bug 2481) List imported pages during Special:Import
Brion Vibber [Tue, 27 Jun 2006 19:32:32 +0000 (19:32 +0000)]
* (bug 2481) List imported pages during Special:Import

18 years ago* (bug 2483) Run link updates on change via XML import
Brion Vibber [Tue, 27 Jun 2006 19:07:24 +0000 (19:07 +0000)]
* (bug 2483) Run link updates on change via XML import

18 years agoAdd tableExists and fieldExists methods
Greg Sabino Mullane [Tue, 27 Jun 2006 17:06:36 +0000 (17:06 +0000)]
Add tableExists and fieldExists methods

18 years agoRevert to r15092; massive breakage, unable to connect to MySQL at all
Brion Vibber [Tue, 27 Jun 2006 16:11:47 +0000 (16:11 +0000)]
Revert to r15092; massive breakage, unable to connect to MySQL at all

18 years agoAdd concept of a distinct port separate from a server.
Greg Sabino Mullane [Tue, 27 Jun 2006 15:37:35 +0000 (15:37 +0000)]
Add concept of a distinct port separate from a server.
Add some functions to DatabasePostgres.php.

18 years agoFinal "postgres" name changes.
Greg Sabino Mullane [Tue, 27 Jun 2006 15:09:50 +0000 (15:09 +0000)]
Final "postgres" name changes.

18 years agoStandardize name to simply "postgres"
Greg Sabino Mullane [Tue, 27 Jun 2006 15:08:08 +0000 (15:08 +0000)]
Standardize name to simply "postgres"

18 years agoAbstract database installation details as much as possible.
Greg Sabino Mullane [Tue, 27 Jun 2006 14:18:00 +0000 (14:18 +0000)]
Abstract database installation details as much as possible.
Rewrite database detection system.
Break configuration into database-specific parts.

18 years agoMove database checks toconfig/index.php
Greg Sabino Mullane [Tue, 27 Jun 2006 14:16:21 +0000 (14:16 +0000)]
Move database checks toconfig/index.php

18 years ago(bug 6462) Use "e.g." not "i.e."
Rob Church [Tue, 27 Jun 2006 14:02:34 +0000 (14:02 +0000)]
(bug 6462) Use "e.g." not "i.e."

18 years ago* dumpBackup can optionally compress via dbzip2
Brion Vibber [Tue, 27 Jun 2006 04:42:53 +0000 (04:42 +0000)]
* dumpBackup can optionally compress via dbzip2

18 years agoFix last_error for connection case, change Database to __construct
Greg Sabino Mullane [Tue, 27 Jun 2006 00:53:46 +0000 (00:53 +0000)]
Fix last_error for connection case, change Database to __construct

18 years agoRename to match other db files.
Greg Sabino Mullane [Mon, 26 Jun 2006 23:56:47 +0000 (23:56 +0000)]
Rename to match other db files.

18 years agoBegin cleaning up some of the PG naming.
Greg Sabino Mullane [Mon, 26 Jun 2006 23:38:50 +0000 (23:38 +0000)]
Begin cleaning up some of the PG naming.

18 years agoTry language dir in two places, as sometimes we are not called from "config".
Greg Sabino Mullane [Mon, 26 Jun 2006 23:21:15 +0000 (23:21 +0000)]
Try language dir in two places, as sometimes we are not called from "config".
Fixes bug 5417.

18 years ago* Fixes by Zeip reported in bug 6443 and one additional typofix
Niklas Laxström [Mon, 26 Jun 2006 23:19:03 +0000 (23:19 +0000)]
* Fixes by Zeip reported in bug 6443 and one additional typofix

18 years ago* Update to Piedmontese localization (pms)
Niklas Laxström [Mon, 26 Jun 2006 22:40:12 +0000 (22:40 +0000)]
* Update to Piedmontese localization (pms)
* Thanks to bertodsera (Bèrto 'd Sèra)

18 years ago(bug 6450) Update path to interface images in images/README
Rob Church [Mon, 26 Jun 2006 16:52:04 +0000 (16:52 +0000)]
(bug 6450) Update path to interface images in images/README

18 years agoDocumentation file about the magic words.
Rotem Liss [Mon, 26 Jun 2006 16:05:38 +0000 (16:05 +0000)]
Documentation file about the magic words.