lhc/web/wiklou.git
18 years ago* (bug 3996) Fix text for new entries in RC RSS/Atom feed
Brion Vibber [Fri, 18 Nov 2005 19:56:19 +0000 (19:56 +0000)]
* (bug 3996) Fix text for new entries in RC RSS/Atom feed

18 years ago* (bug 4014) Fix include mode for Allpages on small page sets
Brion Vibber [Fri, 18 Nov 2005 10:15:08 +0000 (10:15 +0000)]
* (bug 4014) Fix include mode for Allpages on small page sets

18 years ago* (bug 4013) typo in fr
Brion Vibber [Fri, 18 Nov 2005 04:37:00 +0000 (04:37 +0000)]
* (bug 4013) typo in fr

18 years ago* (bug 3999) Change atom 1.0 feed id; had been unnecessarily complex due to
Brion Vibber [Thu, 17 Nov 2005 00:17:30 +0000 (00:17 +0000)]
* (bug 3999) Change atom 1.0 feed id; had been unnecessarily complex due to
  unclear language in the spec. Now using the URL, same as the permalink,
  which someone else will probably whine about because it's not 'perma'
  enough or something.

18 years ago* Recognize Special:Search consistently so read whitelist works
Brion Vibber [Wed, 16 Nov 2005 21:31:41 +0000 (21:31 +0000)]
* Recognize Special:Search consistently so read whitelist works

18 years ago* (bug 3804) update of LanguageWa.php file
Niklas Laxström [Wed, 16 Nov 2005 19:33:45 +0000 (19:33 +0000)]
* (bug 3804) update of LanguageWa.php file

18 years agoQuote mismatch
Niklas Laxström [Wed, 16 Nov 2005 19:25:43 +0000 (19:25 +0000)]
Quote mismatch

18 years ago* (bug 1984) LanguageKo.php (Korean) update
Niklas Laxström [Wed, 16 Nov 2005 19:15:36 +0000 (19:15 +0000)]
* (bug 1984) LanguageKo.php (Korean) update

18 years ago* (bug 3961) minor languageDe changes
Niklas Laxström [Wed, 16 Nov 2005 19:07:53 +0000 (19:07 +0000)]
* (bug 3961) minor languageDe changes

18 years agoHack to make page rendering hashes for users who have set their preferences the same...
Tim Starling [Wed, 16 Nov 2005 15:15:23 +0000 (15:15 +0000)]
Hack to make page rendering hashes for users who have set their preferences the same as for those who haven't. The numberheadings option didn't have a default, which meant it was initialised to false, but it's set to zero when the preferences are saved. Keeping the legacy anon hash format to avoid cache invalidation.

18 years ago* (bug 3948) Avoid notice warning in debug statement in bad search
Brion Vibber [Wed, 16 Nov 2005 10:59:36 +0000 (10:59 +0000)]
* (bug 3948) Avoid notice warning in debug statement in bad search

18 years agoRespect <noinclude> and <includeonly> during {{subst:}} expansion as well as ordinary...
Tim Starling [Wed, 16 Nov 2005 10:16:46 +0000 (10:16 +0000)]
Respect <noinclude> and <includeonly> during {{subst:}} expansion as well as ordinary templates.

18 years ago* (bug 3939) Don't try to load text for interwiki redirect target
Brion Vibber [Wed, 16 Nov 2005 09:26:44 +0000 (09:26 +0000)]
* (bug 3939) Don't try to load text for interwiki redirect target

18 years agoforgot release note
Brion Vibber [Wed, 16 Nov 2005 08:28:45 +0000 (08:28 +0000)]
forgot release note

18 years ago* (bug 2740) Accept image deletions on 'enter' submit from MSIE
Brion Vibber [Wed, 16 Nov 2005 08:15:36 +0000 (08:15 +0000)]
* (bug 2740) Accept image deletions on 'enter' submit from MSIE
Confirmation checkbox is gone now; the submit button had been
coopted to replace it in the submission variables, but some
user agents don't go looking for a default button when you
submit by hitting 'enter' in a text entry widget. Just check
that the form was posted; we already have the edit token check
to confirm that it's not a forged request.

