lhc/web/wiklou.git
19 years ago$wgDisableInternalSearch
River Tarnell [Tue, 21 Dec 2004 09:28:57 +0000 (09:28 +0000)]
$wgDisableInternalSearch

19 years agoMerge category paging from REL1_4
Brion Vibber [Tue, 21 Dec 2004 03:26:43 +0000 (03:26 +0000)]
Merge category paging from REL1_4

19 years ago* Fix image page scaling when thumbnail generation is disabled
Brion Vibber [Tue, 21 Dec 2004 03:21:41 +0000 (03:21 +0000)]
* Fix image page scaling when thumbnail generation is disabled

19 years agoworking links, images, thumbnails
Magnus Manske [Mon, 20 Dec 2004 15:38:28 +0000 (15:38 +0000)]
working links, images, thumbnails

19 years agonowiki, documentation
Magnus Manske [Mon, 20 Dec 2004 14:58:57 +0000 (14:58 +0000)]
nowiki, documentation

19 years agoworking attributes and common HTML
Magnus Manske [Mon, 20 Dec 2004 14:18:38 +0000 (14:18 +0000)]
working attributes and common HTML

19 years agofinally, a working version (needs flexbisonparse, cli mode)
Magnus Manske [Mon, 20 Dec 2004 13:50:33 +0000 (13:50 +0000)]
finally, a working version (needs flexbisonparse, cli mode)

19 years agoStart splitting back-end functions from the Article user-interface class.
Brion Vibber [Sun, 19 Dec 2004 12:21:29 +0000 (12:21 +0000)]
Start splitting back-end functions from the Article user-interface class.
Fix Special:Export for new schema.

19 years agoAdd TS_RFC2822 output format for wfTimestamp to encapsulate the several manual format...
Brion Vibber [Sun, 19 Dec 2004 11:11:52 +0000 (11:11 +0000)]
Add TS_RFC2822 output format for wfTimestamp to encapsulate the several manual formattings in this style

19 years agoMerge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:
Brion Vibber [Sun, 19 Dec 2004 08:00:50 +0000 (08:00 +0000)]
Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:
* Page moves/overwrites are a little iffy
* Compression might not be working right
* Profit!

19 years agoAdd experimental 'Live Preview' feature. On supported browsers, preview
Brion Vibber [Sun, 19 Dec 2004 02:36:04 +0000 (02:36 +0000)]
Add experimental 'Live Preview' feature. On supported browsers, preview
can be loaded via JavaScript so it doesn't disturb the surrounding page
as badly. It's also lighter on the server, as it doesn't require skin
rendering. (On short pages with Turck cache, this saves 50% of apache
time!)

Disabled by default, as it's incomplete: interlanguage and category links
aren't displayed, and there are likely other problems.

Nonsupporting browsers or JS off fall back gracefully to form submission.
Tested: Safari 1.2.4, Firefox 1.0, MSIE/Win 6.0 (XPSP2)

19 years agoChange WebRequest::getVal() to always return a string (or null), and add getArray...
Brion Vibber [Sat, 18 Dec 2004 11:18:56 +0000 (11:18 +0000)]
Change WebRequest::getVal() to always return a string (or null), and add getArray() method for the rare times that's what we want.

19 years agoStart up code cleanup & style on Enotif code
Brion Vibber [Sat, 18 Dec 2004 10:23:54 +0000 (10:23 +0000)]
Start up code cleanup & style on Enotif code

19 years agoAdd User::getTitleKey() to encapsulate the user name -> title DB key conversions...
Brion Vibber [Sat, 18 Dec 2004 10:21:03 +0000 (10:21 +0000)]
Add User::getTitleKey() to encapsulate the user name -> title DB key conversions being performed everywhere.
Code cleanup and style tweaks on new enotif-changed code.

19 years ago* Fix message page caching behavior when $wgCapitalLinks is turned off
Brion Vibber [Sat, 18 Dec 2004 08:11:32 +0000 (08:11 +0000)]
* Fix message page caching behavior when $wgCapitalLinks is turned off
  after installation and the wiki is subsequently upgraded

