lhc/web/wiklou.git
17 years ago* Escaping
Niklas Laxström [Wed, 17 Jan 2007 22:09:30 +0000 (22:09 +0000)]
* Escaping

17 years agoIgnore self closing on closing tags ( '</div />' now gives '</div>')
Antoine Musso [Wed, 17 Jan 2007 22:06:32 +0000 (22:06 +0000)]
Ignore self closing on closing tags ( '</div />' now gives '</div>')
Fix parsertest "Don't fall for the self-closing div"

17 years agoSanitizer now correctly escapes lonely '>' occuring before the first wikitag.
Antoine Musso [Wed, 17 Jan 2007 21:52:37 +0000 (21:52 +0000)]
Sanitizer now correctly escapes lonely '>' occuring before the first wikitag.
Fix parsertest: "Always escape literal '>' in output, not just after '<'"

17 years agomaintenance script to delete mediawiki messages silently, to upgrade without flooding...
Steve Sanbeg [Wed, 17 Jan 2007 21:47:55 +0000 (21:47 +0000)]
maintenance script to delete mediawiki messages silently, to upgrade without flooding RC & logs

17 years ago* Fix hardcoded background color in parserTests.php
Antoine Musso [Wed, 17 Jan 2007 21:24:41 +0000 (21:24 +0000)]
* Fix hardcoded background color in parserTests.php
* AnsiTermColorer::reset() now calls color(0)
* parserTests.php : remove 'light' option for --color switch

17 years agoFix #6171 : magically close tags in tables when not using Tidy.
Antoine Musso [Wed, 17 Jan 2007 20:55:26 +0000 (20:55 +0000)]
Fix #6171 : magically close tags in tables when not using Tidy.

17 years agowhitespaces killing
Antoine Musso [Wed, 17 Jan 2007 19:48:48 +0000 (19:48 +0000)]
whitespaces killing

17 years agoSome parser tests to go with r19397
Rob Church [Wed, 17 Jan 2007 19:48:37 +0000 (19:48 +0000)]
Some parser tests to go with r19397

17 years ago(bug 8678) Fix detection of self-links for numeric titles in Parser
Rob Church [Wed, 17 Jan 2007 19:29:11 +0000 (19:29 +0000)]
(bug 8678) Fix detection of self-links for numeric titles in Parser

17 years ago* plaintext
Niklas Laxström [Wed, 17 Jan 2007 18:42:04 +0000 (18:42 +0000)]
* plaintext

17 years ago(bug 8676) Regression in previewing deleted revisions; use $this->mTargetObj, not...
Rob Church [Wed, 17 Jan 2007 18:31:30 +0000 (18:31 +0000)]
(bug 8676) Regression in previewing deleted revisions; use $this->mTargetObj, not the protected $archive->title

17 years ago* Unsupport html
Niklas Laxström [Wed, 17 Jan 2007 18:13:56 +0000 (18:13 +0000)]
* Unsupport html

17 years ago* Updates
Niklas Laxström [Wed, 17 Jan 2007 15:30:09 +0000 (15:30 +0000)]
* Updates

17 years agoUpdate.
Rotem Liss [Wed, 17 Jan 2007 14:18:08 +0000 (14:18 +0000)]
Update.

17 years agopretty up the timestamps in 1.4->1.5 schema conversion. unix timestamp... sucks?
Brion Vibber [Wed, 17 Jan 2007 13:12:18 +0000 (13:12 +0000)]
pretty up the timestamps in 1.4->1.5 schema conversion. unix timestamp... sucks?

17 years ago- $term = htmlspecialchars( $term );
Andrew Garrett [Wed, 17 Jan 2007 12:19:53 +0000 (12:19 +0000)]
- $term = htmlspecialchars( $term );
+ $term = urlencode( $term );

($terms is used in a URL, and hence should be url-encoded rather than html-encoded)