18 years agoMove check for --help to after the command-line checks, so it doesn't
Brion Vibber [Wed, 16 Nov 2005 07:19:06 +0000 (07:19 +0000)]
Move check for --help to after the command-line checks, so it doesn't
print an ugly warning message when hit in a web browser.
(Path disclosure issue with display_errors on.)

18 years ago* Password changing script for idiot users with amnesia
Ævar Arnfjörð Bjarmason [Tue, 15 Nov 2005 23:50:23 +0000 (23:50 +0000)]
* Password changing script for idiot users with amnesia

18 years agoremoved formatnum() call from time(), which was breaking time formats for example...
Niklas Laxström [Tue, 15 Nov 2005 22:59:22 +0000 (22:59 +0000)]
removed formatnum() call from time(), which was breaking time formats for example in Swedish.
If this breaks something else, it's up to those languages to subclass time function or formatnum is broken in the first place

18 years agouserstyle should be last in css import list
Alexander Sigachov [Tue, 15 Nov 2005 20:37:39 +0000 (20:37 +0000)]
userstyle should be last in css import list

18 years agoSave the results of the link cache update parse into the parser cache. This improves...
Tim Starling [Tue, 15 Nov 2005 12:09:31 +0000 (12:09 +0000)]
Save the results of the link cache update parse into the parser cache. This improves the speed of the inevitable subsequent page view.

18 years agotypo in comment
Tim Starling [Tue, 15 Nov 2005 11:13:14 +0000 (11:13 +0000)]
typo in comment

18 years agoImplemented diff cache
Tim Starling [Tue, 15 Nov 2005 11:12:21 +0000 (11:12 +0000)]
Implemented diff cache

18 years ago* Run wikitext-escaping on plaintext sigs (no wiki markup, just name)
Brion Vibber [Tue, 15 Nov 2005 00:38:39 +0000 (00:38 +0000)]
* Run wikitext-escaping on plaintext sigs (no wiki markup, just name)
* Check for unbalanced HTML tags on raw sigs (markup allowed, but show
  a warning in prefs and use default sig if not balanced)

18 years agoFixed breakage of comments
Tim Starling [Sun, 13 Nov 2005 05:26:39 +0000 (05:26 +0000)]
Fixed breakage of comments

18 years agoSupport for short empty extension tags, e.g. <extension attr="value"/>
Tim Starling [Sun, 13 Nov 2005 04:47:03 +0000 (04:47 +0000)]
Support for short empty extension tags, e.g. <extension attr="value"/>

18 years agoMoving the title cache from a static local variable to a global, to allow it to be...
Tim Starling [Sun, 13 Nov 2005 04:09:06 +0000 (04:09 +0000)]
Moving the title cache from a static local variable to a global, to allow it to be cleared for benchmarking purposes.

18 years ago* spaces => tabs
Ævar Arnfjörð Bjarmason [Sun, 13 Nov 2005 02:49:10 +0000 (02:49 +0000)]
* spaces => tabs

18 years ago* @copyright tag
Ævar Arnfjörð Bjarmason [Sun, 13 Nov 2005 02:48:19 +0000 (02:48 +0000)]
* @copyright tag

18 years agomarking as expensive, needs other index in order to provide efficient list of namespa...
Domas Mituzas [Sat, 12 Nov 2005 23:00:02 +0000 (23:00 +0000)]
marking as expensive, needs other index in order to provide efficient list of namespace0 nonredirect short pages

18 years agocategories deserve recentchanges based recentchanges linked queries as well
Domas Mituzas [Sat, 12 Nov 2005 20:43:21 +0000 (20:43 +0000)]
categories deserve recentchanges based recentchanges linked queries as well

18 years agoadd timestamp key on logging table, in order to avoid stupid filesorting
Domas Mituzas [Sat, 12 Nov 2005 20:25:33 +0000 (20:25 +0000)]
add timestamp key on logging table, in order to avoid stupid filesorting

18 years agorecentchanges based recentchanges linked
Domas Mituzas [Sat, 12 Nov 2005 20:06:28 +0000 (20:06 +0000)]
recentchanges based recentchanges linked

