lhc/web/wiklou.git
16 years ago(bug 10769) Database::update() should return boolean result
Rob Church [Wed, 1 Aug 2007 21:42:59 +0000 (21:42 +0000)]
(bug 10769) Database::update() should return boolean result

16 years agoRemove "allmessagesnotsupportedUI" message: not used since r6560.
Rotem Liss [Wed, 1 Aug 2007 21:20:53 +0000 (21:20 +0000)]
Remove "allmessagesnotsupportedUI" message: not used since r6560.

16 years agoPer Brion's suggestion, fixed blocker user detection: User::whoIs($wgUser->blockedBy());
Yuri Astrakhan [Wed, 1 Aug 2007 20:11:29 +0000 (20:11 +0000)]
Per Brion's suggestion, fixed blocker user detection: User::whoIs($wgUser->blockedBy());

16 years agoFix.
Rotem Liss [Wed, 1 Aug 2007 17:18:12 +0000 (17:18 +0000)]
Fix.

16 years agoUpdate.
Rotem Liss [Wed, 1 Aug 2007 15:47:59 +0000 (15:47 +0000)]
Update.

16 years ago(bug 10767) More fixes for userCan. Kudos to WebBoy for report + patch
Andrew Garrett [Wed, 1 Aug 2007 13:21:07 +0000 (13:21 +0000)]
(bug 10767) More fixes for userCan. Kudos to WebBoy for report + patch

16 years agoSmall bug in userCan changes. Kudos to Raymond_ for spotting it
Andrew Garrett [Wed, 1 Aug 2007 13:15:37 +0000 (13:15 +0000)]
Small bug in userCan changes. Kudos to Raymond_ for spotting it

16 years agouserCan changes, which have been done for about 3 weeks. Still TODO includes making...
Andrew Garrett [Wed, 1 Aug 2007 10:19:26 +0000 (10:19 +0000)]
userCan changes, which have been done for about 3 weeks. Still TODO includes making a version of OutputPage::showPermissionsErrorPage that returns, rather than prints the output (for editing pages and such), and integrating the new functionality into the software. However, I haven't had the time to do this.

