lhc/web/wiklou.git
16 years ago* De-crappified JS upload dest check feature. Converted to sajax framework. Comprehen...
Tim Starling [Sun, 1 Jul 2007 18:24:47 +0000 (18:24 +0000)]
* De-crappified JS upload dest check feature. Converted to sajax framework. Comprehensive destination checking like the previous behaviour on submission. 500ms typing delay for rate limiting, response cache. Don't display the warning on submission if the user has already seen it via AJAX.
* Added support for static member functions as AJAX callbacks.
* Moved all upload-related javascript to upload.js.
* Needs artwork, see TODO in upload.js.
* Removed UploadForm::showSuccess() as per wikitech-l discussion. Redirect to description page unconditionally.

16 years agoIndonesian (id) localisation updates.
Ivan Lanin [Sun, 1 Jul 2007 15:08:49 +0000 (15:08 +0000)]
Indonesian (id) localisation updates.

16 years agoFixed unnecessary use of the replaceafter option to wfMsgExt(). Using it causes links...
Tim Starling [Sun, 1 Jul 2007 13:56:05 +0000 (13:56 +0000)]
Fixed unnecessary use of the replaceafter option to wfMsgExt(). Using it causes links generated in wikitext from parameters to not work, due to conversion of $1 to %241. This does mean the success links are coloured like external links, but on the plus side, it means you can have things like "check [[Special:Whatlinkshere/$1|what links here]] and fix double redirects". Backwards compatibility with messages is retained.

16 years agomaking better use of DOM
Magnus Manske [Sun, 1 Jul 2007 13:38:29 +0000 (13:38 +0000)]
making better use of DOM

16 years agoNew javascript for upload page that will show a warning if a file with the "destinati...
Magnus Manske [Sun, 1 Jul 2007 13:26:57 +0000 (13:26 +0000)]
New javascript for upload page that will show a warning if a file with the "destination filename" already exists. This uses api.php. As it is only used after someone already specified a file to upload, stress to servers should be minimal. Note that there is a hardcoded English warning text in there; not sure how to i18e it.

16 years agoAPI: Reverted back to r23531 for the reasons listed in bug 10297
Yuri Astrakhan [Sun, 1 Jul 2007 06:45:14 +0000 (06:45 +0000)]
API: Reverted back to r23531 for the reasons listed in bug 10297

17 years agoTODO list.
Rotem Liss [Sat, 30 Jun 2007 10:43:06 +0000 (10:43 +0000)]
TODO list.

17 years agoUpdate.
Rotem Liss [Sat, 30 Jun 2007 10:33:17 +0000 (10:33 +0000)]
Update.

17 years agoRemoving a ')' that broke the entire API
Roan Kattouw [Sat, 30 Jun 2007 09:31:51 +0000 (09:31 +0000)]
Removing a ')' that broke the entire API

17 years agoAdding rvprop=lastid parameter to prop=revisions that lists revid of
Roan Kattouw [Sat, 30 Jun 2007 09:23:05 +0000 (09:23 +0000)]
Adding rvprop=lastid parameter to prop=revisions that lists revid of
previous revision (bug 10297)

17 years ago(bug 10404) Show rights log fragment for the selected user in Special:Userrights
Rob Church [Sat, 30 Jun 2007 04:21:09 +0000 (04:21 +0000)]
(bug 10404) Show rights log fragment for the selected user in Special:Userrights

17 years agoYes, now actually ditch the old code. :D
Rob Church [Sat, 30 Jun 2007 04:06:24 +0000 (04:06 +0000)]
Yes, now actually ditch the old code. :D

17 years agoDitch over-verbose "statement of rights" in Special:Userrights; this isn't a sodding...
Rob Church [Sat, 30 Jun 2007 04:04:34 +0000 (04:04 +0000)]
Ditch over-verbose "statement of rights" in Special:Userrights; this isn't a sodding constitution. Replace with two simple lists using the proper list-formatting functions.

17 years ago*Mark all versions newer than the time of the latest revision viewed as "updated...
Aaron Schulz [Sat, 30 Jun 2007 01:03:21 +0000 (01:03 +0000)]
*Mark all versions newer than the time of the latest revision viewed as "updated since last view", not just the current (bug 10277)

17 years ago*Use NS_SPECIAL constant to be formal
Aaron Schulz [Sat, 30 Jun 2007 00:10:49 +0000 (00:10 +0000)]
*Use NS_SPECIAL constant to be formal