17 years ago* (bug 8641) Fix order of updates to ipblocks table
Brion Vibber [Wed, 17 Jan 2007 11:51:01 +0000 (11:51 +0000)]
* (bug 8641) Fix order of updates to ipblocks table

The update for ipb_anon_only does a total replacement of the ipblocks table in order to apply a unique index at the same time. A later change, adding the ipb_enable_autoblock field, was erroneously listed _before_ this change in the updates list. As a result, upgrades from 1.7 or earlier would end up missing this field as the ipb_anon_only update's new copy of the table dropped the field. A second updater run would restore it, but this should no longer be necessary.

17 years agoI WILL UPDATE RELEASE-NOTES
Andrew Garrett [Wed, 17 Jan 2007 10:50:40 +0000 (10:50 +0000)]
I WILL UPDATE RELEASE-NOTES
I WILL UPDATE RELEASE-NOTES
I WILL UPDATE RELEASE-NOTES
I WILL UPDATE RELEASE-NOTES
I WILL UPDATE RELEASE-NOTES
Looks like we've found brion's new method of discipline

17 years agoAdd autoconfirmation by edit count. Users must have existed for more than wgAutoConfi...
Andrew Garrett [Wed, 17 Jan 2007 10:43:04 +0000 (10:43 +0000)]
Add autoconfirmation by edit count. Users must have existed for more than wgAutoConfirmAge seconds, and have wgAutoConfirmCount edits in order to be considered autoconfirmed.

17 years ago* (bug 8638) Fix update from 1.4 and earlier
Brion Vibber [Wed, 17 Jan 2007 10:07:40 +0000 (10:07 +0000)]
* (bug 8638) Fix update from 1.4 and earlier
The 'redirect' table was created in too early a stage of setup, trying to read from tables which hadn't yet been created. Moved it to proper stage of do_all_updates()

17 years agouse wfEscapeShellArg instead of escapeshellarg on the off chance this will ever have...
Brion Vibber [Wed, 17 Jan 2007 09:12:11 +0000 (09:12 +0000)]
use wfEscapeShellArg instead of escapeshellarg on the off chance this will ever have to run on windows, and wrap the line nicer for us 80-column-lovers

17 years agoQuick fix to make diffonly work properly on category and image pages. Should probabl...
Ilmari Karonen [Wed, 17 Jan 2007 05:01:54 +0000 (05:01 +0000)]
Quick fix to make diffonly work properly on category and image pages.  Should probably do something cleaner, but this'll do until I can figure out what the cleanest colution is.

17 years ago* Add title prefix search for Special:Undelete
Brion Vibber [Wed, 17 Jan 2007 02:38:40 +0000 (02:38 +0000)]
* Add title prefix search for Special:Undelete
* Remove full-archive list from Special:Undelete
* Undelete page list can use plural marker

Integrating the log more cleanly might be nice.
I did a little experimenting with joining on logging -> archive, but found
that it wanted to do a big expensive filesort. Additionally we may want
to include the filearchive table in here to turn up image versions in
the archive that don't have text revisions attached.

Prefix search has a hardcoded limit of 100, no paging.

17 years agoApply most of the code tweaks from the live site:
Brion Vibber [Wed, 17 Jan 2007 00:54:54 +0000 (00:54 +0000)]
Apply most of the code tweaks from the live site:
* use configured cache servers for mctest.php
* bucket details in mcc.php
* fix input validation and remove debugging code in compressOld
* full ID range for moveToExternal
* fix resolveStubs.php for compatibility with older serialized data
* maximum line length for bar graphs in getLagTimes.php
* recognize specieswiki in rebuildInterwiki.inc
* --purge option to do additional parser-cache purging for purgeList.php
* default changed in MiniDonation extension
* profile unicode cleanup in Xml
* log slow parses in Article.php
* profile wfMsgReal
* log mkdir failures
* profile AutoLoader
* rebuild empty DjVu metadata containing ''
* security fix for DjVu metadata retrieval