16 years ago* (bug 8878) Changes to $dateFormats in German localization (removing unused, nonexis...
Raimond Spekking [Wed, 1 Aug 2007 10:03:12 +0000 (10:03 +0000)]
* (bug 8878) Changes to $dateFormats in German localization (removing unused, nonexistent formats, putting time after date)
* Updates German

16 years agoNo need to separate 'passwordtooshort' from other password related messages
Raimond Spekking [Wed, 1 Aug 2007 10:00:18 +0000 (10:00 +0000)]
No need to separate 'passwordtooshort' from other password related messages

16 years agoUpdate Kurdish translations (arabic script)
Raimond Spekking [Wed, 1 Aug 2007 07:34:12 +0000 (07:34 +0000)]
Update Kurdish translations (arabic script)

16 years ago* (bug 10761) Update Malayalam translation
Raimond Spekking [Wed, 1 Aug 2007 06:34:03 +0000 (06:34 +0000)]
* (bug 10761) Update Malayalam translation
  Patch by Sadik Khalid

16 years ago* (bug 10765) Update Thai translation
Raimond Spekking [Wed, 1 Aug 2007 06:28:46 +0000 (06:28 +0000)]
* (bug 10765) Update Thai translation
  Patch by Manop K

16 years ago* Adding the long existing 'bad_image_list' to message files to document it and make...
Raimond Spekking [Wed, 1 Aug 2007 06:25:12 +0000 (06:25 +0000)]
* Adding the long existing 'bad_image_list' to message files to document it and make it available to Special:Allmessages

16 years ago(bug 10683) Fix inconsistent handling of URL-encoded titles in links used in redirect...
Rob Church [Wed, 1 Aug 2007 01:45:58 +0000 (01:45 +0000)]
(bug 10683) Fix inconsistent handling of URL-encoded titles in links used in redirects (i.e. they now work)

16 years ago* (bug 10744) Treat "noarticletext" and "noarticletextanon" as wiki text when used...
Rob Church [Wed, 1 Aug 2007 01:23:44 +0000 (01:23 +0000)]
* (bug 10744) Treat "noarticletext" and "noarticletextanon" as wiki text when used on a non-existent page with "action=info"
* Fix escaping of raw message text when used on a non-existent page with "action=info"

This should be shunted off to the API. We could add some appropriate HTTP response codes, at least...

16 years agoUpdate.
Rotem Liss [Tue, 31 Jul 2007 21:49:21 +0000 (21:49 +0000)]
Update.

16 years ago* Updates to fi
Niklas Laxström [Tue, 31 Jul 2007 19:25:36 +0000 (19:25 +0000)]
* Updates to fi

16 years ago(bug 10762) Tweak wording for "prefs-watchlist-days" and "prefs-watchlist-edits"
Rob Church [Tue, 31 Jul 2007 18:51:21 +0000 (18:51 +0000)]
(bug 10762) Tweak wording for "prefs-watchlist-days" and "prefs-watchlist-edits"

16 years agoAPI: Added meta=userinfo module to get data about the currently logged-in user.
Yuri Astrakhan [Tue, 31 Jul 2007 17:53:37 +0000 (17:53 +0000)]
API: Added meta=userinfo module to get data about the currently logged-in user.

16 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Tue, 31 Jul 2007 15:26:22 +0000 (15:26 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by AlefZet

16 years agoBacking out 24448, 24455, 24456 for the moment.
Brion Vibber [Tue, 31 Jul 2007 14:40:35 +0000 (14:40 +0000)]
Backing out 24448, 24455, 24456 for the moment.
Try not to slip in schema changes while everyone else is drinking pls :D

16 years agoAdding new parameter $8 with the begin of a block to 'blockedtext' and 'autoblockedtext'.
Raimond Spekking [Tue, 31 Jul 2007 13:59:29 +0000 (13:59 +0000)]
Adding new parameter $8 with the begin of a block to 'blockedtext' and 'autoblockedtext'.
I think there is no need for new message name to not break existing localizations.
It was a request of the German OTRS team which handles a lot of block complains.

16 years ago* Adding IDs to submit and reset buttons (this was my initial intent)
Raimond Spekking [Tue, 31 Jul 2007 09:40:50 +0000 (09:40 +0000)]
* Adding IDs to submit and reset buttons (this was my initial intent)
* Use proper Xml::functions
* Make the form for RTL wikis a bit nicer
* Whitespaces

16 years agoadding generic hook points to SpecialPreferences
Daniel Kinzler [Mon, 30 Jul 2007 22:52:37 +0000 (22:52 +0000)]
adding generic hook points to SpecialPreferences

16 years ago* Prettifying file history table a bit. Especially for histories with long comments...
Raimond Spekking [Mon, 30 Jul 2007 21:09:31 +0000 (21:09 +0000)]
* Prettifying file history table a bit. Especially for histories with long comments/descriptions it look clearer now.

16 years ago* (bug 10724) Update Chinese translations
Raimond Spekking [Mon, 30 Jul 2007 20:12:53 +0000 (20:12 +0000)]
* (bug 10724) Update Chinese translations
  Patch by Shinjiman

16 years agoUpdate.
Rotem Liss [Mon, 30 Jul 2007 19:12:11 +0000 (19:12 +0000)]
Update.

16 years agoSeparate date and time in new 'filerevert-intro', 'filerevert-defaultcomment' and...
Raimond Spekking [Mon, 30 Jul 2007 19:08:11 +0000 (19:08 +0000)]
Separate date and time in new 'filerevert-intro', 'filerevert-defaultcomment' and 'filerevert-success' messages to allow a better localization.
It's always a mess to localize with timestamps, at least in German :-(

16 years agoUpdate for r24423 by Rotem
Raimond Spekking [Mon, 30 Jul 2007 16:23:58 +0000 (16:23 +0000)]
Update for r24423 by Rotem

16 years agoUpdates German
Raimond Spekking [Mon, 30 Jul 2007 16:16:27 +0000 (16:16 +0000)]
Updates German

16 years agoAdd function to check if function-based indexes are supported by the backend DB.
Greg Sabino Mullane [Mon, 30 Jul 2007 14:10:42 +0000 (14:10 +0000)]
Add function to check if function-based indexes are supported by the backend DB.

16 years ago* (bug 10713) Message file for Lao language (lo)
Raimond Spekking [Mon, 30 Jul 2007 12:16:23 +0000 (12:16 +0000)]
* (bug 10713) Message file for Lao language (lo)

16 years ago* (bug 10724) Update Chinese translations
Raimond Spekking [Mon, 30 Jul 2007 10:39:45 +0000 (10:39 +0000)]
* (bug 10724) Update Chinese translations
  Patch by Shinjiman

16 years agoneed name_key index in tables.sql too
River Tarnell [Mon, 30 Jul 2007 10:11:43 +0000 (10:11 +0000)]
need name_key index in tables.sql too

16 years agoadd missing file
River Tarnell [Mon, 30 Jul 2007 10:07:12 +0000 (10:07 +0000)]
add missing file

16 years agoFix regression: message 'imghistory' was deleted in r24432 but still used in SpecialU...
Raimond Spekking [Mon, 30 Jul 2007 08:38:09 +0000 (08:38 +0000)]
Fix regression: message 'imghistory' was deleted in r24432 but still used in SpecialUndelete.php. Now replaced with the new message 'filehist'.

16 years agoAPI:
Yuri Astrakhan [Mon, 30 Jul 2007 08:09:15 +0000 (08:09 +0000)]
API:
* Added full text search in titles and content (list=search)
* (bug 10684) Expanded list=allusers functionality
* Possible breaking change: prop=revisions no longer includes pageid for rvprop=ids
* Bug fix: proper search escaping for SQL LIKE queries.

16 years agoUndo r24394; not really comfortable with this change. Probably not ideal for installa...
Brion Vibber [Mon, 30 Jul 2007 03:06:20 +0000 (03:06 +0000)]
Undo r24394; not really comfortable with this change. Probably not ideal for installations without thumbs enabled

16 years ago- new field: page_key, stores page_title in uppercase.
River Tarnell [Mon, 30 Jul 2007 01:56:37 +0000 (01:56 +0000)]
- new field: page_key, stores page_title in uppercase.
  schema change, maintenance script included

16 years agoSome style tweaks, per Brion
Rob Church [Mon, 30 Jul 2007 00:46:09 +0000 (00:46 +0000)]
Some style tweaks, per Brion

16 years agoFix.
Rotem Liss [Mon, 30 Jul 2007 00:42:02 +0000 (00:42 +0000)]
Fix.

16 years agoUpdate.
Rotem Liss [Mon, 30 Jul 2007 00:40:22 +0000 (00:40 +0000)]
Update.

16 years agoIntroduce OutputPage::addReturnTo(), with a view to replacing OutputPage::returnToMai...
Rob Church [Sun, 29 Jul 2007 23:53:45 +0000 (23:53 +0000)]
Introduce OutputPage::addReturnTo(), with a view to replacing OutputPage::returnToMain() [cleaner calling convention], and document the latter

16 years agoHopefully fix the problem with EXIF field names being listed as <exif-exif-make>...
Brion Vibber [Sun, 29 Jul 2007 23:39:54 +0000 (23:39 +0000)]
Hopefully fix the problem with EXIF field names being listed as <exif-exif-make> etc in the image table.
Since the type is already added to the sub-name, presumably the type ('exif') should not be added in again here.

16 years agofix an immediate php error, but result is still wrong -- we get 'exif-exif-make'...
Brion Vibber [Sun, 29 Jul 2007 23:37:14 +0000 (23:37 +0000)]
fix an immediate php error, but result is still wrong -- we get 'exif-exif-make' etc, since the tag already has 'exif' in the name. Something's broken, but not sure where

16 years agoLonger comment box
Rob Church [Sun, 29 Jul 2007 22:05:10 +0000 (22:05 +0000)]
Longer comment box

16 years agoLeft in a comment
Rob Church [Sun, 29 Jul 2007 22:03:22 +0000 (22:03 +0000)]
Left in a comment

16 years ago* (bug 10739) Users can now enter comments when reverting files
Rob Church [Sun, 29 Jul 2007 22:00:46 +0000 (22:00 +0000)]
* (bug 10739) Users can now enter comments when reverting files
* You'll see some commented-out bits left in indicating I had bigger plans for the interface - some notes there, in case it's possible in the future

16 years agoWhat is this, Blankety Blank?
Rob Church [Sun, 29 Jul 2007 20:45:07 +0000 (20:45 +0000)]
What is this, Blankety Blank?

16 years agoLucky bug
Rob Church [Sun, 29 Jul 2007 20:12:28 +0000 (20:12 +0000)]
Lucky bug

16 years agoRefactor addClickHandler() and introduce addHandler()
Rob Church [Sun, 29 Jul 2007 19:53:50 +0000 (19:53 +0000)]
Refactor addClickHandler() and introduce addHandler()

16 years agoNote
Rob Church [Sun, 29 Jul 2007 18:53:40 +0000 (18:53 +0000)]
Note

16 years agoWhoops, missed this one...
Rob Church [Sun, 29 Jul 2007 18:51:36 +0000 (18:51 +0000)]
Whoops, missed this one...

16 years ago* More precise comment
Rob Church [Sun, 29 Jul 2007 18:48:20 +0000 (18:48 +0000)]
* More precise comment
* Trim whitespace

16 years ago* Use a table to present file histories
Rob Church [Sun, 29 Jul 2007 18:41:49 +0000 (18:41 +0000)]
* Use a table to present file histories
* (bug 10741) Don't show deletion links for non-sysops [in file histories]

16 years agostrpos() !== false is faster than strstr()
Rob Church [Sun, 29 Jul 2007 16:50:40 +0000 (16:50 +0000)]
strpos() !== false is faster than strstr()

16 years agoDocument this file all over
Rob Church [Sun, 29 Jul 2007 15:21:01 +0000 (15:21 +0000)]
Document this file all over

16 years agoTweak comment
Rob Church [Sun, 29 Jul 2007 14:32:44 +0000 (14:32 +0000)]
Tweak comment

16 years ago(bug 10732 and others) Further fixes to protect chaining JavaScript; introduce addCli...
Rob Church [Sun, 29 Jul 2007 14:32:26 +0000 (14:32 +0000)]
(bug 10732 and others) Further fixes to protect chaining JavaScript; introduce addClickHandler() to work around missing addEventListener() in IE and other browsers that suck

16 years agoRebuild.
Rotem Liss [Sun, 29 Jul 2007 02:25:15 +0000 (02:25 +0000)]
Rebuild.

16 years agoUse the same order as in the English messages file.
Rotem Liss [Sun, 29 Jul 2007 02:22:18 +0000 (02:22 +0000)]
Use the same order as in the English messages file.

16 years agoA message (fileexists) with the same name of another one was introduced in r24313...
Rotem Liss [Sun, 29 Jul 2007 02:18:16 +0000 (02:18 +0000)]
A message (fileexists) with the same name of another one was introduced in r24313; renaming it to fileexistserror. Other messages files that updated since this revision may also have to rename the message.

16 years agoUse native newlines when rebuilding a messages file.
Rotem Liss [Sun, 29 Jul 2007 02:04:43 +0000 (02:04 +0000)]
Use native newlines when rebuilding a messages file.

16 years agoFix.
Rotem Liss [Sun, 29 Jul 2007 01:57:45 +0000 (01:57 +0000)]
Fix.

16 years agoWhee, turns out the error-puking JavaScript made it into 1.10, so this needs a RELEAS...
Rob Church [Sat, 28 Jul 2007 23:13:48 +0000 (23:13 +0000)]
Whee, turns out the error-puking JavaScript made it into 1.10, so this needs a RELEASE NOTE!

16 years agoBump $wgStyleVersion
Rob Church [Sat, 28 Jul 2007 23:10:58 +0000 (23:10 +0000)]
Bump $wgStyleVersion

16 years ago* (bug 10732) Protection chaining checkbox broken - this appears to have regressed...
Rob Church [Sat, 28 Jul 2007 23:09:16 +0000 (23:09 +0000)]
* (bug 10732) Protection chaining checkbox broken - this appears to have regressed in r24272/r24274; we might do worse than to fix things up so checkboxes without a certain class can't be shift-clicked or whatever
* Rewrite a couple bits in allowCascade() - isCascadeableLevel() was inefficient, and the function was throwing up errors and whatnot due to bad checking of selection indexes and so on

16 years ago* Allow overwriting existing files with conflicting names using the --override option
Rob Church [Sat, 28 Jul 2007 22:21:23 +0000 (22:21 +0000)]
* Allow overwriting existing files with conflicting names using the --override option
* More useful output (no. of files added, overwritten, skipped)
* Trim some whitespace and kill a dud global \o/

16 years agoCommitting some work in progress -- abstraction of handler-specific metadata formatti...
Tim Starling [Sat, 28 Jul 2007 01:15:35 +0000 (01:15 +0000)]
Committing some work in progress -- abstraction of handler-specific metadata formatting. The return format of MediaHandler::formatMetadata() might still need some tweaking, but I believe there is feature parity at this point.

16 years agoVarious updates to Postgres schema and updater.
Greg Sabino Mullane [Fri, 27 Jul 2007 12:23:58 +0000 (12:23 +0000)]
Various updates to Postgres schema and updater.

16 years agoAdd ar_page column
Greg Sabino Mullane [Fri, 27 Jul 2007 11:52:38 +0000 (11:52 +0000)]
Add ar_page column

16 years agoAdding "thumb" to the image editbutton. In this way it's mainly used.
Raimond Spekking [Thu, 26 Jul 2007 11:05:47 +0000 (11:05 +0000)]
Adding "thumb" to the image editbutton. In this way it's mainly used.
Per suggestion of Denis Barthel (de.wp)

16 years ago(bug 10701) Link to Special:Listusers in default Special:Statistics messages
Rob Church [Wed, 25 Jul 2007 22:47:01 +0000 (22:47 +0000)]
(bug 10701) Link to Special:Listusers in default Special:Statistics messages

16 years ago* Updates to Slovak (sk) by Helix84
Niklas Laxström [Wed, 25 Jul 2007 16:41:25 +0000 (16:41 +0000)]
* Updates to Slovak (sk) by Helix84

16 years agoAPI: Fix for bug 10662 imageinfo is not cleared for each page
Yuri Astrakhan [Wed, 25 Jul 2007 06:51:05 +0000 (06:51 +0000)]
API: Fix for bug 10662 imageinfo is not cleared for each page

16 years agoTrivial cosmetic anal-retentive adjustment to four wfDebug() edit-conflict debugging...
Nick Jenkins [Wed, 25 Jul 2007 01:53:04 +0000 (01:53 +0000)]
Trivial cosmetic anal-retentive adjustment to four wfDebug() edit-conflict debugging messages.

16 years agoTweak to prevent strict standards warning: Only variables should be assigned by refer...
Nick Jenkins [Wed, 25 Jul 2007 01:46:50 +0000 (01:46 +0000)]
Tweak to prevent strict standards warning: Only variables should be assigned by reference in includes/api/ApiLogin.php on line 154

16 years agoIndonesian (id) localisation updates.
Ivan Lanin [Tue, 24 Jul 2007 19:57:33 +0000 (19:57 +0000)]
Indonesian (id) localisation updates.

16 years agoUpdates German
Raimond Spekking [Tue, 24 Jul 2007 11:18:26 +0000 (11:18 +0000)]
Updates German

16 years ago* (bug 10653) Update Chinese translations
Raimond Spekking [Tue, 24 Jul 2007 08:18:57 +0000 (08:18 +0000)]
* (bug 10653) Update Chinese translations
  Patch by Shinjiman

16 years ago* (bug 10674) Update Thai translation
Raimond Spekking [Tue, 24 Jul 2007 07:57:54 +0000 (07:57 +0000)]
* (bug 10674) Update Thai translation
  Patch by Manop K

16 years ago*Look only at unique keys. If a file has versions that have the same key, this can...
Aaron Schulz [Mon, 23 Jul 2007 23:46:53 +0000 (23:46 +0000)]
*Look only at unique keys. If a file has versions that have the same key, this can otherwise through errors trying to delete non-existent files during cleanup.

16 years agofixed comment
Tim Starling [Mon, 23 Jul 2007 22:38:12 +0000 (22:38 +0000)]
fixed comment

16 years agoAdded ar_page
Tim Starling [Mon, 23 Jul 2007 22:37:52 +0000 (22:37 +0000)]
Added ar_page

16 years ago(bug 10672) Make Linker::doEditSectionLink protected, not private
Aryeh Gregor [Mon, 23 Jul 2007 21:40:05 +0000 (21:40 +0000)]
(bug 10672) Make Linker::doEditSectionLink protected, not private

16 years agoOptimize User::getID() for special cases, and User::isLoggedIn() generally (the latte...
Aryeh Gregor [Mon, 23 Jul 2007 19:39:53 +0000 (19:39 +0000)]
Optimize User::getID() for special cases, and User::isLoggedIn() generally (the latter seems to have always required a database query in the past, when in fact it never should).

16 years ago32 width
Tim Starling [Mon, 23 Jul 2007 18:28:52 +0000 (18:28 +0000)]
32 width

16 years agoFixed LocalRepo::cleanupDeletedBatch(), wasn't working
Tim Starling [Mon, 23 Jul 2007 17:22:09 +0000 (17:22 +0000)]
Fixed LocalRepo::cleanupDeletedBatch(), wasn't working

16 years agoSeed subdirs in the deleted zone with a blank index.html file, to prevent crawling.
Tim Starling [Mon, 23 Jul 2007 17:21:20 +0000 (17:21 +0000)]
Seed subdirs in the deleted zone with a blank index.html file, to prevent crawling.

16 years agoDebugging
Tim Starling [Mon, 23 Jul 2007 17:19:56 +0000 (17:19 +0000)]
Debugging

16 years agodebugging code accidentally left in
Tim Starling [Mon, 23 Jul 2007 17:18:32 +0000 (17:18 +0000)]
debugging code accidentally left in

16 years agos/one time/once/
Rob Church [Mon, 23 Jul 2007 08:58:09 +0000 (08:58 +0000)]
s/one time/once/

16 years ago*grr
Aaron Schulz [Mon, 23 Jul 2007 03:03:04 +0000 (03:03 +0000)]
*grr

16 years agoSkip the difference engine cache when 'action=purge' is used while requesting a diffe...
Rob Church [Sun, 22 Jul 2007 23:37:01 +0000 (23:37 +0000)]
Skip the difference engine cache when 'action=purge' is used while requesting a difference page, to allow refreshing the cache in case of errors

16 years agoBug number for r24323
Rob Church [Sun, 22 Jul 2007 23:26:04 +0000 (23:26 +0000)]
Bug number for r24323

16 years ago(bug 9575) Accept upload description from GET parameters
Rob Church [Sun, 22 Jul 2007 23:25:26 +0000 (23:25 +0000)]
(bug 9575) Accept upload description from GET parameters

16 years ago* Pass new Revision to the 'ArticleInsertComplete' and 'ArticleSaveComplete' hooks...
Rob Church [Sun, 22 Jul 2007 23:16:48 +0000 (23:16 +0000)]
* Pass new Revision to the 'ArticleInsertComplete' and 'ArticleSaveComplete' hooks; see docs/hooks.txt for more information
* Document 'ArticleInsertComplete' hook

16 years agoCorrect language - not "no object caching", rather, "no object caching [using the...
Rob Church [Sun, 22 Jul 2007 21:55:52 +0000 (21:55 +0000)]
Correct language - not "no object caching", rather, "no object caching [using the items we haven't detected]"

16 years agoAdding missing translations for da
Anders Wegge Jakobsen [Sun, 22 Jul 2007 21:30:21 +0000 (21:30 +0000)]
Adding missing translations for da