18 years agouse index for sorting, sorting by cur_id makes no sense
Domas Mituzas [Sat, 12 Nov 2005 19:40:24 +0000 (19:40 +0000)]
use index for sorting, sorting by cur_id makes no sense

18 years agopage_timestamp does not exist, eh eh, page_touched does though..
Domas Mituzas [Sat, 12 Nov 2005 19:39:17 +0000 (19:39 +0000)]
page_timestamp does not exist, eh eh, page_touched does though..

18 years agoavoid filesorts on big dataset with name_title index, use timestamp scanning,
Domas Mituzas [Sat, 12 Nov 2005 19:12:54 +0000 (19:12 +0000)]
avoid filesorts on big dataset with name_title index, use timestamp scanning,
warning, might have table scans on rarely-edited namespaces

18 years agothere were two queries to be fixed, ...
Domas Mituzas [Sat, 12 Nov 2005 17:04:13 +0000 (17:04 +0000)]
there were two queries to be fixed, ...

18 years agomove function name comment from start of query string to a next whitespace
Domas Mituzas [Sat, 12 Nov 2005 16:17:01 +0000 (16:17 +0000)]
move function name comment from start of query string to a next whitespace
simply makes query cache work ;-D

18 years agodo not join revision for pages not touched, saves some cpu and i/o
Domas Mituzas [Sat, 12 Nov 2005 15:34:07 +0000 (15:34 +0000)]
do not join revision for pages not touched, saves some cpu and i/o

18 years ago"I LOVE YOU AVAR" type of commit
Domas Mituzas [Sat, 12 Nov 2005 09:53:16 +0000 (09:53 +0000)]
"I LOVE YOU AVAR" type of commit
a) Use indexes for joins
b) Choose proper column for IS NULL, in order to avoid row fetches and work on index only
c) PROFIT!!! (a query faster by a factor of tens of thousands... )

18 years agoFixed mt, as per bug #3937
Tim Starling [Sat, 12 Nov 2005 08:21:57 +0000 (08:21 +0000)]
Fixed mt, as per bug #3937

18 years ago* Rewrote magnus's spaghetti-hook, see http://mail.wikimedia.org/pipermail/wikitech...
Ævar Arnfjörð Bjarmason [Thu, 10 Nov 2005 10:30:25 +0000 (10:30 +0000)]
* Rewrote magnus's spaghetti-hook, see mail.wikimedia.org/pipermail/wikitech-l/2005-November/032426.html

18 years ago* If uploading is disabled and $wgUploadNavigationUrl is set, still display the uploa...
Ævar Arnfjörð Bjarmason [Thu, 10 Nov 2005 08:55:17 +0000 (08:55 +0000)]
* If uploading is disabled and $wgUploadNavigationUrl is set, still display the upload link in the toolbox

18 years ago* (bug 2569) Use PATH_SEPARATOR instead of trying to guess based on DIRECTORY_SEPARAT...
Brion Vibber [Thu, 10 Nov 2005 08:06:04 +0000 (08:06 +0000)]
* (bug 2569) Use PATH_SEPARATOR instead of trying to guess based on DIRECTORY_SEPARATOR (was wrong on NetWare)
* Require PHP 4.3.2 or higher strictly now.

18 years ago* (bug 3562) for go search, try Caps-Variants-Broken-At-Non-Whitespace
Brion Vibber [Thu, 10 Nov 2005 07:46:56 +0000 (07:46 +0000)]
* (bug 3562) for go search, try Caps-Variants-Broken-At-Non-Whitespace

18 years ago* Add a creeping featureism that includes MediaWiki:$specialpage-summary at the top...
Ævar Arnfjörð Bjarmason [Thu, 10 Nov 2005 05:40:25 +0000 (05:40 +0000)]
* Add a creeping featureism that includes MediaWiki:$specialpage-summary at the top of the page if it exists.

18 years ago* Removing obsolete comment
Ævar Arnfjörð Bjarmason [Thu, 10 Nov 2005 05:37:56 +0000 (05:37 +0000)]
* Removing obsolete comment

18 years ago* Allow parser cache on redirect targets
Brion Vibber [Wed, 9 Nov 2005 10:58:54 +0000 (10:58 +0000)]
* Allow parser cache on redirect targets

