lhc/web/wiklou.git
18 years agoFIX #655 : when user enter an empty search query:
Antoine Musso [Tue, 12 Jul 2005 14:57:04 +0000 (14:57 +0000)]
FIX #655 : when user enter an empty search query:
* show an empty search form
* hide subtitle

18 years agoFix #2180 : incorrect name for csb language
Antoine Musso [Mon, 11 Jul 2005 23:52:42 +0000 (23:52 +0000)]
Fix #2180 : incorrect name for csb language

18 years agotypo
Alexander Sigachov [Mon, 11 Jul 2005 21:58:09 +0000 (21:58 +0000)]
typo

18 years agoFrom MediaWiki namespace
Alexander Sigachov [Mon, 11 Jul 2005 21:55:59 +0000 (21:55 +0000)]
From MediaWiki namespace

18 years agoPrevious query did a big cartesian product of everything and then tried
Antoine Musso [Mon, 11 Jul 2005 20:47:34 +0000 (20:47 +0000)]
Previous query did a big cartesian product of everything and then tried
to find out the rows. This new one is faster and use one less tables.

18 years agoFrom language.php 1.600 to 1.616
Alexander Sigachov [Mon, 11 Jul 2005 20:40:31 +0000 (20:40 +0000)]
From language.php 1.600 to 1.616

18 years agoBug 2791 slovene numeric format
Niklas Laxström [Mon, 11 Jul 2005 15:27:17 +0000 (15:27 +0000)]
Bug 2791 slovene numeric format

18 years ago* (bug 2780) Fix thumbnail generation with GD for new image schema
Brion Vibber [Mon, 11 Jul 2005 01:52:27 +0000 (01:52 +0000)]
* (bug 2780) Fix thumbnail generation with GD for new image schema

18 years ago* (bug 2769) Use '-' form for language consistently on command-line
Brion Vibber [Mon, 11 Jul 2005 00:47:00 +0000 (00:47 +0000)]
* (bug 2769) Use '-' form for language consistently on command-line
* Fixlets to rebuildImages.php: clear memcached, indicate missing

18 years ago* Add serialized version number to image metadata cache records
Brion Vibber [Mon, 11 Jul 2005 00:07:20 +0000 (00:07 +0000)]
* Add serialized version number to image metadata cache records

18 years ago* (bug 2789) memcached image metadata now cleared after deletion
Brion Vibber [Sun, 10 Jul 2005 23:46:37 +0000 (23:46 +0000)]
* (bug 2789) memcached image metadata now cleared after deletion

18 years ago(bug 2761) fix capitalization of "i" in Turkish
Jens Frank [Sun, 10 Jul 2005 23:39:34 +0000 (23:39 +0000)]
(bug 2761) fix capitalization of "i" in Turkish

18 years ago* Replace spaces with - in the XHTML id for the sidebar
Ævar Arnfjörð Bjarmason [Sun, 10 Jul 2005 22:38:53 +0000 (22:38 +0000)]
* Replace spaces with - in the XHTML id for the sidebar

18 years agotypo, exclude the disamb link as articles obviously point to it
Antoine Musso [Sun, 10 Jul 2005 21:09:50 +0000 (21:09 +0000)]
typo, exclude the disamb link as articles obviously point to it

18 years agoSave names in query cache by using "value"
Antoine Musso [Sun, 10 Jul 2005 18:36:48 +0000 (18:36 +0000)]
Save names in query cache by using "value"

18 years agocase
Antoine Musso [Sun, 10 Jul 2005 18:27:21 +0000 (18:27 +0000)]
case

18 years agoadd --help --only=Apage
Antoine Musso [Sun, 10 Jul 2005 18:23:06 +0000 (18:23 +0000)]
add --help --only=Apage

18 years agoFix disambiguation page that were never properly migrated from 1.4
Antoine Musso [Sun, 10 Jul 2005 17:38:38 +0000 (17:38 +0000)]
Fix disambiguation page that were never properly migrated from 1.4

mysql> explain SELECT 'Disambiguations' as type,la.pl_namespace AS namespace,
       la.pl_title AS title, la.pl_from AS link_from
       FROM `pagelinks` AS la, `pagelinks` AS lb, `page` AS pa, `page` AS pb
       WHERE pb.page_namespace = 4
       AND pb.page_title = 'Liens_aux_pages_d\'homonymie'
       AND lb.pl_title = pb.page_title
       AND pa.page_id = lb.pl_from
       AND la.pl_title = pa.page_title;
