lhc/web/wiklou.git
18 years ago* Added a hook (ArticlePurge) to Article::purge() to override whether or not
Ævar Arnfjörð Bjarmason [Sat, 31 Dec 2005 01:23:33 +0000 (01:23 +0000)]
* Added a hook (ArticlePurge) to Article::purge() to override whether or not
  anonymous users have to go through a confirmation to purge their cache

18 years ago* (bug 4359) red [[user:#id]] links generated in [[special:Log]]
Rob Church [Fri, 30 Dec 2005 23:16:42 +0000 (23:16 +0000)]
* (bug 4359) red [[user:#id]] links generated in [[special:Log]]

18 years ago* Fix ::close()
Domas Mituzas [Fri, 30 Dec 2005 23:16:14 +0000 (23:16 +0000)]
* Fix ::close()
* Properly deal with "-setup" and "-total"
* Extend time functions a bit

18 years agoclose profiling on script exits instead of page flushing
Domas Mituzas [Fri, 30 Dec 2005 23:14:34 +0000 (23:14 +0000)]
close profiling on script exits instead of page flushing

18 years ago* Print profiling with stack empty but collated list full
Domas Mituzas [Fri, 30 Dec 2005 23:13:31 +0000 (23:13 +0000)]
* Print profiling with stack empty but collated list full
* Silently ignore DB writes if db is unreachable

18 years agoSpecialNewimages can now be called with user=X to limit display to a single user
Magnus Manske [Fri, 30 Dec 2005 20:31:57 +0000 (20:31 +0000)]
SpecialNewimages can now be called with user=X to limit display to a single user

18 years ago* Formatting
Ævar Arnfjörð Bjarmason [Fri, 30 Dec 2005 17:27:46 +0000 (17:27 +0000)]
* Formatting

18 years ago* Reverting the last commit, if you just want to use a message from the user
Ævar Arnfjörð Bjarmason [Fri, 30 Dec 2005 17:07:47 +0000 (17:07 +0000)]
* Reverting the last commit, if you just want to use a message from the user
  language if it exists use wfMsg() instead of wfMsgForContent(), don't
  rewrite the entire message selection code when we have libraries to handle
  that, furthermore, this *should* use the content language by default, since
  it's only in rare cases, such as the commons, when you want the opposite,
  this should be overriden via a configuration ($wgForceUIMsgAsContentMsg)
  there instead of changing the main code.

18 years agoCommons upload license list language fix
Magnus Manske [Fri, 30 Dec 2005 16:52:10 +0000 (16:52 +0000)]
Commons upload license list language fix

18 years agoHope I fixed it
Magnus Manske [Fri, 30 Dec 2005 12:25:54 +0000 (12:25 +0000)]
Hope I fixed it

18 years agoPassing title objects to addLink() and addTemplate() instead of NS/DBK pairs
Tim Starling [Fri, 30 Dec 2005 11:10:51 +0000 (11:10 +0000)]
Passing title objects to addLink() and addTemplate() instead of NS/DBK pairs

18 years ago* Added templatelinks table. The table currently represents a literal list of templat...
Tim Starling [Fri, 30 Dec 2005 09:33:11 +0000 (09:33 +0000)]
* Added templatelinks table. The table currently represents a literal list of templates included from each article. That is, the table contains pages which were actually loaded during parsing, not the markup which went into resolving their names.
* Ended the role of $wgLinkCache in link updates. Instead, links (and related entities) are registered in the ParserOutput object during a parse. The LinksUpdate constructor now takes a ParserOutput object as a parameter. $wgLinkCache is still used, but only as a cache of article IDs.
* Because the link list is now saved and restored in the parser cache, meta tag keywords now work on parser cache hits. Some refactoring took place in this area.
* Rendering of the HTML for category links has moved from Parser to OutputPage.
* Did some general pottering around in Article.php, such as allowing an Article object to be created with a specified revision ID, thereby optionally removing the dependence on $wgRequest. Not used at the current time.
* A few documentation tweaks.

18 years agoarrrggh suppressed fatal
Tim Starling [Fri, 30 Dec 2005 08:52:45 +0000 (08:52 +0000)]
arrrggh suppressed fatal

18 years agosuppress warnings from local message cache fopen()
Tim Starling [Fri, 30 Dec 2005 08:50:59 +0000 (08:50 +0000)]
suppress warnings from local message cache fopen()

18 years ago* (bug 4426) Add link to user_talk page on image pages
Rob Church [Fri, 30 Dec 2005 04:52:50 +0000 (04:52 +0000)]
* (bug 4426) Add link to user_talk page on image pages

18 years ago* (bug 4425) Typos in Polish translation
Rob Church [Fri, 30 Dec 2005 00:20:06 +0000 (00:20 +0000)]
* (bug 4425) Typos in Polish translation

18 years agoRemove val_ stuff from LanguageEs.php (again)
Rob Church [Fri, 30 Dec 2005 00:00:01 +0000 (00:00 +0000)]
Remove val_ stuff from LanguageEs.php (again)

18 years ago* (bug 4424) Update for Spanish language (es) 100% messages translated
Rob Church [Thu, 29 Dec 2005 23:43:42 +0000 (23:43 +0000)]
* (bug 4424) Update for Spanish language (es) 100% messages translated

18 years agouse times index for all-logs page, if it exists, on mysql, ...
Domas Mituzas [Thu, 29 Dec 2005 22:58:08 +0000 (22:58 +0000)]
use times index for all-logs page, if it exists, on mysql, ...

18 years agodirty sitenotice cache, will cache rendered sitenotice for 10 minutes, unless it...
Domas Mituzas [Thu, 29 Dec 2005 22:03:54 +0000 (22:03 +0000)]
dirty sitenotice cache, will cache rendered sitenotice for 10 minutes, unless it's wikitext changes
does not deal with template or links changes...

18 years agoReverting this for now; it broke page history, image page views, and
Brion Vibber [Thu, 29 Dec 2005 21:15:23 +0000 (21:15 +0000)]
Reverting this for now; it broke page history, image page views, and
probably other stuff. Restructuing index.php would be nice if stable though. :D

18 years agoRevert to working version
Brion Vibber [Thu, 29 Dec 2005 20:46:25 +0000 (20:46 +0000)]
Revert to working version

18 years ago* Reverting to 1.33 after talking to Rob, what we might need from SERVER_SOFTWARE...
Ævar Arnfjörð Bjarmason [Thu, 29 Dec 2005 20:27:25 +0000 (20:27 +0000)]
* Reverting to 1.33 after talking to Rob, what we might need from SERVER_SOFTWARE is already included in php_sapi_name()

18 years ago* Removed Special:Validate, it's been superseded by the Review extension
Brion Vibber [Thu, 29 Dec 2005 18:38:31 +0000 (18:38 +0000)]
* Removed Special:Validate, it's been superseded by the Review extension

18 years ago* Fix for short_open_tag off again; please don't break this, guys
Brion Vibber [Thu, 29 Dec 2005 17:15:14 +0000 (17:15 +0000)]
* Fix for short_open_tag off again; please don't break this, guys

18 years agoRemoved useless code
Niklas Laxström [Thu, 29 Dec 2005 16:47:48 +0000 (16:47 +0000)]
Removed useless code

18 years ago* (bug 4419) Remove obsolete magnify.png.old
Brion Vibber [Thu, 29 Dec 2005 16:30:49 +0000 (16:30 +0000)]
* (bug 4419) Remove obsolete magnify.png.old

18 years agofinishing moving of code from inex.php to includes/Wiki.php
Magnus Manske [Thu, 29 Dec 2005 10:50:06 +0000 (10:50 +0000)]
finishing moving of code from inex.php to includes/Wiki.php

18 years agomoving stuff from index.php to includes/Wiki.php
Magnus Manske [Thu, 29 Dec 2005 10:21:20 +0000 (10:21 +0000)]
moving stuff from index.php to includes/Wiki.php

18 years agoRemove errant string; now I look like a fscking noob
Rob Church [Thu, 29 Dec 2005 03:01:04 +0000 (03:01 +0000)]
Remove errant string; now I look like a fscking noob

18 years ago* Fix phpdoc headers
Rob Church [Thu, 29 Dec 2005 02:59:41 +0000 (02:59 +0000)]
* Fix phpdoc headers
* Add failsafe in case SERVER_SOFTWARE isn't set

18 years ago* (bug 3794) Include OS / platform info in Special:Version
Rob Church [Thu, 29 Dec 2005 02:49:53 +0000 (02:49 +0000)]
* (bug 3794) Include OS / platform info in Special:Version

18 years ago* (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render
Brion Vibber [Thu, 29 Dec 2005 00:31:18 +0000 (00:31 +0000)]
* (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render
corrected fix; was breaking urls in the trail after special links
now splits and only applies the noparse on the bit inside the link

18 years ago* (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render
Brion Vibber [Wed, 28 Dec 2005 22:58:54 +0000 (22:58 +0000)]
* (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render

18 years agoErps, fix timestamp formatting
Niklas Laxström [Wed, 28 Dec 2005 22:44:32 +0000 (22:44 +0000)]
Erps, fix timestamp formatting

18 years ago* (bug 4385) Separate parser cache entries for non-editing users, so section
Brion Vibber [Wed, 28 Dec 2005 22:28:04 +0000 (22:28 +0000)]
* (bug 4385) Separate parser cache entries for non-editing users, so section
  edit links don't vanish / appear unwanted on protected pages

18 years ago* (bug 4411) Fix messages diff link for classic skin
Brion Vibber [Wed, 28 Dec 2005 22:17:27 +0000 (22:17 +0000)]
* (bug 4411) Fix messages diff link for classic skin

18 years ago* (bug 4382) Frisian numeric format
Niklas Laxström [Wed, 28 Dec 2005 17:00:05 +0000 (17:00 +0000)]
* (bug 4382) Frisian numeric format

18 years agonow displays system messages in their edit box even if they are not set in the databa...
Magnus Manske [Wed, 28 Dec 2005 14:47:30 +0000 (14:47 +0000)]
now displays system messages in their edit box even if they are not set in the database yet

18 years ago* (bug 4401) Updated & added various translations for stuff & thingies
Ævar Arnfjörð Bjarmason [Tue, 27 Dec 2005 18:56:28 +0000 (18:56 +0000)]
* (bug 4401) Updated & added various translations for stuff & thingies

18 years agooopsie, not putting empty endings :)
Niklas Laxström [Tue, 27 Dec 2005 00:10:09 +0000 (00:10 +0000)]
oopsie, not putting empty endings :)

18 years ago* (bug 4392) Update of LanguageSr.php
Niklas Laxström [Tue, 27 Dec 2005 00:04:57 +0000 (00:04 +0000)]
* (bug 4392) Update of LanguageSr.php

18 years agoFix fatal error when $wgProfiling = false;
Antoine Musso [Mon, 26 Dec 2005 22:35:47 +0000 (22:35 +0000)]
Fix fatal error when $wgProfiling = false;

18 years agoucfirst class name for profiling
Antoine Musso [Mon, 26 Dec 2005 21:43:30 +0000 (21:43 +0000)]
ucfirst class name for profiling

18 years agolive extensions to statistics
Domas Mituzas [Mon, 26 Dec 2005 13:11:25 +0000 (13:11 +0000)]
live extensions to statistics

18 years agosession statistics live patch
Domas Mituzas [Mon, 26 Dec 2005 13:08:06 +0000 (13:08 +0000)]
session statistics live patch

18 years agocharacter set conversion //IGNORE live patch
Domas Mituzas [Mon, 26 Dec 2005 13:05:20 +0000 (13:05 +0000)]
character set conversion //IGNORE live patch

18 years agoProfiling bits from live site
Domas Mituzas [Mon, 26 Dec 2005 13:03:10 +0000 (13:03 +0000)]
Profiling bits from live site

18 years agoCommit in live site statistic bits
Domas Mituzas [Mon, 26 Dec 2005 13:01:18 +0000 (13:01 +0000)]
Commit in live site statistic bits

18 years ago* Remove unused OutputPage::addCookie()
Brion Vibber [Mon, 26 Dec 2005 10:29:22 +0000 (10:29 +0000)]
* Remove unused OutputPage::addCookie()
* Set cookies to secure mode based on use of HTTPS or $wgCookieSecure
Note; this currently doesn't override the session cookie params. Set separately

18 years agoUDP extension for ProfilerSimple, works together with 'udpprofile' daemon
Domas Mituzas [Mon, 26 Dec 2005 10:13:21 +0000 (10:13 +0000)]
UDP extension for ProfilerSimple, works together with 'udpprofile' daemon

18 years ago* (bug 4389) Fix math options on zh-hk and zh-tw (but not localized)
Brion Vibber [Mon, 26 Dec 2005 07:48:47 +0000 (07:48 +0000)]
* (bug 4389) Fix math options on zh-hk and zh-tw (but not localized)
There was a bogus getMathOptions() method which returns a nonexitent variable.
Removing this, it falls back to the simplified chinese text which is better than an error and no options.

18 years ago* Add 'GetInternalURL' hook to match the GetFullURL and GetLocalURL ones
Brion Vibber [Mon, 26 Dec 2005 07:14:42 +0000 (07:14 +0000)]
* Add 'GetInternalURL' hook to match the GetFullURL and GetLocalURL ones

18 years agoUpdated --help text (forgot to commit earlier)
Brion Vibber [Mon, 26 Dec 2005 07:12:41 +0000 (07:12 +0000)]
Updated --help text (forgot to commit earlier)

18 years ago* Add 'deletedhistory' permission key for ability to view deleted history
Brion Vibber [Sun, 25 Dec 2005 19:55:34 +0000 (19:55 +0000)]
* Add 'deletedhistory' permission key for ability to view deleted history
  list via Special:Undelete. Default is off, replicating the 1.5 behavior,
  but it can be turned back on for random users to replicate the previous
  1.6 dev behavior.

Gotten a rash of requests lately to delete history items, which then still
show their forbidden details to the whole world. Until we get this sorted
out to be easier to work with, I'm disabling the view of deleted history
for non-sysops on wikimedia.

18 years ago* Added 'PageRenderingHash' hook for changing the parser cache hash key
Brion Vibber [Sun, 25 Dec 2005 11:04:40 +0000 (11:04 +0000)]
* Added 'PageRenderingHash' hook for changing the parser cache hash key
  from an extension that changes rendering based on nonstandard options.

18 years ago* Don't delete thumbnails when refreshing exif metadata. This caused thumbs
Brion Vibber [Sun, 25 Dec 2005 09:59:54 +0000 (09:59 +0000)]
* Don't delete thumbnails when refreshing exif metadata. This caused thumbs
  to vanish mysteriously from time to time for files that didn't have metadata.

18 years ago* Adding a hook to Parser::clearState() (ParserClearState)
Ævar Arnfjörð Bjarmason [Sat, 24 Dec 2005 23:05:18 +0000 (23:05 +0000)]
* Adding a hook to Parser::clearState() (ParserClearState)

18 years ago* move $wgProfiler init to Setup.php
Domas Mituzas [Sat, 24 Dec 2005 13:41:05 +0000 (13:41 +0000)]
* move $wgProfiler init to Setup.php
* allow specifying different profiler types
* add ProfilerSimple (that for now just builds in-memory profiling structure,
  may be extended to write it somewhere)

18 years agoRevised and updated translations
Niklas Laxström [Sat, 24 Dec 2005 12:56:23 +0000 (12:56 +0000)]
Revised and updated translations

18 years ago* (bug 4377) "[" is not valid in URLs
Brion Vibber [Sat, 24 Dec 2005 10:07:26 +0000 (10:07 +0000)]
* (bug 4377) "[" is not valid in URLs

18 years ago* Don't show useless empty preview on new page creation
Brion Vibber [Sat, 24 Dec 2005 08:23:32 +0000 (08:23 +0000)]
* Don't show useless empty preview on new page creation

18 years ago* (bug 4368) Don't show useless empty preview on new section creation
Brion Vibber [Sat, 24 Dec 2005 08:18:56 +0000 (08:18 +0000)]
* (bug 4368) Don't show useless empty preview on new section creation

18 years agoPHP hates globals
Tim Starling [Fri, 23 Dec 2005 07:25:44 +0000 (07:25 +0000)]
PHP hates globals

18 years ago* Fix autoconfirm check for old accounts
Brion Vibber [Fri, 23 Dec 2005 01:27:27 +0000 (01:27 +0000)]
* Fix autoconfirm check for old accounts

18 years agoreally fix bug #4852
Antoine Musso [Thu, 22 Dec 2005 20:46:21 +0000 (20:46 +0000)]
really fix bug #4852

18 years agotypo in linktrail, might cause bug 4352 or not :p
Antoine Musso [Thu, 22 Dec 2005 20:33:47 +0000 (20:33 +0000)]
typo in linktrail, might cause bug 4352 or not :p

18 years agocleaner output for <head> block
Antoine Musso [Thu, 22 Dec 2005 14:28:28 +0000 (14:28 +0000)]
cleaner output for <head> block

18 years ago* cleaner source output
Antoine Musso [Thu, 22 Dec 2005 14:18:19 +0000 (14:18 +0000)]
* cleaner source output
* use a foreach() for the footer list of links

18 years ago* Lots of stuff may happen at a later date, simplify
Ævar Arnfjörð Bjarmason [Thu, 22 Dec 2005 13:49:12 +0000 (13:49 +0000)]
* Lots of stuff may happen at a later date, simplify

18 years agoRestore clean, tail-friendly output
Brion Vibber [Thu, 22 Dec 2005 06:48:42 +0000 (06:48 +0000)]
Restore clean, tail-friendly output

18 years ago* Fix raw sitenotice display on database error
Brion Vibber [Thu, 22 Dec 2005 06:30:39 +0000 (06:30 +0000)]
* Fix raw sitenotice display on database error

18 years agominor doc
Erik Moeller [Thu, 22 Dec 2005 06:22:36 +0000 (06:22 +0000)]
minor doc

18 years ago* (bug 1735) Revamped protection interface
Brion Vibber [Thu, 22 Dec 2005 05:41:06 +0000 (05:41 +0000)]
* (bug 1735) Revamped protection interface
* (bug 675) Add page protection level for unregistered/new accounts
* User::isNewbie now uses the registration date and $wgAutoconfirmAge
* Log views show message when no matches

18 years ago+temp*
Antoine Musso [Thu, 22 Dec 2005 00:47:28 +0000 (00:47 +0000)]
+temp*
Requested by Edward Z. Yang on wikitech-l

18 years ago* (bug 4108, 4336) Remove trailing whitespace from various messages, which
Brion Vibber [Wed, 21 Dec 2005 23:26:22 +0000 (23:26 +0000)]
* (bug 4108, 4336) Remove trailing whitespace from various messages, which
  mucks up message updating to create dupe entries

18 years agoRemoved NaodW29 completely, never again will it show its ugly face. Necessitated...
Tim Starling [Wed, 21 Dec 2005 14:02:20 +0000 (14:02 +0000)]
Removed NaodW29 completely, never again will it show its ugly face. Necessitated by recurring input validation issues -- most are avoided by using a randomly selected string instead of a fixed string.

18 years ago* Made a new permission for Special:Unwatchedpages, enabled by default for sysops
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 13:31:47 +0000 (13:31 +0000)]
* Made a new permission for Special:Unwatchedpages, enabled by default for sysops

18 years ago* Not listing redirects
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 13:27:12 +0000 (13:27 +0000)]
* Not listing redirects
* Using the proper permission system

18 years agonew hooks
Magnus Manske [Wed, 21 Dec 2005 12:02:18 +0000 (12:02 +0000)]
new hooks

18 years ago* Added telnet:// to the list of supported URL prefixes, MUD games, games etc.
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 06:27:23 +0000 (06:27 +0000)]
* Added telnet:// to the list of supported URL prefixes, MUD games, games etc.

18 years ago* Make User::isAllowed return true if passed an empty string
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 05:15:26 +0000 (05:15 +0000)]
* Make User::isAllowed return true if passed an empty string

18 years ago* Support configuring a permission required to view Special:Unwatchedpages
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 05:14:40 +0000 (05:14 +0000)]
* Support configuring a permission required to view Special:Unwatchedpages

18 years ago* msg:newmessages => msg:youhavenewmessages, to flush old translations out
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 04:24:08 +0000 (04:24 +0000)]
* msg:newmessages => msg:youhavenewmessages, to flush old translations out

