lhc/web/wiklou.git
19 years ago* Fixed typo
Ævar Arnfjörð Bjarmason [Fri, 29 Apr 2005 23:04:21 +0000 (23:04 +0000)]
* Fixed typo

19 years agoEXIF message i18n
Jens Frank [Fri, 29 Apr 2005 23:01:39 +0000 (23:01 +0000)]
EXIF message i18n

19 years agoRemove hardcoded CSS ...
Jens Frank [Fri, 29 Apr 2005 20:56:39 +0000 (20:56 +0000)]
Remove hardcoded CSS ...

19 years agoRemove debug code ...
Jens Frank [Fri, 29 Apr 2005 20:52:23 +0000 (20:52 +0000)]
Remove debug code ...

19 years agoUnclutter ImagePage. Move EXIF data to the end of the page. Move image upload links...
Jens Frank [Fri, 29 Apr 2005 19:45:49 +0000 (19:45 +0000)]
Unclutter ImagePage. Move EXIF data to the end of the page. Move image upload links to image revision section

19 years ago* Code cleanup
Ævar Arnfjörð Bjarmason [Fri, 29 Apr 2005 19:15:50 +0000 (19:15 +0000)]
* Code cleanup

19 years ago* Removing hardcoded styles from msg:searchdisabled and msg:googlesearch
Ævar Arnfjörð Bjarmason [Fri, 29 Apr 2005 18:51:32 +0000 (18:51 +0000)]
* Removing hardcoded styles from msg:searchdisabled and msg:googlesearch
* Removing the link to the google logo in msg:googlesearch
* No longer using the hardcoded "Google search" text for the submit box, now
  using msg:search (called from includes/SpecialSearch.php)

19 years ago* Now passing msg:search as the third paramater to googlesearch
Ævar Arnfjörð Bjarmason [Fri, 29 Apr 2005 18:44:24 +0000 (18:44 +0000)]
* Now passing msg:search as the third paramater to googlesearch

19 years ago* Documented: @subpackage Search
Ævar Arnfjörð Bjarmason [Fri, 29 Apr 2005 18:41:38 +0000 (18:41 +0000)]
* Documented: @subpackage Search

19 years agoremove a deprecated function
Zheng Zhu [Fri, 29 Apr 2005 14:04:35 +0000 (14:04 +0000)]
remove a deprecated function

19 years agoallow other content-types
Gabriel Wicke [Fri, 29 Apr 2005 12:40:07 +0000 (12:40 +0000)]
allow other content-types

19 years ago* (bug 725) Let dir="ltr" attribute work again in MonoBook
Brion Vibber [Fri, 29 Apr 2005 08:26:56 +0000 (08:26 +0000)]
* (bug 725) Let dir="ltr" attribute work again in MonoBook

By CSS2's rules, the 'body * { direction: rtl; }' actually overrides any
explicit dir="ltr" attribute on any element in the body. Letting the value
just inherit from body should work fine (tested briefly in Safari 1.3,
Firefox 1.0.3, and IE 6.0 on XP SP2).

19 years agoBug 1980 - Port 443 added to https / SSL URLs
Jens Frank [Fri, 29 Apr 2005 07:41:50 +0000 (07:41 +0000)]
Bug 1980 - Port 443 added to https / SSL URLs

19 years agoBUG#1986 - missing form action confuses some browsers/servers
Jens Frank [Fri, 29 Apr 2005 07:36:25 +0000 (07:36 +0000)]
BUG#1986 - missing form action confuses some browsers/servers

19 years agoRestore htmlspecialchars() on the editToken value before outputting to HTML.
Brion Vibber [Thu, 28 Apr 2005 23:06:47 +0000 (23:06 +0000)]
Restore htmlspecialchars() on the editToken value before outputting to HTML.
While at the moment the editToken() value is safe for literal inclusion is HTML output, it's a black-box value to the rest of the code and such safety is not guaranteed. Escaping text values being placed in HTML/XML attributes or text elements is a regular part of the output process and it's a bad habit to leave it out on text values that are produced elsewhere; they can and do change (such as all those localized messages which are now user-editable...)