17 years ago*Don't fuck over special pages with oldid param
Aaron Schulz [Sat, 30 Jun 2007 00:08:58 +0000 (00:08 +0000)]
*Don't fuck over special pages with oldid param

17 years agoAPI: Minor cleanup
Yuri Astrakhan [Fri, 29 Jun 2007 22:05:30 +0000 (22:05 +0000)]
API: Minor cleanup

17 years agoAPI: Fixed site language code to use global instead of user's
Yuri Astrakhan [Fri, 29 Jun 2007 21:44:15 +0000 (21:44 +0000)]
API: Fixed site language code to use global instead of user's

17 years agoMaking non-fm formats return help text when action=help is explicitly
Roan Kattouw [Fri, 29 Jun 2007 20:22:33 +0000 (20:22 +0000)]
Making non-fm formats return help text when action=help is explicitly
set (bug 10391).

17 years agoReverting r23562: accidentally modified phase3 rather than
Roan Kattouw [Fri, 29 Jun 2007 20:02:26 +0000 (20:02 +0000)]
Reverting r23562: accidentally modified phase3 rather than
branch/apiedit

17 years ago* Separating UI code and DB code in Article::rollback()
Roan Kattouw [Fri, 29 Jun 2007 19:55:46 +0000 (19:55 +0000)]
* Separating UI code and DB code in Article::rollback()
* Adding API rollback functionality

17 years agoAdding language in meta=siteinfo (API) (bug 10411)
Roan Kattouw [Fri, 29 Jun 2007 19:00:44 +0000 (19:00 +0000)]
Adding language in meta=siteinfo (API) (bug 10411)

17 years agobring $wgCompressRevisions comment in line with post-1.4 behavior
Brion Vibber [Fri, 29 Jun 2007 15:44:13 +0000 (15:44 +0000)]
bring $wgCompressRevisions comment in line with post-1.4 behavior

17 years ago* Fix empty message checks for message names containing &
Brion Vibber [Fri, 29 Jun 2007 14:42:27 +0000 (14:42 +0000)]
* Fix empty message checks for message names containing &
  This corrects some odd behavior with sidebar items and custom namespaces
  containing ampersands.

17 years agoRevert r23541, breaks AJAX watch and god knows what else
Brion Vibber [Fri, 29 Jun 2007 14:12:59 +0000 (14:12 +0000)]
Revert r23541, breaks AJAX watch and god knows what else

17 years agoFix r23553
Rob Church [Fri, 29 Jun 2007 13:53:27 +0000 (13:53 +0000)]
Fix r23553

17 years agoHook callbacks for 'ShowRawCssJs' should do their own output, if so desired; don...
Rob Church [Fri, 29 Jun 2007 13:52:54 +0000 (13:52 +0000)]
Hook callbacks for 'ShowRawCssJs' should do their own output, if so desired; don't trust the text we get back from the hook.

17 years ago* Darn these colons everywhere
Niklas Laxström [Fri, 29 Jun 2007 13:24:57 +0000 (13:24 +0000)]
* Darn these colons everywhere

17 years ago* Some updates
Niklas Laxström [Fri, 29 Jun 2007 13:20:09 +0000 (13:20 +0000)]
* Some updates

17 years ago* (bug 10406) Fix Special:Listusers filter form for non-ASCII localizations
Brion Vibber [Fri, 29 Jun 2007 13:07:59 +0000 (13:07 +0000)]
* (bug 10406) Fix Special:Listusers filter form for non-ASCII localizations
was misescaped (URL form instead of dbkey form)