---+------+----------+----------+-----+-----------+----+--------------+
tab|type  |possible k|key       |k_len|ref        |rows|Extra         |
---+------+----------+----------+-----+-----------+----+--------------+
pb |const |name_title|name_title|  259|const,const|   1|index         |
la |index |NULL      |pl_from   |  263|NULL       |1976|index         |
lb |index |pl_from   |pl_from   |  263|NULL       |1976|where & index |
pa |eq_ref|PRIMARY   |PRIMARY   |    4|lb.pl_from |   1|where         |
---+------+----------+----------+-----+-----------+----+--------------+

18 years agoCleaned up email notification message formatting:
Brion Vibber [Sun, 10 Jul 2005 03:10:46 +0000 (03:10 +0000)]
Cleaned up email notification message formatting:
* Wrap long lines on output (long URLs will not themselves break, though)
* Use correct formatting of user page and watched page links
* For anon editors, don't show a special:emailuser link
* Use shorter form for Special:Watchlist/edit

18 years agoCleaned up email notification message formatting:
Brion Vibber [Sun, 10 Jul 2005 02:52:33 +0000 (02:52 +0000)]
Cleaned up email notification message formatting:
* Wrap long lines on output (long URLs will not themselves break, though)
* Use correct formatting of user page and watched page links
* For anon editors, don't show a special:emailuser link
* Use shorter form for Special:Watchlist/edit

18 years ago* Fix fatal error in history when validation on
Brion Vibber [Sun, 10 Jul 2005 01:16:05 +0000 (01:16 +0000)]
* Fix fatal error in history when validation on

18 years ago* Fix nohistory message on empty page history
Brion Vibber [Sun, 10 Jul 2005 00:24:23 +0000 (00:24 +0000)]
* Fix nohistory message on empty page history

18 years agoadd missing wfmsg
River Tarnell [Sun, 10 Jul 2005 00:22:30 +0000 (00:22 +0000)]
add missing wfmsg

18 years agoKilling 'listadmins'
Niklas Laxström [Sat, 9 Jul 2005 21:06:11 +0000 (21:06 +0000)]
Killing 'listadmins'

18 years ago* Typo
Ævar Arnfjörð Bjarmason [Sat, 9 Jul 2005 20:52:09 +0000 (20:52 +0000)]
* Typo

18 years ago* (bug 2311) New language file for Macedonia
Ævar Arnfjörð Bjarmason [Sat, 9 Jul 2005 20:50:05 +0000 (20:50 +0000)]
* (bug 2311) New language file for Macedonia

18 years agoSome updates
Niklas Laxström [Sat, 9 Jul 2005 20:23:01 +0000 (20:23 +0000)]
Some updates

18 years ago* One paragraph is enough
Ævar Arnfjörð Bjarmason [Sat, 9 Jul 2005 19:55:15 +0000 (19:55 +0000)]
* One paragraph is enough

18 years agotypo, damn french
Antoine Musso [Sat, 9 Jul 2005 19:49:54 +0000 (19:49 +0000)]
typo, damn french

18 years agoDropping DISTINCT
Antoine Musso [Sat, 9 Jul 2005 19:38:23 +0000 (19:38 +0000)]
Dropping DISTINCT

18 years agoFix #1064 by implementing the new Special:Unusedcategories (thanks avar for the name)
Antoine Musso [Sat, 9 Jul 2005 19:19:10 +0000 (19:19 +0000)]
Fix #1064 by implementing the new Special:Unusedcategories (thanks avar for the name)

18 years ago* Added a new function, edits(), for counting contributions.
Ævar Arnfjörð Bjarmason [Sat, 9 Jul 2005 16:59:00 +0000 (16:59 +0000)]
* Added a new function, edits(), for counting contributions.

18 years ago* Added closing ?>
Ævar Arnfjörð Bjarmason [Sat, 9 Jul 2005 16:34:43 +0000 (16:34 +0000)]
* Added closing ?>

18 years agoFix #1553 : monobook lowercasing stuff in German
Antoine Musso [Sat, 9 Jul 2005 16:19:26 +0000 (16:19 +0000)]
Fix #1553 : monobook lowercasing stuff in German

18 years agoFix #2513 : hardcoded english namespaces which are the default anyway
Antoine Musso [Sat, 9 Jul 2005 16:03:08 +0000 (16:03 +0000)]
Fix #2513 : hardcoded english namespaces which are the default anyway

18 years ago* (bug 2764) Number format for Nds
Ævar Arnfjörð Bjarmason [Sat, 9 Jul 2005 00:03:22 +0000 (00:03 +0000)]
* (bug 2764) Number format for Nds

