lhc/web/wiklou.git
17 years ago* Add IPv6 support
Aaron Schulz [Mon, 12 Mar 2007 07:01:27 +0000 (07:01 +0000)]
* Add IPv6 support

17 years ago* Add isIPAddress() for IPs/networks, fix a bit bug
Aaron Schulz [Mon, 12 Mar 2007 06:06:32 +0000 (06:06 +0000)]
* Add isIPAddress() for IPs/networks, fix a bit bug

17 years ago* Add IPv6 functions, fix explicit ranges
Aaron Schulz [Mon, 12 Mar 2007 02:43:26 +0000 (02:43 +0000)]
* Add IPv6 functions, fix explicit ranges

17 years agouse INSERT...RETURNING INTO to insert blobs
River Tarnell [Sun, 11 Mar 2007 21:44:38 +0000 (21:44 +0000)]
use INSERT...RETURNING INTO to insert blobs

17 years agoset $NLS_LANG before connecting so Oracle knows we're using UTF-8
River Tarnell [Sun, 11 Mar 2007 19:19:49 +0000 (19:19 +0000)]
set $NLS_LANG before connecting so Oracle knows we're using UTF-8

17 years agocomment out checkered per discussion on wikitech-l
Erik Moeller [Sun, 11 Mar 2007 17:57:57 +0000 (17:57 +0000)]
comment out checkered per discussion on wikitech-l
this way anyone who wants it has a quick copy & paste template, but readers aren't bothered
by default.

17 years agolimitResult() changes need fiddling to put options in right order
River Tarnell [Sun, 11 Mar 2007 15:49:27 +0000 (15:49 +0000)]
limitResult() changes need fiddling to put options in right order

17 years agoNew messages.
Ivan Lanin [Sun, 11 Mar 2007 14:31:47 +0000 (14:31 +0000)]
New messages.

17 years agocall ctx_ddl.sync_index to update search index on page save
River Tarnell [Sun, 11 Mar 2007 05:09:35 +0000 (05:09 +0000)]
call ctx_ddl.sync_index to update search index on page save

17 years agocleanup
River Tarnell [Sun, 11 Mar 2007 04:53:58 +0000 (04:53 +0000)]
cleanup

17 years agofull-search search for oracle using Oracle Text
River Tarnell [Sun, 11 Mar 2007 04:41:02 +0000 (04:41 +0000)]
full-search search for oracle using Oracle Text

17 years agonew files for oracle
River Tarnell [Sun, 11 Mar 2007 04:00:43 +0000 (04:00 +0000)]
new files for oracle

17 years agorevive experimental Oracle support
River Tarnell [Sun, 11 Mar 2007 03:59:37 +0000 (03:59 +0000)]
revive experimental Oracle support
fix use of limitResult(); must pass actual SQL, not empty string

17 years ago* Spacing
Aaron Schulz [Sat, 10 Mar 2007 23:14:55 +0000 (23:14 +0000)]
* Spacing

17 years ago* Enable multi-edit undo (bug 8133)
Aaron Schulz [Sat, 10 Mar 2007 23:03:24 +0000 (23:03 +0000)]
* Enable multi-edit undo (bug 8133)

17 years agoupdate relnotes
River Tarnell [Sat, 10 Mar 2007 19:15:09 +0000 (19:15 +0000)]
update relnotes

17 years agodrop obsolete archive2 table; it doesn't work and Special:Delete/Undelete work fine...
River Tarnell [Sat, 10 Mar 2007 19:06:40 +0000 (19:06 +0000)]
drop obsolete archive2 table; it doesn't work and Special:Delete/Undelete work fine without it

17 years agoERROR: null value in column "ar_deleted" violates not-null constraint in /var/www...
River Tarnell [Sat, 10 Mar 2007 18:50:33 +0000 (18:50 +0000)]
ERROR: null value in column "ar_deleted" violates not-null constraint in /var/www/html/wiki-pg/includes/DatabasePostgres.php on line 402
- coalesce NEW.ar_deleted in archive_insert rule, because MW might not specify it and the default doesn't take effect

17 years ago* Add ar_deleted to CREATE VIEW
Aaron Schulz [Sat, 10 Mar 2007 18:41:51 +0000 (18:41 +0000)]
* Add ar_deleted to CREATE VIEW

17 years agopostgres updaters for r20302
River Tarnell [Sat, 10 Mar 2007 18:41:14 +0000 (18:41 +0000)]
postgres updaters for r20302

17 years ago*Revert r20302, no use for this index
Aaron Schulz [Sat, 10 Mar 2007 18:19:07 +0000 (18:19 +0000)]
*Revert r20302, no use for this index

