lhc/web/wiklou.git
17 years agoimproved debug output
Tim Starling [Thu, 28 Sep 2006 09:06:55 +0000 (09:06 +0000)]
improved debug output

17 years agobug fixes
Tim Starling [Thu, 28 Sep 2006 09:06:35 +0000 (09:06 +0000)]
bug fixes

17 years agovarious improvements
Tim Starling [Thu, 28 Sep 2006 09:05:28 +0000 (09:05 +0000)]
various improvements

17 years agoshow SQL errors in command line scripts
Tim Starling [Thu, 28 Sep 2006 09:04:39 +0000 (09:04 +0000)]
show SQL errors in command line scripts

17 years agoMinor update to German translation.
Jimmy Collins [Wed, 27 Sep 2006 20:59:14 +0000 (20:59 +0000)]
Minor update to German translation.

17 years ago* Try to reconnect after transitory database errors in dumpTextPass.php
Brion Vibber [Wed, 27 Sep 2006 19:48:50 +0000 (19:48 +0000)]
* Try to reconnect after transitory database errors in dumpTextPass.php

17 years ago(bug 7059) 'anchorencode' colon function needs one more replace '+' -> '_'
Jimmy Collins [Wed, 27 Sep 2006 18:24:08 +0000 (18:24 +0000)]
(bug 7059) 'anchorencode' colon function needs one more replace '+' -> '_'

17 years ago* (bug 7425) Preceeding whitespace in [[...]] breaks subpages
Jimmy Collins [Wed, 27 Sep 2006 17:07:50 +0000 (17:07 +0000)]
* (bug 7425) Preceeding whitespace in [[...]] breaks subpages

17 years ago(bug 7422) Yet another patch for MessagesKa.php
Rotem Liss [Wed, 27 Sep 2006 13:31:42 +0000 (13:31 +0000)]
(bug 7422) Yet another patch for MessagesKa.php

17 years agoSwap index order.
Greg Sabino Mullane [Wed, 27 Sep 2006 12:18:52 +0000 (12:18 +0000)]
Swap index order.

17 years ago* API: Refactored per brion's suggestions
Yuri Astrakhan [Wed, 27 Sep 2006 05:13:48 +0000 (05:13 +0000)]
* API: Refactored per brion's suggestions
* API: began query revisions implementation (incomplete)

17 years agoAdded file size limit for all shell processes, to stop ImageMagick from writing out...
Tim Starling [Wed, 27 Sep 2006 00:43:37 +0000 (00:43 +0000)]
Added file size limit for all shell processes, to stop ImageMagick from writing out gigabytes of scratch files. It uses a deceptively low amount of CPU time while it does this, meaning that it can significantly slow down server performance for many minutes.

17 years agoFix update made in r16659 - now use field revision_timestamp instead of page_touched.
Jimmy Collins [Tue, 26 Sep 2006 22:45:16 +0000 (22:45 +0000)]
Fix update made in r16659 - now use field revision_timestamp instead of page_touched.

17 years agodos2unix
Jimmy Collins [Tue, 26 Sep 2006 18:13:42 +0000 (18:13 +0000)]
dos2unix

17 years ago* (bug 7419) Update for Cantonese language (zh-yue)
Jimmy Collins [Tue, 26 Sep 2006 17:53:45 +0000 (17:53 +0000)]
* (bug 7419) Update for Cantonese language (zh-yue)
* dos2unix

