lhc/web/wiklou.git
18 years agoWrite some preliminary release notes for 1.5 alpha 1.5.0alpha1
Brion Vibber [Tue, 3 May 2005 12:03:23 +0000 (12:03 +0000)]
Write some preliminary release notes for 1.5 alpha

18 years ago* (bug 2045) Updated showhideminor so that all the options that are displayed
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 10:06:42 +0000 (10:06 +0000)]
* (bug 2045) Updated showhideminor so that all the options that are displayed
  in the English version are displayed here as well.

18 years ago* (bug 2056) Since we added img_type to the schema we return 0 if the image
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 09:02:31 +0000 (09:02 +0000)]
* (bug 2056) Since we added img_type to the schema we return 0 if the image
  type is unrecognized, not '', whoever changed that forgot to update this if
  statement.

18 years ago* Comments to help potential hackers.
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 08:17:21 +0000 (08:17 +0000)]
* Comments to help potential hackers.

18 years ago* @subpackage Database
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:56:04 +0000 (07:56 +0000)]
* @subpackage Database

18 years ago* Changed do_html_entity_decode()'s default character set from ISO-8859-1 to
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:53:37 +0000 (07:53 +0000)]
* Changed do_html_entity_decode()'s default character set from ISO-8859-1 to
  UTF-8 and documented the function.
* Clened up wfUtf8Sequence() (messy indenting) and documented it
* Documented wfMsg()

18 years ago* Changed makeSelectOptions() so that its paramater must always be an array
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:47:08 +0000 (07:47 +0000)]
* Changed makeSelectOptions() so that its paramater must always be an array
* Documented makeSelectOptions()
* Changed select() to always pass makeSelectOption() an array
* Cleaned up delete(), addQuotes() and useIndexClause()

18 years ago* Added a test for a link with multiple pipes
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:35:27 +0000 (07:35 +0000)]
* Added a test for a link with multiple pipes
* Small fixes

18 years ago* Grammar in comments and a mention of isCountable() in includes/Article.php
Ævar Arnfjörð Bjarmason [Tue, 3 May 2005 07:30:20 +0000 (07:30 +0000)]
* Grammar in comments and a mention of isCountable() in includes/Article.php
  in the comment for ss_good_articles.

18 years ago(bug 2021)(bug 1937) Move dash replacement to a later stage, so that all links are...
Jens Frank [Tue, 3 May 2005 04:49:58 +0000 (04:49 +0000)]
(bug 2021)(bug 1937) Move dash replacement to a later stage, so that all links are already stripped

18 years agoSCHEMA_WORK - use pageTable instead of curTable
Jens Frank [Mon, 2 May 2005 22:03:56 +0000 (22:03 +0000)]
SCHEMA_WORK - use pageTable instead of curTable

18 years ago* msg:recentchangescount: "Number of titles in recent changes" => "Titles in recent...
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 15:49:03 +0000 (15:49 +0000)]
* msg:recentchangescount: "Number of titles in recent changes" => "Titles in recent changes"

18 years ago* Removed hardcoded border="0" on msg:allpagesformtext and msg:contributionssformtext
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 15:44:00 +0000 (15:44 +0000)]
* Removed hardcoded border="0" on msg:allpagesformtext and msg:contributionssformtext

18 years ago* Removed msg:articlenamespace, Special:Allpages and Special:Contributions
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 15:06:54 +0000 (15:06 +0000)]
* Removed msg:articlenamespace, Special:Allpages and Special:Contributions
  now use msg:blanknamespace.

18 years ago* Now using msg:blanknamespace in favor of msg:articlenamespace for the title
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 15:03:27 +0000 (15:03 +0000)]
* Now using msg:blanknamespace in favor of msg:articlenamespace for the title
  of the main namespace.

18 years ago* Some re-arrangement and cleanup.
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 13:28:43 +0000 (13:28 +0000)]
* Some re-arrangement and cleanup.

18 years agobump ver to 1.5alpha1; add some upgrade notes (needs work)
Brion Vibber [Mon, 2 May 2005 12:56:57 +0000 (12:56 +0000)]
bump ver to 1.5alpha1; add some upgrade notes (needs work)

18 years agoDon't show the restricted pages header if you can't see any. It'll just make
Brion Vibber [Mon, 2 May 2005 12:17:28 +0000 (12:17 +0000)]
Don't show the restricted pages header if you can't see any. It'll just make
you feel bad cause you can't see em.

18 years ago* Added two table tests that fail, down to 92.77%
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 11:33:51 +0000 (11:33 +0000)]
* Added two table tests that fail, down to 92.77%