17 years agoAdd English Wikipedia to default interwiki table as wikipedia:. Why on earth was...
Andrew Garrett [Wed, 17 Jan 2007 00:10:55 +0000 (00:10 +0000)]
Add English Wikipedia to default interwiki table as wikipedia:. Why on earth was it not there before?

17 years agoAdd --compare option to show comparison to previous results as with --record, but...
Brion Vibber [Tue, 16 Jan 2007 23:26:38 +0000 (23:26 +0000)]
Add --compare option to show comparison to previous results as with --record, but throw away the data at the end.
May be useful when fiddling with code, to confirm that you've returned to your original state.

17 years ago* Update to Polish
Niklas Laxström [Tue, 16 Jan 2007 21:29:06 +0000 (21:29 +0000)]
* Update to Polish

17 years agoDon't do auto-patrolling if patrolling is switched off
Rob Church [Tue, 16 Jan 2007 21:24:27 +0000 (21:24 +0000)]
Don't do auto-patrolling if patrolling is switched off

17 years agokill whitespaces
Antoine Musso [Tue, 16 Jan 2007 21:04:04 +0000 (21:04 +0000)]
kill whitespaces

17 years agoMake declaration compatible with QueryPage::formatResult
Antoine Musso [Tue, 16 Jan 2007 21:03:33 +0000 (21:03 +0000)]
Make declaration compatible with QueryPage::formatResult

17 years agofix warbubg when the array is set to false
Antoine Musso [Tue, 16 Jan 2007 21:01:54 +0000 (21:01 +0000)]
fix warbubg when the array is set to false

17 years ago* Updates
Niklas Laxström [Tue, 16 Jan 2007 19:15:55 +0000 (19:15 +0000)]
* Updates

17 years ago* Introduce "BookInformation" hook; see docs/hooks.txt for more details
Rob Church [Tue, 16 Jan 2007 19:06:56 +0000 (19:06 +0000)]
* Introduce "BookInformation" hook; see docs/hooks.txt for more details

17 years agoUpdates for Indonesian (id) localization. New and modified translations.
Ivan Lanin [Tue, 16 Jan 2007 19:00:18 +0000 (19:00 +0000)]
Updates for Indonesian (id) localization. New and modified translations.

17 years agoUpdate, setting patrol-log-header as an ignored message.
Rotem Liss [Tue, 16 Jan 2007 17:57:01 +0000 (17:57 +0000)]
Update, setting patrol-log-header as an ignored message.

17 years ago* (bug 8621) Log revisions marked as patrolled
Rob Church [Tue, 16 Jan 2007 17:05:30 +0000 (17:05 +0000)]
* (bug 8621) Log revisions marked as patrolled
* Uses normal logging framework, but
** doesn't duplicate the log in recentchanges ;)
** uses a cleaner method to override LogPage::actionText() and do all the formatting
* Introduces PatrolLog::record()

17 years agoAdding var declaration.
Rotem Liss [Tue, 16 Jan 2007 14:18:30 +0000 (14:18 +0000)]
Adding var declaration.

17 years agoMoving several Makebot messages to the extension file.
Rotem Liss [Tue, 16 Jan 2007 13:17:35 +0000 (13:17 +0000)]
Moving several Makebot messages to the extension file.

