lhc/web/wiklou.git
17 years ago* (bug 8241) Don't consider user pages of User:Foo.css/User:Foo.js to be CSS/JS subpa...
Aryeh Gregor [Tue, 12 Dec 2006 23:13:14 +0000 (23:13 +0000)]
* (bug 8241) Don't consider user pages of User:Foo.css/User:Foo.js to be CSS/JS subpages.  Patch by Fyren.

17 years agocorrect confusing comment Special:protect->action=protect, reported by AzaTht
Steve Sanbeg [Tue, 12 Dec 2006 21:37:36 +0000 (21:37 +0000)]
correct confusing comment Special:protect->action=protect, reported by AzaTht

17 years agoRevert r18294
Brion Vibber [Tue, 12 Dec 2006 20:00:25 +0000 (20:00 +0000)]
Revert r18294
Wikipedia-specific things that belong in configuration of a particular site, surely

17 years agoAdded Title::isSubpage()
Leon Weber [Tue, 12 Dec 2006 19:14:29 +0000 (19:14 +0000)]
Added Title::isSubpage()

17 years agoShould add only link variants (and not category variants) to pagelinks table.
Robert Stojnić [Tue, 12 Dec 2006 18:57:19 +0000 (18:57 +0000)]
Should add only link variants (and not category variants) to pagelinks table.

17 years agoUpdate namespace aliases for sr.wiki
Robert Stojnić [Tue, 12 Dec 2006 17:05:24 +0000 (17:05 +0000)]
Update namespace aliases for sr.wiki

17 years agoper Rob's comment, make call to createAssocArgs() more clearly static.
Steve Sanbeg [Tue, 12 Dec 2006 16:12:30 +0000 (16:12 +0000)]
per Rob's comment, make call to createAssocArgs() more clearly static.

17 years agoUpdate.
Rotem Liss [Tue, 12 Dec 2006 12:17:43 +0000 (12:17 +0000)]
Update.

