lhc/web/wiklou.git
19 years ago* (bug 1931) cleanup, removing unused code and variables.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 06:30:48 +0000 (06:30 +0000)]
* (bug 1931) cleanup, removing unused code and variables.

19 years ago* (bug 1636) Refs like ţ were misinterpreted as octal in some places
Brion Vibber [Thu, 21 Apr 2005 06:20:10 +0000 (06:20 +0000)]
* (bug 1636) Refs like ţ were misinterpreted as octal in some places

19 years agoCorrect test for 1636, mark ISBN 1937 pb
Brion Vibber [Thu, 21 Apr 2005 06:18:07 +0000 (06:18 +0000)]
Correct test for 1636, mark ISBN 1937 pb

19 years agoTest case for bug 1636
Brion Vibber [Thu, 21 Apr 2005 06:04:19 +0000 (06:04 +0000)]
Test case for bug 1636

19 years ago* Adding a PMID test, currently fails (unless we like to strip _ from urls in title="")
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 04:01:49 +0000 (04:01 +0000)]
* Adding a PMID test, currently fails (unless we like to strip _ from urls in title="")

19 years agoUsing sprintf "%.2f" to output the final percentage
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 03:59:26 +0000 (03:59 +0000)]
Using sprintf "%.2f" to output the final percentage

19 years ago* Cleaned up
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 03:58:10 +0000 (03:58 +0000)]
* Cleaned up

19 years ago* Fixing a bug that happened with a certain mix of namespace and invert options.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 03:56:05 +0000 (03:56 +0000)]
* Fixing a bug that happened with a certain mix of namespace and invert options.

19 years agoFix my last broken fix (that caused bug 1899)
Zheng Zhu [Thu, 21 Apr 2005 03:22:40 +0000 (03:22 +0000)]
Fix my last broken fix (that caused bug 1899)

19 years agoTidy's & normalization is kind of weird and doesn't always act the way we
Brion Vibber [Thu, 21 Apr 2005 01:33:32 +0000 (01:33 +0000)]
Tidy's & normalization is kind of weird and doesn't always act the way we
want. Run the same amp cleanup whether we're using tidy or not.

19 years agoFix handling of valueless attributes
Brion Vibber [Thu, 21 Apr 2005 01:15:43 +0000 (01:15 +0000)]
Fix handling of valueless attributes

19 years agoBypass conversion if the page being displayed is the conversion table
Zheng Zhu [Thu, 21 Apr 2005 00:38:32 +0000 (00:38 +0000)]
Bypass conversion if the page being displayed is the conversion table

19 years ago* These the expected output for two tests was incorrect, not the parser.
Ævar Arnfjörð Bjarmason [Wed, 20 Apr 2005 23:13:08 +0000 (23:13 +0000)]
* These the expected output for two tests was incorrect, not the parser.

19 years ago* (bug 1188, bug 1936) Only run strip and sanitize on templates for
Brion Vibber [Wed, 20 Apr 2005 22:55:49 +0000 (22:55 +0000)]
* (bug 1188, bug 1936) Only run strip and sanitize on templates for
  final output, not on save-time subst: transformations.

Fixes tests:
Running test pre-save transform: nowiki in subst (bug 1188)... PASSED
Running test pre-save transform: comment in subst (bug 1936)... PASSED

19 years agoAdd another test case to make sure subst fixes don't break template safety
Brion Vibber [Wed, 20 Apr 2005 22:37:15 +0000 (22:37 +0000)]
Add another test case to make sure subst fixes don't break template safety

19 years agoAdd test cases for bug 1188 and bug 1936: subst problems
Brion Vibber [Wed, 20 Apr 2005 22:09:28 +0000 (22:09 +0000)]
Add test cases for bug 1188 and bug 1936: subst problems

19 years ago* Use in-process Tidy extension if available when $wgUseTidy is on
Brion Vibber [Wed, 20 Apr 2005 21:58:57 +0000 (21:58 +0000)]
* Use in-process Tidy extension if available when $wgUseTidy is on
It seems I forgot to commit this last night. Whoops!