17 years ago(bug 8656) Remove Makesysop messages from the language files (currently done only...
Rotem Liss [Tue, 16 Jan 2007 13:12:26 +0000 (13:12 +0000)]
(bug 8656) Remove Makesysop messages from the language files (currently done only for en, he and messages.inc - several messages from other files should be moved and not just deleted, while those were already moved)

17 years ago(bug 8654) Update for Swedish language (sv)
Rotem Liss [Tue, 16 Jan 2007 11:26:10 +0000 (11:26 +0000)]
(bug 8654) Update for Swedish language (sv)

17 years agoRefactor versioning from setup and store number internally.
Greg Sabino Mullane [Tue, 16 Jan 2007 04:04:55 +0000 (04:04 +0000)]
Refactor versioning from setup and store number internally.
Move tsearch indexes out of tables.sql and put into setup, so
that we can take advantage of GIN for >= 8.2

17 years ago* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING when REQUEST_URI is
Brion Vibber [Tue, 16 Jan 2007 01:45:51 +0000 (01:45 +0000)]
* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING when REQUEST_URI is
  not available, as on IIS with PHP-CGI

17 years agoBetter version handling for Postgres
Greg Sabino Mullane [Mon, 15 Jan 2007 23:46:08 +0000 (23:46 +0000)]
Better version handling for Postgres

17 years ago* (bug 1000) Clarify warning about memory_limit in installer
Brion Vibber [Mon, 15 Jan 2007 23:16:08 +0000 (23:16 +0000)]
* (bug 1000) Clarify warning about memory_limit in installer
* Suppress PHP warning about set_time_limit in installer when safe mode is on

17 years agoAdd index on rev_text_id to help speed up full text searches.
Greg Sabino Mullane [Mon, 15 Jan 2007 22:49:51 +0000 (22:49 +0000)]
Add index on rev_text_id to help speed up full text searches.

17 years ago* Updates
Niklas Laxström [Mon, 15 Jan 2007 21:21:46 +0000 (21:21 +0000)]
* Updates

17 years agoFix #8629 : document $wgFilterCallback
Antoine Musso [Mon, 15 Jan 2007 20:46:44 +0000 (20:46 +0000)]
Fix #8629 : document $wgFilterCallback

17 years agosome mornings 2 cups of coffee isn't enough
Brion Vibber [Mon, 15 Jan 2007 18:33:37 +0000 (18:33 +0000)]
some mornings 2 cups of coffee isn't enough
fix my last fix, and fix another one w/ same problem

17 years agoIE compatibility fix (thanks, howcheng): don't pass a null second param to insertBefore()
Ilmari Karonen [Mon, 15 Jan 2007 18:32:10 +0000 (18:32 +0000)]
IE compatibility fix (thanks, howcheng): don't pass a null second param to insertBefore()

17 years agos/htmlspecialchars/urlencode/ for a URL get parameter
Brion Vibber [Mon, 15 Jan 2007 18:08:35 +0000 (18:08 +0000)]
s/htmlspecialchars/urlencode/ for a URL get parameter
otherwise will fail for names containing '&' or perhaps other places

17 years ago* (bug 8643) Correctly escape the page-specific CSS class for non-Monobook skins
Aryeh Gregor [Mon, 15 Jan 2007 16:29:41 +0000 (16:29 +0000)]
* (bug 8643) Correctly escape the page-specific CSS class for non-Monobook skins
* Tweak a comment
* Use $this->mTitle instead of $wgTitle in SkinTemplate, I suppose, although there's no difference

17 years agoParser::parse() a) is used by Article, CoreParserFunctions, EditPage, JobQueue, Outpu...
Aryeh Gregor [Mon, 15 Jan 2007 16:03:27 +0000 (16:03 +0000)]
Parser::parse() a) is used by Article, CoreParserFunctions, EditPage, JobQueue, OutputPage, and SkinTemplate; and b) is listed as an entry point in the Parser class documentations.  I don't think it's very @private.

17 years ago* MessageDe.php: Update German localisation - new messages and reorganisation of...
Leon Weber [Mon, 15 Jan 2007 14:31:49 +0000 (14:31 +0000)]
* MessageDe.php: Update German localisation - new messages and reorganisation of tooltip and accesskey messages
* ImageMap.i18n.php: German localisation
* ExpandTemplates.i18n.php: <nowiki> removed from expand_templates_title, see patch r19266
-----------
Patch by raymond.