19 years ago* Documented
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 20:46:11 +0000 (20:46 +0000)]
* Documented
* Indented

19 years ago* Edit token no longer passed through htmlspecialchars()
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 20:44:26 +0000 (20:44 +0000)]
* Edit token no longer passed through htmlspecialchars()
* Removed getDiffText() (not used)
* Syntax

19 years ago* Documented
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 20:38:10 +0000 (20:38 +0000)]
* Documented

19 years ago* (bug 2005) Insert extremely vulgar comments about the PHP programming language...
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 10:36:15 +0000 (10:36 +0000)]
* (bug 2005) Insert extremely vulgar comments about the PHP programming language here

19 years ago* Updated the list from version 4.1.8 of MySQL
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 10:03:49 +0000 (10:03 +0000)]
* Updated the list from version 4.1.8 of MySQL
* Removed [a-z], $wgDBminWordLen takes care of this for us

19 years ago* Fixed a bug that appeared when the 'date' preference was set to 'ISO 8601'
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 08:46:09 +0000 (08:46 +0000)]
* Fixed a bug that appeared when the 'date' preference was set to 'ISO 8601'
  and $wgUseDynamicDates was true.

19 years ago* Fixed some obscure code
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 07:54:40 +0000 (07:54 +0000)]
* Fixed some obscure code

19 years ago* if () {} else {} converted to ? :
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 07:53:34 +0000 (07:53 +0000)]
* if () {} else {} converted to ? :

19 years ago* Using getBool() instead of getVal() for hideOwn which allowed for some code cleanup
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 07:51:48 +0000 (07:51 +0000)]
* Using getBool() instead of getVal() for hideOwn which allowed for some code cleanup
* Using $wgRequest->getBool() for 'magic' instead of $_REQUEST

19 years ago* msg:saveprefs changed to "Save" (from "Save preferences")
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 04:13:59 +0000 (04:13 +0000)]
* msg:saveprefs changed to "Save" (from "Save preferences")
* msg:resetprefs changed to "Reset" (from "Reset preferences")

19 years ago* Adding superscript
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 03:54:55 +0000 (03:54 +0000)]
* Adding superscript

19 years ago* Using isIP(), avoids code duplication.
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 03:50:52 +0000 (03:50 +0000)]
* Using isIP(), avoids code duplication.

19 years agoFull conversion support for category pages
Zheng Zhu [Thu, 28 Apr 2005 03:49:23 +0000 (03:49 +0000)]
Full conversion support for category pages

19 years agoFull conversion support for category pages
Zheng Zhu [Thu, 28 Apr 2005 03:33:54 +0000 (03:33 +0000)]
Full conversion support for category pages

19 years agono need to mark latin text in Chinese conversion
Zheng Zhu [Thu, 28 Apr 2005 03:27:07 +0000 (03:27 +0000)]
no need to mark latin text in Chinese conversion

19 years ago* Documented isIP and added a correct regexp as a comment.
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 03:07:41 +0000 (03:07 +0000)]
* Documented isIP and added a correct regexp as a comment.

19 years ago* Removed the need to supply a reason for a block.
Ævar Arnfjörð Bjarmason [Thu, 28 Apr 2005 02:51:22 +0000 (02:51 +0000)]
* Removed the need to supply a reason for a block.

19 years agoFix display of mail success/error message on prefs save when mail is changed
Brion Vibber [Wed, 27 Apr 2005 22:55:20 +0000 (22:55 +0000)]
Fix display of mail success/error message on prefs save when mail is changed

19 years ago* Fixed the obsolete references to stars in msg:emailforlost as reported by
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 22:41:35 +0000 (22:41 +0000)]
* Fixed the obsolete references to stars in msg:emailforlost as reported by
  Rowan Collins: http://mail.wikipedia.org/pipermail/wikitech-l/2005-April/029040.html
* Rewored various messages related to user login.

19 years agoAdd WikiError to standard components now that we're using it more widely (though...
Brion Vibber [Wed, 27 Apr 2005 22:38:51 +0000 (22:38 +0000)]
Add WikiError to standard components now that we're using it more widely (though it's already explicitly included in places it's used so far, such as UserMailer and SpecialImport)