19 years agoFix
Jens Frank [Wed, 20 Apr 2005 19:40:13 +0000 (19:40 +0000)]
Fix
Function: Revision::fetchRow
Error: 1054 Unknown column 'rev_deleted' in 'field list' (localhost)
in installer.

19 years agoRevert.
Jens Frank [Wed, 20 Apr 2005 19:18:48 +0000 (19:18 +0000)]
Revert.

19 years agoAdd rev_text_id during upgrade from 1.4 before calling Revision::fetchRow() for the...
Jens Frank [Wed, 20 Apr 2005 19:17:21 +0000 (19:17 +0000)]
Add rev_text_id during upgrade from 1.4 before calling Revision::fetchRow() for the first time

19 years agoSetup.php-DateFormatter was using a lot of CPU time on the live site. Moved it to...
Tim Starling [Wed, 20 Apr 2005 15:42:08 +0000 (15:42 +0000)]
Setup.php-DateFormatter was using a lot of CPU time on the live site. Moved it to on-demand initialisation, with memcached assistance.

19 years ago* (bug 1933) Fix PATH_INFO usage under IIS with PHP ISAPI module
Brion Vibber [Wed, 20 Apr 2005 10:41:52 +0000 (10:41 +0000)]
* (bug 1933) Fix PATH_INFO usage under IIS with PHP ISAPI module

19 years ago* Quickbar settings => Quickbar
Ævar Arnfjörð Bjarmason [Wed, 20 Apr 2005 07:20:31 +0000 (07:20 +0000)]
* Quickbar settings => Quickbar

19 years ago* formatNum is no longer optional
Ævar Arnfjörð Bjarmason [Wed, 20 Apr 2005 07:16:08 +0000 (07:16 +0000)]
* formatNum is no longer optional
* Cleanup

19 years agoTypo
Jens Frank [Wed, 20 Apr 2005 06:05:16 +0000 (06:05 +0000)]
Typo

19 years ago* Using a real JPEG file as our image testcase (skins/monobook/headbg.jpg)
Ævar Arnfjörð Bjarmason [Wed, 20 Apr 2005 03:28:10 +0000 (03:28 +0000)]
* Using a real JPEG file as our image testcase (skins/monobook/headbg.jpg)

19 years ago- Added general interface for handling special flags for manual conversions
Zheng Zhu [Wed, 20 Apr 2005 02:33:04 +0000 (02:33 +0000)]
- Added general interface for handling special flags for manual conversions
- Initial attempt to skip html stuff when converting, so that Latin related conversion can work properly
- Single out code for parsing the manual rules as a method so that different converters can override the way the parsing is done.

19 years agoInsert an image table row for the test image
Brion Vibber [Wed, 20 Apr 2005 02:27:59 +0000 (02:27 +0000)]
Insert an image table row for the test image

19 years ago* (bug 1927) Incorrect escaping on wikitext message in Blockip
Brion Vibber [Tue, 19 Apr 2005 20:30:07 +0000 (20:30 +0000)]
* (bug 1927) Incorrect escaping on wikitext message in Blockip

19 years ago* (bug 1300) patch from Michael Keppler to make the regexp eat across newlines.
Ævar Arnfjörð Bjarmason [Tue, 19 Apr 2005 17:19:52 +0000 (17:19 +0000)]
* (bug 1300) patch from Michael Keppler to make the regexp eat across newlines.

19 years agoAdd external repositories support for Revision, would
Domas Mituzas [Mon, 18 Apr 2005 17:21:27 +0000 (17:21 +0000)]
Add external repositories support for Revision, would
follow url if flag on text set, allows pluggable storage
modules and migration from databases to somewhere
else (huh, other databases ;-)

19 years agoLessons learnt from installing MediaWiki with safe_mode, especially support for uploa...
Tim Starling [Mon, 18 Apr 2005 14:37:43 +0000 (14:37 +0000)]
Lessons learnt from installing MediaWiki with safe_mode, especially support for uploads in such an environment.

19 years agoFixed obvious bug
Tim Starling [Mon, 18 Apr 2005 14:20:42 +0000 (14:20 +0000)]
Fixed obvious bug

19 years ago* (bug 1107) Work around includes problem when parent dir is not readable
Brion Vibber [Sun, 17 Apr 2005 23:21:46 +0000 (23:21 +0000)]
* (bug 1107) Work around includes problem when parent dir is not readable