17 years agoUpdate.
Rotem Liss [Mon, 15 Jan 2007 14:14:56 +0000 (14:14 +0000)]
Update.

17 years ago* Fix edit and delete links on Special:Brokenredirects
Rob Church [Mon, 15 Jan 2007 09:52:02 +0000 (09:52 +0000)]
* Fix edit and delete links on Special:Brokenredirects
* Now we know where Brion's crack stash went...

17 years agoUpdates for Indonesian (id) localization. New translations; consistency for using...
Ivan Lanin [Mon, 15 Jan 2007 07:32:42 +0000 (07:32 +0000)]
Updates for Indonesian (id) localization. New translations; consistency for using "pembicaraan" instead of "diskusi"; consistency for tab names.

17 years agoTypo in example comment
Rob Church [Mon, 15 Jan 2007 06:53:37 +0000 (06:53 +0000)]
Typo in example comment

17 years agoFormat block addresses with underscores better in convenience link labels
Rob Church [Mon, 15 Jan 2007 06:47:38 +0000 (06:47 +0000)]
Format block addresses with underscores better in convenience link labels

17 years ago(bug 8628) Add user-aware block list link to Special:Blockip
Rob Church [Mon, 15 Jan 2007 06:45:46 +0000 (06:45 +0000)]
(bug 8628) Add user-aware block list link to Special:Blockip

17 years agoUse "nstab-special" message instead of "specialpage" for the tab name of special...
Ivan Lanin [Mon, 15 Jan 2007 06:11:58 +0000 (06:11 +0000)]
Use "nstab-special" message instead of "specialpage" for the tab name of special pages ...and some trailing spaces removal from the code.

17 years ago(bug 8639) Remove some styles for nonexistent classes
Aryeh Gregor [Mon, 15 Jan 2007 06:06:09 +0000 (06:06 +0000)]
(bug 8639) Remove some styles for nonexistent classes

17 years agoMake setupCheckboxShiftClick() process all checkboxes, not just those in ULs. This...
Ilmari Karonen [Mon, 15 Jan 2007 04:28:07 +0000 (04:28 +0000)]
Make setupCheckboxShiftClick() process all checkboxes, not just those in ULs.  This not only makes it more versatile, but it's faster too, since checkboxes tend to be much less common than list items.

17 years agos/\r\n/\n/
Aryeh Gregor [Mon, 15 Jan 2007 04:13:12 +0000 (04:13 +0000)]
s/\r\n/\n/

17 years agoreplace Simetrical's hack from r19269+r19270 with a slightly less ugly hack
Ilmari Karonen [Mon, 15 Jan 2007 02:34:21 +0000 (02:34 +0000)]
replace Simetrical's hack from r19269+r19270 with a slightly less ugly hack

17 years agorestore 'log' message to title case to avoid messing up the sort order on Special...
Ilmari Karonen [Mon, 15 Jan 2007 01:54:35 +0000 (01:54 +0000)]
restore 'log' message to title case to avoid messing up the sort order on Special:Specialpages.  I know this makes the link bar on Special:Contributions uglier, the solution is probably to split the messages (unless someone can think of something better)

17 years agomore new messages
Ilmari Karonen [Mon, 15 Jan 2007 01:29:54 +0000 (01:29 +0000)]
more new messages

17 years agotranslate Rob's new unblock links
Ilmari Karonen [Mon, 15 Jan 2007 01:18:13 +0000 (01:18 +0000)]
translate Rob's new unblock links

17 years agoDO NOT LEAVE ALERT() IN CODE *twitch*
Aryeh Gregor [Mon, 15 Jan 2007 00:02:45 +0000 (00:02 +0000)]
DO NOT LEAVE ALERT() IN CODE *twitch*

17 years ago* Don't iterate through all elements to update tooltips/accesskeys, iterate through...
Aryeh Gregor [Sun, 14 Jan 2007 23:48:42 +0000 (23:48 +0000)]
* Don't iterate through all elements to update tooltips/accesskeys, iterate through as few as possible while still guaranteeing that you'll add all accesskeys
* Only call updateTooltipAccessKeys from addPortletLink if necessary
* Give search box a tooltip in Monobook