19 years agoRefactor a bit; move a couple methods from UserMailer (?!) to User. Use the proper...
Brion Vibber [Sat, 18 Dec 2004 07:16:11 +0000 (07:16 +0000)]
Refactor a bit; move a couple methods from UserMailer (?!) to User. Use the proper $wgRequest for checking reset var, avoid notice warning.

19 years agoUserTalkUpdate is back with enotif...
Brion Vibber [Sat, 18 Dec 2004 06:58:31 +0000 (06:58 +0000)]
UserTalkUpdate is back with enotif...

19 years agoSplit link generation, table of contents, and image functions from the
Brion Vibber [Sat, 18 Dec 2004 06:29:23 +0000 (06:29 +0000)]
Split link generation, table of contents, and image functions from the
Skin class to a separate class, in preparation for thinning and refactoring.
Most users of these functions don't need the _Skin_, which generates the
user interface, and they clutter up the code with unrelated stuff.

19 years agoVersion number mark as 1.5pre-alpha
Brion Vibber [Sat, 18 Dec 2004 06:14:04 +0000 (06:14 +0000)]
Version number mark as 1.5pre-alpha

19 years agoClean up default options, and remove so-called "UseMod-style" RC option which fails...
Brion Vibber [Sat, 18 Dec 2004 03:59:06 +0000 (03:59 +0000)]
Clean up default options, and remove so-called "UseMod-style" RC option which fails to provide the information that UseMod's RC does, as has been noted before.

19 years agoFix notice error caused by use of wrong variable
Brion Vibber [Sat, 18 Dec 2004 03:57:38 +0000 (03:57 +0000)]
Fix notice error caused by use of wrong variable

19 years agoAvoid notice warnings caused by changes in enotif
Brion Vibber [Sat, 18 Dec 2004 03:50:47 +0000 (03:50 +0000)]
Avoid notice warnings caused by changes in enotif

19 years ago(bug 454) Merge e-notif 2.00
Brion Vibber [Sat, 18 Dec 2004 03:47:11 +0000 (03:47 +0000)]
(bug 454) Merge e-notif 2.00
From http://bugzilla.wikipedia.org/attachment.cgi?id=171&action=view
and extra files from http://www.tgries.de/mw/cvs15+enea200-minus-cvs.tgz

Undid a couple minor bits like the broken changing of minoreditletter.
Have not yet made general corrections/reworkings. Since this changes
the user and watchlist tables, you must run the updaters (installer or
update.php) on an existing database.

19 years ago* Gracefully ignore non-legal titles in a <gallery>
Brion Vibber [Wed, 15 Dec 2004 09:07:21 +0000 (09:07 +0000)]
* Gracefully ignore non-legal titles in a <gallery>

19 years ago* (bug 1090) Fix sitesupport links in CB/classic skins
Brion Vibber [Tue, 14 Dec 2004 05:30:33 +0000 (05:30 +0000)]
* (bug 1090) Fix sitesupport links in CB/classic skins

19 years agoadd group rights to "group" table
Domas Mituzas [Mon, 13 Dec 2004 21:53:41 +0000 (21:53 +0000)]
add group rights to "group" table

19 years agoSome reworking on Special:Newimages:
Brion Vibber [Mon, 13 Dec 2004 03:57:25 +0000 (03:57 +0000)]
Some reworking on Special:Newimages:
* Use paging instead of a limit selector: large numbers of results on the same page are bandwidth- and rendering-hungry and generally unpleasant.
* Show a message if there are no matches, instead of a weird empty table
* Include a 'new changes since 'currenttime like Recentchanges has

19 years agoAllow empty array in select() for the where conditions
Brion Vibber [Mon, 13 Dec 2004 03:54:56 +0000 (03:54 +0000)]
Allow empty array in select() for the where conditions

19 years agoCall the correct message function in the language object depending on whether the...
Zheng Zhu [Mon, 13 Dec 2004 02:14:31 +0000 (02:14 +0000)]
Call the correct message function in the language object depending on whether the language object is used for UI or content. This should fix the problem with date formatting in signatures.