17 years ago* Change behavior of logins using the temporary e-mailed password (as stored
Brion Vibber [Tue, 12 Dec 2006 04:15:00 +0000 (04:15 +0000)]
* Change behavior of logins using the temporary e-mailed password (as stored
  in user_newpassword hash field). Instead of just logging in silently and
  leaving the previous user_password field in place indefinitely, the user
  is now prompted to set a new password.

  The password-changing form is at Special:Resetpass; currently it's only
  usable for changing from the temporary password during login, but it
  could perhaps be generalized, replacing the subform in preferences.

  Once the new password is set successfully, the temporary password is wiped
  so it cannot be used to login a second time, and the login process
  is completed.
* Suppress 'mail new password' button on login form if $wgAuth forbids
  changing user passwords; it wouldn't work very well...
* Consolidate password length checks and $wgAuth manipulation into
  User::setPassword() to avoid duplicate code in different places
  that set passwords.
* User::setPassword() now throws PasswordError exceptions if the password
  is illegal or cannot be set via $wgAuth. These can be caught and a human-
  readable error message displayed by UI code.

17 years agorefactor template arg parsing into static method; this may prevent a future fork...
Steve Sanbeg [Tue, 12 Dec 2006 00:02:17 +0000 (00:02 +0000)]
refactor template arg parsing into static method; this may prevent a future fork of it, since it could be useful for parserfunctions, too.

17 years agorefactor template arg parsing into static method; this may prevent a future fork...
Steve Sanbeg [Mon, 11 Dec 2006 23:50:41 +0000 (23:50 +0000)]
refactor template arg parsing into static method; this may prevent a future fork of it, since it could be useful for parserfunctions, too.

17 years ago* Enable category names to be written in variants (use single linkbatch for both...
Robert Stojnić [Mon, 11 Dec 2006 23:33:27 +0000 (23:33 +0000)]
* Enable category names to be written in variants (use single linkbatch for both link and category variants)
* introduce armourMath(), use to put -{ }- around math if needed (not needed for zh, but needed for sr, and probably kk)

17 years agoFix #8121 : wfRandom() is not between 0 and 1
Antoine Musso [Mon, 11 Dec 2006 21:05:14 +0000 (21:05 +0000)]
Fix #8121 : wfRandom() is not between 0 and 1

17 years agoRevert most of r18268 (only kept the empty <tr> removal)
Antoine Musso [Mon, 11 Dec 2006 20:56:58 +0000 (20:56 +0000)]
Revert most of r18268 (only kept the empty <tr> removal)

17 years ago* Add some summaries for <table> elements
Antoine Musso [Mon, 11 Dec 2006 20:38:34 +0000 (20:38 +0000)]
* Add some summaries for <table> elements
* Empty <a> href now point to http://www.example.com/
* Remove empty <tr></tr> in SpecialUpload

17 years agoreadded zh-min-nan to not break the site
Leon Weber [Mon, 11 Dec 2006 20:25:58 +0000 (20:25 +0000)]
readded zh-min-nan to not break the site

17 years agofix typo in comment
Brion Vibber [Mon, 11 Dec 2006 19:54:34 +0000 (19:54 +0000)]
fix typo in comment

17 years agoremove some white spaces, add some for clarity
Antoine Musso [Mon, 11 Dec 2006 19:49:21 +0000 (19:49 +0000)]
remove some white spaces, add some for clarity

17 years agoImplements bug #4673 : Special:Allpages should display "previous" link
Antoine Musso [Mon, 11 Dec 2006 19:29:41 +0000 (19:29 +0000)]
Implements bug #4673 : Special:Allpages should display "previous" link
Notes: added a 'prevpage' message, you might want to review database queries

17 years ago'next page' link now point to the first title of the next chunk instead of
Antoine Musso [Mon, 11 Dec 2006 18:16:32 +0000 (18:16 +0000)]
'next page' link now point to the first title of the next chunk instead of
pointing to the last title of current chunk.

17 years ago(bug 8217) changed zh-min-nan language code to nan. Someone needs to change the subdo...
Leon Weber [Mon, 11 Dec 2006 16:16:38 +0000 (16:16 +0000)]
(bug 8217) changed zh-min-nan language code to nan. Someone needs to change the subdomains, though.

17 years ago(bug 8210) Slovak (sk) messages update by helix84
Rotem Liss [Mon, 11 Dec 2006 15:57:38 +0000 (15:57 +0000)]
(bug 8210) Slovak (sk) messages update by helix84

17 years agoPer discussion on wikitech-l, add an (undo) link for on-top revisions as well. Also...
Andrew Garrett [Mon, 11 Dec 2006 09:39:39 +0000 (09:39 +0000)]
Per discussion on wikitech-l, add an (undo) link for on-top revisions as well. Also, don't do a merge if (undo) is being used for a straight revert

17 years ago* (bug 8148) Handle non-removable output buffers gracefully when cleaning
Brion Vibber [Mon, 11 Dec 2006 01:51:21 +0000 (01:51 +0000)]
* (bug 8148) Handle non-removable output buffers gracefully when cleaning
  buffers for HTTP 304 responses, StreamFile, and Special:Export.
  Duplicated code merged into wfResetOutputBuffers() and wfClearOutputBuffers()

17 years agoFix to use the correct css class
Leon Weber [Sun, 10 Dec 2006 09:49:29 +0000 (09:49 +0000)]
Fix to use the correct css class

17 years ago* (bug 8203) Remove keyboard shortcut for "log out", because it's not so common to...
Aryeh Gregor [Sun, 10 Dec 2006 02:51:09 +0000 (02:51 +0000)]
* (bug 8203) Remove keyboard shortcut for "log out", because it's not so common to do and the key is right next to "p" for preview.  I always found that really annoying.

17 years agoFix for oldtitle too
Aryeh Gregor [Sun, 10 Dec 2006 02:39:30 +0000 (02:39 +0000)]
Fix for oldtitle too

17 years ago* Removed a redundant <strong> tag from diff pages that was causing display issues...
Aryeh Gregor [Sun, 10 Dec 2006 01:11:27 +0000 (01:11 +0000)]
* Removed a redundant <strong> tag from diff pages that was causing display issues for some users (patch based on one by Patrick Collison/adxp)

17 years agoOverhaul and cleanup Postgres older version updater.
Greg Sabino Mullane [Sat, 9 Dec 2006 17:23:13 +0000 (17:23 +0000)]
Overhaul and cleanup Postgres older version updater.

17 years agoAdd recentchanges recent changes for pg upddates.
Greg Sabino Mullane [Sat, 9 Dec 2006 16:57:14 +0000 (16:57 +0000)]
Add recentchanges recent changes for pg upddates.

17 years agoBug 7841
Greg Sabino Mullane [Sat, 9 Dec 2006 15:58:00 +0000 (15:58 +0000)]
Bug 7841

17 years agoBug 8200
Greg Sabino Mullane [Sat, 9 Dec 2006 15:53:26 +0000 (15:53 +0000)]
Bug 8200

17 years agoAllow "ORDER BY value" to do its thing for databases without special magic. Per bug...
Greg Sabino Mullane [Sat, 9 Dec 2006 15:49:13 +0000 (15:49 +0000)]
Allow "ORDER BY value" to do its thing for databases without special magic. Per bug 8200.

17 years agotemp hack to restore previous behaviour, re whitespace around fragments
Tim Starling [Sat, 9 Dec 2006 15:32:16 +0000 (15:32 +0000)]
temp hack to restore previous behaviour, re whitespace around fragments

17 years agoFixing a bug in my last commit to make it also work on related changes.
Leon Weber [Sat, 9 Dec 2006 12:28:02 +0000 (12:28 +0000)]
Fixing a bug in my last commit to make it also work on related changes.

17 years ago* DB schema change: added two columns (rc_old_len and rc_new_len) to the recentchange...
Leon Weber [Sat, 9 Dec 2006 11:36:35 +0000 (11:36 +0000)]
* DB schema change: added two columns (rc_old_len and rc_new_len) to the recentchanges table to store
  the text lengths before and after the edit
* (bug 1085) Made Special:Recentchanges show the character difference between the changed revisions

17 years ago* Allow Xml::check() $attribs parameter to override 'value' attribute
Brion Vibber [Fri, 8 Dec 2006 23:07:06 +0000 (23:07 +0000)]
* Allow Xml::check() $attribs parameter to override 'value' attribute
PHP's array + operator doesn't overwrite items from the left side when
keys conflict. Switch to array_merge() here, which acts as expected.

17 years ago(bug 8193) Update to Japanese localisation (ja)
Rotem Liss [Fri, 8 Dec 2006 16:35:45 +0000 (16:35 +0000)]
(bug 8193) Update to Japanese localisation (ja)

17 years ago(bug 8173) Typo in the namespaces settings for West-Flemish
Rotem Liss [Fri, 8 Dec 2006 15:17:49 +0000 (15:17 +0000)]
(bug 8173) Typo in the namespaces settings for West-Flemish

17 years ago(bug 8190) Update for Cantonese language (zh-yue) #7
Rotem Liss [Fri, 8 Dec 2006 13:44:50 +0000 (13:44 +0000)]
(bug 8190) Update for Cantonese language (zh-yue) #7

17 years agoFix regression from r17927 that broke IP::isInRange (and hence the autoblock whitelist).
Andrew Garrett [Fri, 8 Dec 2006 10:30:50 +0000 (10:30 +0000)]
Fix regression from r17927 that broke IP::isInRange (and hence the autoblock whitelist).

17 years agobump style version for wikibits.js
Tim Starling [Fri, 8 Dec 2006 06:24:51 +0000 (06:24 +0000)]
bump style version for wikibits.js

17 years ago* Added redirect to section feature. Use it wisely.
Tim Starling [Fri, 8 Dec 2006 06:09:15 +0000 (06:09 +0000)]
* Added redirect to section feature. Use it wisely.
* Added a configuration variable allowing the "break out of framesets" feature to be switched on and off. Off by default -- there's all sorts of flashy frameset gadgets around, outright abuse is more rare, especially for small default installs.
* Refactored URL fragment handling.
* Made Title::secureAndSplit() slightly more legible.
* Refactored makeGlobalVariablesScript() -- it's not particularly convenient or maintainable to pass all global variables through the template array. The array is there for BC, not flexibility.

17 years ago(bug 8100) Fix XHTML validity in Taiwanese localization
Aryeh Gregor [Thu, 7 Dec 2006 23:09:03 +0000 (23:09 +0000)]
(bug 8100) Fix XHTML validity in Taiwanese localization

17 years agoAdd variable for edit section offset, to help account for sections that were not...
Steve Sanbeg [Thu, 7 Dec 2006 18:48:29 +0000 (18:48 +0000)]
Add variable for edit section offset, to help account for sections that were not transcluded.

17 years ago(bug 8173) Name change for West-Flemish and namespace translation for West-Flemish
Rotem Liss [Thu, 7 Dec 2006 14:55:16 +0000 (14:55 +0000)]
(bug 8173) Name change for West-Flemish and namespace translation for West-Flemish

17 years agoUpdate $wgProxyScriptPath default path to point to valid file, as per http://mail...
Nick Jenkins [Wed, 6 Dec 2006 22:25:49 +0000 (22:25 +0000)]
Update $wgProxyScriptPath default path to point to valid file, as per mail.wikipedia.org/pipermail/wikitech-l/2006-December/040264.html

17 years agoFix typo, thanks to Sven Klemm for finding.
Greg Sabino Mullane [Wed, 6 Dec 2006 21:45:45 +0000 (21:45 +0000)]
Fix typo, thanks to Sven Klemm for finding.

17 years agoFix for new diff revision counter: suppress intermediate revision count when
Brion Vibber [Wed, 6 Dec 2006 21:27:04 +0000 (21:27 +0000)]
Fix for new diff revision counter: suppress intermediate revision count when
comparing revisions from different pages

17 years ago(bug 8071) Update for Lithuanian language (lt)
Rotem Liss [Wed, 6 Dec 2006 19:11:32 +0000 (19:11 +0000)]
(bug 8071) Update for Lithuanian language (lt)

17 years ago(bug 8114) Fixing namespaces for nds-nl
Rotem Liss [Wed, 6 Dec 2006 18:22:21 +0000 (18:22 +0000)]
(bug 8114) Fixing namespaces for nds-nl

17 years ago(bug 8071) Update for Lithuanian language (lt)
Rotem Liss [Wed, 6 Dec 2006 18:16:47 +0000 (18:16 +0000)]
(bug 8071) Update for Lithuanian language (lt)

17 years ago(bug 7979) Tatarish i18n for MediaWiki updates
Rotem Liss [Wed, 6 Dec 2006 18:10:46 +0000 (18:10 +0000)]
(bug 7979) Tatarish i18n for MediaWiki updates

17 years ago(bug 8168) Russian translation update
Rotem Liss [Wed, 6 Dec 2006 16:16:29 +0000 (16:16 +0000)]
(bug 8168) Russian translation update

17 years agoUpdate.
Rotem Liss [Wed, 6 Dec 2006 15:31:59 +0000 (15:31 +0000)]
Update.

17 years agoMerging 'diff-multi' and 'diff-multi-revs'.
Rotem Liss [Wed, 6 Dec 2006 15:27:30 +0000 (15:27 +0000)]
Merging 'diff-multi' and 'diff-multi-revs'.

17 years agoCombining new 'diff-multi-rev' and 'diff-multi-revs' to one message with plural.
Rotem Liss [Wed, 6 Dec 2006 15:20:15 +0000 (15:20 +0000)]
Combining new 'diff-multi-rev' and 'diff-multi-revs' to one message with plural.

17 years agofix "show changes" edit button breakage from r18194
Ilmari Karonen [Wed, 6 Dec 2006 08:46:22 +0000 (08:46 +0000)]
fix "show changes" edit button breakage from r18194

17 years ago(bug 5485) Show number of intervening revisions in diff view.
Ilmari Karonen [Wed, 6 Dec 2006 08:28:44 +0000 (08:28 +0000)]
(bug 5485) Show number of intervening revisions in diff view.

Also clean up RELEASE-NOTES some more after SpecialContributions revert.

17 years ago...the previous line can also me moved inside the if block
Ilmari Karonen [Wed, 6 Dec 2006 06:58:50 +0000 (06:58 +0000)]
...the previous line can also me moved inside the if block

17 years agoavoid calling wfMsg( 'missingarticle' ) unless needed
Ilmari Karonen [Wed, 6 Dec 2006 06:55:34 +0000 (06:55 +0000)]
avoid calling wfMsg( 'missingarticle' ) unless needed

17 years ago(bug 8151) Enable link prefix for Lingala (ln).
Aryeh Gregor [Tue, 5 Dec 2006 22:45:27 +0000 (22:45 +0000)]
(bug 8151) Enable link prefix for Lingala (ln).

17 years agoFixes.
Rotem Liss [Tue, 5 Dec 2006 17:55:09 +0000 (17:55 +0000)]
Fixes.

17 years agoReverting r18153, per the revert of Special:Contributions and Special:NewbieContribut...
Rotem Liss [Tue, 5 Dec 2006 14:40:01 +0000 (14:40 +0000)]
Reverting r18153, per the revert of Special:Contributions and Special:NewbieContributions in r18166.

17 years agoAdd pretty arrow images from SMW for sorttable instead of Unicode arrow characters...
Aryeh Gregor [Tue, 5 Dec 2006 08:45:16 +0000 (08:45 +0000)]
Add pretty arrow images from SMW for sorttable instead of Unicode arrow characters.  Currently the same for all skins; any clever ideas on how to make them different, maybe?  The path should be overridable in other JS files, anyway.

17 years agoadd cute barchart
Brion Vibber [Tue, 5 Dec 2006 02:44:53 +0000 (02:44 +0000)]
add cute barchart

17 years ago* silly script to dump lag time for each database
Brion Vibber [Tue, 5 Dec 2006 02:37:31 +0000 (02:37 +0000)]
* silly script to dump lag time for each database

17 years agoRevert r17964 again; accidentally restored that breakage while restoring Special...
Brion Vibber [Tue, 5 Dec 2006 01:35:41 +0000 (01:35 +0000)]
Revert r17964 again; accidentally restored that breakage while restoring Special:Contributions

17 years agoRestore Special:Contributions to its state as of 17964
Brion Vibber [Tue, 5 Dec 2006 01:11:12 +0000 (01:11 +0000)]
Restore Special:Contributions to its state as of 17964
New version doesn't keep all features; keep it off trunk until complete

17 years agoReverting oldid parts of r18156 and r18150, as should not be taking 'oldid' out of...
Nick Jenkins [Mon, 4 Dec 2006 23:29:15 +0000 (23:29 +0000)]
Reverting oldid parts of r18156 and r18150, as should not be taking 'oldid' out of $wgRequest as it is going to be frequently incorrect, and can contain bogus integer data.
E.g. outputs the wrong value here: http://en.wikipedia.org/w/index.php?title=Calcitriol&direction=next&oldid=71374766
and outputs a negative value here: http://en.wikipedia.org/w/index.php?title=Calcitriol&direction=next&oldid=-71374766

17 years ago* Enable QueryPage classes to override list formatting; return Contribs
Brion Vibber [Mon, 4 Dec 2006 22:54:12 +0000 (22:54 +0000)]
* Enable QueryPage classes to override list formatting; return Contribs
  to unordered list display to improve readability

17 years ago* (bug 8042) Make miser mode caching limits settable via $wgQueryCacheLimit
Brion Vibber [Mon, 4 Dec 2006 22:17:12 +0000 (22:17 +0000)]
* (bug 8042) Make miser mode caching limits settable via $wgQueryCacheLimit
  instead of hardcoding to 1000
* Avoid notice when contribs query page class is instantiated in batch mode

17 years agoWhoops, forgot to update the release notes :-) Thanks raymond.
Leon Weber [Mon, 4 Dec 2006 21:17:24 +0000 (21:17 +0000)]
Whoops, forgot to update the release notes :-) Thanks raymond.