19 years agoAdd a space to make output look less horrible
Brion Vibber [Wed, 27 Apr 2005 21:42:37 +0000 (21:42 +0000)]
Add a space to make output look less horrible

19 years agoAvoid 'trying to get property of non-object' notices
Brion Vibber [Wed, 27 Apr 2005 21:40:21 +0000 (21:40 +0000)]
Avoid 'trying to get property of non-object' notices

19 years agoRegexp in wfQuotedPrintable_name_and_emailaddr is wrong and sometimes fails under...
Brion Vibber [Wed, 27 Apr 2005 21:26:39 +0000 (21:26 +0000)]
Regexp in wfQuotedPrintable_name_and_emailaddr is wrong and sometimes fails under conditions not fully explored. Should be removed and replaced with cleaner interface, probably. In the meantime, wrapping in a check and adding some debug statements.

19 years ago* (bug 1998) Updated the Russian translation.
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 21:17:29 +0000 (21:17 +0000)]
* (bug 1998) Updated the Russian translation.

19 years ago* (bug 1998) Updated Russian translation for 1.5
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 21:10:42 +0000 (21:10 +0000)]
* (bug 1998) Updated Russian translation for 1.5

19 years agoSilence notice error by setting talk variable explicitly to blank when not moving...
Brion Vibber [Wed, 27 Apr 2005 20:24:51 +0000 (20:24 +0000)]
Silence notice error by setting talk variable explicitly to blank when not moving talk.

19 years agoMissing global declaration.
Brion Vibber [Wed, 27 Apr 2005 20:19:35 +0000 (20:19 +0000)]
Missing global declaration.
[27-Apr-2005 13:16:58] PHP Notice:  Undefined variable: wgContLang in /var/www/testwiki/includes/Parser.php on line 1027
[27-Apr-2005 13:16:58] PHP Fatal error:  Call to a member function markNoConversion() on a non-object in /var/www/testwiki/includes/Parser.php on line 1027

19 years ago* Deglobalised link placeholder handling by moving the relevant functionality from...
Tim Starling [Wed, 27 Apr 2005 07:48:14 +0000 (07:48 +0000)]
* Deglobalised link placeholder handling by moving the relevant functionality from Linker::makeLinkObj() to Parser::makeLinkHolder()
* Did a similar trick for the handling of image options, in order to fix a bug reported by the parser unit test.
* Updated parser tests to match current output where appropriate.

19 years ago* Changed image width/height attributes to what we actually get with our testimage
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 07:26:45 +0000 (07:26 +0000)]
* Changed image width/height attributes to what we actually get with our testimage

19 years ago* Changing img_height and img_width to the values of our testimage
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 07:25:16 +0000 (07:25 +0000)]
* Changing img_height and img_width to the values of our testimage

19 years agocommitting before avar does
Tim Starling [Wed, 27 Apr 2005 07:18:25 +0000 (07:18 +0000)]
committing before avar does

19 years ago* (bug 1701, bug 1984) firstChar() now returns the initial consonant of the
Ævar Arnfjörð Bjarmason [Wed, 27 Apr 2005 04:06:45 +0000 (04:06 +0000)]
* (bug 1701, bug 1984) firstChar() now returns the initial consonant of the
  first letter (patch by Puzzlet Chung)
* Cleaned up the file

19 years agoRestore correct e-mail confirmation code brutally removed by incorrect merge in revis...
Brion Vibber [Wed, 27 Apr 2005 01:16:47 +0000 (01:16 +0000)]
Restore correct e-mail confirmation code brutally removed by incorrect merge in revision 1.101.

19 years ago* (bug 1987) Fixed small enotif errors introduced in 1.101
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 23:56:28 +0000 (23:56 +0000)]
* (bug 1987) Fixed small enotif errors introduced in 1.101

19 years ago* Added a hacking section for people interested in working on the code.
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 21:20:49 +0000 (21:20 +0000)]
* Added a hacking section for people interested in working on the code.

