mediawiki.git
18 years agoThis commit was manufactured by cvs2svn to create tag 'REL1_2_1'.1.2.1
nobody [Sun, 28 Mar 2004 04:25:49 +0000 (28 04:25 +0000)]
This commit was manufactured by cvs2svn to create tag 'REL1_2_1'.

18 years ago1.2.1
Brion Vibber [Sun, 28 Mar 2004 04:25:49 +0000 (28 04:25 +0000)]
1.2.1

18 years agoThis hopefully should clear up the apostrophe problems; new handling of
Brion Vibber [Sun, 28 Mar 2004 01:06:22 +0000 (28 01:06 +0000)]
This hopefully should clear up the apostrophe problems; new handling of
get_magic_quotes().

18 years agoMissing backslashes
Brion Vibber [Sun, 28 Mar 2004 01:02:44 +0000 (28 01:02 +0000)]
Missing backslashes

18 years agoDe-Wikipediation of fr
Brion Vibber [Sat, 27 Mar 2004 09:28:15 +0000 (27 09:28 +0000)]
De-Wikipediation of fr

18 years agoInstallation, compatibility, security fixlets:
Brion Vibber [Fri, 26 Mar 2004 16:19:05 +0000 (26 16:19 +0000)]
Installation, compatibility, security fixlets:
* Detect use of PHP as CGI and disable index.php/Title URLs
* Try to auto-create math tmp & output directories if not present
* Disable Asksql in default install ($wgAllowSysopQueries)

18 years agoSome doc updates for release...
Brion Vibber [Wed, 24 Mar 2004 08:40:00 +0000 (24 08:40 +0000)]
Some doc updates for release...

18 years agoMore install fixes: support for gzip, check for imagemagick etc
Brion Vibber [Wed, 24 Mar 2004 08:19:10 +0000 (24 08:19 +0000)]
More install fixes: support for gzip, check for imagemagick etc

18 years agoFix Database::tableExists() to prevent install/update errors.
Brion Vibber [Wed, 24 Mar 2004 07:45:33 +0000 (24 07:45 +0000)]
Fix Database::tableExists() to prevent install/update errors.
Now just checks to see if the table can be read from rather than
trying to walk a list of tables.

18 years agoRemove the 'DROP TABLE' commands from table initialization. It's rather
Brion Vibber [Wed, 24 Mar 2004 07:30:37 +0000 (24 07:30 +0000)]
Remove the 'DROP TABLE' commands from table initialization. It's rather
dangerous if accidentally run over an existing database, better to fail
out and let the rare cases of deliberate replacement do the clearing
manually.

18 years agoRewrite rebuildrecentchanges to work with new fields
Brion Vibber [Sun, 21 Mar 2004 07:19:48 +0000 (21 07:19 +0000)]
Rewrite rebuildrecentchanges to work with new fields

18 years agoThis never worked...
Brion Vibber [Sun, 21 Mar 2004 02:46:50 +0000 (21 02:46 +0000)]
This never worked...

18 years agoFrench to UTF-8
Brion Vibber [Sun, 21 Mar 2004 02:05:08 +0000 (21 02:05 +0000)]
French to UTF-8

18 years agoThis commit was manufactured by cvs2svn to create branch 'REL1_2'.
nobody [Thu, 18 Mar 2004 05:34:16 +0000 (18 05:34 +0000)]
This commit was manufactured by cvs2svn to create branch 'REL1_2'.

18 years agoAdd stub files for Urdu and Yiddish to fix right-to-left settings
Brion Vibber [Thu, 18 Mar 2004 05:33:58 +0000 (18 05:33 +0000)]
Add stub files for Urdu and Yiddish to fix right-to-left settings

18 years agoThis commit was manufactured by cvs2svn to create branch 'REL1_2'.
nobody [Wed, 17 Mar 2004 08:51:50 +0000 (17 08:51 +0000)]
This commit was manufactured by cvs2svn to create branch 'REL1_2'.