17 years agomake section links in edit summaries non-local when in diffonly mode
Ilmari Karonen [Sun, 14 Jan 2007 23:39:25 +0000 (23:39 +0000)]
make section links in edit summaries non-local when in diffonly mode

17 years agoDon't index old versions via tsearch2
Greg Sabino Mullane [Sun, 14 Jan 2007 22:57:31 +0000 (22:57 +0000)]
Don't index old versions via tsearch2

17 years agoFix double-escaping introduced in r19259
Rob Church [Sun, 14 Jan 2007 22:05:11 +0000 (22:05 +0000)]
Fix double-escaping introduced in r19259

17 years ago* (bug 8522) Provide a "delete" link on Special:Brokenredirects for users with the...
Rob Church [Sun, 14 Jan 2007 22:00:51 +0000 (22:00 +0000)]
* (bug 8522) Provide a "delete" link on Special:Brokenredirects for users with  the appropriate permission
* Use Skin::makeKnownLinkObj() and "action=edit" to make the redirect editing link, instead of Skin::makeBrokenLinkObj() - it looks nicer
* Use a separate message, "brokenlinks-edit", for the edit link label, and fix escaping

17 years ago r56243@Arsia: avar | 2007-01-14 21:38:37 +0000
Ævar Arnfjörð Bjarmason [Sun, 14 Jan 2007 21:38:54 +0000 (21:38 +0000)]
 r56243@Arsia:  avar | 2007-01-14 21:38:37 +0000
 * Test for valid title characters

17 years ago(bug 8407) Disallow indexing of "printable" versions
Rob Church [Sun, 14 Jan 2007 21:28:23 +0000 (21:28 +0000)]
(bug 8407) Disallow indexing of "printable" versions

17 years ago(bug 8619) Add user-aware "unblock" link to Special:Blockip
Rob Church [Sun, 14 Jan 2007 21:00:40 +0000 (21:00 +0000)]
(bug 8619) Add user-aware "unblock" link to Special:Blockip

17 years ago(bug 7842) Link back to deleted revision list from deleted revision preview
Rob Church [Sun, 14 Jan 2007 20:29:18 +0000 (20:29 +0000)]
(bug 7842) Link back to deleted revision list from deleted revision preview

17 years agoUpdates for Indonesian (id) localization. New translations and improvements. Run...
Ivan Lanin [Sun, 14 Jan 2007 19:58:17 +0000 (19:58 +0000)]
Updates for Indonesian (id) localization. New translations and improvements. Run rebuildLanguage.php.

17 years ago(bug 8634) Update for Polish language (pl)
Rotem Liss [Sun, 14 Jan 2007 17:40:11 +0000 (17:40 +0000)]
(bug 8634) Update for Polish language (pl)

17 years agoFixed diff-related regression, tidy accidentally disabled
Tim Starling [Sun, 14 Jan 2007 17:37:29 +0000 (17:37 +0000)]
Fixed diff-related regression, tidy accidentally disabled

17 years agoTypo in comment.
Rotem Liss [Sun, 14 Jan 2007 17:33:28 +0000 (17:33 +0000)]
Typo in comment.

17 years ago* Updated numbers
Niklas Laxström [Sun, 14 Jan 2007 15:45:53 +0000 (15:45 +0000)]
* Updated numbers

17 years agoWhitespace.
Rotem Liss [Sun, 14 Jan 2007 15:16:31 +0000 (15:16 +0000)]
Whitespace.

17 years agoUpdate.
Rotem Liss [Sun, 14 Jan 2007 15:15:42 +0000 (15:15 +0000)]
Update.