19 years ago* Cleanup.
Ævar Arnfjörð Bjarmason [Sun, 17 Apr 2005 20:57:27 +0000 (20:57 +0000)]
* Cleanup.

19 years ago* (bug 1910) Localized all the namespaces for Georgian.
Ævar Arnfjörð Bjarmason [Sun, 17 Apr 2005 20:50:32 +0000 (20:50 +0000)]
* (bug 1910) Localized all the namespaces for Georgian.

19 years ago* When an image is changed, invalidate pages that use it.
Tim Starling [Sun, 17 Apr 2005 08:30:15 +0000 (08:30 +0000)]
* When an image is changed, invalidate pages that use it.
* Introduced image "broken links" allowing the user to quickly upload an image with that name
* "Upload a new version of this image" link from the image description page

19 years agoDon't use the parser cache for non-existent articles
Tim Starling [Sun, 17 Apr 2005 08:08:13 +0000 (08:08 +0000)]
Don't use the parser cache for non-existent articles

19 years ago* (bug 510): Special:Randompage now works for other namespaces than NS_MAIN.
Ævar Arnfjörð Bjarmason [Sat, 16 Apr 2005 23:58:15 +0000 (23:58 +0000)]
* (bug 510): Special:Randompage now works for other namespaces than NS_MAIN.

19 years ago* (bug 510) added the ability to do Special:Randompage/Namespace to get a
Ævar Arnfjörð Bjarmason [Sat, 16 Apr 2005 23:51:42 +0000 (23:51 +0000)]
* (bug 510) added the ability to do Special:Randompage/Namespace to get a
  random page from that namespace.

19 years ago* (bug 1352) Images on description pages now get thumbnailed regardless of
Ævar Arnfjörð Bjarmason [Sat, 16 Apr 2005 19:07:47 +0000 (19:07 +0000)]
* (bug 1352) Images on description pages now get thumbnailed regardless of
  whether the thumbnail is larger than the original.

19 years ago* (bug 1105)
Ævar Arnfjörð Bjarmason [Sat, 16 Apr 2005 17:40:40 +0000 (17:40 +0000)]
* (bug 1105)

19 years agoFeature: user can specify upload destination name, separately from source name. JavaS...
Tim Starling [Sat, 16 Apr 2005 17:17:18 +0000 (17:17 +0000)]
Feature: user can specify upload destination name, separately from source name. JavaScript fills in the default destination, a blank destination also uses the default for the convenience of non-JS users. Also fixed a bug caused by the stat cache.

19 years agoConversion from 1.4 schema, zero downtime
Tim Starling [Sat, 16 Apr 2005 12:19:29 +0000 (12:19 +0000)]
Conversion from 1.4 schema, zero downtime

19 years agoSupport for non-standard commons configurations
Tim Starling [Sat, 16 Apr 2005 11:28:15 +0000 (11:28 +0000)]
Support for non-standard commons configurations

19 years agoFixed various bugs with new image code, changed thumbnail paths as per JeLuF's sugge...
Tim Starling [Sat, 16 Apr 2005 11:05:41 +0000 (11:05 +0000)]
Fixed various bugs with new image code, changed thumbnail paths as per  JeLuF's suggestion

19 years agoFixed some obvious bugs with the new code and implemented If-Modified-Since handling
Tim Starling [Sat, 16 Apr 2005 05:48:21 +0000 (05:48 +0000)]
Fixed some obvious bugs with the new code and implemented If-Modified-Since handling

19 years agoOptional thumbnail generation by client request, using thumb.php. This removes any...
Tim Starling [Sat, 16 Apr 2005 04:33:34 +0000 (04:33 +0000)]
Optional thumbnail generation by client request, using thumb.php. This removes any need for access to image files on page view. Experimental, some aspects still haven't been tested.

19 years agoStub Georgian language file; category namespace name only.
Brion Vibber [Sat, 16 Apr 2005 00:58:15 +0000 (00:58 +0000)]
Stub Georgian language file; category namespace name only.

19 years ago* Apparently version 4 exists as well, attempting to catch it..
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 22:03:11 +0000 (22:03 +0000)]
* Apparently version 4 exists as well, attempting to catch it..