17 years ago* (bug 6092) Introduce magic words {{REVISIONDAY}}, {{REVISIONDAY2}, {{REVISIONMONTH}},
Jimmy Collins [Tue, 26 Sep 2006 17:20:36 +0000 (17:20 +0000)]
* (bug 6092) Introduce magic words {{REVISIONDAY}}, {{REVISIONDAY2}, {{REVISIONMONTH}},
  {{REVISIONYEAR}} and {{REVISIONTIMESTAMP}}

17 years ago* (bug 6849) Block @ from usernames; interferes with multi-database tools and
Brion Vibber [Tue, 26 Sep 2006 16:06:16 +0000 (16:06 +0000)]
* (bug 6849) Block @ from usernames; interferes with multi-database tools and
  was meant to be banned years ago... For now existing accounts will not be
  prevented fromm login.

17 years ago(bug 7415) Update to MessagesKa.php localization file
Jimmy Collins [Tue, 26 Sep 2006 10:44:30 +0000 (10:44 +0000)]
(bug 7415) Update to MessagesKa.php localization file

17 years ago* API: Overall query-related cleanup.
Yuri Astrakhan [Tue, 26 Sep 2006 06:37:26 +0000 (06:37 +0000)]
* API: Overall query-related cleanup.

17 years agoChunked queries. Use modulo slicing instead of range slicing to avoid gaps when the...
Tim Starling [Tue, 26 Sep 2006 05:46:07 +0000 (05:46 +0000)]
Chunked queries. Use modulo slicing instead of range slicing to avoid gaps when the article count changes. "No overwrite" option.

17 years ago* API: All pages list
Yuri Astrakhan [Tue, 26 Sep 2006 05:43:02 +0000 (05:43 +0000)]
* API: All pages list
* API: Reworked parameter processing

17 years ago* Fix regression in cachability of generated CSS and JS for MonoBook skin,
Brion Vibber [Tue, 26 Sep 2006 05:30:12 +0000 (05:30 +0000)]
* Fix regression in cachability of generated CSS and JS for MonoBook skin,
  while avoiding clobbering of different users' cached data

Added a "Vary: Accept-Encoding, Cookie" a few weeks ago on generated CSS/JS
files to prevent different users' styles from clobbering each other in
caches. Unfortunately browsers don't seem to handle Vary well, and this
caused a lot of extra hits due to poor caching.

This is now removed, replaced with an explicit "Cache-Control: private"
or "Cache-Control: public" depending on the presence of an open session
cookie or logged-in state. This should restore the friendly caching
behavior while ensuring that no users' generated data will clobber
anyone else's.

To additionally ensure that public cached CSS doesn't clobber the
private bits, smaxage=0 is set on the URL used for logged-in views,
as already done for JS.

17 years ago* API: Query Meta SiteInfo module
Yuri Astrakhan [Tue, 26 Sep 2006 01:44:13 +0000 (01:44 +0000)]
* API: Query Meta SiteInfo module
* API: Improved query help screen

17 years agoAnother attempt at cross-database compatibility; mysql left totally unchanged.
Greg Sabino Mullane [Mon, 25 Sep 2006 20:38:00 +0000 (20:38 +0000)]
Another attempt at cross-database compatibility; mysql left totally unchanged.

17 years agoUpdated Dutch (nl) messages file, sent by Siebrand.
Rotem Liss [Mon, 25 Sep 2006 17:41:10 +0000 (17:41 +0000)]
Updated Dutch (nl) messages file, sent by Siebrand.

17 years agoUpdate to German tranlsation.
Jimmy Collins [Mon, 25 Sep 2006 16:04:10 +0000 (16:04 +0000)]
Update to German tranlsation.

17 years ago(bug 7408) Update for Portuguese localisation (pt)
Jimmy Collins [Mon, 25 Sep 2006 15:29:52 +0000 (15:29 +0000)]
(bug 7408) Update for Portuguese localisation (pt)

17 years ago* API: General query modules order of execution
Yuri Astrakhan [Mon, 25 Sep 2006 06:10:16 +0000 (06:10 +0000)]
* API: General query modules order of execution
* API: Moved title parsing logic to ApiPageSet

17 years agoAdded sprintfDate format characters NwzWtLaAgGhcrU and extension xt. Extended roman...
Tim Starling [Mon, 25 Sep 2006 05:59:00 +0000 (05:59 +0000)]
Added sprintfDate format characters NwzWtLaAgGhcrU and extension xt. Extended roman numeral formatting to 3000.

17 years ago* API: A new ApiPageSet class to retrieve page data and resolve redirects.
Yuri Astrakhan [Mon, 25 Sep 2006 04:12:07 +0000 (04:12 +0000)]
* API: A new ApiPageSet class to retrieve page data and resolve redirects.

17 years agoAdded exception list feature to the bad image list
Tim Starling [Mon, 25 Sep 2006 01:35:41 +0000 (01:35 +0000)]
Added exception list feature to the bad image list

17 years agofixed link
Jimmy Collins [Sun, 24 Sep 2006 17:29:55 +0000 (17:29 +0000)]
fixed link

17 years ago* Updates
Niklas Laxström [Sun, 24 Sep 2006 09:07:57 +0000 (09:07 +0000)]
* Updates

17 years ago(bug 7395) Update to Indonesian localisation (id) #37
Rotem Liss [Sun, 24 Sep 2006 07:01:47 +0000 (07:01 +0000)]
(bug 7395) Update to Indonesian localisation (id) #37

17 years agoMoved wfParseCIDR() to IP::parseCIDR(). Added IP::parseRange() to support more genera...
Tim Starling [Sun, 24 Sep 2006 06:11:21 +0000 (06:11 +0000)]
Moved wfParseCIDR() to IP::parseCIDR(). Added IP::parseRange() to support more general range strings. An application for this will hopefully follow soon.

17 years agoAllow hooks to be static member functions
Tim Starling [Sun, 24 Sep 2006 06:04:58 +0000 (06:04 +0000)]
Allow hooks to be static member functions

17 years agoUpdate to German translation (de)
Jimmy Collins [Sun, 24 Sep 2006 01:01:14 +0000 (01:01 +0000)]
Update to German translation (de)

17 years agoImproved layout after deleting items from watchlist
Jimmy Collins [Sun, 24 Sep 2006 00:55:49 +0000 (00:55 +0000)]
Improved layout after deleting items from watchlist

17 years ago* API-query: normalization
Yuri Astrakhan [Sat, 23 Sep 2006 23:30:25 +0000 (23:30 +0000)]
* API-query: normalization
* API: help screen improvements

17 years ago* API: major refactoring
Yuri Astrakhan [Sat, 23 Sep 2006 15:57:16 +0000 (15:57 +0000)]
* API: major refactoring
* API: added login functionality
* API: added several output formats (needs optimization)

17 years ago* Moved session saving code from processLogin() to authenticateUserData() for better...
Yuri Astrakhan [Sat, 23 Sep 2006 15:55:51 +0000 (15:55 +0000)]
* Moved session saving code from processLogin() to authenticateUserData() for better reuse.

17 years ago(bug 7387) Update MessagesKa.php with several translations
Jimmy Collins [Fri, 22 Sep 2006 21:18:14 +0000 (21:18 +0000)]
(bug 7387) Update MessagesKa.php with several translations

17 years agoUpdate.
Rotem Liss [Fri, 22 Sep 2006 14:27:53 +0000 (14:27 +0000)]
Update.

17 years agoAdded info text to Special:Lonelypages
Jimmy Collins [Fri, 22 Sep 2006 14:24:20 +0000 (14:24 +0000)]
Added info text to Special:Lonelypages

17 years agoUpdate.
Rotem Liss [Fri, 22 Sep 2006 14:09:36 +0000 (14:09 +0000)]
Update.

17 years agoUpdate to MessagesDe.php
Jimmy Collins [Fri, 22 Sep 2006 14:07:21 +0000 (14:07 +0000)]
Update to MessagesDe.php

17 years ago* Added info text to Special:Deadendpages
Jimmy Collins [Fri, 22 Sep 2006 14:06:26 +0000 (14:06 +0000)]
* Added info text to Special:Deadendpages

17 years ago(bug 7384) Update MessagesKa.php with most of "Namespace 8 related" messages
Jimmy Collins [Fri, 22 Sep 2006 13:27:53 +0000 (13:27 +0000)]
(bug 7384) Update MessagesKa.php with most of "Namespace 8 related" messages

17 years agoFix.
Rotem Liss [Fri, 22 Sep 2006 13:18:51 +0000 (13:18 +0000)]
Fix.

17 years ago(bug 7357) Make supposedly static methods of Skin actually static
Rotem Liss [Fri, 22 Sep 2006 13:07:06 +0000 (13:07 +0000)]
(bug 7357) Make supposedly static methods of Skin actually static

17 years agoRewriting the language scripts, to introduce the concept of optional messages: messag...
Rotem Liss [Fri, 22 Sep 2006 12:18:03 +0000 (12:18 +0000)]
Rewriting the language scripts, to introduce the concept of optional messages: messages which can be translated, and can be ommited, without problems. Including linkprefix and imgmultigotopost in the optional messages list (more will be included in the future), and adding the EXIF messages to this list if requested, instead of filtering them out from all the messages; also, fixes of typos, minor bugs and code style.

17 years agoAdded Lojban translation (jbo).
Jimmy Collins [Thu, 21 Sep 2006 22:03:13 +0000 (22:03 +0000)]
Added Lojban translation (jbo).

17 years ago(bug 7380) Update MessagesKa.php with months and week days translations
Jimmy Collins [Thu, 21 Sep 2006 20:52:15 +0000 (20:52 +0000)]
(bug 7380) Update MessagesKa.php with months and week days translations

17 years agoReplaced 'lastmodifiedby' with 'lastmodifiedatby' with seperated parameters for date...
Jimmy Collins [Thu, 21 Sep 2006 20:44:20 +0000 (20:44 +0000)]
Replaced 'lastmodifiedby' with 'lastmodifiedatby' with seperated parameters for date and time

17 years agowithout any words ... ;-(
Jimmy Collins [Thu, 21 Sep 2006 18:29:54 +0000 (18:29 +0000)]
without any words ...  ;-(

17 years agoRenamed message 'lastmodified' to 'lastmodifiedat' - see bug 6518 comment #8
Jimmy Collins [Thu, 21 Sep 2006 18:25:58 +0000 (18:25 +0000)]
Renamed message 'lastmodified' to 'lastmodifiedat' - see bug 6518 comment #8

17 years agoUpdated messages for serbian variant tabs.
Robert Stojnić [Thu, 21 Sep 2006 18:21:22 +0000 (18:21 +0000)]
Updated messages for serbian variant tabs.

17 years ago* (bug 6518) Seperated parameters for date and time in 'lastmodified' to allow a...
Jimmy Collins [Thu, 21 Sep 2006 16:43:21 +0000 (16:43 +0000)]
* (bug 6518) Seperated parameters for date and time in 'lastmodified' to allow a better
  localisation like requested for German. Updated all other message files to display the
  old format for compatibility.

17 years agoUpdate.
Rotem Liss [Thu, 21 Sep 2006 15:22:56 +0000 (15:22 +0000)]
Update.

17 years agoUpdate to German translation (de)
Jimmy Collins [Thu, 21 Sep 2006 15:16:56 +0000 (15:16 +0000)]
Update to German translation (de)

17 years ago* (bug 7335) SVN revision check in Special:Version fails on SVN 1.4 working copy
Jimmy Collins [Thu, 21 Sep 2006 15:06:17 +0000 (15:06 +0000)]
* (bug 7335) SVN revision check in Special:Version fails on SVN 1.4 working copy

17 years ago* (bug 6701) Kazakh language variants in MessagesEn.php
Jimmy Collins [Thu, 21 Sep 2006 11:23:54 +0000 (11:23 +0000)]
* (bug 6701) Kazakh language variants in MessagesEn.php

17 years ago* (bug 6756) Enabling RTL direction for kk-cn
Jimmy Collins [Thu, 21 Sep 2006 11:17:13 +0000 (11:17 +0000)]
* (bug 6756) Enabling RTL direction for kk-cn

17 years agoFix regressions in case-mapping with mbstring extension missing
Brion Vibber [Wed, 20 Sep 2006 20:05:32 +0000 (20:05 +0000)]
Fix regressions in case-mapping with mbstring extension missing

17 years agoUpdate
Jimmy Collins [Wed, 20 Sep 2006 18:08:06 +0000 (18:08 +0000)]
Update

17 years agomerge r16576 from SerbianVariants branch; should fix 'go' variant search on non-defau...
Brion Vibber [Wed, 20 Sep 2006 14:38:32 +0000 (14:38 +0000)]
merge r16576 from SerbianVariants branch; should fix 'go' variant search on non-default search (Lucene)

17 years agoremove stray wfProfileOut()
Brion Vibber [Wed, 20 Sep 2006 11:19:59 +0000 (11:19 +0000)]
remove stray wfProfileOut()

17 years ago* Updates to language variant code for Serbian et al
Brion Vibber [Wed, 20 Sep 2006 10:22:12 +0000 (10:22 +0000)]
* Updates to language variant code for Serbian et al

17 years ago* Fix layout for Special:Preferences->Date and Time (position for 'timezonetext').
Jimmy Collins [Tue, 19 Sep 2006 13:08:17 +0000 (13:08 +0000)]
* Fix layout for Special:Preferences->Date and Time (position for 'timezonetext').

17 years agostub
Jimmy Collins [Tue, 19 Sep 2006 12:23:56 +0000 (12:23 +0000)]
stub

17 years agoUpdate.
Rotem Liss [Tue, 19 Sep 2006 11:48:31 +0000 (11:48 +0000)]
Update.

17 years agoUpdate to German (de) translation. Consistent use of "Seite" instead of "Artikel...
Jimmy Collins [Mon, 18 Sep 2006 23:15:21 +0000 (23:15 +0000)]
Update to German (de) translation. Consistent use of "Seite" instead of "Artikel" and some other minor changes.

17 years agoRemove ":" for 'youremail' and 'yourrealname' in includes/templates/Userlogin.php
Jimmy Collins [Mon, 18 Sep 2006 22:07:49 +0000 (22:07 +0000)]
Remove ":" for 'youremail' and 'yourrealname' in includes/templates/Userlogin.php
so that ":" could be used in i18n for Special:Preferences (like 'username' and 'uid').

17 years agoUpdate to German (de) translation
Jimmy Collins [Mon, 18 Sep 2006 21:37:24 +0000 (21:37 +0000)]
Update to German (de) translation

17 years agoMinor changes to the installer.
Jimmy Collins [Mon, 18 Sep 2006 20:20:04 +0000 (20:20 +0000)]
Minor changes to the installer.

17 years ago* Added experimental $wgRevisionCacheExpiry to cache extracted revision text
Brion Vibber [Mon, 18 Sep 2006 18:10:20 +0000 (18:10 +0000)]
* Added experimental $wgRevisionCacheExpiry to cache extracted revision text
  in $wgMemc, to further reduce hits to external storage.
  Set to 0 (disabled) by default.

17 years ago* Lazy extraction of text chunks in Revision objects, may reduce hits to
Brion Vibber [Mon, 18 Sep 2006 17:52:44 +0000 (17:52 +0000)]
* Lazy extraction of text chunks in Revision objects, may reduce hits to
  external storage when actual text content is not used

17 years agoreverting SerbianVariants check-in, not ready to go live yet on Wikimedia
Brion Vibber [Fri, 15 Sep 2006 21:02:35 +0000 (21:02 +0000)]
reverting SerbianVariants check-in, not ready to go live yet on Wikimedia

17 years agoforgot this
Brion Vibber [Fri, 15 Sep 2006 20:14:43 +0000 (20:14 +0000)]
forgot this

17 years agoMerge from SerbianVariants branch, trunk 16500 vs SerbianVariants 16523
Brion Vibber [Fri, 15 Sep 2006 20:08:21 +0000 (20:08 +0000)]
Merge from SerbianVariants branch, trunk 16500 vs SerbianVariants 16523

17 years ago(bug 7309) Plurals: use singular form for zero in French and Brazilian
Jimmy Collins [Thu, 14 Sep 2006 22:58:35 +0000 (22:58 +0000)]
(bug 7309) Plurals: use singular form for zero in French and Brazilian
Portuguese

17 years ago(bug 7315) Update to Russian translation
Jimmy Collins [Thu, 14 Sep 2006 22:31:15 +0000 (22:31 +0000)]
(bug 7315) Update to Russian translation

17 years ago* (bug 7324) Fix error message for failure of Database::sourceFile()
Brion Vibber [Thu, 14 Sep 2006 17:08:46 +0000 (17:08 +0000)]
* (bug 7324) Fix error message for failure of Database::sourceFile()

17 years agoadd missing wgLang definition
Jens Frank [Wed, 13 Sep 2006 20:43:04 +0000 (20:43 +0000)]
add missing wgLang definition

17 years ago* Set Vary: Cookie on action=raw generated CSS and JS, to ensure that user
Brion Vibber [Wed, 13 Sep 2006 19:30:12 +0000 (19:30 +0000)]
* Set Vary: Cookie on action=raw generated CSS and JS, to ensure that user
  preferences don't get stuck in proxy caches for other people

Man this one's embarassing, we should have fixed it ages ago.
This should I think fix the longtime problem where people sometimes
see things like underlining of links change spontaneously.

17 years agoFix of bug 6386
Anders Wegge Jakobsen [Wed, 13 Sep 2006 18:52:52 +0000 (18:52 +0000)]
Fix of bug 6386

17 years ago* (bug 7305) Proper compare for bot check on RC notify, should fix overrides
Brion Vibber [Wed, 13 Sep 2006 15:35:30 +0000 (15:35 +0000)]
* (bug 7305) Proper compare for bot check on RC notify, should fix overrides
  that force edits by non-bot users to bot mode

17 years ago* (bug 7312) Don't emit SET NAMES utf8 if connection failed
Brion Vibber [Wed, 13 Sep 2006 15:27:04 +0000 (15:27 +0000)]
* (bug 7312) Don't emit SET NAMES utf8 if connection failed

17 years ago(bug 7306) RTL text in an LTR wiki breaks appearance of Special:Recentchanges
Rotem Liss [Wed, 13 Sep 2006 10:29:56 +0000 (10:29 +0000)]
(bug 7306) RTL text in an LTR wiki breaks appearance of Special:Recentchanges

17 years ago* (bug 7299) Normalize username filter on Special:Newpages
Brion Vibber [Tue, 12 Sep 2006 20:28:07 +0000 (20:28 +0000)]
* (bug 7299) Normalize username filter on Special:Newpages

17 years agoUpdate
Jimmy Collins [Tue, 12 Sep 2006 19:57:13 +0000 (19:57 +0000)]
Update

17 years ago(bug 7293) HTML validation of Special:Revisiondelete form
Rotem Liss [Tue, 12 Sep 2006 12:03:27 +0000 (12:03 +0000)]
(bug 7293) HTML validation of Special:Revisiondelete form

17 years ago(bug 6216) The immobile namespace message does not mention the source page
Rotem Liss [Mon, 11 Sep 2006 16:20:47 +0000 (16:20 +0000)]
(bug 6216) The immobile namespace message does not mention the source page

17 years ago* Few typos
Niklas Laxström [Mon, 11 Sep 2006 13:19:56 +0000 (13:19 +0000)]
* Few typos

17 years ago* Add --user, --comment, and --license options to importImages.php
Brion Vibber [Mon, 11 Sep 2006 13:12:52 +0000 (13:12 +0000)]
* Add --user, --comment, and --license options to importImages.php

17 years ago* (bug 6777) Remove some PHP 4 compat cruft
Brion Vibber [Mon, 11 Sep 2006 12:55:26 +0000 (12:55 +0000)]
* (bug 6777) Remove some PHP 4 compat cruft

17 years ago* (bug 7064) Replace hard-coded empty message checks with wfEmptyMsg calls
Brion Vibber [Mon, 11 Sep 2006 12:22:35 +0000 (12:22 +0000)]
* (bug 7064) Replace hard-coded empty message checks with wfEmptyMsg calls

17 years ago* Clear newtalk marker on diff links with explicit current revision number
Brion Vibber [Sun, 10 Sep 2006 21:46:54 +0000 (21:46 +0000)]
* Clear newtalk marker on diff links with explicit current revision number

17 years ago* (bug 7279) Use wfBaseName in place of basename() in more places
Brion Vibber [Sun, 10 Sep 2006 12:11:36 +0000 (12:11 +0000)]
* (bug 7279) Use wfBaseName in place of basename() in more places

17 years ago* Updates
Niklas Laxström [Sun, 10 Sep 2006 10:01:00 +0000 (10:01 +0000)]
* Updates