19 years ago* Enhance upload extension blacklist to protect against vulnerable Apache configurations
Brion Vibber [Sun, 12 Dec 2004 23:31:23 +0000 (23:31 +0000)]
* Enhance upload extension blacklist to protect against vulnerable Apache configurations

19 years ago* (bug 1074) Add stock icons for non-image files in gallery/Newimages
Brion Vibber [Sun, 12 Dec 2004 09:56:02 +0000 (09:56 +0000)]
* (bug 1074) Add stock icons for non-image files in gallery/Newimages
* Add width and height attributes on thumbs in gallery/Newimages

19 years agofor debugging
Tim Starling [Sun, 12 Dec 2004 06:25:08 +0000 (06:25 +0000)]
for debugging

19 years agominor bug
Tim Starling [Sun, 12 Dec 2004 05:16:24 +0000 (05:16 +0000)]
minor bug

19 years agoReturn somewhere sensible after marking as patrolled, without an annoying meta refresh
Tim Starling [Sun, 12 Dec 2004 05:07:09 +0000 (05:07 +0000)]
Return somewhere sensible after marking as patrolled, without an annoying meta refresh

19 years agoFixed connection errors yet again, hopefully in a more robust way this time
Tim Starling [Sun, 12 Dec 2004 04:44:17 +0000 (04:44 +0000)]
Fixed connection errors yet again, hopefully in a more robust way this time

19 years agoLoad limiting work for Recentchanges RSS/Atom feeds:
Brion Vibber [Sun, 12 Dec 2004 04:13:19 +0000 (04:13 +0000)]
Load limiting work for Recentchanges RSS/Atom feeds:
* Cache feeds for up to a day
* Maximum number of rows to show
* Minimum timeout between changes to re-cache
* Maximum article size to show diffs for (will show diff link instead for larger)
* Also, return 500 error if asked for an invalid feed format instead of silently showing the html

19 years agoFix notice error on UA check when no user-agent header sent
Brion Vibber [Sun, 12 Dec 2004 03:54:20 +0000 (03:54 +0000)]
Fix notice error on UA check when no user-agent header sent

19 years agoFix index usage in contribs
Brion Vibber [Sun, 12 Dec 2004 01:54:38 +0000 (01:54 +0000)]
Fix index usage in contribs

19 years ago(bug 1076) navigation links in QueryPage should be translated by wgContLang
Zheng Zhu [Sat, 11 Dec 2004 19:23:03 +0000 (19:23 +0000)]
(bug 1076) navigation links in QueryPage should be translated by wgContLang

19 years agoBringing calling convention into line with 1.3, for compatibility with plugin
Tim Starling [Sat, 11 Dec 2004 11:32:53 +0000 (11:32 +0000)]
Bringing calling convention into line with 1.3, for compatibility with plugin

19 years ago* Fix language selection for upgraded accounts [merge from 1.4]
Brion Vibber [Sat, 11 Dec 2004 09:57:58 +0000 (09:57 +0000)]
* Fix language selection for upgraded accounts [merge from 1.4]

19 years ago* move away SQL guts from parseQuery to queryMain
Domas Mituzas [Sat, 11 Dec 2004 09:55:56 +0000 (09:55 +0000)]
* move away SQL guts from parseQuery to queryMain
* add ranking

19 years agoallow ranked search results: added SearchEngine:queryRanking()
Domas Mituzas [Sat, 11 Dec 2004 09:55:02 +0000 (09:55 +0000)]
allow ranked search results: added SearchEngine:queryRanking()

19 years ago* Hide RC patrol markers when patrol is disabled or not allowed to patrol.
Brion Vibber [Sat, 11 Dec 2004 01:41:52 +0000 (01:41 +0000)]
* Hide RC patrol markers when patrol is disabled or not allowed to patrol.

19 years agoFix self-links
Brion Vibber [Fri, 10 Dec 2004 06:05:55 +0000 (06:05 +0000)]
Fix self-links

19 years agoPrint the database name and give a chance to abort
Brion Vibber [Fri, 10 Dec 2004 06:05:30 +0000 (06:05 +0000)]
Print the database name and give a chance to abort