18 years agoReadd number separator
Niklas Laxström [Wed, 9 Nov 2005 08:35:41 +0000 (08:35 +0000)]
Readd number separator

18 years ago* Forbid usernames that can be interpreted as titles with namespaces, as that leads...
Brion Vibber [Wed, 9 Nov 2005 07:56:39 +0000 (07:56 +0000)]
* Forbid usernames that can be interpreted as titles with namespaces, as that leads to hard-to-manage names.

18 years agoAdded local message cache feature ($wgLocalMessageCache), to reduce bandwidth require...
Tim Starling [Tue, 8 Nov 2005 11:54:04 +0000 (11:54 +0000)]
Added local message cache feature ($wgLocalMessageCache), to reduce bandwidth requirements to the memcached server.

18 years ago* (bug 3817) Use localized date formats in preferences; 'no preference' option
Brion Vibber [Tue, 8 Nov 2005 00:57:09 +0000 (00:57 +0000)]
* (bug 3817) Use localized date formats in preferences; 'no preference' option
  localizable as 'datedefault' message. Tweaked lots of languages files...

18 years ago* Trim the first and last newlines of strings passed via <onlyinclude> to avoid white...
Ævar Arnfjörð Bjarmason [Mon, 7 Nov 2005 14:55:23 +0000 (14:55 +0000)]
* Trim the first and last newlines of strings passed via <onlyinclude> to avoid whitespace buildup

18 years ago* (bug 3810) Translated the namespace names
Ævar Arnfjörð Bjarmason [Mon, 7 Nov 2005 12:39:24 +0000 (12:39 +0000)]
* (bug 3810) Translated the namespace names

18 years agonoindex,nofollow on action=purge
Tim Starling [Mon, 7 Nov 2005 05:45:26 +0000 (05:45 +0000)]
noindex,nofollow on action=purge

18 years agoRequire POST method for action=purge, to prevent bots from hitting it
Tim Starling [Mon, 7 Nov 2005 04:14:15 +0000 (04:14 +0000)]
Require POST method for action=purge, to prevent bots from hitting it

18 years agotypo
Tim Starling [Mon, 7 Nov 2005 04:10:02 +0000 (04:10 +0000)]
typo

18 years ago* Fix WebRequest::getRequestURL() to strip off the host bits squid prepends
Brion Vibber [Sat, 5 Nov 2005 10:53:21 +0000 (10:53 +0000)]
* Fix WebRequest::getRequestURL() to strip off the host bits squid prepends
Corrects self-link in Atom 1.0 feeds.

18 years ago* (bug 2392) Fix Atom items content type, upgrade to Atom 1.0
Brion Vibber [Sat, 5 Nov 2005 10:38:46 +0000 (10:38 +0000)]
* (bug 2392) Fix Atom items content type, upgrade to Atom 1.0
* Allow $wgFeedCacheTimeout of 0 to disable feed caching
Hooray for gratuitou s changes from atom 0.3 to 1.0!

18 years agoChange version number from '1.6alpha' to '1.6devel' so know-it-alls who bitch about...
Brion Vibber [Sat, 5 Nov 2005 09:01:38 +0000 (09:01 +0000)]
Change version number from '1.6alpha' to '1.6devel' so know-it-alls who bitch about how we're running alpha software can shut the fuck up

18 years ago* (bug 3666) Don't spew PHP warnings in prefs on unrecognized site language
Brion Vibber [Sat, 5 Nov 2005 07:10:09 +0000 (07:10 +0000)]
* (bug 3666) Don't spew PHP warnings in prefs on unrecognized site language

18 years ago* Typo: </log> => </loc>
Ævar Arnfjörð Bjarmason [Fri, 4 Nov 2005 22:55:51 +0000 (22:55 +0000)]
* Typo: </log> => </loc>

18 years ago* Don't make the url to the sitemap file a full url
Ævar Arnfjörð Bjarmason [Fri, 4 Nov 2005 22:38:17 +0000 (22:38 +0000)]
* Don't make the url to the sitemap file a full url

18 years ago* Don't get page_is_redirect from page
Ævar Arnfjörð Bjarmason [Fri, 4 Nov 2005 20:50:00 +0000 (20:50 +0000)]
* Don't get page_is_redirect from page