18 years ago* Typo in msg:exif-orientation-6 and msg:exif-orientation-7: Rotated not Roatated
Ævar Arnfjörð Bjarmason [Fri, 8 Jul 2005 19:39:34 +0000 (19:39 +0000)]
* Typo in msg:exif-orientation-6 and msg:exif-orientation-7: Rotated not Roatated

18 years ago* Fixed a missing typecast in Language::dateFormat() that would cause some
Ævar Arnfjörð Bjarmason [Fri, 8 Jul 2005 18:48:10 +0000 (18:48 +0000)]
* Fixed a missing typecast in Language::dateFormat() that would cause some
  interesting errors with signitures.

18 years agoFix #2748
Antoine Musso [Fri, 8 Jul 2005 10:32:24 +0000 (10:32 +0000)]
Fix #2748

18 years agoFix #153 path by <stehan dot walter at epfl dot ch>
Antoine Musso [Fri, 8 Jul 2005 10:18:14 +0000 (10:18 +0000)]
Fix #153 path by <stehan dot walter at epfl dot ch>

18 years agoSome parsers test rely on Language.php content. Syncing tests with lastest language...
Antoine Musso [Fri, 8 Jul 2005 06:13:47 +0000 (06:13 +0000)]
Some parsers test rely on Language.php content. Syncing tests with lastest language file.

18 years agoFix autonumbering that was broke following bug 787 fixing
Antoine Musso [Fri, 8 Jul 2005 06:13:00 +0000 (06:13 +0000)]
Fix autonumbering that was broke following bug 787 fixing

18 years agoFix #787 : External links being rendered. Tests cases at http://twenkill.dyndns.org...
Antoine Musso [Fri, 8 Jul 2005 05:54:16 +0000 (05:54 +0000)]
Fix #787 : External links being rendered. Tests cases at twenkill.dyndns.org/wiki/787 and http://test.leuksman.com/index.php/787

18 years ago* There's no more need for this here than anywhere else..
Ævar Arnfjörð Bjarmason [Fri, 8 Jul 2005 01:57:08 +0000 (01:57 +0000)]
* There's no more need for this here than anywhere else..

18 years ago* Documentation, OBSOLETE => @deprecated
Ævar Arnfjörð Bjarmason [Fri, 8 Jul 2005 01:55:48 +0000 (01:55 +0000)]
* Documentation, OBSOLETE => @deprecated

18 years ago* Using a UTF-8 sequence (\xc2\xa0) instead of a ISO-8859-1 one (\xa0)
Ævar Arnfjörð Bjarmason [Fri, 8 Jul 2005 01:43:09 +0000 (01:43 +0000)]
* Using a UTF-8 sequence (\xc2\xa0) instead of a ISO-8859-1 one (\xa0)

18 years ago* (bug 2749) &nbsp; would appear as a literal in image galleries for Cs, Fr, Fur...
Ævar Arnfjörð Bjarmason [Thu, 7 Jul 2005 23:59:10 +0000 (23:59 +0000)]
* (bug 2749) &nbsp; would appear as a literal in image galleries for Cs, Fr, Fur, Pl and Sv

18 years ago* (bug 2721) New language file for Vietnamese with the Vietnamese number notation
Ævar Arnfjörð Bjarmason [Thu, 7 Jul 2005 21:50:53 +0000 (21:50 +0000)]
* (bug 2721) New language file for Vietnamese with the Vietnamese number notation

18 years agonew feature: $wgBlockAllowsUTEdit
Tim Starling [Thu, 7 Jul 2005 21:40:25 +0000 (21:40 +0000)]
new feature: $wgBlockAllowsUTEdit

18 years agoFixes for patch
Magnus Manske [Thu, 7 Jul 2005 18:45:22 +0000 (18:45 +0000)]
Fixes for patch

18 years agoPatch by David Iberri
Magnus Manske [Thu, 7 Jul 2005 17:09:10 +0000 (17:09 +0000)]
Patch by David Iberri

18 years ago* Removing backticks in the validate table definition
Ævar Arnfjörð Bjarmason [Thu, 7 Jul 2005 14:56:53 +0000 (14:56 +0000)]
* Removing backticks in the validate table definition

18 years ago* Using $fname rather than hardcoding wfSpecialStatistics
Ævar Arnfjörð Bjarmason [Thu, 7 Jul 2005 14:44:37 +0000 (14:44 +0000)]
* Using $fname rather than hardcoding wfSpecialStatistics

18 years ago* Not showing " : " in recentchanges if the rcComment is empty
Ævar Arnfjörð Bjarmason [Thu, 7 Jul 2005 14:10:00 +0000 (14:10 +0000)]
* Not showing " : " in recentchanges if the rcComment is empty
* Documentation