17 years agoUpdate.
Rotem Liss [Sat, 10 Mar 2007 09:04:37 +0000 (09:04 +0000)]
Update.

17 years ago* (bug 5619) Split statistics messages for brighter output if
Raimond Spekking [Fri, 9 Mar 2007 23:08:56 +0000 (23:08 +0000)]
* (bug 5619) Split statistics messages for brighter output if
$wgDisableCounters or $wgMiserMode are true

17 years ago*Have user agent return '' rather than NULL
Aaron Schulz [Fri, 9 Mar 2007 22:57:25 +0000 (22:57 +0000)]
*Have user agent return '' rather than NULL

17 years ago*Add bitfields to various tables for revisiondelete
Aaron Schulz [Fri, 9 Mar 2007 21:51:11 +0000 (21:51 +0000)]
*Add bitfields to various tables for revisiondelete

17 years agoSince we're making other changes, let's bring in that rev_parent_id field from branch...
Brion Vibber [Fri, 9 Mar 2007 20:50:11 +0000 (20:50 +0000)]
Since we're making other changes, let's bring in that rev_parent_id field from branches/roman

17 years agoAdding setInternalPassword(), and changing the behavior of setPassword in User.php.
Ryan Lane [Fri, 9 Mar 2007 19:31:52 +0000 (19:31 +0000)]
Adding setInternalPassword(), and changing the behavior of setPassword in User.php.
Adding a check into SpecialUserLogin's initUser() function to only set a password if authentication plugins allow it.

17 years agoUse formatNum for pagesize
Raimond Spekking [Fri, 9 Mar 2007 18:26:33 +0000 (18:26 +0000)]
Use formatNum for pagesize

17 years agouse bytes rather than chars, since that's what other page size fields use
River Tarnell [Fri, 9 Mar 2007 16:42:37 +0000 (16:42 +0000)]
use bytes rather than chars, since that's what other page size fields use

17 years ago* Fix fallback implementation of mb_strlen so it works and isn't insanely
Brion Vibber [Fri, 9 Mar 2007 16:22:24 +0000 (16:22 +0000)]
* Fix fallback implementation of mb_strlen so it works and isn't insanely
  slow for large strings, since it's used for page edit lengths

17 years agoUpdate.
Rotem Liss [Fri, 9 Mar 2007 15:47:12 +0000 (15:47 +0000)]
Update.

17 years ago* (bug 6997) Link from Special:log/block to unblock form
Raimond Spekking [Fri, 9 Mar 2007 15:43:42 +0000 (15:43 +0000)]
* (bug 6997) Link from Special:log/block to unblock form
* (bug 9117) Link from Special:log/delete to undelete form
  based on a patch from Sui Min
* Link from Special:log/protect to change protection form

17 years agouse Revision::selectFields for PageHistory
River Tarnell [Fri, 9 Mar 2007 15:30:58 +0000 (15:30 +0000)]
use Revision::selectFields for PageHistory

17 years agoadd Revision::selectFields(): returns a list of fields that should be SELECTed to...
River Tarnell [Fri, 9 Mar 2007 15:29:18 +0000 (15:29 +0000)]
add Revision::selectFields(): returns a list of fields that should be SELECTed to construct a Revision from an SQL result object

17 years agoprettify:
Brion Vibber [Fri, 9 Mar 2007 15:26:41 +0000 (15:26 +0000)]
prettify:
* set_timeout() -> setTimeout()
* remove a couple obsolete references from dump code

17 years agomake River happy
Brion Vibber [Fri, 9 Mar 2007 15:24:36 +0000 (15:24 +0000)]
make River happy

17 years agois_null() throws a NOTICE for undefined things; use !isset()
Brion Vibber [Fri, 9 Mar 2007 15:19:59 +0000 (15:19 +0000)]
is_null() throws a NOTICE for undefined things; use !isset()

17 years agoSpecial:Contributions: Notice: Undefined property: stdClass::$rev_len in /var/www...
River Tarnell [Fri, 9 Mar 2007 15:05:07 +0000 (15:05 +0000)]
Special:Contributions: Notice:  Undefined property:  stdClass::$rev_len in /var/www/html/wiki-pg/includes/Revision.php on line 267

17 years agoformatting anality
Brion Vibber [Fri, 9 Mar 2007 14:59:06 +0000 (14:59 +0000)]
formatting anality

17 years agoDouble words correction.
Ivan Lanin [Fri, 9 Mar 2007 14:45:45 +0000 (14:45 +0000)]
Double words correction.