18 years agoAdditional hook
Magnus Manske [Fri, 4 Nov 2005 15:32:26 +0000 (15:32 +0000)]
Additional hook

18 years ago* (bug 327��) modify teh rc putput
Ævar Arnfjörð Bjarmason [Fri, 4 Nov 2005 12:07:32 +0000 (12:07 +0000)]
* (bug 327��) modify teh rc putput

18 years ago(bug 3787) Don't replace variables and sigs in comments
Brion Vibber [Fri, 4 Nov 2005 05:30:55 +0000 (05:30 +0000)]
(bug 3787) Don't replace variables and sigs in comments

18 years ago* (bug 3877) Render math images into temp directory, then move to hashed
Brion Vibber [Fri, 4 Nov 2005 02:33:50 +0000 (02:33 +0000)]
* (bug 3877) Render math images into temp directory, then move to hashed
  subdir so you can render new math images and have them work

18 years agofix for PHP 5.1, yet another arbitrary change of return value
Tim Starling [Thu, 3 Nov 2005 23:57:04 +0000 (23:57 +0000)]
fix for PHP 5.1, yet another arbitrary change of return value

18 years ago* (bug 918) Search index incorrectly joined words at == headings ==
Brion Vibber [Thu, 3 Nov 2005 23:27:36 +0000 (23:27 +0000)]
* (bug 918) Search index incorrectly joined words at == headings ==

18 years ago* (bug 3487) Fix category edit preview with preview-on-bottom
Brion Vibber [Thu, 3 Nov 2005 22:40:02 +0000 (22:40 +0000)]
* (bug 3487) Fix category edit preview with preview-on-bottom

18 years agoChanging/adding of topics now requires bureaucrat
Magnus Manske [Thu, 3 Nov 2005 21:20:01 +0000 (21:20 +0000)]
Changing/adding of topics now requires bureaucrat

18 years ago* Be smart about the amount of urls that go into the sitemaps rather than just
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 11:53:21 +0000 (11:53 +0000)]
* Be smart about the amount of urls that go into the sitemaps rather than just
  guessing: cutoff at 50000 urls or approx 2^20*10-500 bytes whichever comes
  first
* Debug info

18 years ago* (bug 3270) show put rc_id in the IRC RC url for wikis that have $wgUseRCPatrol...
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 11:27:10 +0000 (11:27 +0000)]
* (bug 3270) show put rc_id in the IRC RC url for wikis that have $wgUseRCPatrol enabled

18 years ago* Optimization
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 09:31:13 +0000 (09:31 +0000)]
* Optimization
* Use the average length of page titles as a limit rather than the insane theoretica limit
* 10MB = 20^2*10 not 20^2*1

18 years ago* Minor shuffling
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 08:16:50 +0000 (08:16 +0000)]
* Minor shuffling

18 years ago* Update the lastmod timestamp before writing an entry to the index
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 08:10:23 +0000 (08:10 +0000)]
* Update the lastmod timestamp before writing an entry to the index
* Code cleanup

18 years ago* Renamed --path to --fspath
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 06:06:50 +0000 (06:06 +0000)]
* Renamed --path to --fspath
* Support --path
* Using <lastmod> for the sitemap index file
* Optionally disable gzip compression
* Support --help

18 years ago* Fixed regression: It's now possible to specify a custom hostname again
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 04:23:02 +0000 (04:23 +0000)]
* Fixed regression: It's now possible to specify a custom hostname again
* Added magic code to make sure that the size of the sitemap file never exceeds that allowed by the standard
* Documented every function
* Made --path really work

18 years ago* The sitemap protocol supports any ISO 8601 timestamp, use an exact timestamp rather...
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 02:22:53 +0000 (02:22 +0000)]
* The sitemap protocol supports any ISO 8601 timestamp, use an exact timestamp rather than just YYYY-MM-DD

18 years ago* Use wfTimestamp() instead of custom functions
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 02:21:48 +0000 (02:21 +0000)]
* Use wfTimestamp() instead of custom functions