18 years ago* (bug 1572) add a "diff penultimate revision" link to msg:newmessages
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 02:47:35 +0000 (02:47 +0000)]
* (bug 1572) add a "diff penultimate revision" link to msg:newmessages

18 years ago* Added a new accessor/mutator for OutputPage::mParserOptions and deprecated the...
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 02:38:54 +0000 (02:38 +0000)]
* Added a new accessor/mutator for OutputPage::mParserOptions and deprecated the old one
* KEYWORDS => keywords, as per W3C reccomendations

18 years ago* 0 => NS_MAIN
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 02:35:20 +0000 (02:35 +0000)]
* 0 => NS_MAIN
* Simplified Namespace::isMovable()

18 years ago* require_once 'PersistentObject.php' in the $wg(?:Skin|)ExtensionFunctions loops
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 00:13:43 +0000 (00:13 +0000)]
* require_once 'PersistentObject.php' in the $wg(?:Skin|)ExtensionFunctions loops

18 years ago* File to aid in writing extensions, see documentation
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 00:12:10 +0000 (00:12 +0000)]
* File to aid in writing extensions, see documentation

18 years agodocumented AutoAuthenticate hook
Domas Mituzas [Tue, 20 Dec 2005 21:30:01 +0000 (21:30 +0000)]
documented AutoAuthenticate hook

