lhc/web/wiklou.git
17 years agoAPI: Fixed regression bug 10274: generator=watchlist complains about gwlprop even...
Yuri Astrakhan [Sun, 17 Jun 2007 08:25:16 +0000 (08:25 +0000)]
API: Fixed regression bug 10274: generator=watchlist complains about gwlprop even if it's not set
Thanks to Roan Kattouw

17 years agoAdd checks for common comma errors.
Greg Sabino Mullane [Sun, 17 Jun 2007 02:09:21 +0000 (02:09 +0000)]
Add checks for common comma errors.

17 years agoAdd ipb_block_email column
Greg Sabino Mullane [Sat, 16 Jun 2007 18:25:14 +0000 (18:25 +0000)]
Add ipb_block_email column

17 years agoLink trail
Tim Starling [Sat, 16 Jun 2007 18:03:55 +0000 (18:03 +0000)]
Link trail

17 years ago* Group log output by date
Niklas Laxström [Sat, 16 Jun 2007 16:45:36 +0000 (16:45 +0000)]
* Group log output by date
* Use "all-logs-page" instead of "logs" for page which combines all logs

17 years ago* Random cleanup (where does this all come from?)
Niklas Laxström [Sat, 16 Jun 2007 16:24:42 +0000 (16:24 +0000)]
* Random cleanup (where does this all come from?)