19 years ago* Improved the $wgBrowserBlackList regex for IE on OS9, and commented.
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 21:54:45 +0000 (21:54 +0000)]
* Improved the $wgBrowserBlackList regex for IE on OS9, and commented.

19 years ago(bug 1849) New option allows to consider categorized images as used on Special:Unused...
Jens Frank [Fri, 15 Apr 2005 21:49:21 +0000 (21:49 +0000)]
(bug 1849) New option allows to consider categorized images as used on Special:Unusedimages

19 years ago* Adding MSIE for Mac OS <10 to wgBrowserBlacklist, see: http://en.wikipedia.org...
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 20:42:34 +0000 (20:42 +0000)]
* Adding MSIE for Mac OS <10 to wgBrowserBlacklist, see: en.wikipedia.org/wiki/Template%3AOS9 and http://en.wikipedia.org/w/index.php?title=User%3A%C6var_Arnfj%F6r%F0_Bjarmason%2Ftestme&diff=12356041&oldid=12355864

19 years ago* Documentation and minor cleanup.
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 18:37:39 +0000 (18:37 +0000)]
* Documentation and minor cleanup.

19 years agoadded missing return, and one more FIXME note.
Zheng Zhu [Fri, 15 Apr 2005 14:40:11 +0000 (14:40 +0000)]
added missing return, and one more FIXME note.

19 years ago* Fixed up metadata
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 14:21:56 +0000 (14:21 +0000)]
* Fixed up metadata

19 years agoCode refactoring for the language conversion system:
Zheng Zhu [Fri, 15 Apr 2005 14:12:39 +0000 (14:12 +0000)]
Code refactoring for the language conversion system:
- Moved general conversion code from LanguageZh.php to LanguageConverter.php (new file);
- Add fake LanguageConverter object to the main language object. Languages that need real conversion functionality should implement their own converter object derived from LanguageConverter;
- As an example, LanguageZh.php now implements the conversion through the converter object.

19 years ago* (bug 1897) The native name for Javanese (jv) changed from "Bahasa Jawa" to "Basa...
Ævar Arnfjörð Bjarmason [Fri, 15 Apr 2005 13:46:08 +0000 (13:46 +0000)]
* (bug 1897) The native name for Javanese (jv) changed from "Bahasa Jawa" to "Basa Jawa".

19 years agoRevert abuse of semantic HTML markup
Brion Vibber [Fri, 15 Apr 2005 07:42:47 +0000 (07:42 +0000)]
Revert abuse of semantic HTML markup

19 years ago* <i> => <em>
Ævar Arnfjörð Bjarmason [Thu, 14 Apr 2005 17:19:30 +0000 (17:19 +0000)]
* <i> => <em>

19 years ago* (bug 1890) cv: "���������� - (����va��)" => "����������".
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 21:32:16 +0000 (21:32 +0000)]
* (bug 1890) cv: "���������� - (����va��)" => "����������".

19 years ago1) actually do what it says (only use external diff when set in user prefs)
Erik Moeller [Wed, 13 Apr 2005 21:06:09 +0000 (21:06 +0000)]
1) actually do what it says (only use external diff when set in user prefs)
2) fix metafile (Special namespace is transferred, it's up to the script
whether it wants to log in, not really needed for diffs, though perhaps if
rollback etc. is to be implemented)

19 years ago* (bug 1113) informing lusers of how to installl math support.
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 20:30:54 +0000 (20:30 +0000)]
* (bug 1113) informing lusers of how to installl math support.

19 years agoI think I forgot to commit this
Tim Starling [Wed, 13 Apr 2005 11:07:43 +0000 (11:07 +0000)]
I think I forgot to commit this

19 years ago* Whitespace is now irrelivant when it comes to interwiki links (and categories)
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 10:14:01 +0000 (10:14 +0000)]
* Whitespace is now irrelivant when it comes to interwiki links (and categories)

19 years ago* Removed incomplete and sometimes incorrect inherit comments.
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:53:24 +0000 (08:53 +0000)]
* Removed incomplete and sometimes incorrect inherit comments.