19 years agoComments about the position of the convert() call;
Zheng Zhu [Tue, 26 Apr 2005 20:50:16 +0000 (20:50 +0000)]
Comments about the position of the convert() call;
Avoiding converting external links if latin alphabet is involved in the conversion system.

19 years agoBUG#1509 - fix handling of unlimited setting '-1' for memory_limit
Jens Frank [Tue, 26 Apr 2005 20:01:28 +0000 (20:01 +0000)]
BUG#1509 - fix handling of unlimited setting '-1' for memory_limit

19 years agoAdd user_email_* columns to tables.sql, so that the installer works for fresh install...
Jens Frank [Tue, 26 Apr 2005 19:57:55 +0000 (19:57 +0000)]
Add user_email_* columns to tables.sql, so that the installer works for fresh installations

19 years ago* Documented the math constants
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 18:35:59 +0000 (18:35 +0000)]
* Documented the math constants
* Documented the cache types

19 years ago* Removing two undefined messages, speciallistusersgrouplabel and
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 18:27:38 +0000 (18:27 +0000)]
* Removing two undefined messages, speciallistusersgrouplabel and
  speciallistusersuserlabel, in favor of grouplevels-editgroup-name and
  specialloguserlabel.

19 years ago* Fixed a layout problem with the "Raw signitures" checkbox.
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 16:21:54 +0000 (16:21 +0000)]
* Fixed a layout problem with the "Raw signitures" checkbox.

19 years ago* This fixes the problem of the real name field and the email address field
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 16:01:28 +0000 (16:01 +0000)]
* This fixes the problem of the real name field and the email address field
  not being displayed if the real name is empty()

19 years ago* (bug 1982) Fix loading of old text for section merging on edits.
Brion Vibber [Tue, 26 Apr 2005 09:52:11 +0000 (09:52 +0000)]
* (bug 1982) Fix loading of old text for section merging on edits.

19 years agoDe-tablify toggles. Not only do tables suck, but many uses of toggles were not in...
Brion Vibber [Tue, 26 Apr 2005 07:14:19 +0000 (07:14 +0000)]
De-tablify toggles. Not only do tables suck, but many uses of toggles were not in tables and displayed incorrectly.
Added some pretty indentation on MonoBook.

19 years ago* Rewrote showEXIFdata() to use addWikiText() instead of addHTML()
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:44:16 +0000 (23:44 +0000)]
* Rewrote showEXIFdata() to use addWikiText() instead of addHTML()

19 years ago* (bug 1977) Making a note about $wgEnableUploads
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:36:51 +0000 (23:36 +0000)]
* (bug 1977) Making a note about $wgEnableUploads

19 years ago* Cleanup
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:15:38 +0000 (23:15 +0000)]
* Cleanup

19 years ago* Completely re-arranged the preferences.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:04:44 +0000 (23:04 +0000)]
* Completely re-arranged the preferences.

19 years ago* Fixed two fatal XML errors
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 22:56:31 +0000 (22:56 +0000)]
* Fixed two fatal XML errors

19 years ago* Various things related to the new preferences
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 22:53:51 +0000 (22:53 +0000)]
* Various things related to the new preferences

19 years agoClean up e-mail authentication code.
Brion Vibber [Mon, 25 Apr 2005 18:38:43 +0000 (18:38 +0000)]
Clean up e-mail authentication code.
* Add Special:Confirmemail unlisted page for requesting confirmation emails and as the destination
* There is now a confirmation token separate from the login password, which is cleaner and hopefully a lot less confusing.
* Confirmation token expires after 7 days
* Added support functions for nullable timestamp columns: wfTimestampOrNull and Database::timestampOrNull
* userMailer now returns WikiError objects
* Added convenience functions to User for email management, consolidated some checks

There are changes to the user table, so run update.php

19 years agoIf misestimated number of sections, don't add a bogus line.
Brion Vibber [Mon, 25 Apr 2005 15:35:02 +0000 (15:35 +0000)]
If misestimated number of sections, don't add a bogus line.
Triggered by funny 'invert' circumstances at least