17 years agoFix.
Rotem Liss [Fri, 9 Mar 2007 11:53:05 +0000 (11:53 +0000)]
Fix.

17 years agoUpdate.
Rotem Liss [Fri, 9 Mar 2007 11:05:34 +0000 (11:05 +0000)]
Update.

17 years agoAs mentioned by Simetrical in r20250 'newbies' is unused.
Raimond Spekking [Fri, 9 Mar 2007 10:55:34 +0000 (10:55 +0000)]
As mentioned by Simetrical in r20250 'newbies' is unused.
I found 'undeletearticle' unused too.

17 years agoVery minor update for id (sp-contributions-newbies).
Ivan Lanin [Fri, 9 Mar 2007 05:59:37 +0000 (05:59 +0000)]
Very minor update for id (sp-contributions-newbies).

17 years agoUpdates for Indonesian (id) localization and run rebuildLanguage.
Ivan Lanin [Fri, 9 Mar 2007 05:44:13 +0000 (05:44 +0000)]
Updates for Indonesian (id) localization and run rebuildLanguage.

17 years ago* dumpBackup / importDump now work with PostgreSQL
River Tarnell [Fri, 9 Mar 2007 02:07:50 +0000 (02:07 +0000)]
* dumpBackup / importDump now work with PostgreSQL

17 years agomissing \n at end of output
River Tarnell [Fri, 9 Mar 2007 02:06:34 +0000 (02:06 +0000)]
missing \n at end of output

17 years agodumpBackup should instantiate correct database class for db type
River Tarnell [Fri, 9 Mar 2007 02:04:36 +0000 (02:04 +0000)]
dumpBackup should instantiate correct database class for db type
add set_timeout() method to Database

17 years ago* Respect $wgContentNamespaces, patch by Jim R. Wilson (bug 9231)
Aaron Schulz [Thu, 8 Mar 2007 22:27:32 +0000 (22:27 +0000)]
* Respect $wgContentNamespaces, patch by Jim R. Wilson (bug 9231)

17 years ago* (bug 9223) Disallow magic tilde sequences in page titles and usernames
Brion Vibber [Thu, 8 Mar 2007 22:14:53 +0000 (22:14 +0000)]
* (bug 9223) Disallow magic tilde sequences in page titles and usernames

17 years agoconvert archive_insert rule fix to new form
River Tarnell [Thu, 8 Mar 2007 20:45:22 +0000 (20:45 +0000)]
convert archive_insert rule fix to new form
this makes the old update system obsolete; remove it

17 years agoneed to actually implement pg_fkey_deltype()
River Tarnell [Thu, 8 Mar 2007 20:29:19 +0000 (20:29 +0000)]
need to actually implement pg_fkey_deltype()

17 years agoconvert postgres revision_rev_user_fkey update to new form
River Tarnell [Thu, 8 Mar 2007 20:26:00 +0000 (20:26 +0000)]
convert postgres revision_rev_user_fkey update to new form

17 years agomake postgres pagelink_unique updater use new form
River Tarnell [Thu, 8 Mar 2007 20:05:47 +0000 (20:05 +0000)]
make postgres pagelink_unique updater use new form

17 years agouse int4 instead of integer for image/oldimage type changes
River Tarnell [Thu, 8 Mar 2007 17:29:21 +0000 (17:29 +0000)]
use int4 instead of integer for image/oldimage type changes
convert ipb_address type change to new form

17 years agochange hardcoded rc_cur_id update into new flexible form
River Tarnell [Thu, 8 Mar 2007 17:24:52 +0000 (17:24 +0000)]
change hardcoded rc_cur_id update into new flexible form

17 years agoKill another "newbies" in message text. I don't find any use of the 'newbies' messag...
Aryeh Gregor [Thu, 8 Mar 2007 17:17:54 +0000 (17:17 +0000)]
Kill another "newbies" in message text.  I don't find any use of the 'newbies' message anywhere in trunk, incidentally, extensions or phase3, with grep -ri newbies *.php | grep -vi Messages.*\.php -- can it be removed or what?

17 years agoLess of the Internet jargon here
Aryeh Gregor [Thu, 8 Mar 2007 17:05:22 +0000 (17:05 +0000)]
Less of the Internet jargon here

17 years agoUsernames which look like IPv6 addresses should not be allowed
River Tarnell [Thu, 8 Mar 2007 16:15:51 +0000 (16:15 +0000)]
Usernames which look like IPv6 addresses should not be allowed

17 years agoUpdate.
Rotem Liss [Thu, 8 Mar 2007 14:14:01 +0000 (14:14 +0000)]
Update.