19 years ago* Removed incomplete and sometimes incorrect inherit comments.
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:46:10 +0000 (08:46 +0000)]
* Removed incomplete and sometimes incorrect inherit comments.

19 years ago* Removed $wgTranslateNumerals
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:41:14 +0000 (08:41 +0000)]
* Removed $wgTranslateNumerals
* Added support for the $year paramater

19 years ago* Removing the MW_DATE_USER_FORMAT define.
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:37:03 +0000 (08:37 +0000)]
* Removing the MW_DATE_USER_FORMAT define.
* msg:tog-usenewrc: not for all browsers => JavaScript
* Unbolded email_notification_infotext
* Fixed dateFormat() and date()
* Removed rfc1123() (obsolete since fsckknowswhen, handled by wfTimestamp now)
* Added an argument to formatNum() in order to instruct it not to format years.
* Documented

19 years ago* Converted to wikitext (don't we have some syntax for $wgScriptPath?)
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:30:46 +0000 (08:30 +0000)]
* Converted to wikitext (don't we have some syntax for $wgScriptPath?)

19 years ago* Indenting
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:29:23 +0000 (08:29 +0000)]
* Indenting

19 years ago* Documented
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:28:24 +0000 (08:28 +0000)]
* Documented

19 years ago* (bug 87) finishing it off..
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:26:08 +0000 (08:26 +0000)]
* (bug 87) finishing it off..
* tell formatNum that it's processing a year.

19 years ago* Add a trailing newline in die()
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:18:35 +0000 (08:18 +0000)]
* Add a trailing newline in die()

19 years ago* Give more specific wfDebug output.
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:17:59 +0000 (08:17 +0000)]
* Give more specific wfDebug output.

19 years ago*** empty log message ***
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:16:53 +0000 (08:16 +0000)]
*** empty log message ***

19 years ago* @subpackage Parser
Ævar Arnfjörð Bjarmason [Wed, 13 Apr 2005 08:15:29 +0000 (08:15 +0000)]
* @subpackage Parser

19 years agohandle Special: namespaces in multiple languages
Erik Moeller [Wed, 13 Apr 2005 06:57:31 +0000 (06:57 +0000)]
handle Special: namespaces in multiple languages

19 years ago* Support for commafy()
Ævar Arnfjörð Bjarmason [Tue, 12 Apr 2005 23:34:10 +0000 (23:34 +0000)]
* Support for commafy()

19 years ago* Adding a new function to format numbers (commafy) and using it for formatNum
Ævar Arnfjörð Bjarmason [Tue, 12 Apr 2005 23:21:59 +0000 (23:21 +0000)]
* Adding a new function to format numbers (commafy) and using it for formatNum
  by default, this means that everyone that doesn't have a formatNum function
  will see the en_* format but those that do will continue to see what they
  already do.

19 years ago* (bug 1300) Links like [[Image:Foo.png|thumb|[http://example.com]]] now work.
Ævar Arnfjörð Bjarmason [Tue, 12 Apr 2005 06:07:23 +0000 (06:07 +0000)]
* (bug 1300) Links like [[Image:Foo.png|thumb|[example.com]]] now work.

19 years ago* Changed the wfIsBadImage() regex to something hopefully easier to comprehend
Ævar Arnfjörð Bjarmason [Tue, 12 Apr 2005 04:41:42 +0000 (04:41 +0000)]
* Changed the wfIsBadImage() regex to something hopefully easier to comprehend

19 years agoVarious live patches ported from REL1_4
Tim Starling [Tue, 12 Apr 2005 04:03:21 +0000 (04:03 +0000)]
Various live patches ported from REL1_4

19 years ago1) add new preference: use external diffs (uses same framework as external
Erik Moeller [Tue, 12 Apr 2005 03:36:20 +0000 (03:36 +0000)]
1) add new preference: use external diffs (uses same framework as external
   editors)
2) support for external diffs
3) shuffle some user preferences around

19 years ago* Changed Wikipedia to MediaWiki.
Ævar Arnfjörð Bjarmason [Tue, 12 Apr 2005 02:18:57 +0000 (02:18 +0000)]
* Changed Wikipedia to MediaWiki.