19 years agosplit off new function wfBacktrace() from wfDebugDieBacktrace()
Tim Starling [Mon, 25 Apr 2005 13:43:21 +0000 (13:43 +0000)]
split off new function wfBacktrace() from wfDebugDieBacktrace()

19 years agoCleared $wgLinkHolders after they are used. This fixes bug 1770 and probably improves...
Tim Starling [Mon, 25 Apr 2005 13:43:11 +0000 (13:43 +0000)]
Cleared $wgLinkHolders after they are used. This fixes bug 1770 and probably improves performance too.

19 years ago* Brion you illiterate pig!
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 13:09:29 +0000 (13:09 +0000)]
* Brion you illiterate pig!

19 years ago* No longer using sorbs.net to check for open proxies by default.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 13:05:44 +0000 (13:05 +0000)]
* No longer using sorbs.net to check for open proxies by default.

19 years ago* Parser.php was being included twice in a row
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 12:47:10 +0000 (12:47 +0000)]
* Parser.php was being included twice in a row

19 years agoadd --quick option to skip the 5 second "you are destroying your wiki omfg" warning
Brion Vibber [Mon, 25 Apr 2005 12:03:57 +0000 (12:03 +0000)]
add --quick option to skip the 5 second "you are destroying your wiki omfg" warning

19 years agoCategoryPageView hook as in 1.4
Gabriel Wicke [Mon, 25 Apr 2005 11:09:21 +0000 (11:09 +0000)]
CategoryPageView hook as in 1.4

19 years ago* Rectified crackpot indenting.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 10:37:25 +0000 (10:37 +0000)]
* Rectified crackpot indenting.

19 years ago* Documented wfIsBadImage and improved its regex.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 10:33:20 +0000 (10:33 +0000)]
* Documented wfIsBadImage and improved its regex.

19 years ago* Fixed two spelling errors
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 10:13:19 +0000 (10:13 +0000)]
* Fixed two spelling errors
* Turned off using sorbs.net to check for open proxies

19 years agoBug 1755: RecentChanges URL carries duplicate limit
Jens Frank [Mon, 25 Apr 2005 10:08:51 +0000 (10:08 +0000)]
Bug 1755: RecentChanges URL carries duplicate limit

19 years ago*gasp*
Tim Starling [Mon, 25 Apr 2005 09:43:49 +0000 (09:43 +0000)]
*gasp*

19 years agophp's on crack.
Brion Vibber [Mon, 25 Apr 2005 09:32:06 +0000 (09:32 +0000)]
php's on crack.

19 years agoMove page tweaks:
Brion Vibber [Mon, 25 Apr 2005 09:25:06 +0000 (09:25 +0000)]
Move page tweaks:
* Handle attempt to move over self with a particular error message.
* Handle attempt to move page to invalid namespace or interwiki with a
particular error message.
* Don't offer to delete the target page if it's a self-move or illegal move!

19 years ago* Crackpot norwegians and their hardcoded html styles
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 09:06:51 +0000 (09:06 +0000)]
* Crackpot norwegians and their hardcoded html styles

19 years ago* addWikitext instead of addHTML
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 09:05:18 +0000 (09:05 +0000)]
* addWikitext instead of addHTML

19 years ago* (bug 1970) Don't show move tab for immobile pages
Brion Vibber [Mon, 25 Apr 2005 04:34:46 +0000 (04:34 +0000)]
* (bug 1970) Don't show move tab for immobile pages

19 years agoported live patches
Tim Starling [Mon, 25 Apr 2005 03:30:24 +0000 (03:30 +0000)]
ported live patches

19 years agoDisable Special:Sitesettings, as it is far far far from working.
Brion Vibber [Mon, 25 Apr 2005 02:25:50 +0000 (02:25 +0000)]
Disable Special:Sitesettings, as it is far far far from working.

19 years agoUserlevels and grouplevels have been moved out to a 'steward' group. Make
Brion Vibber [Mon, 25 Apr 2005 02:21:48 +0000 (02:21 +0000)]
Userlevels and grouplevels have been moved out to a 'steward' group. Make
the initially created sysop user a part of the group so they can assign
sysops etc.