17 years agovarchars exist for a reason (or rather, static length doesn't add too much performanc...
Domas Mituzas [Sat, 16 Jun 2007 08:08:05 +0000 (08:08 +0000)]
varchars exist for a reason (or rather, static length doesn't add too much performance in paged datastores) - still needs updater and sync to all other table definition files

17 years agoRevert r20429, doesn't work.
Tim Starling [Sat, 16 Jun 2007 04:36:17 +0000 (04:36 +0000)]
Revert r20429, doesn't work.

17 years agoFix heredoc vim syntax highlighting
Tim Starling [Sat, 16 Jun 2007 02:58:00 +0000 (02:58 +0000)]
Fix heredoc vim syntax highlighting

17 years agoLess debug output
Tim Starling [Sat, 16 Jun 2007 02:56:48 +0000 (02:56 +0000)]
Less debug output

17 years agoOn reupload, add a null revision to the image description page
Tim Starling [Sat, 16 Jun 2007 02:56:19 +0000 (02:56 +0000)]
On reupload, add a null revision to the image description page

17 years ago* Split off ultimate base class FileRepo from FSRepo
Tim Starling [Sat, 16 Jun 2007 02:55:25 +0000 (02:55 +0000)]
* Split off ultimate base class FileRepo from FSRepo
* Use rawurlencode() for paths instead of urlencode()
* Moved functionality of LocalFile::loadFromFile() to a public static function. This allows Special:Upload to entirely avoid loading metadata from the (potentially remote) store. Changed purgeMetadataCache() to use loadFromDB() instead of loadFromFile().
* Redefined private virtual URLs, giving them a repo name component instead of a host.
* Moved is_writable($wgUploadDirectory) in SpecialUpload.php to the repo
* Added some filename validation to the FSRepo's store/publish
* Changed store and publish to use relative destinations instead of absolute, as was documented
* Deprecated File::recordUpload()! Now use upload() to do both publish and record. Moved the UI bits to SpecialUpload.
* Create a null revision on reupload
* Changed most of the member variable names in UploadForm. $this->mUpload followed by some ambiguous word or abbreviation was not a good naming convention. Also did some reformatting and assorted code cleanup.

17 years agoAPI: Added categorymembers list ability.
Yuri Astrakhan [Sat, 16 Jun 2007 00:39:01 +0000 (00:39 +0000)]
API: Added categorymembers list ability.

17 years ago* (bug 8577) Fix some weird misapplications of time zones.
Brion Vibber [Fri, 15 Jun 2007 19:07:15 +0000 (19:07 +0000)]
* (bug 8577) Fix some weird misapplications of time zones.
  {{CURRENT*}} functions now consistently use UTC as intended, while
  {{LOCAL*}} functions return local time per server config or $wgLocaltimezone.
  Signature dates for Japanese and other languages including weekday now show
  the correct day to match the rest of the time in local time.

17 years agobug 10280: For table categorylinks, add cl_from to the cl_sortkey index
Yuri Astrakhan [Fri, 15 Jun 2007 18:37:38 +0000 (18:37 +0000)]
bug 10280: For table categorylinks, add cl_from to the cl_sortkey index

17 years ago* (bug 10265) Fix regression in category image gallery paging
Brion Vibber [Fri, 15 Jun 2007 15:02:44 +0000 (15:02 +0000)]
* (bug 10265) Fix regression in category image gallery paging

17 years agoUpdate.
Rotem Liss [Fri, 15 Jun 2007 11:02:03 +0000 (11:02 +0000)]
Update.

17 years agoBOM :-(
Raimond Spekking [Fri, 15 Jun 2007 09:29:04 +0000 (09:29 +0000)]
BOM :-(

17 years ago* (bug 10263) update Farsi translations
Raimond Spekking [Fri, 15 Jun 2007 09:03:08 +0000 (09:03 +0000)]
* (bug 10263) update Farsi translations
  Patch by Huji

17 years ago* (bug 10263) Big update Farsi translations
Raimond Spekking [Fri, 15 Jun 2007 08:35:27 +0000 (08:35 +0000)]
* (bug 10263) Big update Farsi translations
  Patch by Huji

17 years ago* (bug 102528) Update Georgian translations
Raimond Spekking [Thu, 14 Jun 2007 17:36:12 +0000 (17:36 +0000)]
* (bug 102528) Update Georgian translations
  Patch by Malafaya

17 years ago* (bug 10259) Remove 'recentchangeslinked-summary' from optional list. Should be...
Raimond Spekking [Thu, 14 Jun 2007 17:24:30 +0000 (17:24 +0000)]
* (bug 10259) Remove 'recentchangeslinked-summary' from optional list. Should be translated always.

17 years agoSet initialCapital to $wgCapitalLinks by default for the local repository
Tim Starling [Thu, 14 Jun 2007 16:33:16 +0000 (16:33 +0000)]
Set initialCapital to $wgCapitalLinks by default for the local repository

17 years agoUpdated da translation
Anders Wegge Jakobsen [Thu, 14 Jun 2007 14:20:28 +0000 (14:20 +0000)]
Updated da translation

17 years ago* (bug 10252) Update Volapük translations
Raimond Spekking [Thu, 14 Jun 2007 09:40:41 +0000 (09:40 +0000)]
* (bug 10252) Update Volapük translations
  Patch by Malafaya

17 years agoAPI bug 10096 InterWiki table retrieval through meta=siteinfo
Yuri Astrakhan [Thu, 14 Jun 2007 05:18:58 +0000 (05:18 +0000)]
API bug 10096 InterWiki table retrieval through meta=siteinfo
With help from Roan Kattouw

17 years agoAPI: fixed bug 10147 Silent normalization of interwiki titles
Yuri Astrakhan [Thu, 14 Jun 2007 03:14:44 +0000 (03:14 +0000)]
API: fixed bug 10147 Silent normalization of interwiki titles

17 years ago* (bug 7859) Update Kazakh translations
Raimond Spekking [Wed, 13 Jun 2007 22:27:35 +0000 (22:27 +0000)]
* (bug 7859) Update Kazakh translations
  Patch by AlefZet

17 years ago* (bug 9948) Workaround for diff regression with old Mozilla versions
Brion Vibber [Wed, 13 Jun 2007 20:08:19 +0000 (20:08 +0000)]
* (bug 9948) Workaround for diff regression with old Mozilla versions
Use JS to detect old Gecko versions known to have bogus implementation of overflow: auto for vertical sizing <div>s in table cells and change it to overflow: visible for an ugly but more-or-less-legible fallback behavior.

17 years ago* (bug 10247) Fix IP address regex to avoid false positive IPv6 matches
Brion Vibber [Wed, 13 Jun 2007 19:47:44 +0000 (19:47 +0000)]
* (bug 10247) Fix IP address regex to avoid false positive IPv6 matches
Regex fragment IP_ADDRESS_STRING was not parenthesized properly, causing the preg_match in IP::isIPAddress() to get false positives on strings which _ended_ in IPv6 subsequences.

17 years ago* (bug 10242) Update Chinese translations
Raimond Spekking [Wed, 13 Jun 2007 19:43:52 +0000 (19:43 +0000)]
* (bug 10242) Update Chinese translations
  Patch by Shinjiman
* Update German

17 years ago* Updates to no by Jon Harald Søby
Niklas Laxström [Wed, 13 Jun 2007 18:16:52 +0000 (18:16 +0000)]
* Updates to no by Jon Harald Søby

17 years ago* (bug 10220 comment #3) Fix for Malayalam namespace translation
Raimond Spekking [Wed, 13 Jun 2007 17:08:05 +0000 (17:08 +0000)]
* (bug 10220 comment #3) Fix for Malayalam namespace translation
  Patch by Sadik Khalid

17 years ago* (bug 10242) Update Chinese translations
Raimond Spekking [Wed, 13 Jun 2007 16:59:53 +0000 (16:59 +0000)]
* (bug 10242) Update Chinese translations
  Patch by Shinjiman

17 years ago* Add badsiglength to messages.inc
Ivan Lanin [Wed, 13 Jun 2007 16:43:17 +0000 (16:43 +0000)]
* Add badsiglength to messages.inc
* Indonesian (id) localisation updates

17 years ago* (bug 8458) Limit custom signature length to $wgMaxSigChars bytes
Brion Vibber [Wed, 13 Jun 2007 16:28:19 +0000 (16:28 +0000)]
* (bug 8458) Limit custom signature length to $wgMaxSigChars bytes

17 years agoDon't barf out two preference forms when illegal raw sig is entered
Brion Vibber [Wed, 13 Jun 2007 16:13:05 +0000 (16:13 +0000)]
Don't barf out two preference forms when illegal raw sig is entered

17 years agoHousekeeking:
Raimond Spekking [Wed, 13 Jun 2007 14:33:11 +0000 (14:33 +0000)]
Housekeeking:
* 2 long unused messages (confirmprotecttext, protectmoveonly) removed
* All message files cleaned from previous removed messages

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Wed, 13 Jun 2007 12:31:02 +0000 (12:31 +0000)]
Indonesian (id) localisation updates.

17 years agoReinstate some more [[ ]], removed in r22947 but needed by loglines of recent changes
Raimond Spekking [Wed, 13 Jun 2007 12:30:42 +0000 (12:30 +0000)]
Reinstate some more [[ ]], removed in r22947 but needed by loglines of recent changes

17 years agorevert r22948. These brackets are needed by the loglines in recent changes :-(
Raimond Spekking [Wed, 13 Jun 2007 12:17:51 +0000 (12:17 +0000)]
revert r22948. These brackets are needed by the loglines in recent changes :-(

17 years ago* Housekeeping:
Raimond Spekking [Wed, 13 Jun 2007 11:55:50 +0000 (11:55 +0000)]
* Housekeeping:
  [[ ]] in all log related messages removed as the object name is already linked.

17 years ago* (bug 8734) Different log message when article protection level is changed
Raimond Spekking [Wed, 13 Jun 2007 11:08:57 +0000 (11:08 +0000)]
* (bug 8734) Different log message when article protection level is changed
  Based on a patch of Max Semenik
* [[ ]] in protection log related messages removed as the page name is already linked.

17 years agoPretend uploads are enabled during parser tests so we generate the right "broken...
Rob Church [Tue, 12 Jun 2007 23:34:24 +0000 (23:34 +0000)]
Pretend uploads are enabled during parser tests so we generate the right "broken" links for testing

17 years agoFix regression from r22867
Rob Church [Tue, 12 Jun 2007 23:10:12 +0000 (23:10 +0000)]
Fix regression from r22867

17 years agoShow deletion log at page creation to logged in users too. Recently to anons only.
Raimond Spekking [Tue, 12 Jun 2007 20:18:13 +0000 (20:18 +0000)]
Show deletion log at page creation to logged in users too. Recently to anons only.

17 years agoFix regression in 22905
Brion Vibber [Tue, 12 Jun 2007 19:49:38 +0000 (19:49 +0000)]
Fix regression in 22905

17 years ago* (bug 10227) Update Georgian translations
Raimond Spekking [Tue, 12 Jun 2007 04:45:43 +0000 (04:45 +0000)]
* (bug 10227) Update Georgian translations
  Patch by Malafaya

17 years agoFix incorrect virtual URL encoding in storeTemp
Tim Starling [Mon, 11 Jun 2007 22:36:47 +0000 (22:36 +0000)]
Fix incorrect virtual URL encoding in storeTemp

17 years ago* (bug 10223) Fix edit link in noarticletext localizations for fr, oc
Brion Vibber [Mon, 11 Jun 2007 20:46:42 +0000 (20:46 +0000)]
* (bug 10223) Fix edit link in noarticletext localizations for fr, oc

17 years agoclose comment so that $wgSiteNotice is defined again -- broken since r22897
Brion Vibber [Mon, 11 Jun 2007 19:42:03 +0000 (19:42 +0000)]
close comment so that $wgSiteNotice is defined again -- broken since r22897

17 years agoRevert to correct encodeBlob() function
Greg Sabino Mullane [Mon, 11 Jun 2007 18:40:31 +0000 (18:40 +0000)]
Revert to correct encodeBlob() function

17 years ago* (bug 10220) Malayalam namespace translation
Raimond Spekking [Mon, 11 Jun 2007 17:36:59 +0000 (17:36 +0000)]
* (bug 10220) Malayalam namespace translation
  Patch by Sadik Khalid

17 years ago* Housekeeping:
Raimond Spekking [Mon, 11 Jun 2007 17:01:06 +0000 (17:01 +0000)]
* Housekeeping:
  Making 20 EXIF messages optional as they are mostly untranslatable
  Removing untranslated EXIF messages
  Removing other outdated/obsolete/ignored messages from these files too.

17 years agoFixed some errant double-slashes appearing in file paths. Added unit tests for the...
Tim Starling [Mon, 11 Jun 2007 14:46:18 +0000 (14:46 +0000)]
Fixed some errant double-slashes appearing in file paths. Added unit tests for the path and URL functions.

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Mon, 11 Jun 2007 12:32:40 +0000 (12:32 +0000)]
Indonesian (id) localisation updates.

17 years agoForgot the bug number :)
Rob Church [Mon, 11 Jun 2007 11:59:19 +0000 (11:59 +0000)]
Forgot the bug number :)

17 years ago* Show custom editing introduction when editing existing pages, too
Rob Church [Mon, 11 Jun 2007 11:57:20 +0000 (11:57 +0000)]
* Show custom editing introduction when editing existing pages, too
* Clean up handling of editing introductions

[Based on a patch from ZJH]

17 years ago* (bug 10214) Update Spanish translations
Raimond Spekking [Mon, 11 Jun 2007 11:40:33 +0000 (11:40 +0000)]
* (bug 10214) Update Spanish translations
  Patch by Jaime Perez

17 years ago* Housekeeping:
Raimond Spekking [Mon, 11 Jun 2007 11:35:40 +0000 (11:35 +0000)]
* Housekeeping:
  Removing 'perfdisabledsub', was marked as "obsolete?", unused in phase3 and extensions.

17 years agoDo not show blockemail checkbox when blocking an IP
Raimond Spekking [Mon, 11 Jun 2007 10:07:17 +0000 (10:07 +0000)]
Do not show blockemail checkbox when blocking an IP

17 years ago* (bug 7859) Update Kazakh translations
Raimond Spekking [Mon, 11 Jun 2007 08:53:31 +0000 (08:53 +0000)]
* (bug 7859) Update Kazakh translations
  Patch by AlefZet

17 years agoUpdates German
Raimond Spekking [Mon, 11 Jun 2007 08:50:01 +0000 (08:50 +0000)]
Updates German

17 years ago* (bug 10199) Update Chinese translations
Raimond Spekking [Mon, 11 Jun 2007 07:40:09 +0000 (07:40 +0000)]
* (bug 10199) Update Chinese translations
  Patch by Shinjiman

17 years agoDa translations for 22897
Anders Wegge Jakobsen [Mon, 11 Jun 2007 07:35:08 +0000 (07:35 +0000)]
Da translations for 22897

17 years ago(bug 8869) Introduce Special:Uncategorizedtemplates [in lieu of a reporting mechanism...
Rob Church [Mon, 11 Jun 2007 07:04:25 +0000 (07:04 +0000)]
(bug 8869) Introduce Special:Uncategorizedtemplates [in lieu of a reporting mechanism that allows us to cache multiple results per namespace and offer filtering to the user]

17 years ago(bug 10209) Updates to Swedish localisation
Rob Church [Mon, 11 Jun 2007 06:34:17 +0000 (06:34 +0000)]
(bug 10209) Updates to Swedish localisation

17 years agoUpdate translations
Anders Wegge Jakobsen [Mon, 11 Jun 2007 05:00:16 +0000 (05:00 +0000)]
Update translations

17 years ago* Tweak some release notes
Rob Church [Sun, 10 Jun 2007 23:37:22 +0000 (23:37 +0000)]
* Tweak some release notes
* Make sure all lines wrap at 80 columns

17 years ago(bug 9679) Improve documentation for $wgSiteNotice
Rob Church [Sun, 10 Jun 2007 23:21:26 +0000 (23:21 +0000)]
(bug 9679) Improve documentation for $wgSiteNotice

17 years agoUse shared.css as a common CSS file for all skins, and oldshared.css in place of...
Aryeh Gregor [Sun, 10 Jun 2007 17:16:54 +0000 (17:16 +0000)]
Use shared.css as a common CSS file for all skins, and oldshared.css in place of common.css for pre-Monobook skins (avoiding "common" to reduce naming confusion with MediaWiki:Common.css).

17 years agoTweak "recreating-deleted" warning appearance under Monobook, Cologne Blue (don't...
Rob Church [Sun, 10 Jun 2007 16:43:14 +0000 (16:43 +0000)]
Tweak "recreating-deleted" warning appearance under Monobook, Cologne Blue (don't need a border or colourisation in Chick or other skins, not appropriate)

17 years ago* (bug 10196) Add classes and dir="ltr" to the <pre>s on user CSS and JS pages (new...
Aryeh Gregor [Sun, 10 Jun 2007 16:36:09 +0000 (16:36 +0000)]
* (bug 10196) Add classes and dir="ltr" to the <pre>s on user CSS and JS pages (new classes: mw-user-css, mw-user-js)
* Prettied up a regex slightly

17 years ago(bug 10190) Volapük message updates
Rob Church [Sun, 10 Jun 2007 16:04:36 +0000 (16:04 +0000)]
(bug 10190) Volapük message updates

17 years agoMore cleanup from r22859
Rob Church [Sun, 10 Jun 2007 15:29:35 +0000 (15:29 +0000)]
More cleanup from r22859

17 years agoWhen removing things, please clean up afterwards
Rob Church [Sun, 10 Jun 2007 15:24:42 +0000 (15:24 +0000)]
When removing things, please clean up afterwards

17 years ago* Clean up and document Linker::makeBrokenImageLinkObj()
Rob Church [Sat, 9 Jun 2007 16:19:38 +0000 (16:19 +0000)]
* Clean up and document Linker::makeBrokenImageLinkObj()
* (bug 6743) Don't link broken image links to the upload form when uploads are disabled

17 years agoUpdate
Rob Church [Sat, 9 Jun 2007 14:07:58 +0000 (14:07 +0000)]
Update

17 years ago* Galician (gl) translations by Prevert
Niklas Laxström [Sat, 9 Jun 2007 12:48:27 +0000 (12:48 +0000)]
* Galician (gl) translations by Prevert

17 years agoUpdate.
Rotem Liss [Sat, 9 Jun 2007 10:44:24 +0000 (10:44 +0000)]
Update.

17 years agoRemove dismiss from deletion log. This simply doesn't make sense to me, nor does...
Daniel Cannon [Sat, 9 Jun 2007 04:16:28 +0000 (04:16 +0000)]
Remove dismiss from deletion log. This simply doesn't make sense to me, nor does it to those I've discussed it with. If you don't want the recreate warning displayed, it's in a div wrapper and can be hidden through css. We don't need a dismiss link on every system message to hide the message permanently; it only makes sense on things like Sitenotice, where users want to hide the current message, having read it, but not necessarily the next.

17 years agoRemove deletion log from below noarticletext. User should only care about this when...
Daniel Cannon [Sat, 9 Jun 2007 00:41:27 +0000 (00:41 +0000)]
Remove deletion log from below noarticletext. User should only care about this when actually editing the page.

17 years ago* Updates to Romanian (ro) by KlaudiuMihaila, SCriBu, Emily
Niklas Laxström [Fri, 8 Jun 2007 20:25:47 +0000 (20:25 +0000)]
* Updates to Romanian (ro) by KlaudiuMihaila, SCriBu, Emily

17 years agoWhoops, add missing CSS
Rob Church [Fri, 8 Jun 2007 19:52:51 +0000 (19:52 +0000)]
Whoops, add missing CSS

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Fri, 8 Jun 2007 18:48:17 +0000 (18:48 +0000)]
Indonesian (id) localisation updates.

17 years ago(bug 8781) Remind users to check file permissions for LocalSettings.php post-installation
Rob Church [Fri, 8 Jun 2007 18:38:36 +0000 (18:38 +0000)]
(bug 8781) Remind users to check file permissions for LocalSettings.php post-installation

17 years ago(bug 9058) Introduce '--aconf' option for all maintenance scripts, to provide a path...
Rob Church [Fri, 8 Jun 2007 18:12:07 +0000 (18:12 +0000)]
(bug 9058) Introduce '--aconf' option for all maintenance scripts, to provide a path to the AdminSettings.php file

17 years agoWrap the recreate-deleted warning dismisser in a CDATA section and run the message...
Rob Church [Fri, 8 Jun 2007 16:39:29 +0000 (16:39 +0000)]
Wrap the recreate-deleted warning dismisser in a CDATA section and run the message through Xml::escapeJsString()

17 years ago* (bug 10181) Support the XCache object caching mechanism [patch from Kurt Radwanski]
Rob Church [Fri, 8 Jun 2007 15:56:32 +0000 (15:56 +0000)]
* (bug 10181) Support the XCache object caching mechanism [patch from Kurt Radwanski]
* Minor tweak to installer form

17 years ago* Fixes to fi
Niklas Laxström [Fri, 8 Jun 2007 15:27:25 +0000 (15:27 +0000)]
* Fixes to fi

17 years ago(bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for "DEFAULTSORT...
Rob Church [Fri, 8 Jun 2007 15:16:00 +0000 (15:16 +0000)]
(bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for "DEFAULTSORT" magic word

17 years ago* Updates to fi
Niklas Laxström [Fri, 8 Jun 2007 13:46:51 +0000 (13:46 +0000)]
* Updates to fi

17 years ago* Updates to Slovak (sk) by Helix84
Niklas Laxström [Fri, 8 Jun 2007 12:57:46 +0000 (12:57 +0000)]
* Updates to Slovak (sk) by Helix84

17 years agoAdd 'Brokenlinks' as an alias for 'Wantedpages'. I suppose this is technically a...
Aryeh Gregor [Fri, 8 Jun 2007 03:42:55 +0000 (03:42 +0000)]
Add 'Brokenlinks' as an alias for 'Wantedpages'.  I suppose this is technically a l10n change, so no RELEASE-NOTES?

Incidentally, when are we going to be implementing the readable special page names (with spaces!) for English?

17 years agoHave Math.php use encodeBlob and decodeBlob when accessing the binary fields math_inp...
Greg Sabino Mullane [Fri, 8 Jun 2007 01:06:52 +0000 (01:06 +0000)]
Have Math.php use encodeBlob and decodeBlob when accessing the binary fields math_inputhash and math_outputhash. Better
long-term solution is to simply store the hexadecimal as text, but converting via updaters.inc will be complex.
Fixes bug # 9909.

17 years agoFix up encodeBlob, don't worry so much about indexInfo compat.
Greg Sabino Mullane [Fri, 8 Jun 2007 00:57:22 +0000 (00:57 +0000)]
Fix up encodeBlob, don't worry so much about indexInfo compat.

17 years agoProper credit...
Rob Church [Fri, 8 Jun 2007 00:57:11 +0000 (00:57 +0000)]
Proper credit...

17 years agoDitch wfSpecialConfirmemail(), move Special:Confirmemail to the modern special page...
Rob Church [Fri, 8 Jun 2007 00:52:56 +0000 (00:52 +0000)]
Ditch wfSpecialConfirmemail(), move Special:Confirmemail to the modern special page loading scheme

17 years ago* (bug 8760) Allow wiki links in "protectexpiry" message
Rob Church [Thu, 7 Jun 2007 22:16:19 +0000 (22:16 +0000)]
* (bug 8760) Allow wiki links in "protectexpiry" message
* Introduce wfMsgWithLinks() and a content-language counterpart, wfMsgForContentWithLinks(); these escape HTML and render wiki links in text, so should be suitable for labels and so on
* Make Linker::formatLinksInComment() public

17 years agoReworked e-mail blocking. To be enabled for a user, it now requires that $wgSysopEmai...
Daniel Cannon [Thu, 7 Jun 2007 21:15:59 +0000 (21:15 +0000)]
Reworked e-mail blocking. To be enabled for a user, it now requires that $wgSysopEmailBans == true and that the user has the right "blockemail".