18 years ago* Add support for TS_ISO_8601, used for Special:Import/Export and the sitemap
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 02:21:01 +0000 (02:21 +0000)]
* Add support for TS_ISO_8601, used for Special:Import/Export and the sitemap

18 years ago* Added a isMain() function that's the inverse of isTalk(), am I supposed to be bothe...
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 01:29:02 +0000 (01:29 +0000)]
* Added a isMain() function that's the inverse of isTalk(), am I supposed to be bothered to type "!" ?

18 years ago* Added support for a --path option to dump the output at a given path
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 01:24:32 +0000 (01:24 +0000)]
* Added support for a --path option to dump the output at a given path
* Tweaked the namespace priorities, all talk pages at 0.1
* Improved debug output

18 years ago* Completely rewrote this to use OO
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 00:23:07 +0000 (00:23 +0000)]
* Completely rewrote this to use OO
* Support nonstandard namespaces

18 years agoChange storage architecture in images/math/.
Jens Frank [Wed, 2 Nov 2005 23:14:33 +0000 (23:14 +0000)]
Change storage architecture in images/math/.
Old: images/math/434be915b5fe2e0e63cad907f254dfd5.png
New: images/math/4/3/4/434be915b5fe2e0e63cad907f254dfd5.png

18 years ago* Use page_touched rather than rev_timestamp, not as expensive and more correct,...
Ævar Arnfjörð Bjarmason [Wed, 2 Nov 2005 22:28:54 +0000 (22:28 +0000)]
* Use page_touched rather than rev_timestamp, not as expensive and more correct, since a page might be changed through included templates

18 years ago* Pretty indenting
Ævar Arnfjörð Bjarmason [Wed, 2 Nov 2005 22:17:43 +0000 (22:17 +0000)]
* Pretty indenting

18 years ago* Remove redundant variable definition
Ævar Arnfjörð Bjarmason [Wed, 2 Nov 2005 20:48:42 +0000 (20:48 +0000)]
* Remove redundant variable definition

18 years ago* Bah, use wfMsgForContent()
Ævar Arnfjörð Bjarmason [Wed, 2 Nov 2005 19:25:10 +0000 (19:25 +0000)]
* Bah, use wfMsgForContent()

18 years agolonger timeout when fetching interwiki map
Tim Starling [Tue, 1 Nov 2005 22:29:39 +0000 (22:29 +0000)]
longer timeout when fetching interwiki map

18 years agoCheck for error response codes, don't proxy via localhost in command line mode
Tim Starling [Tue, 1 Nov 2005 22:26:11 +0000 (22:26 +0000)]
Check for error response codes, don't proxy via localhost in command line mode

18 years ago* Use the preeeeeeeeety count
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 19:29:02 +0000 (19:29 +0000)]
* Use the preeeeeeeeety count

18 years ago* Use the preeety count
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 19:23:18 +0000 (19:23 +0000)]
* Use the preeety count

18 years ago* Use the pretty count function
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 19:18:52 +0000 (19:18 +0000)]
* Use the pretty count function

18 years ago* A function for pretty counts
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 19:17:31 +0000 (19:17 +0000)]
* A function for pretty counts

18 years ago* 3 => MW_MATH_SOURCE
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 11:28:51 +0000 (11:28 +0000)]
* 3 => MW_MATH_SOURCE
* Coding style

18 years agoPHP 5 compatibility
Tim Starling [Tue, 1 Nov 2005 07:47:21 +0000 (07:47 +0000)]
PHP 5 compatibility

18 years ago* (bug 3845) Update attribute.php for 1.5 schema
Brion Vibber [Tue, 1 Nov 2005 07:08:37 +0000 (07:08 +0000)]
* (bug 3845) Update attribute.php for 1.5 schema

18 years ago* (bug 3852) "Redirected from" link no longer obscured on double-redirects
Brion Vibber [Tue, 1 Nov 2005 06:48:29 +0000 (06:48 +0000)]
* (bug 3852) "Redirected from" link no longer obscured on double-redirects

18 years agoFix for some odd problems when reading from a non-tty
Tim Starling [Tue, 1 Nov 2005 00:57:13 +0000 (00:57 +0000)]
Fix for some odd problems when reading from a non-tty