19 years ago(bug 1028) fix page move over redirect to not fail on the unique index
Brion Vibber [Fri, 10 Dec 2004 05:56:44 +0000 (05:56 +0000)]
(bug 1028) fix page move over redirect to not fail on the unique index

19 years agoRevert unauthorized changes made without discussion of outstanding objections.
Brion Vibber [Fri, 10 Dec 2004 05:02:23 +0000 (05:02 +0000)]
Revert unauthorized changes made without discussion of outstanding objections.
Please rework this as an extension.

19 years agoNew feature: You can edit summaries and change the Minor Edit flag.
Nicholas Pisarro, Jr [Fri, 10 Dec 2004 04:49:27 +0000 (04:49 +0000)]
New feature: You can edit summaries and change the Minor Edit flag.

* Documented at http://meta.wikimedia.org/wiki/Feature_to_edit_summaries

19 years agoClean up some bogus defaults
Brion Vibber [Fri, 10 Dec 2004 03:56:04 +0000 (03:56 +0000)]
Clean up some bogus defaults

19 years agoFix for table prefix
Brion Vibber [Fri, 10 Dec 2004 03:20:23 +0000 (03:20 +0000)]
Fix for table prefix

19 years agoFix inclusion error during installation
Zheng Zhu [Fri, 10 Dec 2004 01:43:16 +0000 (01:43 +0000)]
Fix inclusion error during installation

19 years ago* Defer message cache initialization, shaving a few ms off file cache hits
Brion Vibber [Thu, 9 Dec 2004 05:51:20 +0000 (05:51 +0000)]
* Defer message cache initialization, shaving a few ms off file cache hits

19 years agoAdded optional setting to allow UI messages act as content.
Zheng Zhu [Thu, 9 Dec 2004 03:00:49 +0000 (03:00 +0000)]
Added optional setting to allow UI messages act as content.

19 years agoMerge image gallery fixlets from 1.4
Brion Vibber [Thu, 9 Dec 2004 02:13:00 +0000 (02:13 +0000)]
Merge image gallery fixlets from 1.4

19 years ago* Fix string escaping with PostgreSQL
Brion Vibber [Wed, 8 Dec 2004 19:51:30 +0000 (19:51 +0000)]
* Fix string escaping with PostgreSQL

19 years ago(bug 1039) mCache may not be an array if cache failures are happening, so check befor...
Brion Vibber [Wed, 8 Dec 2004 17:43:09 +0000 (17:43 +0000)]
(bug 1039) mCache may not be an array if cache failures are happening, so check before searching it

19 years agohtmlspecialchars [MF REL1_4]
River Tarnell [Wed, 8 Dec 2004 11:02:08 +0000 (11:02 +0000)]
htmlspecialchars [MF REL1_4]

19 years agoprevent javascript insertion
Jens Frank [Wed, 8 Dec 2004 10:50:08 +0000 (10:50 +0000)]
prevent javascript insertion

19 years ago(bug 1016) Fix handling of lines omitting Image: in a <gallery> tag
Jens Frank [Tue, 7 Dec 2004 23:44:04 +0000 (23:44 +0000)]
(bug 1016) Fix handling of lines omitting Image: in a <gallery> tag

19 years agoadded user option to disable Chinese language conversion
Zheng Zhu [Tue, 7 Dec 2004 22:23:21 +0000 (22:23 +0000)]
added user option to disable Chinese language conversion

19 years agobug 1004 Capitalized Norsk
Jens Frank [Tue, 7 Dec 2004 22:17:49 +0000 (22:17 +0000)]
bug 1004 Capitalized Norsk

19 years agoWarning about enabling proxy scanner
Jens Frank [Tue, 7 Dec 2004 21:23:13 +0000 (21:23 +0000)]
Warning about enabling proxy scanner

19 years ago(bug 1024) Fix link to high-res image version on Image: pages
Jens Frank [Tue, 7 Dec 2004 21:19:02 +0000 (21:19 +0000)]
(bug 1024) Fix link to high-res image version on Image: pages