18 years ago* Adding a test for handling of sections up to level 6 and beyond.
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 10:19:18 +0000 (10:19 +0000)]
* Adding a test for handling of sections up to level 6 and beyond.

18 years ago* (bug 719) Increase namespace fields from tinyint to regular int
Brion Vibber [Mon, 2 May 2005 10:15:02 +0000 (10:15 +0000)]
* (bug 719) Increase namespace fields from tinyint to regular int
This keeps custom namespaces from bumping the 8-bit ceiling so quickly.

18 years ago* Removed spacing from the "Resolving duplicate section names" test, we're not
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 10:10:40 +0000 (10:10 +0000)]
* Removed spacing from the "Resolving duplicate section names" test, we're not
  testing that and it only serves to make the test harder to read.

18 years ago* These tests were going a bit too well, so here are some more that fail.
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 09:32:53 +0000 (09:32 +0000)]
* These tests were going a bit too well, so here are some more that fail.

18 years agoUse InnoDB by default for table creations if available.
Brion Vibber [Mon, 2 May 2005 08:40:17 +0000 (08:40 +0000)]
Use InnoDB by default for table creations if available.

18 years agoDon't create unused blobs table.
Brion Vibber [Mon, 2 May 2005 08:23:36 +0000 (08:23 +0000)]
Don't create unused blobs table.

18 years agoMove schema documentation to inline comments in tables.sql,
Brion Vibber [Mon, 2 May 2005 08:07:38 +0000 (08:07 +0000)]
Move schema documentation to inline comments in tables.sql,
where it's less likely to be left years out of date.

18 years ago* eg => e.g.
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 04:22:14 +0000 (04:22 +0000)]
* eg => e.g.

18 years agoUpdate upgrade instructions to the current 1.4 copy. Will need further
Brion Vibber [Mon, 2 May 2005 03:58:47 +0000 (03:58 +0000)]
Update upgrade instructions to the current 1.4 copy. Will need further
updating for 1.5 new stuff

18 years agoUpdate old release notes to 1.4.3
Brion Vibber [Mon, 2 May 2005 03:57:42 +0000 (03:57 +0000)]
Update old release notes to 1.4.3

18 years agoAdded conversion when displaying results
Zheng Zhu [Mon, 2 May 2005 03:18:31 +0000 (03:18 +0000)]
Added conversion when displaying results

18 years ago"Logged in" -> "User"
Tim Starling [Mon, 2 May 2005 02:39:23 +0000 (02:39 +0000)]
"Logged in" -> "User"

18 years agoAdd (somewhat redundant) check for static groups to loadFromDatabase(). It's redundan...
Tim Starling [Mon, 2 May 2005 02:20:46 +0000 (02:20 +0000)]
Add (somewhat redundant) check for static groups to loadFromDatabase(). It's redundant because static groups will generally have dataLoaded=true, although I don't want to rely on that. Remove unnecessary breakage of command line mode.