18 years agoAutoAuthenticate hook for external User suppliers
Domas Mituzas [Tue, 20 Dec 2005 21:25:54 +0000 (21:25 +0000)]
AutoAuthenticate hook for external User suppliers

18 years ago* (bug 3424) Update page_touched for category members on category page creation
Brion Vibber [Tue, 20 Dec 2005 21:17:03 +0000 (21:17 +0000)]
* (bug 3424) Update page_touched for category members on category page creation

18 years agoShow <nstab-foobar> instead of 'article' for the namespace tab. That's a
Antoine Musso [Tue, 20 Dec 2005 20:43:45 +0000 (20:43 +0000)]
Show <nstab-foobar> instead of 'article' for the namespace tab. That's a
better hint to find the MediaWiki: message that need to be edited when
adding extra namespaces.

18 years agoSecond part of set_include_path patch
Antoine Musso [Tue, 20 Dec 2005 19:31:34 +0000 (19:31 +0000)]
Second part of set_include_path patch

18 years agoattempt to fix ini_set error by using set_include_path Patch by robertoz
Antoine Musso [Tue, 20 Dec 2005 19:28:41 +0000 (19:28 +0000)]
attempt to fix ini_set error by using set_include_path Patch by robertoz

18 years ago* Obsolete REL1_4 schema, shouldn't be in HEAD which uses the REL1_5 schema (approxim...
Ævar Arnfjörð Bjarmason [Tue, 20 Dec 2005 10:48:53 +0000 (10:48 +0000)]
* Obsolete REL1_4 schema, shouldn't be in HEAD which uses the REL1_5 schema (approximately)

18 years ago* Upgrade old skin preferences properly at Special:Preferences
Brion Vibber [Mon, 19 Dec 2005 23:36:43 +0000 (23:36 +0000)]
* Upgrade old skin preferences properly at Special:Preferences
  (used to spontaneously switch to Classic skin for old numeric pref records)
This one keeps biting me when I log in on wikis I haven't been to in a year
or two, then change prefs.

18 years ago* Removed experimental Amethyst skin from default set
Brion Vibber [Mon, 19 Dec 2005 22:52:00 +0000 (22:52 +0000)]
* Removed experimental Amethyst skin from default set

18 years ago* (bug 1436) &templates=expand now expands templates
Ævar Arnfjörð Bjarmason [Mon, 19 Dec 2005 01:04:32 +0000 (01:04 +0000)]
* (bug 1436) &templates=expand now expands templates

18 years ago* (bug 1436) Accessors required for RawPage.php
Ævar Arnfjörð Bjarmason [Mon, 19 Dec 2005 01:02:29 +0000 (01:02 +0000)]
* (bug 1436) Accessors required for RawPage.php