18 years agoConverter from late Phase 2 format to MediaWiki 1.2.0. A fresh wiki
Brion Vibber [Wed, 17 Mar 2004 08:50:58 +0000 (17 08:50 +0000)]
Converter from late Phase 2 format to MediaWiki 1.2.0. A fresh wiki
install should be created in a new database, then this script run
to import stuff in. Be careful!

18 years agoUse wgSitename and wgMetaNamespace
Brion Vibber [Wed, 17 Mar 2004 08:48:54 +0000 (17 08:48 +0000)]
Use wgSitename and wgMetaNamespace

18 years agoUse wgSitename and wgMetaNamespace
Brion Vibber [Wed, 17 Mar 2004 08:44:54 +0000 (17 08:44 +0000)]
Use wgSitename and wgMetaNamespace

18 years agoFix source forge bug 694639
Antoine Musso [Tue, 16 Mar 2004 15:57:42 +0000 (16 15:57 +0000)]
Fix source forge bug 694639

Thanks to gwicke on irc for teaching me how to stop + or * to be greedy (ie replace by +? and *?).

Space around column are striped from link but the link title still show the spaces.

18 years agoFix source forge bug 803693
Antoine Musso [Tue, 16 Mar 2004 14:25:09 +0000 (16 14:25 +0000)]
Fix source forge bug 803693

When a title is given in a == == headline, the html was incorectly generated as:
<a name="sectionname"></a><a class="internal">link</a>

It now generates:

<a class="internal" name="sectioname">link</a>

18 years agofix source forge bug 854204
Antoine Musso [Tue, 16 Mar 2004 13:08:35 +0000 (16 13:08 +0000)]
fix source forge bug 854204

Skin cologne blue will show the donation link at the bottom of left bar in "special page" if $wgSiteSupportPage is set.

18 years agoStill not complete, but import is approaching functionality
Brion Vibber [Tue, 16 Mar 2004 06:18:37 +0000 (16 06:18 +0000)]
Still not complete, but import is approaching functionality

18 years agofix source forge bug 787780
Antoine Musso [Tue, 16 Mar 2004 03:58:36 +0000 (16 03:58 +0000)]
fix source forge bug 787780

Allow = sign in headers. Ex:  = my text = crap = will render as <h1>my text = crap</h1>