18 years ago* Documented the constructor
Ævar Arnfjörð Bjarmason [Thu, 7 Jul 2005 13:44:33 +0000 (13:44 +0000)]
* Documented the constructor
* Fixed a logic error in actionText(), extensions can now write to the log
  using an empty action string without warnings.
* Formatting

18 years ago* Fix talk page move handling
Brion Vibber [Thu, 7 Jul 2005 12:40:02 +0000 (12:40 +0000)]
* Fix talk page move handling

18 years agoBump to 1.5beta3 1.5.0beta3
Brion Vibber [Thu, 7 Jul 2005 07:05:32 +0000 (07:05 +0000)]
Bump to 1.5beta3

18 years ago* (bug 1130) Reorder old title checks; use title null instead of empty
Brion Vibber [Thu, 7 Jul 2005 06:51:23 +0000 (06:51 +0000)]
* (bug 1130) Reorder old title checks; use title null instead of empty
string check, encode the pretty title (spaces instead of underscores)

18 years ago(bug 2416) Don't allow search engine robots to index or follow nonexisting articles
Jens Frank [Thu, 7 Jul 2005 05:02:09 +0000 (05:02 +0000)]
(bug 2416) Don't allow search engine robots to index or follow nonexisting articles

18 years agotry a different way of handling the message cache
River Tarnell [Thu, 7 Jul 2005 03:08:58 +0000 (03:08 +0000)]
try a different way of handling the message cache

18 years agotry disabling persistant connections
River Tarnell [Thu, 7 Jul 2005 03:01:35 +0000 (03:01 +0000)]
try disabling persistant connections

18 years agotypo
River Tarnell [Thu, 7 Jul 2005 02:31:03 +0000 (02:31 +0000)]
typo

18 years agoerror handling is your friend
River Tarnell [Thu, 7 Jul 2005 02:29:55 +0000 (02:29 +0000)]
error handling is your friend

18 years agoFix hardcoded path to the languages directory
Antoine Musso [Wed, 6 Jul 2005 22:34:09 +0000 (22:34 +0000)]
Fix hardcoded path to the languages directory

18 years agorevert, wrong file
Antoine Musso [Wed, 6 Jul 2005 22:33:08 +0000 (22:33 +0000)]
revert, wrong file

18 years agoURL to output
Antoine Musso [Wed, 6 Jul 2005 22:30:24 +0000 (22:30 +0000)]
URL to output

18 years agoFix #2709 , patch by Zigger
Antoine Musso [Wed, 6 Jul 2005 22:13:42 +0000 (22:13 +0000)]
Fix #2709 , patch by Zigger

18 years agofix #1560: Update ku: from wikipedia
Antoine Musso [Wed, 6 Jul 2005 21:57:38 +0000 (21:57 +0000)]
fix #1560: Update ku: from wikipedia

18 years agoUpdate Ar language
Antoine Musso [Wed, 6 Jul 2005 21:42:19 +0000 (21:42 +0000)]
Update Ar language

18 years agoremoved some invalid or no more used keys
Antoine Musso [Wed, 6 Jul 2005 21:08:51 +0000 (21:08 +0000)]
removed some invalid or no more used keys

18 years agoLower case array keys
Antoine Musso [Wed, 6 Jul 2005 20:33:02 +0000 (20:33 +0000)]
Lower case array keys

18 years ago* (bug 2188) Correct template namespace for Greek localization
Brion Vibber [Wed, 6 Jul 2005 20:24:31 +0000 (20:24 +0000)]
* (bug 2188) Correct template namespace for Greek localization
This somehow didn't get committed a couple days ago when the release notes were.

18 years agoLot of double to single quotes
Antoine Musso [Wed, 6 Jul 2005 20:04:05 +0000 (20:04 +0000)]
Lot of double to single quotes

18 years agofix #2350 : update limburgish language from wikip��dia
Antoine Musso [Wed, 6 Jul 2005 18:56:36 +0000 (18:56 +0000)]
fix #2350 : update limburgish language from wikip��dia

18 years agoupdate from wikip��dia
Antoine Musso [Wed, 6 Jul 2005 18:35:13 +0000 (18:35 +0000)]
update from wikip��dia

18 years agoremoving debug statement
Antoine Musso [Wed, 6 Jul 2005 18:06:16 +0000 (18:06 +0000)]
removing debug statement

18 years agoDon't forget the dot
Niklas Laxström [Wed, 6 Jul 2005 18:05:15 +0000 (18:05 +0000)]
Don't forget the dot

