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'.
Brion Vibber [Sun, 28 Mar 2004 04:25:49 +0000 (28 04:25 +0000)]
1.2.1
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().
Brion Vibber [Sun, 28 Mar 2004 01:02:44 +0000 (28 01:02 +0000)]
Missing backslashes
Brion Vibber [Sat, 27 Mar 2004 09:28:15 +0000 (27 09:28 +0000)]
De-Wikipediation of fr
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)
Brion Vibber [Wed, 24 Mar 2004 08:40:00 +0000 (24 08:40 +0000)]
Some doc updates for release...
Brion Vibber [Wed, 24 Mar 2004 08:19:10 +0000 (24 08:19 +0000)]
More install fixes: support for gzip, check for imagemagick etc
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.
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.
Brion Vibber [Sun, 21 Mar 2004 07:19:48 +0000 (21 07:19 +0000)]
Rewrite rebuildrecentchanges to work with new fields
Brion Vibber [Sun, 21 Mar 2004 02:46:50 +0000 (21 02:46 +0000)]
This never worked...
Brion Vibber [Sun, 21 Mar 2004 02:05:08 +0000 (21 02:05 +0000)]
French to UTF-8
nobody [Thu, 18 Mar 2004 05:34:16 +0000 (18 05:34 +0000)]
This commit was manufactured by cvs2svn to create branch 'REL1_2'.
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
nobody [Wed, 17 Mar 2004 08:51:50 +0000 (17 08:51 +0000)]
This commit was manufactured by cvs2svn to create branch 'REL1_2'.
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!
Brion Vibber [Wed, 17 Mar 2004 08:48:54 +0000 (17 08:48 +0000)]
Use wgSitename and wgMetaNamespace
Brion Vibber [Wed, 17 Mar 2004 08:44:54 +0000 (17 08:44 +0000)]
Use wgSitename and wgMetaNamespace
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.
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>
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.
Brion Vibber [Tue, 16 Mar 2004 06:18:37 +0000 (16 06:18 +0000)]
Still not complete, but import is approaching functionality
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>
Antoine Musso [Tue, 16 Mar 2004 02:27:42 +0000 (16 02:27 +0000)]
removing a debugging line (echo $variable)... I feel so lame :(
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
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.
Tim Starling [Mon, 15 Mar 2004 12:15:52 +0000 (15 12:15 +0000)]
moved to the irc directory
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.
Brion Vibber [Mon, 15 Mar 2004 01:21:03 +0000 (15 01:21 +0000)]
Update
Mr. E23 [Sun, 14 Mar 2004 22:28:52 +0000 (14 22:28 +0000)]
Fixed problems with section editing and merging
Mr. E23 [Sun, 14 Mar 2004 21:34:03 +0000 (14 21:34 +0000)]
Fixed problem with merging of identical changes
Jens Frank [Sun, 14 Mar 2004 21:29:30 +0000 (14 21:29 +0000)]
fixed language linking bug left from elimination of globals
Mr. E23 [Sun, 14 Mar 2004 15:05:52 +0000 (14 15:05 +0000)]
Experimental merging of edit conflicts
Mr. E23 [Sun, 14 Mar 2004 13:42:16 +0000 (14 13:42 +0000)]
Fixed broken edit conflict page
Tim Starling [Sun, 14 Mar 2004 09:34:28 +0000 (14 09:34 +0000)]
better script
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.
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.
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 :)
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)
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
Tim Starling [Sun, 14 Mar 2004 02:02:59 +0000 (14 02:02 +0000)]
bug fix: invalid ranges didn't halt processing
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.
Mr. E23 [Sun, 14 Mar 2004 00:55:43 +0000 (14 00:55 +0000)]
Standardizing linebreaks
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
Erik Moeller [Sun, 14 Mar 2004 00:34:36 +0000 (14 00:34 +0000)]
make gnunote work without mod_rewrite
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.
Antoine Musso [Sun, 14 Mar 2004 00:27:27 +0000 (14 00:27 +0000)]
fix occurence of "/wiki" instead of $wgScriptPath
Brion Vibber [Sat, 13 Mar 2004 20:54:25 +0000 (13 20:54 +0000)]
Expand commend in updateArticle()
Brion Vibber [Sat, 13 Mar 2004 20:48:15 +0000 (13 20:48 +0000)]
rc4, possibly soon final
Brion Vibber [Sat, 13 Mar 2004 20:46:07 +0000 (13 20:46 +0000)]
Revert incorrect kludge which broke rollback and solved no problems
Mr. E23 [Sat, 13 Mar 2004 17:32:11 +0000 (13 17:32 +0000)]
Working kludge 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
Gabriel Wicke [Sat, 13 Mar 2004 16:09:00 +0000 (13 16:09 +0000)]
added manual purge action
Gabriel Wicke [Sat, 13 Mar 2004 16:08:20 +0000 (13 16:08 +0000)]
added manual purge action
Gabriel Wicke [Sat, 13 Mar 2004 15:51:04 +0000 (13 15:51 +0000)]
fixed typo
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
Gabriel Wicke [Sat, 13 Mar 2004 13:43:22 +0000 (13 13:43 +0000)]
calls to setSquidMaxage for cacheable pages
Gabriel Wicke [Sat, 13 Mar 2004 13:42:17 +0000 (13 13:42 +0000)]
made setSquidMaxage an accessor, default mSquidMaxage = 0
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
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
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.
nobody [Sat, 13 Mar 2004 10:17:09 +0000 (13 10:17 +0000)]
This commit was manufactured by cvs2svn to create branch 'REL1_2'.
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
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
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.
Brion Vibber [Sat, 13 Mar 2004 08:11:08 +0000 (13 08:11 +0000)]
Fix caption alignment for RTL langs
Brion Vibber [Sat, 13 Mar 2004 06:29:39 +0000 (13 06:29 +0000)]
Make sure output buffering is off for install scripts
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.
Brion Vibber [Sat, 13 Mar 2004 06:26:56 +0000 (13 06:26 +0000)]
Add default vals for resize controls
Brion Vibber [Sat, 13 Mar 2004 06:25:32 +0000 (13 06:25 +0000)]
Make sure output buffering is off for install scripts
Brion Vibber [Sat, 13 Mar 2004 06:24:46 +0000 (13 06:24 +0000)]
Fix special namespace in ar (merge from head)
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
Brion Vibber [Sat, 13 Mar 2004 02:37:58 +0000 (13 02:37 +0000)]
Must be bureaucrat to make sysops
Tim Starling [Sat, 13 Mar 2004 02:20:35 +0000 (13 02:20 +0000)]
bug fix in proxy check
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
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.
Evan Prodromou [Thu, 11 Mar 2004 05:59:03 +0000 (11 05:59 +0000)]
Removed duplicate stub style declarations.
Mr. E23 [Wed, 10 Mar 2004 23:43:54 +0000 (10 23:43 +0000)]
Made linkscc title column case sensitive
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
Tim Starling [Wed, 10 Mar 2004 14:37:06 +0000 (10 14:37 +0000)]
proxy check
Tim Starling [Wed, 10 Mar 2004 14:24:40 +0000 (10 14:24 +0000)]
proxy check
Brion Vibber [Wed, 10 Mar 2004 05:21:58 +0000 (10 05:21 +0000)]
Save password cookie fixes
Brion Vibber [Wed, 10 Mar 2004 05:10:17 +0000 (10 05:10 +0000)]
Save password cookie fixes
Mr. E23 [Wed, 10 Mar 2004 01:37:16 +0000 (10 01:37 +0000)]
Fixed 'call on non-object' error on Special:Contributions
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
Brion Vibber [Tue, 9 Mar 2004 22:25:10 +0000 (9 22:25 +0000)]
Updates from meta
Gabriel Wicke [Tue, 9 Mar 2004 14:03:02 +0000 (9 14:03 +0000)]
purge first url only once
Gabriel Wicke [Tue, 9 Mar 2004 14:00:37 +0000 (9 14:00 +0000)]
purge first url only once
Gabriel Wicke [Tue, 9 Mar 2004 12:56:39 +0000 (9 12:56 +0000)]
history purging
Gabriel Wicke [Tue, 9 Mar 2004 12:55:54 +0000 (9 12:55 +0000)]
history purging
Gabriel Wicke [Tue, 9 Mar 2004 12:10:53 +0000 (9 12:10 +0000)]
bug 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
Gabriel Wicke [Mon, 8 Mar 2004 18:48:09 +0000 (8 18:48 +0000)]
support for multi-tier cache meshes in ip parsing routine
Gabriel Wicke [Mon, 8 Mar 2004 18:44:20 +0000 (8 18:44 +0000)]
support for second-tier squids in the ip parsing function
Brion Vibber [Mon, 8 Mar 2004 10:17:24 +0000 (8 10:17 +0000)]
Make login work again; some var init fixes
Brion Vibber [Mon, 8 Mar 2004 09:51:11 +0000 (8 09:51 +0000)]
Consolidate with Title::getInternalURL() a bit
Tim Starling [Mon, 8 Mar 2004 09:43:36 +0000 (8 09:43 +0000)]
code formatting
Tim Starling [Mon, 8 Mar 2004 09:42:00 +0000 (8 09:42 +0000)]
fixed a couple of minor bugs
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