17 years agoAdd option for "newbies" to SpecialContributions
Raimond Spekking [Thu, 8 Mar 2007 11:54:03 +0000 (11:54 +0000)]
Add option for "newbies" to SpecialContributions
Better XML code for form

17 years agoneed to use mb_strlen, not strlen, for article length
River Tarnell [Thu, 8 Mar 2007 03:53:32 +0000 (03:53 +0000)]
need to use mb_strlen, not strlen, for article length
provide stub mb_strlen for installations missing mb

17 years agotables.sql needs rev_len
River Tarnell [Thu, 8 Mar 2007 03:20:31 +0000 (03:20 +0000)]
tables.sql needs rev_len

17 years ago* (bug 1723) Article size in history
River Tarnell [Thu, 8 Mar 2007 03:07:58 +0000 (03:07 +0000)]
* (bug 1723) Article size in history

17 years agoadd rev_len to revision; store length of revision when saving.
River Tarnell [Thu, 8 Mar 2007 02:55:14 +0000 (02:55 +0000)]
add rev_len to revision; store length of revision when saving.
HEADS UP: schema change to revision table

17 years ago* (bug 9222) PostgreSQL updater should not be version-specific
River Tarnell [Thu, 8 Mar 2007 02:39:03 +0000 (02:39 +0000)]
* (bug 9222) PostgreSQL updater should not be version-specific

17 years agoreal fix for 9097
River Tarnell [Thu, 8 Mar 2007 01:46:12 +0000 (01:46 +0000)]
real fix for 9097

17 years ago(bug 9217) Balance wfProfile calls in Skin::outputPage
Aryeh Gregor [Thu, 8 Mar 2007 01:40:56 +0000 (01:40 +0000)]
(bug 9217) Balance wfProfile calls in Skin::outputPage

17 years ago* (bug 9097) column "pr_pagetype" does not exist
River Tarnell [Wed, 7 Mar 2007 22:58:34 +0000 (22:58 +0000)]
* (bug 9097) column "pr_pagetype" does not exist
misuse of uniqueindexes parameter to replace() caused SQL error on postgres

17 years ago[[Special:Contributions]] with no target causes PHP errors.
River Tarnell [Wed, 7 Mar 2007 22:22:04 +0000 (22:22 +0000)]
[[Special:Contributions]] with no target causes PHP errors.
Notice:  Undefined index:  target in /var/www/html/wiki-pg/includes/SpecialContributions.php on line 391
Notice:  Undefined index:  namespace in /var/www/html/wiki-pg/includes/SpecialContributions.php on line 393

17 years agoERROR: syntax error at or near "a2" at character 22
River Tarnell [Wed, 7 Mar 2007 22:17:43 +0000 (22:17 +0000)]
ERROR:  syntax error at or near "a2" at character 22
LINE 1: DELETE FROM archive2 a2 WHERE a2.ar_title = OLD.ar_title AN...

17 years agonull password is acceptable for postgres using sameident
River Tarnell [Wed, 7 Mar 2007 22:09:24 +0000 (22:09 +0000)]
null password is acceptable for postgres using sameident

17 years ago* (bug 9215) Update Lithuanian extension message
Raimond Spekking [Wed, 7 Mar 2007 18:19:42 +0000 (18:19 +0000)]
* (bug 9215) Update Lithuanian extension message
  patch by Edgaras

17 years agoYAY FOR PHP GLOBAL HANDLING (and thanks Rob)
Aryeh Gregor [Wed, 7 Mar 2007 18:06:14 +0000 (18:06 +0000)]
YAY FOR PHP GLOBAL HANDLING (and thanks Rob)

17 years ago(bug 9202) Move-created redirects not localized in Arabic
Rotem Liss [Wed, 7 Mar 2007 17:48:16 +0000 (17:48 +0000)]
(bug 9202) Move-created redirects not localized in Arabic

17 years agoprettified for rob
Daniel Kinzler [Wed, 7 Mar 2007 16:48:28 +0000 (16:48 +0000)]
prettified for rob

17 years ago* Usable parts of bug 2706
Niklas Laxström [Wed, 7 Mar 2007 15:24:16 +0000 (15:24 +0000)]
* Usable parts of bug 2706

17 years ago* Updates
Niklas Laxström [Wed, 7 Mar 2007 13:32:49 +0000 (13:32 +0000)]
* Updates

17 years ago* Added clear: both; to the style
Niklas Laxström [Wed, 7 Mar 2007 13:21:08 +0000 (13:21 +0000)]
* Added clear: both; to the style

17 years ago* (bug 9206) Update Cantonese messages
Raimond Spekking [Wed, 7 Mar 2007 11:54:49 +0000 (11:54 +0000)]
* (bug 9206) Update Cantonese messages
  patch by Shinjiman