19 years agoBug 1761: Cleanup of Recent Changes indicator flags
Jens Frank [Sun, 24 Apr 2005 15:43:49 +0000 (15:43 +0000)]
Bug 1761: Cleanup of Recent Changes indicator flags
Fix by Niklas Laxstrom

19 years agoBUG#1831 - Enotif patches for Wikinaut
Jens Frank [Sun, 24 Apr 2005 10:07:05 +0000 (10:07 +0000)]
BUG#1831 - Enotif patches for Wikinaut

19 years agoBUG#1644 - Fix: "Next #" link is displayed even if there are no more entries.
Jens Frank [Sun, 24 Apr 2005 09:31:57 +0000 (09:31 +0000)]
BUG#1644 - Fix: "Next #" link is displayed even if there are no more entries.

19 years agoMade updateSpecialPages.php more robust to database problems
Tim Starling [Sun, 24 Apr 2005 08:31:12 +0000 (08:31 +0000)]
Made updateSpecialPages.php more robust to database problems

19 years agoAutomatic reconnect when the connection is lost. This hopefully won't happen much...
Tim Starling [Sun, 24 Apr 2005 07:21:15 +0000 (07:21 +0000)]
reconnect when the connection is lost. This hopefully won't happen much for HTTP queries, since it breaks the transaction model. But it might be useful for maintenance scripts which sleep for long periods.

19 years agoSpecial:DoubleRedirects no longer returns false positives
Tim Starling [Sun, 24 Apr 2005 05:11:54 +0000 (05:11 +0000)]
Special:DoubleRedirects no longer returns false positives

19 years ago* (bug 1963) Fix deletion log link when $wgCapitalLinks is off
Brion Vibber [Sun, 24 Apr 2005 05:06:09 +0000 (05:06 +0000)]
* (bug 1963) Fix deletion log link when $wgCapitalLinks is off
Also, it was the wrong link! Original fix didn't get ported up from REL1_4.

19 years agoRemoved unused global
Tim Starling [Sun, 24 Apr 2005 04:39:17 +0000 (04:39 +0000)]
Removed unused global

19 years agoNew updateSpecialPages.php script, to update the QueryPage cache. Disabled recache...
Tim Starling [Sun, 24 Apr 2005 04:16:50 +0000 (04:16 +0000)]
New updateSpecialPages.php script, to update the QueryPage cache. Disabled recache parameter, using HTTP for long queries is a bad idea because of retries. Fixed broken QueryPage subclasses: Special:BrokenRedirects Special:Disambiguations and Special:DoubleRedirects.

19 years agonew function: getBrokenLinksFrom()
Tim Starling [Sun, 24 Apr 2005 04:13:47 +0000 (04:13 +0000)]
new function: getBrokenLinksFrom()

19 years agodon't check for isset() when variable is always initialized
Erik Moeller [Sun, 24 Apr 2005 01:31:31 +0000 (01:31 +0000)]
don't check for isset() when variable is always initialized

19 years agoinitialize $wgUploadNavigationUrl as false to avoid register_globals
Erik Moeller [Sun, 24 Apr 2005 01:23:38 +0000 (01:23 +0000)]
initialize $wgUploadNavigationUrl as false to avoid register_globals
exploits

19 years ago1) Enable upload navigation link for non-logged-in users. From a usability
Erik Moeller [Sun, 24 Apr 2005 00:53:12 +0000 (00:53 +0000)]
1) Enable upload navigation link for non-logged-in users. From a usability
perspective, navigation should not be surprising with random elements
popping up under certain circumstances only ("How do I upload" is a FAQ).
Special:Upload will show a message "You have to be logged in" for anonymous
users, so no confusion should arise.

2) New variable $wgUploadNavigationUrl for setting the URL to which
the "Upload file" link in the toolbox points. The German Wikipedia is striving
towards an approach where local uploads are enabled, but the navigation link
goes to the Commons. The link to Special:Upload will be put on a policy page
about fair use. In this way, fair use uploads are meant to be allowed as an
exception. A similar approach is likely to be used for Wikinews.