19 years agomore fixes for languages with no language files; allow UI customization for all langu...
Zheng Zhu [Tue, 7 Dec 2004 20:22:22 +0000 (20:22 +0000)]
more fixes for languages with no language files; allow UI customization for all languages.

19 years ago* (bug 1018) Some pages fail with stub threshold enabled
Brion Vibber [Tue, 7 Dec 2004 18:43:25 +0000 (18:43 +0000)]
* (bug 1018) Some pages fail with stub threshold enabled

19 years agoChanged <br> and <br/> tags to <br />, for XHTML compliance, as per
Shane King [Tue, 7 Dec 2004 13:19:31 +0000 (13:19 +0000)]
Changed <br> and <br/> tags to <br />, for XHTML compliance, as per
bug #1023.

19 years agoFixed a problem when displaying the New Image Gallery.
Nicholas Pisarro, Jr [Tue, 7 Dec 2004 13:10:56 +0000 (13:10 +0000)]
Fixed a problem when displaying the New Image Gallery.

Check to make sure a valid name object is returned by "Title".
This may occur if a record is not valid in the DB.

19 years agoFixed prev/next links for Special:BrokenRedirects and
Shane King [Tue, 7 Dec 2004 12:41:13 +0000 (12:41 +0000)]
Fixed prev/next links for Special:BrokenRedirects and
Special:DoubleRedirects. See bug #1025.

19 years ago(bug 1027) Fix page moves with table prefix
Brion Vibber [Tue, 7 Dec 2004 07:58:36 +0000 (07:58 +0000)]
(bug 1027) Fix page moves with table prefix

19 years agoFix fatal error on search update
Brion Vibber [Tue, 7 Dec 2004 07:55:26 +0000 (07:55 +0000)]
Fix fatal error on search update

19 years agoFix for buf #1026, where next/prev page links point to the wrong place.
Shane King [Tue, 7 Dec 2004 05:35:14 +0000 (05:35 +0000)]
Fix for buf #1026, where next/prev page links point to the wrong place.

19 years agoAdded support for .. style backlinks within subpages. See bug #981
Shane King [Tue, 7 Dec 2004 01:23:32 +0000 (01:23 +0000)]
Added support for .. style backlinks within subpages. See bug #981
for full details.

19 years ago1014 fix from REL1_4
Brion Vibber [Mon, 6 Dec 2004 14:51:18 +0000 (14:51 +0000)]
1014 fix from REL1_4

19 years agofix install/update problem for languages without language files
Zheng Zhu [Mon, 6 Dec 2004 04:36:12 +0000 (04:36 +0000)]
fix install/update problem for languages without language files

19 years ago* Fix for load balancing mode, notify if using old settings format
Brion Vibber [Mon, 6 Dec 2004 01:14:53 +0000 (01:14 +0000)]
* Fix for load balancing mode, notify if using old settings format

19 years ago* Login works again when using an old-style default skin
Brion Vibber [Mon, 6 Dec 2004 00:37:08 +0000 (00:37 +0000)]
* Login works again when using an old-style default skin

19 years agoBug 985 Fix auto-summary for section edits
Jens Frank [Sun, 5 Dec 2004 23:16:35 +0000 (23:16 +0000)]
Bug 985 Fix auto-summary for section edits

19 years agoBug 995 Close <a> tag
Jens Frank [Sun, 5 Dec 2004 22:28:15 +0000 (22:28 +0000)]
Bug 995 Close <a> tag

19 years agoBug#1004 renamed norsk language links
Jens Frank [Sun, 5 Dec 2004 21:50:02 +0000 (21:50 +0000)]
Bug#1004 renamed norsk language links

19 years agomake sure all language variants are initialized.
Zheng Zhu [Sun, 5 Dec 2004 21:33:51 +0000 (21:33 +0000)]
make sure all language variants are initialized.

19 years agoGet image gallery playing nice with missing image files
Brion Vibber [Sun, 5 Dec 2004 19:14:31 +0000 (19:14 +0000)]
Get image gallery playing nice with missing image files