18 years agoremoving a debugging line (echo $variable)... I feel so lame :(
Antoine Musso [Tue, 16 Mar 2004 02:27:42 +0000 (16 02:27 +0000)]
removing a debugging line (echo $variable)... I feel so lame :(

18 years agoFix sourceforge bug 872981
Antoine Musso [Tue, 16 Mar 2004 02:17:33 +0000 (16 02:17 +0000)]
Fix sourceforge bug 872981

Render [[[link]]]  as  [<a href...>link</a>]
Render [[[link|text]]] as [<a href...>text</a>]

UNTESTED with $wgLang->linkPrefixExtension()  true

18 years agoImplement sourceforge feature request 903491
Antoine Musso [Mon, 15 Mar 2004 14:53:54 +0000 (15 14:53 +0000)]
Implement sourceforge feature request 903491

Show a backlink to the article.

18 years agomoved to the irc directory
Tim Starling [Mon, 15 Mar 2004 12:15:52 +0000 (15 12:15 +0000)]
moved to the irc directory

18 years agoChange behavior of toolbar in browsers not supporting document.selection:
Erik Moeller [Mon, 15 Mar 2004 02:36:40 +0000 (15 02:36 +0000)]
Change behavior of toolbar in browsers not supporting document.selection:
- When the mouse is moved over the buttons the infobox shows an example text
- When the user *clicks* a button, he is prompted to enter text, which is
  then formatted according to the button they chose and inserted into the
  infobox
- After the first button has been clicked, the infobox no longer changes
  on mouse move to allow for copy and pasting.

This could be modified to add an additional [+] button that pastes the
content of the the infobox into the textarea, but I've tried this and found
it confusing.

18 years agoUpdate
Brion Vibber [Mon, 15 Mar 2004 01:21:03 +0000 (15 01:21 +0000)]
Update

18 years agoFixed problems with section editing and merging
Mr. E23 [Sun, 14 Mar 2004 22:28:52 +0000 (14 22:28 +0000)]
Fixed problems with section editing and merging

18 years agoFixed problem with merging of identical changes
Mr. E23 [Sun, 14 Mar 2004 21:34:03 +0000 (14 21:34 +0000)]
Fixed problem with merging of identical changes

18 years agofixed language linking bug left from elimination of globals
Jens Frank [Sun, 14 Mar 2004 21:29:30 +0000 (14 21:29 +0000)]
fixed language linking bug left from elimination of globals

18 years agoExperimental merging of edit conflicts
Mr. E23 [Sun, 14 Mar 2004 15:05:52 +0000 (14 15:05 +0000)]
Experimental merging of edit conflicts

18 years agoFixed broken edit conflict page
Mr. E23 [Sun, 14 Mar 2004 13:42:16 +0000 (14 13:42 +0000)]
Fixed broken edit conflict page

18 years agobetter script
Tim Starling [Sun, 14 Mar 2004 09:34:28 +0000 (14 09:34 +0000)]
better script

18 years agoRevert last change, which did not produce working URLs when given titles to search on.
Brion Vibber [Sun, 14 Mar 2004 06:40:00 +0000 (14 06:40 +0000)]
Revert last change, which did not produce working URLs when given titles to search on.

18 years agoFix sourceforge bug 856707
Antoine Musso [Sun, 14 Mar 2004 06:06:42 +0000 (14 06:06 +0000)]
Fix sourceforge bug 856707

Fix the imdb url although there is a redirect.

18 years agoFix sourceforge bug 855544
Antoine Musso [Sun, 14 Mar 2004 05:28:46 +0000 (14 05:28 +0000)]
Fix sourceforge bug 855544

Disallow the creation of articles with titles wich are bigger than the size of cur_title in the database.  Please review this code, it is working but I am not sure if it is safe :)

18 years agoFix sourceforge bug 600079
Antoine Musso [Sun, 14 Mar 2004 03:02:42 +0000 (14 03:02 +0000)]
Fix sourceforge bug 600079

Allow to move a talk page if an article is moved across different namespace (unless the new namespace is itself a talk page)

18 years agoAdd some copyright & GPL notices to some of the files I originally wrote
Brion Vibber [Sun, 14 Mar 2004 02:48:23 +0000 (14 02:48 +0000)]
Add some copyright & GPL notices to some of the files I originally wrote

18 years agobug fix: invalid ranges didn't halt processing
Tim Starling [Sun, 14 Mar 2004 02:02:59 +0000 (14 02:02 +0000)]
bug fix: invalid ranges didn't halt processing

18 years agoLighter version using a sub function to avoid repetiting code. Will ease futur status...
Antoine Musso [Sun, 14 Mar 2004 01:44:17 +0000 (14 01:44 +0000)]
Lighter version using a sub function to avoid repetiting code. Will ease futur status integration as well.

18 years agoStandardizing linebreaks
Mr. E23 [Sun, 14 Mar 2004 00:55:43 +0000 (14 00:55 +0000)]
Standardizing linebreaks

18 years agofix occurence of "/wiki" instead of $wgScriptPath
Antoine Musso [Sun, 14 Mar 2004 00:55:42 +0000 (14 00:55 +0000)]
fix occurence of "/wiki" instead of $wgScriptPath
Fix sourceforge bug #911754.

fix occurence of "wikipedia" instead of $wgMetaNameSpace
Fix sourceforge bug #883893

18 years agomake gnunote work without mod_rewrite
Erik Moeller [Sun, 14 Mar 2004 00:34:36 +0000 (14 00:34 +0000)]
make gnunote work without mod_rewrite

18 years agofix occurence of "/wiki" instead of $wgScriptPath
Antoine Musso [Sun, 14 Mar 2004 00:32:43 +0000 (14 00:32 +0000)]
fix occurence of "/wiki" instead of $wgScriptPath
Fix sourceforge bug #911754.

18 years agofix occurence of "/wiki" instead of $wgScriptPath
Antoine Musso [Sun, 14 Mar 2004 00:27:27 +0000 (14 00:27 +0000)]
fix occurence of "/wiki" instead of $wgScriptPath

18 years agoExpand commend in updateArticle()
Brion Vibber [Sat, 13 Mar 2004 20:54:25 +0000 (13 20:54 +0000)]
Expand commend in updateArticle()

18 years agorc4, possibly soon final
Brion Vibber [Sat, 13 Mar 2004 20:48:15 +0000 (13 20:48 +0000)]
rc4, possibly soon final

18 years agoRevert incorrect kludge which broke rollback and solved no problems
Brion Vibber [Sat, 13 Mar 2004 20:46:07 +0000 (13 20:46 +0000)]
Revert incorrect kludge which broke rollback and solved no problems

18 years agoWorking kludge for odd missing edit conflicts problem
Mr. E23 [Sat, 13 Mar 2004 17:32:11 +0000 (13 17:32 +0000)]
Working kludge for odd missing edit conflicts problem

18 years agokludge for odd missing edit conflicts problem
Mr. E23 [Sat, 13 Mar 2004 17:31:05 +0000 (13 17:31 +0000)]
kludge for odd missing edit conflicts problem

18 years agoadded manual purge action
Gabriel Wicke [Sat, 13 Mar 2004 16:09:00 +0000 (13 16:09 +0000)]
added manual purge action

18 years agoadded manual purge action
Gabriel Wicke [Sat, 13 Mar 2004 16:08:20 +0000 (13 16:08 +0000)]
added manual purge action

18 years agofixed typo
Gabriel Wicke [Sat, 13 Mar 2004 15:51:04 +0000 (13 15:51 +0000)]
fixed typo

18 years agosetSquidMaxage changes ported from HEAD, default now 0 seconds, set to wgSquidMaxage...
Gabriel Wicke [Sat, 13 Mar 2004 14:05:15 +0000 (13 14:05 +0000)]
setSquidMaxage changes ported from HEAD, default now 0 seconds, set to wgSquidMaxage for purged urls

18 years agocalls to setSquidMaxage for cacheable pages
Gabriel Wicke [Sat, 13 Mar 2004 13:43:22 +0000 (13 13:43 +0000)]
calls to setSquidMaxage for cacheable pages

18 years agomade setSquidMaxage an accessor, default mSquidMaxage = 0
Gabriel Wicke [Sat, 13 Mar 2004 13:42:17 +0000 (13 13:42 +0000)]
made setSquidMaxage an accessor, default mSquidMaxage = 0

18 years agoDetect port the server is running on; needed for redirects and other full URLs
Brion Vibber [Sat, 13 Mar 2004 11:28:35 +0000 (13 11:28 +0000)]
Detect port the server is running on; needed for redirects and other full URLs

18 years agoDetect port the server is running on; needed for redirects and other full URLs
Brion Vibber [Sat, 13 Mar 2004 11:28:05 +0000 (13 11:28 +0000)]
Detect port the server is running on; needed for redirects and other full URLs

18 years agoRecent changes enhanced fixes:
Brion Vibber [Sat, 13 Mar 2004 10:17:09 +0000 (13 10:17 +0000)]
Recent changes enhanced fixes:
* Remove spurious underline from the arrow in Safari
* Fix alignment in right-to-level languages
* Use left-facing arrow for RTL
Also, sets default to no link underlining for Arabic.

18 years agoThis commit was manufactured by cvs2svn to create branch 'REL1_2'.
nobody [Sat, 13 Mar 2004 10:17:09 +0000 (13 10:17 +0000)]
This commit was manufactured by cvs2svn to create branch 'REL1_2'.

18 years agoMinor enhanced recentchanges fix for Safari; put <a>s inside the two <span>s to preve...
Brion Vibber [Sat, 13 Mar 2004 09:25:09 +0000 (13 09:25 +0000)]
Minor enhanced recentchanges fix for Safari; put <a>s inside the two <span>s to prevent a rogue underline from being displayed under the arrow icons

18 years agoDisable underlined links in default settings for Arabic; it harms readibility signifi...
Brion Vibber [Sat, 13 Mar 2004 09:18:39 +0000 (13 09:18 +0000)]
Disable underlined links in default settings for Arabic; it harms readibility significantly

18 years agoRemove the forced left-align in enhanced recentchanges; this screws up display for...
Brion Vibber [Sat, 13 Mar 2004 08:53:16 +0000 (13 08:53 +0000)]
Remove the forced left-align in enhanced recentchanges; this screws up display for RTL languages. Added left-pointing Arr_l.png arrow for use in same.

18 years agoFix caption alignment for RTL langs
Brion Vibber [Sat, 13 Mar 2004 08:11:08 +0000 (13 08:11 +0000)]
Fix caption alignment for RTL langs

18 years agoMake sure output buffering is off for install scripts
Brion Vibber [Sat, 13 Mar 2004 06:29:39 +0000 (13 06:29 +0000)]
Make sure output buffering is off for install scripts

18 years agoMerge fix for thumbnails on missing images from head branch.
Brion Vibber [Sat, 13 Mar 2004 06:27:47 +0000 (13 06:27 +0000)]
Merge fix for thumbnails on missing images from head branch.
Fix for caption alignment with RTL languages.

18 years agoAdd default vals for resize controls
Brion Vibber [Sat, 13 Mar 2004 06:26:56 +0000 (13 06:26 +0000)]
Add default vals for resize controls

18 years agoMake sure output buffering is off for install scripts
Brion Vibber [Sat, 13 Mar 2004 06:25:32 +0000 (13 06:25 +0000)]
Make sure output buffering is off for install scripts

18 years agoFix special namespace in ar (merge from head)
Brion Vibber [Sat, 13 Mar 2004 06:24:46 +0000 (13 06:24 +0000)]
Fix special namespace in ar (merge from head)

18 years agoLittle fixups to the link tables. Create new ones with unique indexes, and fixup...
Brion Vibber [Sat, 13 Mar 2004 02:38:49 +0000 (13 02:38 +0000)]
Little fixups to the link tables. Create new ones with unique indexes, and fixup linkscc's lcc_title column to be binary

18 years agoMust be bureaucrat to make sysops
Brion Vibber [Sat, 13 Mar 2004 02:37:58 +0000 (13 02:37 +0000)]
Must be bureaucrat to make sysops

18 years agobug fix in proxy check
Tim Starling [Sat, 13 Mar 2004 02:20:35 +0000 (13 02:20 +0000)]
bug fix in proxy check

18 years agoAllowing user ids to be specified e.g. "#1234@en", to work around any encoding problems
Tim Starling [Fri, 12 Mar 2004 05:56:25 +0000 (12 05:56 +0000)]
Allowing user ids to be specified e.g. "#1234@en", to work around any encoding problems

18 years agoSome changes to the link tables. They now all use a key on cur_id for the *_from...
Brion Vibber [Thu, 11 Mar 2004 09:06:13 +0000 (11 09:06 +0000)]
Some changes to the link tables. They now all use a key on cur_id for the *_from column instead of strings, and have a unique index to force prevent any duplicate entries. There's not yet a clean step in the update script, so just clear out your links tables (patch-linktables.sql) and rebuild them with refreshLinks.php.

This saves trouble in a number of places where we can now do joins with the link tables to get other info (such as cur_is_redirect!) as well as the name, and fewer bits need to be juggled on page renaming, as outgoing links no longer have to be changed (cur_id remains the same when a page is renamed).

rebuildLinks.inc and some of the tools in the 'maintenance page' still need to be updated to work with the new setup. (Special:Maintenance needs a *lot* of cleanup in general. It's kind of a catch-all of vaguely defined features which suck performance like a hydroelectric dam.)

Also I've slipped in some extra debug code. And, I think 'indexes.sql' is a big waste of time and should all be moved into tables.sql. Building indexes separately doesn't help on InnoDB and won't do anything on MyISAM either if you're just going to replace the table after it's built with an imported one from a dump which creates it with indexes.

18 years agoRemoved duplicate stub style declarations.
Evan Prodromou [Thu, 11 Mar 2004 05:59:03 +0000 (11 05:59 +0000)]
Removed duplicate stub style declarations.

18 years agoMade linkscc title column case sensitive
Mr. E23 [Wed, 10 Mar 2004 23:43:54 +0000 (10 23:43 +0000)]
Made linkscc title column case sensitive

18 years agoAdd incomplete Special:Import to repository; will complete it when have a chance
Brion Vibber [Wed, 10 Mar 2004 16:08:16 +0000 (10 16:08 +0000)]
Add incomplete Special:Import to repository; will complete it when have a chance

18 years agoproxy check
Tim Starling [Wed, 10 Mar 2004 14:37:06 +0000 (10 14:37 +0000)]
proxy check

18 years agoproxy check
Tim Starling [Wed, 10 Mar 2004 14:24:40 +0000 (10 14:24 +0000)]
proxy check

18 years agoSave password cookie fixes
Brion Vibber [Wed, 10 Mar 2004 05:21:58 +0000 (10 05:21 +0000)]
Save password cookie fixes

18 years agoSave password cookie fixes
Brion Vibber [Wed, 10 Mar 2004 05:10:17 +0000 (10 05:10 +0000)]
Save password cookie fixes

18 years agoFixed 'call on non-object' error on Special:Contributions
Mr. E23 [Wed, 10 Mar 2004 01:37:16 +0000 (10 01:37 +0000)]
Fixed 'call on non-object' error on Special:Contributions

18 years agoSet up Smarty skins to be usable if $wgUseSmarty is set
Brion Vibber [Wed, 10 Mar 2004 00:56:23 +0000 (10 00:56 +0000)]
Set up Smarty skins to be usable if $wgUseSmarty is set

18 years agoUpdates from meta
Brion Vibber [Tue, 9 Mar 2004 22:25:10 +0000 (9 22:25 +0000)]
Updates from meta

18 years agopurge first url only once
Gabriel Wicke [Tue, 9 Mar 2004 14:03:02 +0000 (9 14:03 +0000)]
purge first url only once

18 years agopurge first url only once
Gabriel Wicke [Tue, 9 Mar 2004 14:00:37 +0000 (9 14:00 +0000)]
purge first url only once

18 years agohistory purging
Gabriel Wicke [Tue, 9 Mar 2004 12:56:39 +0000 (9 12:56 +0000)]
history purging

18 years agohistory purging
Gabriel Wicke [Tue, 9 Mar 2004 12:55:54 +0000 (9 12:55 +0000)]
history purging

18 years agobug fixes and indentation in purge function
Gabriel Wicke [Tue, 9 Mar 2004 12:10:53 +0000 (9 12:10 +0000)]
bug fixes and indentation in purge function

18 years agobug fixes and indentation in purge function
Gabriel Wicke [Tue, 9 Mar 2004 12:07:35 +0000 (9 12:07 +0000)]
bug fixes and indentation in purge function

18 years agosupport for multi-tier cache meshes in ip parsing routine
Gabriel Wicke [Mon, 8 Mar 2004 18:48:09 +0000 (8 18:48 +0000)]
support for multi-tier cache meshes in ip parsing routine

18 years agosupport for second-tier squids in the ip parsing function
Gabriel Wicke [Mon, 8 Mar 2004 18:44:20 +0000 (8 18:44 +0000)]
support for second-tier squids in the ip parsing function

18 years agoMake login work again; some var init fixes
Brion Vibber [Mon, 8 Mar 2004 10:17:24 +0000 (8 10:17 +0000)]
Make login work again; some var init fixes

18 years agoConsolidate with Title::getInternalURL() a bit
Brion Vibber [Mon, 8 Mar 2004 09:51:11 +0000 (8 09:51 +0000)]
Consolidate with Title::getInternalURL() a bit

18 years agocode formatting
Tim Starling [Mon, 8 Mar 2004 09:43:36 +0000 (8 09:43 +0000)]
code formatting

18 years agofixed a couple of minor bugs
Tim Starling [Mon, 8 Mar 2004 09:42:00 +0000 (8 09:42 +0000)]
fixed a couple of minor bugs

18 years agouse the one central list of talk namespaces, don't make your own every time you need one
Tim Starling [Mon, 8 Mar 2004 09:39:01 +0000 (8 09:39 +0000)]
use the one central list of talk namespaces, don't make your own every time you need one