17 years agoRevert r23523, r23524, stabbed by Tim :-(
Raimond Spekking [Fri, 29 Jun 2007 10:04:47 +0000 (10:04 +0000)]
Revert r23523, r23524, stabbed by Tim :-(
Removing hard coded colons breaks to many customizations. Sorry again.

17 years agoRestore MW 1.4 behaviour for Special:Upload -- redirect to description page on new...
Tim Starling [Fri, 29 Jun 2007 08:56:30 +0000 (08:56 +0000)]
Restore MW 1.4 behaviour for Special:Upload -- redirect to description page on new upload, show success on reupload.

17 years ago* (bug 10405) Update Farsi translations
Raimond Spekking [Fri, 29 Jun 2007 08:47:22 +0000 (08:47 +0000)]
* (bug 10405) Update Farsi translations
  Patch by Huji

17 years agoNote removal of ?> tags
Rob Church [Fri, 29 Jun 2007 06:06:25 +0000 (06:06 +0000)]
Note removal of ?> tags

17 years ago(bug 10184) Site CSS/JS should be included after that added dynamically (e.g. by...
Aryeh Gregor [Fri, 29 Jun 2007 06:01:50 +0000 (06:01 +0000)]
(bug 10184) Site CSS/JS should be included after that added dynamically (e.g. by extensions).  Shouldn't break anything, I think.  MediaWiki:GeSHi.css could be removed now.

17 years agoClean up handling of custom CSS and JavaScript pages in Article::view():
Rob Church [Fri, 29 Jun 2007 04:31:19 +0000 (04:31 +0000)]
Clean up handling of custom CSS and JavaScript pages in Article::view():

* Don't use parser cache, output is garbled
* Run 'ShowRawCssJs' hook

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Fri, 29 Jun 2007 02:45:40 +0000 (02:45 +0000)]
Indonesian (id) localisation updates.

17 years agoOops, one bogus one slipped through.
Aryeh Gregor [Fri, 29 Jun 2007 01:25:07 +0000 (01:25 +0000)]
Oops, one bogus one slipped through.

17 years agoRemove ?>'s from files. They're pointless, and just asking for people to mess with...
Aryeh Gregor [Fri, 29 Jun 2007 01:19:14 +0000 (01:19 +0000)]
Remove ?>'s from files.  They're pointless, and just asking for people to mess with the files and add trailing whitespace.  (Yes, I looked over every one and reverted those that were bogus.  Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)

17 years agoFix comment; fixes a wider problem, in fact
Rob Church [Thu, 28 Jun 2007 22:40:13 +0000 (22:40 +0000)]
Fix comment; fixes a wider problem, in fact

17 years ago* Fix read permission check for special pages with subpage parameters, e.g. Special...
Rob Church [Thu, 28 Jun 2007 22:34:36 +0000 (22:34 +0000)]
* Fix read permission check for special pages with subpage parameters, e.g. Special:Confirmemail
* Fix read permission check for page titles consisting of one or more zeros, e.g. "0", "00" etc.

17 years agoAdded three more missing colons, rebuilt en and tyv
Aryeh Gregor [Thu, 28 Jun 2007 22:11:59 +0000 (22:11 +0000)]
Added three more missing colons, rebuilt en and tyv

17 years agoMore, with double quotes this time
Aryeh Gregor [Thu, 28 Jun 2007 22:02:22 +0000 (22:02 +0000)]
More, with double quotes this time

17 years agoFix broken handling of log views for page titles consisting of one or more zeros...
Rob Church [Thu, 28 Jun 2007 22:00:13 +0000 (22:00 +0000)]
Fix broken handling of log views for page titles consisting of one or more zeros, e.g. "0", "00" etc.

17 years agoCleanup for r23523 using sed
Aryeh Gregor [Thu, 28 Jun 2007 21:57:52 +0000 (21:57 +0000)]
Cleanup for r23523 using sed

17 years ago* Remove hard coded colons from upload form code, add them into message file
Raimond Spekking [Thu, 28 Jun 2007 21:43:02 +0000 (21:43 +0000)]
* Remove hard coded colons from upload form code, add them into message file

17 years ago* (bug 10363) Update Bulgarian translations
Raimond Spekking [Thu, 28 Jun 2007 21:04:24 +0000 (21:04 +0000)]
* (bug 10363) Update Bulgarian translations
  Patch by Borislav Manolov

17 years ago* ef bb bf
Niklas Laxström [Thu, 28 Jun 2007 20:39:43 +0000 (20:39 +0000)]
* ef bb bf

17 years ago* Adding a comment to new 'movepage-moved' messages
Raimond Spekking [Thu, 28 Jun 2007 19:35:15 +0000 (19:35 +0000)]
* Adding a comment to new 'movepage-moved' messages
* Update German

17 years agoUpdate.
Rotem Liss [Thu, 28 Jun 2007 19:11:18 +0000 (19:11 +0000)]
Update.

17 years agoUpdate Farsi for r23513, patch from Huji
Rob Church [Thu, 28 Jun 2007 18:54:26 +0000 (18:54 +0000)]
Update Farsi for r23513, patch from Huji

17 years agoPass the two titles in plain text as (unused per default) parameters $3 and $4 to...
Rob Church [Thu, 28 Jun 2007 18:18:42 +0000 (18:18 +0000)]
Pass the two titles in plain text as (unused per default) parameters $3 and $4 to allow additional goodies in the message (parser functions, extra links etc.)

17 years agoMore specific bug no.
Rob Church [Thu, 28 Jun 2007 18:16:56 +0000 (18:16 +0000)]
More specific bug no.

17 years agoSort out this ridiculous bug in Special:MovePage success message once and for all...
Rob Church [Thu, 28 Jun 2007 18:12:25 +0000 (18:12 +0000)]
Sort out this ridiculous bug in Special:MovePage success message once and for all. Ditch the old message ("pagemovedtext") and introduce a new one ("movepage-moved") which expects proper links, parsed inline. Link to original page doesn't redirect.

17 years agoRmv duplicate include.
Daniel Cannon [Thu, 28 Jun 2007 17:49:18 +0000 (17:49 +0000)]
Rmv duplicate include.

17 years ago* Delay AJAX watch initialization until click so IE 6 with ugly security
Brion Vibber [Thu, 28 Jun 2007 16:21:27 +0000 (16:21 +0000)]
* Delay AJAX watch initialization until click so IE 6 with ugly security
  settings doesn't prompt you until you use the link.

17 years ago(bug 10398) Honour .php5 script extensions in pre-installation splash screen
Rob Church [Thu, 28 Jun 2007 16:06:32 +0000 (16:06 +0000)]
(bug 10398) Honour .php5 script extensions in pre-installation splash screen

17 years ago* Use native XMLHttpRequest class in preference to ActiveX on IE 7; this
Brion Vibber [Thu, 28 Jun 2007 16:06:10 +0000 (16:06 +0000)]
* Use native XMLHttpRequest class in preference to ActiveX on IE 7; this
  avoids the "ActiveX "Do you want to allow ActiveX?" prompt when something
  security settings are cranked this way and AJAX-y gets used.

We still get prompts on IE 6, though, which is kind of annoying.

17 years ago* (bug 10396) Fix AJAX error when $wgScriptPath/index.php is not valid;
Brion Vibber [Thu, 28 Jun 2007 15:13:28 +0000 (15:13 +0000)]
* (bug 10396) Fix AJAX error when $wgScriptPath/index.php is not valid;
  using $wgScript now included in JS info

17 years ago* (bug 10397) Fix AJAX watch error fallback when we receive a bogus result
Brion Vibber [Thu, 28 Jun 2007 15:05:03 +0000 (15:05 +0000)]
* (bug 10397) Fix AJAX watch error fallback when we receive a bogus result

17 years ago* (bug 10387) Detect and handle '.php5' extension environments at install time
Brion Vibber [Thu, 28 Jun 2007 14:50:06 +0000 (14:50 +0000)]
* (bug 10387) Detect and handle '.php5' extension environments at install time
  Patch by Edward Z. Yang.

17 years agoTweak API change which broke Makesysop extension. Same functionality, now in compatib...
Brion Vibber [Thu, 28 Jun 2007 13:42:17 +0000 (13:42 +0000)]
Tweak API change which broke Makesysop extension. Same functionality, now in compatible API.
* use protected, not private, so subclass can still call showEditUserGroupsForm()
* restore compatible parameters to showEditUserGroupsForm()
* encapsulate the filtering of available groups into splitGroups(), so caller doesn't have to do it

17 years ago(bug 10392) Include MediaWiki version details in version output [Roan Kattouw]
Rob Church [Thu, 28 Jun 2007 12:55:12 +0000 (12:55 +0000)]
(bug 10392) Include MediaWiki version details in version output [Roan Kattouw]

17 years agoRevert r23034 for the moment; made it hard to clearly extract log line information...
Brion Vibber [Wed, 27 Jun 2007 21:02:49 +0000 (21:02 +0000)]
Revert r23034 for the moment; made it hard to clearly extract log line information via cut-n-paste since date is missing

17 years ago*goddamnit
Aaron Schulz [Wed, 27 Jun 2007 20:53:47 +0000 (20:53 +0000)]
*goddamnit

17 years agoFix regression -- wfMkdirParents() started whining if target directory existed, inste...
Brion Vibber [Wed, 27 Jun 2007 20:51:41 +0000 (20:51 +0000)]
Fix regression -- wfMkdirParents() started whining if target directory existed, instead of just giving the thumbs-up

17 years ago*Add usertext_timestamp index to archive table
Aaron Schulz [Wed, 27 Jun 2007 20:43:29 +0000 (20:43 +0000)]
*Add usertext_timestamp index to archive table

17 years agoStripping out the year/month filter on contribs for the moment, since there's disagre...
Brion Vibber [Wed, 27 Jun 2007 20:36:03 +0000 (20:36 +0000)]
Stripping out the year/month filter on contribs for the moment, since there's disagreement over how it should work.
Rather than annoy everyone by having it one way and changing it, we'll put it back when it's changed.

17 years ago* (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't
Brion Vibber [Wed, 27 Jun 2007 15:30:43 +0000 (15:30 +0000)]
* (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't
  match the given title. Fixes inconsistencies with talk, history, edit links.

This reverts r23445 and moves the check upstream into the title setup at
MediaWiki::checkInitialQueries(). As the most specific identifier which can
be passed, the revision title listed for the oldid (if any) trumps both
'title' and 'curid' parameters.

17 years ago* First Tigrinya (ti) messages by Blake
Niklas Laxström [Wed, 27 Jun 2007 14:41:45 +0000 (14:41 +0000)]
* First Tigrinya (ti) messages by Blake

17 years ago* Introduce 'UserEffectiveGroups' hook; see docs/hooks.txt for more information
Rob Church [Wed, 27 Jun 2007 14:32:31 +0000 (14:32 +0000)]
* Introduce 'UserEffectiveGroups' hook; see docs/hooks.txt for more information
* Add User::getRegistration() accessor

17 years agoRevert r23471, r23474: restore Special:Version to working, non-ugly state
Brion Vibber [Wed, 27 Jun 2007 13:55:59 +0000 (13:55 +0000)]
Revert r23471, r23474: restore Special:Version to working, non-ugly state
Was spitting out PHP warnings and something was badly broken in the style

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Wed, 27 Jun 2007 13:01:51 +0000 (13:01 +0000)]
Indonesian (id) localisation updates.

17 years ago* (bug 10369) Update Chinese translations
Raimond Spekking [Wed, 27 Jun 2007 10:38:06 +0000 (10:38 +0000)]
* (bug 10369) Update Chinese translations
  Patch by Shinjiman

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

17 years ago* (bug 10365) Localization of Special:Version
Raimond Spekking [Wed, 27 Jun 2007 10:19:36 +0000 (10:19 +0000)]
* (bug 10365) Localization of Special:Version
  Let English licence information hard coded to avoid any possibility to suppress this important text
  Sort extension functions, parser extension tags and parser extension tags alphabetically
  Use table for software information too.

WTF needs/uses the hook 'SpecialVersionExtensionTypes'? Not documented anywhere in trunk.

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Wed, 27 Jun 2007 08:04:22 +0000 (08:04 +0000)]
Updated translations for da

17 years agoUse Linker::makeKnownLinkObj(); we have a Title object, and it's faster
Rob Church [Wed, 27 Jun 2007 02:49:27 +0000 (02:49 +0000)]
Use Linker::makeKnownLinkObj(); we have a Title object, and it's faster

17 years ago(bug 10360) Fix LogViewer::logLine() for new user log entries. $s->log_user is *not...
Rob Church [Wed, 27 Jun 2007 02:46:06 +0000 (02:46 +0000)]
(bug 10360) Fix LogViewer::logLine() for new user log entries. $s->log_user is *not* the user_id of the user we created, it's the user_id of the creating user, and when $s->log_action is 'create2', these are not the same. Use the ID stashed in log_params (as of r23446) if available, otherwise fall back to a normal contributions link.

17 years ago(bug 10377) "Permanent links" to revisions still work if the page is moved and the...
Aryeh Gregor [Wed, 27 Jun 2007 01:01:22 +0000 (01:01 +0000)]
(bug 10377) "Permanent links" to revisions still work if the page is moved and the redirect deleted

17 years agoDrop the `redirect=no` thing for non-redirects, per Brion. Seems like a waste of...
Rob Church [Tue, 26 Jun 2007 21:24:23 +0000 (21:24 +0000)]
Drop the `redirect=no` thing for non-redirects, per Brion. Seems like a waste of time and a needless load of the page record and text to me, but he's the boss...

17 years agowoops
Brion Vibber [Tue, 26 Jun 2007 21:18:44 +0000 (21:18 +0000)]
woops

17 years ago* (bug 10198) namespaceDupes.php no longer ignores interwiki prefixes
Brion Vibber [Tue, 26 Jun 2007 21:18:27 +0000 (21:18 +0000)]
* (bug 10198) namespaceDupes.php no longer ignores interwiki prefixes
* namespaceDupes.php should work better for initial-lowercase wikis
Also reduced verbosity of output by default. Use --verbose to list eeeverything it checks

17 years agoSome updates; regarding method/member visibilities, OutputPage is not Parser, and...
Rob Church [Tue, 26 Jun 2007 21:03:59 +0000 (21:03 +0000)]
Some updates; regarding method/member visibilities, OutputPage is not Parser, and Language objects

17 years agoWhen you log in from cookie, make the session valid for login as well. Not sure what...
Tim Starling [Tue, 26 Jun 2007 20:40:02 +0000 (20:40 +0000)]
When you log in from cookie, make the session valid for login as well. Not sure what the point of it is otherwise. Necessary for BoardVote session transfer stuff.

17 years ago* (bug 10372) namespaceDupes.php no longer ignores namespace aliases
Brion Vibber [Tue, 26 Jun 2007 20:18:23 +0000 (20:18 +0000)]
* (bug 10372) namespaceDupes.php no longer ignores namespace aliases

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Tue, 26 Jun 2007 20:10:00 +0000 (20:10 +0000)]
Indonesian (id) localisation updates.

17 years agoChange classes for <pre>s per Brion on Wikitech-l
Aryeh Gregor [Tue, 26 Jun 2007 17:07:23 +0000 (17:07 +0000)]
Change classes for <pre>s per Brion on Wikitech-l

17 years agoload all messages
Tim Starling [Tue, 26 Jun 2007 14:52:51 +0000 (14:52 +0000)]
load all messages

17 years agoFixed incorrect error message for static member functions
Tim Starling [Tue, 26 Jun 2007 14:52:37 +0000 (14:52 +0000)]
Fixed incorrect error message for static member functions

17 years ago* (bug 10334) Replace normal spaces before percent (%) signs with non-breaking spaces
Raimond Spekking [Tue, 26 Jun 2007 08:56:30 +0000 (08:56 +0000)]
* (bug 10334) Replace normal spaces before percent (%) signs with non-breaking spaces

17 years agoUpdate.
Rotem Liss [Tue, 26 Jun 2007 07:29:40 +0000 (07:29 +0000)]
Update.

17 years ago* (bug 10160) Show error message for unknown namespace on Special:Allpages and
Raimond Spekking [Tue, 26 Jun 2007 07:21:28 +0000 (07:21 +0000)]
* (bug 10160) Show error message for unknown namespace on Special:Allpages and
  Special:Prefixindex
* Making input forms prettier for RTL wikis.
* Use proper XML functions for input forms

17 years agoUpdate.
Rotem Liss [Tue, 26 Jun 2007 06:27:00 +0000 (06:27 +0000)]
Update.

17 years ago* Updates German
Raimond Spekking [Tue, 26 Jun 2007 05:23:19 +0000 (05:23 +0000)]
* Updates German
* Update maintenance message files

17 years ago(bug 6711) Add and to allow finer control over usergroup assignment. Completely...
Aryeh Gregor [Tue, 26 Jun 2007 04:07:27 +0000 (04:07 +0000)]
(bug 6711) Add  and  to allow finer control over usergroup assignment.  Completely reverse-compatible with existing userrights-based setups, but can replace Makesysop and Makebot and open the door to lots of other things as well.  Could be moved to extension, I guess, but it just seems a lot simpler to have one interface for all adding/removing of groups.

17 years ago* Wrap site CSS and JavaScript in a <pre> tag, like user JS/CSS
Aryeh Gregor [Tue, 26 Jun 2007 01:01:08 +0000 (01:01 +0000)]
* Wrap site CSS and JavaScript in a <pre> tag, like user JS/CSS
* (bug 10196) Add classes and dir=ltr to the <pre>s on CSS and JS pages (new
  classes: mw-user-css, mw-user-js, mw-site-css, mw-site-js)
* Merge RELEASE-NOTES regarding the addition of a feature and a change to that feature

17 years agoXml::monthSelector() -> Allow callers to override the "id" attribute
Rob Church [Mon, 25 Jun 2007 20:53:40 +0000 (20:53 +0000)]
Xml::monthSelector() -> Allow callers to override the "id" attribute

17 years agoReset the page title after adding preview parser output to the output page
Rob Church [Mon, 25 Jun 2007 20:40:04 +0000 (20:40 +0000)]
Reset the page title after adding preview parser output to the output page

17 years agoDISPLAYTITLE: Fix comparison, damn fragments...check titles are equal and that there...
Rob Church [Mon, 25 Jun 2007 20:30:25 +0000 (20:30 +0000)]
DISPLAYTITLE: Fix comparison, damn fragments...check titles are equal and that there isn't a fragment in the desired title