17 years ago* Committing this, has been idling around too long
Niklas Laxström [Sun, 14 Jan 2007 14:44:21 +0000 (14:44 +0000)]
* Committing this, has been idling around too long

17 years ago* Updates from Fulup
Niklas Laxström [Sun, 14 Jan 2007 14:15:13 +0000 (14:15 +0000)]
* Updates from Fulup

17 years ago* A little bit prettier
Niklas Laxström [Sun, 14 Jan 2007 12:25:12 +0000 (12:25 +0000)]
* A little bit prettier

17 years ago* Typos, rewording
Niklas Laxström [Sun, 14 Jan 2007 12:14:28 +0000 (12:14 +0000)]
* Typos, rewording

17 years ago* (bug 8632) Fix regression in page protection null edit update
Brion Vibber [Sun, 14 Jan 2007 12:03:56 +0000 (12:03 +0000)]
* (bug 8632) Fix regression in page protection null edit update
r19095 removed the code that updated the page record's cache timestamp and revision number, leaving the wrong page_latest reference.
Putting it back, merging in the other query to clean out the old page_restrictions field.

17 years agoTemporary(?) optimization; only update templatelinks on view if the page has cascadin...
Brion Vibber [Sun, 14 Jan 2007 10:55:23 +0000 (10:55 +0000)]
Temporary(?) optimization; only update templatelinks on view if the page has cascading restrictions.

17 years agoPLEASE TEST YOUR ONE-LINE COMMITS THANKS
Brion Vibber [Sun, 14 Jan 2007 10:21:53 +0000 (10:21 +0000)]
PLEASE TEST YOUR ONE-LINE COMMITS THANKS

17 years ago(bug 8622) Clean up check for whether watch checkbox exists. Thanks to Brion for...
Aryeh Gregor [Sun, 14 Jan 2007 02:30:26 +0000 (02:30 +0000)]
(bug 8622) Clean up check for whether watch checkbox exists.  Thanks to Brion for suggesting the path of sanity.

17 years agoMade User::edits() use user_editcounts. If it has not been initialized, do so.
Leon Weber [Sun, 14 Jan 2007 01:31:08 +0000 (01:31 +0000)]
Made User::edits() use user_editcounts. If it has not been initialized, do so.

17 years agoUse browser default for printing size, don't force to 11pt.
Aryeh Gregor [Sun, 14 Jan 2007 01:28:13 +0000 (01:28 +0000)]
Use browser default for printing size, don't force to 11pt.

17 years agobleh, typo :-(
Leon Weber [Sun, 14 Jan 2007 01:00:11 +0000 (01:00 +0000)]
bleh, typo :-(

17 years agoMade Linke::userToolLinks() show the contribs link red when the user has zero edits
Leon Weber [Sun, 14 Jan 2007 00:58:17 +0000 (00:58 +0000)]
Made Linke::userToolLinks() show the contribs link red when the user has zero edits

17 years agoRemoved old debugging code.
Tim Starling [Sat, 13 Jan 2007 22:42:26 +0000 (22:42 +0000)]
Removed old debugging code.

17 years agoQuick and dirty guard against a FakeTitle making its way into message transformation.
Brion Vibber [Sat, 13 Jan 2007 22:36:32 +0000 (22:36 +0000)]
Quick and dirty guard against a FakeTitle making its way into message transformation.
This could break job processing when a message using {{PAGENAME}} or similar got interpreted;
for instance using {{int:noarticeltext}}.

The message transformation uses $wgTitle, which is... probably not super.
Better fix might be to distinguish inline transformation in some nice way,
so the parser would use its own title object already set locally... or something.

ugh!

17 years agoRemoved broken __END__ feature.
Tim Starling [Sat, 13 Jan 2007 22:29:32 +0000 (22:29 +0000)]
Removed broken __END__ feature.

17 years agoremove evil whitespaces
Antoine Musso [Sat, 13 Jan 2007 21:33:35 +0000 (21:33 +0000)]
remove evil whitespaces