19 years ago* Some clown with CVS access deleted our MS Word files and replaced them with
Ævar Arnfjörð Bjarmason [Tue, 12 Apr 2005 02:07:16 +0000 (02:07 +0000)]
* Some clown with CVS access deleted our MS Word files and replaced them with
  textfiles, changing all references to them.

19 years ago* Adding thumbsize to getPageRenderingHash() as it will change the parser output.
Ævar Arnfjörð Bjarmason [Tue, 12 Apr 2005 01:42:12 +0000 (01:42 +0000)]
* Adding thumbsize to getPageRenderingHash() as it will change the parser output.

19 years agoAdding cache related stuff to a new 'Cache' subpackage
Ævar Arnfjörð Bjarmason [Tue, 12 Apr 2005 01:29:21 +0000 (01:29 +0000)]
Adding cache related stuff to a new 'Cache' subpackage

19 years agoChange .doc extension to .txt so people stop asking why we have Word documents. WE...
Brion Vibber [Tue, 12 Apr 2005 00:41:38 +0000 (00:41 +0000)]
Change .doc extension to .txt so people stop asking why we have Word documents. WE DONT THEY ARE TEXT!!!!111eleven

19 years ago* A new tab in the preferencesc called 'File' for any current and future
Ævar Arnfjörð Bjarmason [Tue, 12 Apr 2005 00:37:45 +0000 (00:37 +0000)]
* A new tab in the preferencesc called 'File' for any current and future
  file-related options, moving the images description limit there (from misc)
* (bug 1221) image thumbnail sizes are now a user preference (in the 'Files' tab)

19 years ago* Re-arranging the tabs on topic, e.g. time-related stuff togather.
Ævar Arnfjörð Bjarmason [Mon, 11 Apr 2005 22:54:14 +0000 (22:54 +0000)]
* Re-arranging the tabs on topic, e.g. time-related stuff togather.

19 years ago* Changing the names for brevity and to make them more generic, e.g.
Ævar Arnfjörð Bjarmason [Mon, 11 Apr 2005 22:52:02 +0000 (22:52 +0000)]
* Changing the names for brevity and to make them more generic, e.g.
  Search resaults => Search; Math rendering => Math..

19 years ago* Removed 'prefs-help-userdata' (no longer used) and modified the email and
Ævar Arnfjörð Bjarmason [Mon, 11 Apr 2005 22:27:47 +0000 (22:27 +0000)]
* Removed 'prefs-help-userdata' (no longer used) and modified the email and
  realname messages to use �� and �� instead of * and **.

19 years ago* Reverting back to 1.6, see bug 1864
Ævar Arnfjörð Bjarmason [Mon, 11 Apr 2005 21:08:03 +0000 (21:08 +0000)]
* Reverting back to 1.6, see bug 1864

19 years agofix sql
Erik Moeller [Mon, 11 Apr 2005 19:55:43 +0000 (19:55 +0000)]
fix sql

19 years ago* Adding title="" to all tests since the parser now outputs that, see line 47
Ævar Arnfjörð Bjarmason [Mon, 11 Apr 2005 18:25:45 +0000 (18:25 +0000)]
* Adding title="" to all tests since the parser now outputs that, see line 47
  of Linker.php (version 1.21, looks like '$r .= " title=\"{$link}\"";')

19 years ago* Experimental autofocus on searchbox support, see bug 1864
Ævar Arnfjörð Bjarmason [Mon, 11 Apr 2005 00:04:57 +0000 (00:04 +0000)]
* Experimental autofocus on searchbox support, see bug 1864

19 years agoRevert last change
Jens Frank [Sun, 10 Apr 2005 21:37:45 +0000 (21:37 +0000)]
Revert last change

19 years agoBUG#1849 - Count images as used if they are put into a category (site pref)
Jens Frank [Sun, 10 Apr 2005 21:27:42 +0000 (21:27 +0000)]
BUG#1849 - Count images as used if they are put into a category (site pref)

19 years agoBUG#1846 - Add new magic words, replace double quotes by ticks, etc
Jens Frank [Sun, 10 Apr 2005 20:37:55 +0000 (20:37 +0000)]
BUG#1846 - Add new magic words, replace double quotes by ticks, etc