18 years agobug 1355 adding noprint
Niklas Laxström [Wed, 6 Jul 2005 18:03:26 +0000 (18:03 +0000)]
bug 1355 adding noprint

18 years agolower case script!
Antoine Musso [Wed, 6 Jul 2005 18:00:31 +0000 (18:00 +0000)]
lower case script!

18 years agosome updates from wikipedia
Antoine Musso [Wed, 6 Jul 2005 17:22:51 +0000 (17:22 +0000)]
some updates from wikipedia

18 years ago* Removed print_r($time), no such variable.
Ævar Arnfjörð Bjarmason [Wed, 6 Jul 2005 16:32:38 +0000 (16:32 +0000)]
* Removed print_r($time), no such variable.

18 years agoNow use parserTests diff engine when an entry in the reference file given differs...
Antoine Musso [Wed, 6 Jul 2005 16:27:15 +0000 (16:27 +0000)]
Now use parserTests diff engine when an entry in the reference file given differs from the mediawiki languagefile. That should ease languages updates by using wikipedia messages

18 years agomake test-light (cause i am lazy)
Antoine Musso [Wed, 6 Jul 2005 16:17:42 +0000 (16:17 +0000)]
make test-light (cause i am lazy)

18 years agoRefactor parserTests so the class can be used by another script
Antoine Musso [Wed, 6 Jul 2005 16:17:02 +0000 (16:17 +0000)]
Refactor parserTests so the class can be used by another script

18 years agoOh my god ! they killed the quotes !
Antoine Musso [Wed, 6 Jul 2005 14:09:40 +0000 (14:09 +0000)]
Oh my god ! they killed the quotes !

18 years agosplit prefs-help-userdata to prefs-help-realname & prefs-help-email. Nds still need...
Antoine Musso [Wed, 6 Jul 2005 13:50:49 +0000 (13:50 +0000)]
split prefs-help-userdata to prefs-help-realname & prefs-help-email. Nds still need to be split

18 years agoquotes
Antoine Musso [Wed, 6 Jul 2005 13:34:36 +0000 (13:34 +0000)]
quotes

18 years agoFixed bug with incorrect variants being returned for language codes with hyphens
Tim Starling [Wed, 6 Jul 2005 07:53:51 +0000 (07:53 +0000)]
Fixed bug with incorrect variants being returned for language codes with hyphens

18 years agoFix warning
Niklas Laxström [Wed, 6 Jul 2005 07:33:03 +0000 (07:33 +0000)]
Fix warning

18 years ago<label>
River Tarnell [Wed, 6 Jul 2005 06:14:17 +0000 (06:14 +0000)]
<label>

18 years agouse a slightly nicer vlink colour
River Tarnell [Wed, 6 Jul 2005 06:00:00 +0000 (06:00 +0000)]
use a slightly nicer vlink colour

18 years agotyop in mrakup
Brion Vibber [Wed, 6 Jul 2005 05:18:09 +0000 (05:18 +0000)]
tyop in mrakup

18 years agowhen a value is selected, hide the 'time' entry field
River Tarnell [Wed, 6 Jul 2005 02:47:19 +0000 (02:47 +0000)]
when a value is selected, hide the 'time' entry field

18 years ago* Dutch number formatting
Ævar Arnfjörð Bjarmason [Tue, 5 Jul 2005 23:02:15 +0000 (23:02 +0000)]
* Dutch number formatting

18 years ago* Defined formatNum()
Ævar Arnfjörð Bjarmason [Tue, 5 Jul 2005 23:01:51 +0000 (23:01 +0000)]
* Defined formatNum()
* Removed the definition of getDefaultUserOptions()

18 years agosimple README
Antoine Musso [Tue, 5 Jul 2005 21:46:27 +0000 (21:46 +0000)]
simple README

18 years agofix some issues with phpdoc
Antoine Musso [Tue, 5 Jul 2005 21:22:25 +0000 (21:22 +0000)]
fix some issues with phpdoc

18 years agoquotes
Antoine Musso [Tue, 5 Jul 2005 20:39:09 +0000 (20:39 +0000)]
quotes

18 years ago* (bug 2188) Correct template namespace for Greek localization
Brion Vibber [Tue, 5 Jul 2005 20:10:43 +0000 (20:10 +0000)]
* (bug 2188) Correct template namespace for Greek localization

18 years ago* (bug 2708) Avoid undefined notice on cookieless login attempt
Brion Vibber [Tue, 5 Jul 2005 20:00:42 +0000 (20:00 +0000)]
* (bug 2708) Avoid undefined notice on cookieless login attempt