18 years ago* (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message isn...
Brion Vibber [Mon, 2 May 2005 02:13:25 +0000 (02:13 +0000)]
* (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message isn't very good. something about searching.

18 years ago* (bug 2046) Make the wiki work on PHP5 again
Brion Vibber [Mon, 2 May 2005 02:07:37 +0000 (02:07 +0000)]
* (bug 2046) Make the wiki work on PHP5 again
Kicks static groups loader back to the factory method to avoid the illegal $this assignment

18 years ago* Deprecated $wgStyleSheetDirectory which was an alias for $wgStyleDirectory
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 01:22:39 +0000 (01:22 +0000)]
* Deprecated $wgStyleSheetDirectory which was an alias for $wgStyleDirectory
* Removed $wgSharedLatin1 and $wgSqlTimeout, not used for anything
* Removed $wgEnableSOAP, should have been removed when SOAP was purged from
  the tree yesterday.

18 years ago* $wgStyleSheetDirectory is no longer an alias for $wgStyleDirectory;
Ævar Arnfjörð Bjarmason [Mon, 2 May 2005 01:19:39 +0000 (01:19 +0000)]
* $wgStyleSheetDirectory is no longer an alias for $wgStyleDirectory;

18 years ago* Changed 'cur' to 'page' which we use in 1.5
Ævar Arnfjörð Bjarmason [Sun, 1 May 2005 22:32:30 +0000 (22:32 +0000)]
* Changed 'cur' to 'page' which we use in 1.5
* Creating directories with 0644 is a bad idea if we want to descend into them,
  changed to 0755.

18 years agoMajor changes to user groups:
Tim Starling [Sun, 1 May 2005 18:24:20 +0000 (18:24 +0000)]
Major changes to user groups:
* Added "static groups" feature to remove memcached/DB load time
* Added i18n support, allowing names and descriptions to be optionally drawn from wfMsg/wfMsgForContent
* Fixed Special:Groups, it is now half-decent. Too many changes to list here.

18 years agoChanged input attribute syntax to be more user-friendly and less standards-compliant...
Tim Starling [Sun, 1 May 2005 18:15:58 +0000 (18:15 +0000)]
Changed input attribute syntax to be more user-friendly and less standards-compliant. This is wikitext not XHTML after all.

18 years agoMoving Special:Userlevels and Special:Grouplevels to Special:Userrights and Special...
Tim Starling [Sun, 1 May 2005 12:59:39 +0000 (12:59 +0000)]
Moving Special:Userlevels and Special:Grouplevels to Special:Userrights and Special:Groups respectively.

18 years agoRemoving experimental SOAP interface.
Brion Vibber [Sun, 1 May 2005 08:39:57 +0000 (08:39 +0000)]
Removing experimental SOAP interface.
Should be moved to extensions and updated to new schema

18 years agoRemove stub experimental installer (incomplete).
Brion Vibber [Sun, 1 May 2005 08:35:29 +0000 (08:35 +0000)]
Remove stub experimental installer (incomplete).

18 years ago* (bug 2018) Fix deletion for new schema, make work on MySQL 3 again
Brion Vibber [Sun, 1 May 2005 08:07:25 +0000 (08:07 +0000)]
* (bug 2018) Fix deletion for new schema, make work on MySQL 3 again

The archive table now has an ar_text_id field which points at the
text record containing the deleted revision's text. Older archive
records containing self-contained text are still supported and
will be restored by adding a new revision.

For now, revision and page records are still removed on deletion,
but text records are left intact. This will keep block compression
and immutable alternate storage backends working relatively cleanly.
A rev_deleted flag field is reserved in revision for further future
changes but that won't happen in the 1.5 timeframe.

There is no longer a delete-on-join which was present in earlier
1.5 revisions, so deletion should work on MySQL 3.x again.

18 years agoBUG#2039 Fixed monthdays and weekdays
Jens Frank [Sun, 1 May 2005 08:02:27 +0000 (08:02 +0000)]
BUG#2039 Fixed monthdays and weekdays

18 years agoRestore the public interface function used by SpecialUndelete.php
Brion Vibber [Sun, 1 May 2005 07:38:53 +0000 (07:38 +0000)]
Restore the public interface function used by SpecialUndelete.php

18 years ago* (bug 2025) Updated Indonesian localization
Brion Vibber [Sun, 1 May 2005 03:26:48 +0000 (03:26 +0000)]
* (bug 2025) Updated Indonesian localization

Patch from:
http://bugzilla.wikipedia.org/attachment.cgi?id=482&action=view
with some modifications to trim some obsolete bits and to provide
backwards-compatibility on changed namespace names.
Plus some changes on HEAD merged in.

18 years ago* (bug 2024) JavaScript error for custom skins
Brion Vibber [Sun, 1 May 2005 02:39:54 +0000 (02:39 +0000)]
* (bug 2024) JavaScript error for custom skins
Don't include the skinname.js message if it's not set for this skin.

Patch from Michael Keppler:
http://bugzilla.wikipedia.org/attachment.cgi?id=483

18 years agoconvert link text for category link
Zheng Zhu [Sun, 1 May 2005 01:11:15 +0000 (01:11 +0000)]
convert link text for category link

18 years agoDon't spew error messages everywhere when the debug log file isn't writable.
Brion Vibber [Sat, 30 Apr 2005 11:15:52 +0000 (11:15 +0000)]
Don't spew error messages everywhere when the debug log file isn't writable.
Damn that's annoying.

18 years agoRestore the display of username and check for userpage/talkpage existence on
Brion Vibber [Sat, 30 Apr 2005 11:14:11 +0000 (11:14 +0000)]
Restore the display of username and check for userpage/talkpage existence on
the user page / talk page links in SkinTemplate-based skins. In the future
we may do fancy ESI or something, but for now we weren't getting anything
out of hiding the changes and it harmed usability.

18 years agoForgot one of the wfEscapeJsString()s
Brion Vibber [Sat, 30 Apr 2005 09:13:44 +0000 (09:13 +0000)]
Forgot one of the wfEscapeJsString()s

18 years agoCorrect a bogus test and an outdated test (toc change)
Brion Vibber [Sat, 30 Apr 2005 08:46:07 +0000 (08:46 +0000)]
Correct a bogus test and an outdated test (toc change)

18 years ago* (bug 1877) JavaScript error in page editing in some localizations
Brion Vibber [Sat, 30 Apr 2005 08:04:02 +0000 (08:04 +0000)]
* (bug 1877) JavaScript error in page editing in some localizations
Add wfEscapeJsString() function to do proper escaping of JavaScript string literals.

18 years ago* Fix up the TOC markup a bit.
Brion Vibber [Sat, 30 Apr 2005 06:41:09 +0000 (06:41 +0000)]
* Fix up the TOC markup a bit.
Moved the outer box back from <div> to <table>, as the inline-size
workarounds would break a lot of pages which use floated-right
sidebars.

Make TOC styles available as a class .toc, so the #toc doesn't need
to be (ab)used to create alternates with the same style.

18 years agoexted messages
Erik Moeller [Sat, 30 Apr 2005 06:21:54 +0000 (06:21 +0000)]
exted messages

18 years agoMove image TOC into content area; a float tends to overlap and crunch in
Brion Vibber [Sat, 30 Apr 2005 02:52:52 +0000 (02:52 +0000)]
Move image TOC into content area; a float tends to overlap and crunch in
ugly ways when the title is long or the window is small.
The markup of the toc itself is still a bit odd (table, may conflict with
wiki toc if the description includes one).

18 years agoAdd padding to EXIF table cells to clean up the look a little more
Brion Vibber [Sat, 30 Apr 2005 02:44:31 +0000 (02:44 +0000)]
Add padding to EXIF table cells to clean up the look a little more

18 years agoMix back some of the changes from previous check-in with additional fixes
Brion Vibber [Sat, 30 Apr 2005 02:37:16 +0000 (02:37 +0000)]
Mix back some of the changes from previous check-in with additional fixes
and a cleaner version of the table.
* Clean up EXIF display table:
- use localized description of items
- don't forget to HTML-encode the localized messages!
- clean up the style a bit on the middle spacer
- distinguish the header and data columns a little better
* Don't show 'edit this image' link if no file exists

18 years agoUndo severe uglification and cluttering of exif table
Brion Vibber [Sat, 30 Apr 2005 01:59:51 +0000 (01:59 +0000)]
Undo severe uglification and cluttering of exif table

18 years ago* Moved .toggle out of the metadata section
Ævar Arnfjörð Bjarmason [Sat, 30 Apr 2005 01:49:54 +0000 (01:49 +0000)]
* Moved .toggle out of the metadata section
* Renamed exif => metadata
* Applied styling to the new imagetoc akin to the normal toc
* Tweaked the metadata css to only make it take up 25% of the width of the page

18 years ago* Replaced msg:noimage with something that doesn't use a custom style and
Ævar Arnfjörð Bjarmason [Sat, 30 Apr 2005 01:47:55 +0000 (01:47 +0000)]
* Replaced msg:noimage with something that doesn't use a custom style and
  it not mentions files rather than images.
* msg:uploadnewversion now mentions files rather than images
* Renamed msg:exifdata to msg:metadata

18 years ago* msg:exifdata => msg:metadata
Ævar Arnfjörð Bjarmason [Sat, 30 Apr 2005 01:45:42 +0000 (01:45 +0000)]
* msg:exifdata => msg:metadata

18 years ago* Only display the uploadLinksBox() if the subject is a valid image
Ævar Arnfjörð Bjarmason [Sat, 30 Apr 2005 01:41:52 +0000 (01:41 +0000)]
* Only display the uploadLinksBox() if the subject is a valid image
* Converted showTOC to an unordered list (it's not tabular data)
* Displaying the exifdata as a sidebar again (made some css tweaks to limit
  the width)

18 years ago* Clarified fuzzy if statement
Ævar Arnfjörð Bjarmason [Sat, 30 Apr 2005 01:19:09 +0000 (01:19 +0000)]
* Clarified fuzzy if statement

18 years ago* Removed messages in English, they'll be inherited from the parent.
Ævar Arnfjörð Bjarmason [Sat, 30 Apr 2005 00:03:23 +0000 (00:03 +0000)]
* Removed messages in English, they'll be inherited from the parent.

18 years ago* Names for all the exif tags in version 2.2 of the standard added
Ævar Arnfjörð Bjarmason [Fri, 29 Apr 2005 23:39:30 +0000 (23:39 +0000)]
* Names for all the exif tags in version 2.2 of the standard added

18 years ago* Fixed typo
Ævar Arnfjörð Bjarmason [Fri, 29 Apr 2005 23:04:21 +0000 (23:04 +0000)]
* Fixed typo

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

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

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

18 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

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

18 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)

18 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

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

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

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

18 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).

18 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

18 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

18 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...)

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

18 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

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

18 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

18 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

18 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.

18 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

18 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 ? :

18 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

18 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")

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

18 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.

18 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

18 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

18 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

18 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.

18 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.

18 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

18 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.