19 years ago* (bug 1010) fix broken Commons image link on Classic & Cologne Blue
Brion Vibber [Sun, 5 Dec 2004 18:54:49 +0000 (18:54 +0000)]
* (bug 1010) fix broken Commons image link on Classic & Cologne Blue

19 years agoTreat each Chinese character as a single word when diffing, and glue them back togeth...
Zheng Zhu [Sun, 5 Dec 2004 02:17:21 +0000 (02:17 +0000)]
Treat each Chinese character as a single word when diffing, and glue them back together afterward. This gives much more readable diff for zh.

19 years ago(bug 992) Return a reference from RecentChange::getTitle() to fix error messages...
Brion Vibber [Sat, 4 Dec 2004 18:48:57 +0000 (18:48 +0000)]
(bug 992) Return a reference from RecentChange::getTitle() to fix error messages in enhanced RC on PHP5

19 years agoupdate comments
Zheng Zhu [Sat, 4 Dec 2004 16:01:56 +0000 (16:01 +0000)]
update comments

19 years agoFix wrong function call in changeslist for block link
Brion Vibber [Sat, 4 Dec 2004 05:55:02 +0000 (05:55 +0000)]
Fix wrong function call in changeslist for block link

19 years ago(bug 987) revert broken attempt to fix bug 502, which broke MonoBook tabs in diff...
Brion Vibber [Sat, 4 Dec 2004 05:03:19 +0000 (05:03 +0000)]
(bug 987) revert broken attempt to fix bug 502, which broke MonoBook tabs in diff views and hides the sidebar for error pages in Classic

19 years agoFirst segment then convert when preparing for indexing.
Zheng Zhu [Sat, 4 Dec 2004 04:44:19 +0000 (04:44 +0000)]
First segment then convert when preparing for indexing.

19 years agoBump version to 1.5alpha
Brion Vibber [Fri, 3 Dec 2004 12:06:47 +0000 (12:06 +0000)]
Bump version to 1.5alpha

19 years agofix really outdated comments
Domas Mituzas [Fri, 3 Dec 2004 11:44:27 +0000 (11:44 +0000)]
fix really outdated comments

19 years agoUpdate INSTALL info a bit, remove old experimental texvc.phtml
Brion Vibber [Fri, 3 Dec 2004 11:18:16 +0000 (11:18 +0000)]
Update INSTALL info a bit, remove old experimental texvc.phtml

19 years agoCLI-protect the usemod importer, remove the old version
Brion Vibber [Fri, 3 Dec 2004 11:09:33 +0000 (11:09 +0000)]
CLI-protect the usemod importer, remove the old version

19 years agoAdd some conditional die()s to suppress fatal error messages if certain files are...
Brion Vibber [Fri, 3 Dec 2004 10:57:19 +0000 (10:57 +0000)]
Add some conditional die()s to suppress fatal error messages if certain files are run directly from the web. On a server concerned about path disclosure, display_errors should be off, but we can play nice anyway.

19 years agonotes
Brion Vibber [Fri, 3 Dec 2004 10:41:57 +0000 (10:41 +0000)]
notes

19 years agoRequire running from command line
Brion Vibber [Fri, 3 Dec 2004 10:30:50 +0000 (10:30 +0000)]
Require running from command line

19 years agoHide tests from web. Probably harmless, but safer to keep it out.
Brion Vibber [Fri, 3 Dec 2004 08:42:27 +0000 (08:42 +0000)]
Hide tests from web. Probably harmless, but safer to keep it out.

19 years ago(bug 144) Dan Keshet's category backlinks special-casing patch, with sql escaping...
Brion Vibber [Fri, 3 Dec 2004 08:12:50 +0000 (08:12 +0000)]
(bug 144) Dan Keshet's category backlinks special-casing patch, with sql escaping fix.

19 years ago(sp)
Erik Moeller [Thu, 2 Dec 2004 21:00:40 +0000 (21:00 +0000)]
(sp)

19 years agoFurther explanation as to why to avoid CVS keywords.
Evan Prodromou [Thu, 2 Dec 2004 19:57:34 +0000 (19:57 +0000)]
Further explanation as to why to avoid CVS keywords.