17 years ago* (bug 8141) Cleanup of Parser::doTableStuff() (patch by Carl Fürstenberg/AzaTht)
Leon Weber [Mon, 4 Dec 2006 20:08:53 +0000 (20:08 +0000)]
* (bug 8141) Cleanup of Parser::doTableStuff() (patch by Carl Fürstenberg/AzaTht)
* Slightes change of a code snippet of me to make it look nicer

17 years ago(bug 8119) Correct spelling of Category namespace in Limburgish
Rotem Liss [Mon, 4 Dec 2006 12:02:00 +0000 (12:02 +0000)]
(bug 8119) Correct spelling of Category namespace in Limburgish

17 years agoE_STRICT minor tweaks:
Nick Jenkins [Mon, 4 Dec 2006 11:28:48 +0000 (11:28 +0000)]
E_STRICT minor tweaks:

* Strict Standards: Undefined index:  currevisionid in includes/Skin.php on line 287
* Strict Standards: Undefined index:  oldid in includes/Skin.php on line 288
[ Repo above with error_logging(E_ALL | E_STRICT) in LocalSettings.php, and a non-default skin, e.g: http://localhost/wiki/index.php?title=Main_Page&useskin=nostalgia ]
* Strict Standards: is_a(): Deprecated. Please use the instanceof operator in includes/UserMailer.php on line 42

17 years agoUpdate.
Rotem Liss [Sun, 3 Dec 2006 15:09:32 +0000 (15:09 +0000)]
Update.

17 years agoFixed the error of r18149. Apologies.
Leon Weber [Sun, 3 Dec 2006 14:13:59 +0000 (14:13 +0000)]
Fixed the error of r18149. Apologies.

17 years agoTook back the change of r18150 until I find out how to fix
Leon Weber [Sun, 3 Dec 2006 13:47:37 +0000 (13:47 +0000)]
Took back the change of r18150 until I find out how to fix

17 years ago* Added js variable wgOldId which shows the oldid when viewing an old revision
Leon Weber [Sun, 3 Dec 2006 12:35:50 +0000 (12:35 +0000)]
* Added js variable wgOldId which shows the oldid when viewing an old revision

17 years ago* Added js variable wgCurRevisionId to the output
Leon Weber [Sun, 3 Dec 2006 11:44:23 +0000 (11:44 +0000)]
* Added js variable wgCurRevisionId to the output

17 years agoQuote namespace names before plonking them into a regular expression, to give me...
Rob Church [Sun, 3 Dec 2006 04:09:48 +0000 (04:09 +0000)]
Quote namespace names before plonking them into a regular expression, to give me the warm fuzzies

17 years ago(bug 7671) Observe canonical media namespace prefix in Linker::formatComment
Rob Church [Sun, 3 Dec 2006 04:05:12 +0000 (04:05 +0000)]
(bug 7671) Observe canonical media namespace prefix in Linker::formatComment

17 years agoNew special page Special:NewbieContributions to replace Special:Contributions/newbies
Ilmari Karonen [Sun, 3 Dec 2006 01:59:57 +0000 (01:59 +0000)]
New special page Special:NewbieContributions to replace Special:Contributions/newbies
Also remove some obsolete contributions-related UI messages.

17 years agofixfix (thx brion!)
Ilmari Karonen [Sun, 3 Dec 2006 00:42:32 +0000 (00:42 +0000)]
fixfix (thx brion!)

17 years agoUse Title::newMainPage() in various places instead of calling
Ilmari Karonen [Sun, 3 Dec 2006 00:22:14 +0000 (00:22 +0000)]
Use Title::newMainPage() in various places instead of calling
wfMsgForContent( 'mainpage' ) directly.  Also add release notes
for previous commit.

17 years agoDidn't really mean to delete SpecialContributions.php back there, but now that
Ilmari Karonen [Sun, 3 Dec 2006 00:05:45 +0000 (00:05 +0000)]
Didn't really mean to delete SpecialContributions.php back there, but now that
it's gone, I might just as well roll out my new, completely rewritten version.

17 years ago* (bug 8117) {{REVISIONTIMESTAMP}} showed weird default if $wgLocalTZoffset set;
Brion Vibber [Sat, 2 Dec 2006 23:56:25 +0000 (23:56 +0000)]
* (bug 8117) {{REVISIONTIMESTAMP}} showed weird default if $wgLocalTZoffset set;
  now uses current time for previews and if timestamp can't be loaded from DB
* {{REVISIONTIMESTAMP}} now uses site local timezone instead of user timezone
  to ensure consistent behavior
* {{REVISIONTIMESTAMP}} and friends should now work on non-MySQL backends

17 years agoremove empty file left over from revert
Ilmari Karonen [Sat, 2 Dec 2006 23:54:55 +0000 (23:54 +0000)]
remove empty file left over from revert

17 years agowhat is this old copy doing here?
Ilmari Karonen [Sat, 2 Dec 2006 23:51:58 +0000 (23:51 +0000)]
what is this old copy doing here?

17 years agoproper Finnish translations for NS_MEDIAWIKI and NS_MEDIAWIKI_TALK
Ilmari Karonen [Sat, 2 Dec 2006 22:39:05 +0000 (22:39 +0000)]
proper Finnish translations for NS_MEDIAWIKI and NS_MEDIAWIKI_TALK

17 years agoRewrite the importTextFile.php script; remove un-needed include file, use Article...
Rob Church [Sat, 2 Dec 2006 22:16:21 +0000 (22:16 +0000)]
Rewrite the importTextFile.php script; remove un-needed include file, use Article::doEdit() to do the work, and allow overwriting to occur. Fixes these bugs:

* (bug 7461) Allow overwriting pages using importTextFile.php
* (bug 7946) importTextFile.php doesn't perform pre-save transform

17 years ago* make compile
Niklas Laxström [Sat, 2 Dec 2006 21:34:13 +0000 (21:34 +0000)]
* make compile

17 years agoUpdate linker to make contributions links (in userToolLinks and userLink) and block...
Andrew Garrett [Sat, 2 Dec 2006 08:52:54 +0000 (08:52 +0000)]
Update linker to make contributions links (in userToolLinks and userLink) and block links (blockLink) use subpage notation, rather than pass the target as a parameter

17 years agoUpdate.
Rotem Liss [Sat, 2 Dec 2006 07:54:51 +0000 (07:54 +0000)]
Update.

17 years agoguess I should add a release note for that
Ilmari Karonen [Sat, 2 Dec 2006 06:34:27 +0000 (06:34 +0000)]
guess I should add a release note for that

17 years agoInclude a backslash character in wpEditToken to prevent editing from broken
Ilmari Karonen [Sat, 2 Dec 2006 06:19:48 +0000 (06:19 +0000)]
Include a backslash character in wpEditToken to prevent editing from broken
proxies that mangle such characters.  Not only is editing from open proxies
generally frowned upon on Wikimedia projects, but more importantly, these
particular proxies tend to break wiki markup in submitted content.  These
really are not edits we want to let through.

Yes, this is a hack.  We may eventually want to explicitly check for this
condition and provide a more informative response, but even so this would
still remain a useful fallback check just in case.

17 years ago(bug 8083) Applied patch for sk localisation
Leon Weber [Fri, 1 Dec 2006 22:56:25 +0000 (22:56 +0000)]
(bug 8083) Applied patch for sk localisation

17 years agoAdded hook 'EditPage::attemptSave' before an article is saved.
Leon Weber [Fri, 1 Dec 2006 21:18:40 +0000 (21:18 +0000)]
Added hook 'EditPage::attemptSave' before an article is saved.

17 years ago(bug 8024) Introduce "send me copies of emails I send to others" preference
Rob Church [Fri, 1 Dec 2006 18:39:43 +0000 (18:39 +0000)]
(bug 8024) Introduce "send me copies of emails I send to others" preference