17 years agoadded hook to isValidPassword (patch by Ger Apeldoorn, Bug 9180)
Daniel Kinzler [Wed, 7 Mar 2007 11:24:13 +0000 (11:24 +0000)]
added hook to isValidPassword (patch by Ger Apeldoorn, Bug 9180)

17 years ago* (bug 9199) Update Russian messages
Raimond Spekking [Wed, 7 Mar 2007 07:34:19 +0000 (07:34 +0000)]
* (bug 9199) Update Russian messages
  file by Alexander Sigachov

17 years agoRemoving messages to be ignored and reformatted with rebuildLanguage
Raimond Spekking [Tue, 6 Mar 2007 22:19:26 +0000 (22:19 +0000)]
Removing messages to be ignored and reformatted with rebuildLanguage

17 years ago* (bug 9012) fix for r20181
Raimond Spekking [Tue, 6 Mar 2007 21:25:54 +0000 (21:25 +0000)]
* (bug 9012) fix for r20181

17 years ago* (bug 9012) Update Bulgarian messages
Raimond Spekking [Tue, 6 Mar 2007 21:02:28 +0000 (21:02 +0000)]
* (bug 9012) Update Bulgarian messages
  file by Darina
  heavily reworked and reformatted with rebuildLanguage

17 years ago* (bug 7859) Update Kazakh messages
Raimond Spekking [Tue, 6 Mar 2007 18:32:34 +0000 (18:32 +0000)]
* (bug 7859) Update Kazakh messages
  patches by AlefZet
  reformatted with rebuildLanguage

17 years agoooops for r20164. Thanks to Nikerabbit
Raimond Spekking [Tue, 6 Mar 2007 15:33:27 +0000 (15:33 +0000)]
ooops for r20164. Thanks to Nikerabbit

17 years agoFix.
Rotem Liss [Tue, 6 Mar 2007 14:53:22 +0000 (14:53 +0000)]
Fix.

17 years agoFix.
Rotem Liss [Tue, 6 Mar 2007 14:50:14 +0000 (14:50 +0000)]
Fix.

17 years agoAnother fix.
Rotem Liss [Tue, 6 Mar 2007 14:36:55 +0000 (14:36 +0000)]
Another fix.

17 years agoFix.
Rotem Liss [Tue, 6 Mar 2007 14:34:37 +0000 (14:34 +0000)]
Fix.

17 years agoRevert r20162; changes behavior of sites that restrict editing, potentially
Brion Vibber [Tue, 6 Mar 2007 14:21:12 +0000 (14:21 +0000)]
Revert r20162; changes behavior of sites that restrict editing, potentially
unsafely (for instance if raw HTML is enabled), without even a warning.

17 years agoUpdate.
Rotem Liss [Tue, 6 Mar 2007 14:06:37 +0000 (14:06 +0000)]
Update.

17 years ago(bug 9176) Add --plural parameter to checkLanguage.php
Rotem Liss [Tue, 6 Mar 2007 14:03:48 +0000 (14:03 +0000)]
(bug 9176) Add --plural parameter to checkLanguage.php

17 years agoUpdate.
Rotem Liss [Tue, 6 Mar 2007 13:30:44 +0000 (13:30 +0000)]
Update.

17 years ago* (bug 9009) Add username entry field to Special:Contributions
Raimond Spekking [Tue, 6 Mar 2007 13:25:56 +0000 (13:25 +0000)]
* (bug 9009) Add username entry field to Special:Contributions
  based on a patch of Sui Min

17 years ago* (bug 9182) Update Cantonese messages
Raimond Spekking [Tue, 6 Mar 2007 10:50:15 +0000 (10:50 +0000)]
* (bug 9182) Update Cantonese messages
  patch by Shinjiman

17 years ago*Add edittalk right to defaultsettings for convenience
Aaron Schulz [Tue, 6 Mar 2007 09:48:39 +0000 (09:48 +0000)]
*Add edittalk right to defaultsettings for convenience

17 years ago* (bug 9175) Update French messages
Raimond Spekking [Tue, 6 Mar 2007 08:26:47 +0000 (08:26 +0000)]
* (bug 9175) Update French messages
  patches by Rémi Kaupp

17 years ago*use $wgRateLimitsExcludedGroups for account creation (bug 9139) (patch by simetrical)
Aaron Schulz [Tue, 6 Mar 2007 04:29:37 +0000 (04:29 +0000)]
*use $wgRateLimitsExcludedGroups for account creation (bug 9139) (patch by simetrical)