lhc/web/wiklou.git
17 years ago'contribsub' message changed to 'contribsub2' with two parameters to permit better...
Aryeh Gregor [Thu, 26 Apr 2007 22:10:41 +0000 (22:10 +0000)]
'contribsub' message changed to 'contribsub2' with two parameters to permit better localization (specifically Gujarati as requested by bernard on IRC).  Change is transparent, it adds more options but does not damage compatibility.

17 years ago* (bug 3348) Some additional weak password checks: password which is same as username...
Brion Vibber [Thu, 26 Apr 2007 21:45:11 +0000 (21:45 +0000)]
* (bug 3348) Some additional weak password checks: password which is same as username will now be rejected.

There are some UI issues still with handling of bad/weak passwords. It's not too clear to the legit user who tries to log in again. There's also some bad behavior on the create account form; short or bad passwords just give an exception backtrace. Nice. :) But that's existing problems...

17 years agoDocument ContribsFinder and mark its members public/private (should cause no function...
Aryeh Gregor [Thu, 26 Apr 2007 21:18:37 +0000 (21:18 +0000)]
Document ContribsFinder and mark its members public/private (should cause no functional changes)

17 years agoCorrect test which was reversed in r20158
Brion Vibber [Thu, 26 Apr 2007 20:51:31 +0000 (20:51 +0000)]
Correct test which was reversed in r20158

17 years agoFix #5959: Anchors dropped from stub links
Antoine Musso [Thu, 26 Apr 2007 20:27:21 +0000 (20:27 +0000)]
Fix #5959: Anchors dropped from stub links
Linker::makeStubLinkObj now load the style for stubs and call makeKnownLinkObj
this way known links and stub links will be consistent.

17 years agoDon't try to highlight non-words.
Greg Sabino Mullane [Thu, 26 Apr 2007 19:35:27 +0000 (19:35 +0000)]
Don't try to highlight non-words.

17 years ago* (bug 9682) Revert PHP 5.1 dependency on warning suppression for SVN info
Brion Vibber [Thu, 26 Apr 2007 18:16:41 +0000 (18:16 +0000)]
* (bug 9682) Revert PHP 5.1 dependency on warning suppression for SVN info
Partial revert of r19003; use of new parameter causes extra whinging on PHP 5.0 apparently

17 years ago* (bug 9669) Fix limit ordering for rebuildrecentchanges; broken since
Brion Vibber [Thu, 26 Apr 2007 17:55:45 +0000 (17:55 +0000)]
* (bug 9669) Fix limit ordering for rebuildrecentchanges; broken since
  converted from 1.4 to 1.5 schema

17 years ago* (bug 9709) Updates of zh-cn and zh-tw
Raimond Spekking [Thu, 26 Apr 2007 16:23:51 +0000 (16:23 +0000)]
* (bug 9709) Updates of zh-cn and zh-tw
  patch by Shinjiman

17 years ago* (bug 9582) Members of bot group now mark edits patrolled by default
Brion Vibber [Thu, 26 Apr 2007 16:16:42 +0000 (16:16 +0000)]
* (bug 9582) Members of bot group now mark edits patrolled by default

17 years agoUpdate.
Rotem Liss [Thu, 26 Apr 2007 13:18:57 +0000 (13:18 +0000)]
Update.

17 years ago* (bug 9706) Updates of zh-cn and zh-tw
Raimond Spekking [Thu, 26 Apr 2007 11:46:29 +0000 (11:46 +0000)]
* (bug 9706) Updates of zh-cn and zh-tw
  patch by Shinjiman

17 years ago* (bug 9688) Adding Armenian (hy) message and language files
Raimond Spekking [Thu, 26 Apr 2007 11:33:59 +0000 (11:33 +0000)]
* (bug 9688) Adding Armenian (hy) message and language files
  based on file of Ruben Vardanyan

17 years ago* Remove broken formatnum
Niklas Laxström [Thu, 26 Apr 2007 09:23:22 +0000 (09:23 +0000)]
* Remove broken formatnum

17 years ago* (bug 7859) Update Kazakh translations
Raimond Spekking [Thu, 26 Apr 2007 04:54:50 +0000 (04:54 +0000)]
* (bug 7859) Update Kazakh translations
  Patch by AlefZet

17 years ago9697: Adding InternalParseBeforeLinks Parser Hook for Semantic MediaWiki (documentati...
River Tarnell [Wed, 25 Apr 2007 21:23:43 +0000 (21:23 +0000)]
9697: Adding InternalParseBeforeLinks Parser Hook for Semantic MediaWiki (documentation updates), from Jim R. Wilson

17 years ago* (bug 9649) Fix RTL form alignment for Special:Movepage
Brion Vibber [Wed, 25 Apr 2007 20:46:02 +0000 (20:46 +0000)]
* (bug 9649) Fix RTL form alignment for Special:Movepage
Ideally many of these should be using $wgLang rather than $wgContLang, perhaps, but sticking with $wgContLang to match the rest of the UI layout

17 years agoMethod User::loadFromSession() is private. If you want to create a user
Antoine Musso [Wed, 25 Apr 2007 20:00:18 +0000 (20:00 +0000)]
Method User::loadFromSession() is private. If you want to create a user
object from a session, use the static method User::newFromSession().

17 years ago* (bug 3826) Normalize some invalid cookie name characters when setting
Brion Vibber [Wed, 25 Apr 2007 18:38:11 +0000 (18:38 +0000)]
* (bug 3826) Normalize some invalid cookie name characters when setting
  up $wgCookiePrefix. Completes application of patch by Anders Kaseorg.

17 years agoFix #9196 : installer now check zend.ze1_compatibility_mode is off.
Antoine Musso [Wed, 25 Apr 2007 17:59:58 +0000 (17:59 +0000)]
Fix #9196 : installer now check zend.ze1_compatibility_mode is off.

17 years ago* (bug 9694) Updates of zh-cn and zh-tw
Raimond Spekking [Wed, 25 Apr 2007 17:25:55 +0000 (17:25 +0000)]
* (bug 9694) Updates of zh-cn and zh-tw
  patch by Shinjiman

17 years agofixed isFileCacheable: use && instead of 'and', check user language, added hook point
Daniel Kinzler [Wed, 25 Apr 2007 13:07:29 +0000 (13:07 +0000)]
fixed isFileCacheable: use && instead of 'and', check user language, added hook point

17 years agointroducing magic word {{USERLANG}}; This should fix a lot of problems for multilingu...
Daniel Kinzler [Wed, 25 Apr 2007 12:42:18 +0000 (12:42 +0000)]
introducing magic word {{USERLANG}}; This should fix a lot of problems for multilingual wikis.

17 years agofix calling convention to Linker::makeImageLinkObj()
Tim Starling [Wed, 25 Apr 2007 09:54:00 +0000 (09:54 +0000)]
fix calling convention to Linker::makeImageLinkObj()

17 years agoX-Database-Lag header
Tim Starling [Wed, 25 Apr 2007 09:05:09 +0000 (09:05 +0000)]
X-Database-Lag header

17 years agoAdd CheckUser setup
Tim Starling [Wed, 25 Apr 2007 07:43:29 +0000 (07:43 +0000)]
Add CheckUser setup

17 years agoRemove slave servers from rotation if the slave thread is not running on them
Tim Starling [Wed, 25 Apr 2007 07:42:14 +0000 (07:42 +0000)]
Remove slave servers from rotation if the slave thread is not running on them

17 years agousername in SQL comments
Tim Starling [Wed, 25 Apr 2007 07:41:00 +0000 (07:41 +0000)]
username in SQL comments

17 years agobetter error messages
Tim Starling [Wed, 25 Apr 2007 07:40:22 +0000 (07:40 +0000)]
better error messages

17 years agodebugging
Tim Starling [Wed, 25 Apr 2007 07:40:00 +0000 (07:40 +0000)]
debugging

17 years agoBump cache version
Tim Starling [Wed, 25 Apr 2007 07:39:26 +0000 (07:39 +0000)]
Bump cache version

17 years agoAdding -summary messages to new special pages to be consistent with other special...
Raimond Spekking [Tue, 24 Apr 2007 20:54:43 +0000 (20:54 +0000)]
Adding -summary messages to new special pages to be consistent with other special pages
Make them optional.

17 years ago*Remove wfGetLastIPfromXFF() from r19889
Aaron Schulz [Tue, 24 Apr 2007 19:00:45 +0000 (19:00 +0000)]
*Remove wfGetLastIPfromXFF() from r19889

17 years agoUse eval "$4" instead of "$@", so that shell metacharacters such as "(" are understood
Tim Starling [Tue, 24 Apr 2007 18:09:53 +0000 (18:09 +0000)]
Use eval "$4" instead of "$@", so that shell metacharacters such as "(" are understood

17 years ago* (bug 9585) Fix regression in tidy usage in Special:Undelete previews
Brion Vibber [Tue, 24 Apr 2007 16:26:42 +0000 (16:26 +0000)]
* (bug 9585) Fix regression in tidy usage in Special:Undelete previews

17 years agoneed destination path even when rendering later
Tim Starling [Tue, 24 Apr 2007 15:09:37 +0000 (15:09 +0000)]
need destination path even when rendering later

17 years agoinclude path in thumbnail output
Tim Starling [Tue, 24 Apr 2007 14:48:21 +0000 (14:48 +0000)]
include path in thumbnail output

17 years agoIndonesian (id) and Sundanese (su) localisation updates
Ivan Lanin [Tue, 24 Apr 2007 14:47:07 +0000 (14:47 +0000)]
Indonesian (id) and Sundanese (su) localisation updates

17 years agoReverting more fucked up untested code from r21448 and r21449
Brion Vibber [Tue, 24 Apr 2007 14:31:52 +0000 (14:31 +0000)]
Reverting more fucked up untested code from r21448 and r21449

17 years ago* Updates
Niklas Laxström [Tue, 24 Apr 2007 11:02:01 +0000 (11:02 +0000)]
* Updates

17 years agoUpdate.
Rotem Liss [Tue, 24 Apr 2007 10:15:10 +0000 (10:15 +0000)]
Update.

17 years agoGerman uodates
Raimond Spekking [Tue, 24 Apr 2007 10:10:33 +0000 (10:10 +0000)]
German uodates

17 years agoDoc tweaks:
Nick Jenkins [Tue, 24 Apr 2007 06:53:31 +0000 (06:53 +0000)]
Doc tweaks:
* Seems like an opportune time to introduce "@addtogroup Media" documentation tags.
* Merge "@addtogroup Metadata" (used by Exif.php) into "@addtogroup Media".
* Few more moving comment blocks to above classes.

17 years agoEnable JAVADOC_AUTOBRIEF in Doxygen configuration file. With this enabled, the
Nick Jenkins [Tue, 24 Apr 2007 06:36:23 +0000 (06:36 +0000)]
Enable JAVADOC_AUTOBRIEF in Doxygen configuration file. With this enabled, the
http://svn.wikimedia.org/doc/annotated.html page should (I think) when regenerated
go from the class description column on the right being almost empty, to being almost
full. (Why Doxygen ships with this defaulting to off is rather perplexing to me).

17 years ago* (bug 9674) Update Cantonese translations
Raimond Spekking [Tue, 24 Apr 2007 04:30:44 +0000 (04:30 +0000)]
* (bug 9674) Update Cantonese translations
  Patch by Shinjiman

17 years ago*Actually enforce when you can cascade, add missing [cascade] comment to dummy edit...
Aaron Schulz [Tue, 24 Apr 2007 02:20:04 +0000 (02:20 +0000)]
*Actually enforce when you can cascade, add missing [cascade] comment to dummy edit summary

17 years ago*Add {{plural}} to Protect-cascadeon too. (bug 8664)
Aaron Schulz [Tue, 24 Apr 2007 02:04:04 +0000 (02:04 +0000)]
*Add {{plural}} to Protect-cascadeon too. (bug 8664)

17 years ago*Use proper number grammar for cascading protection notices (bug 8664)
Aaron Schulz [Tue, 24 Apr 2007 01:59:47 +0000 (01:59 +0000)]
*Use proper number grammar for cascading protection notices (bug 8664)

17 years agoIndonesian (id) localisation updates
Ivan Lanin [Tue, 24 Apr 2007 01:20:49 +0000 (01:20 +0000)]
Indonesian (id) localisation updates

17 years agoRevert r21504, wrong file :/
Aaron Schulz [Mon, 23 Apr 2007 19:51:41 +0000 (19:51 +0000)]
Revert r21504, wrong file :/

17 years ago*Do not convert to arrays
Aaron Schulz [Mon, 23 Apr 2007 19:50:10 +0000 (19:50 +0000)]
*Do not convert to arrays

17 years ago*dammit
Aaron Schulz [Mon, 23 Apr 2007 19:49:03 +0000 (19:49 +0000)]
*dammit

17 years agoThis file seems to be empty - removing.
Rotem Liss [Mon, 23 Apr 2007 19:42:22 +0000 (19:42 +0000)]
This file seems to be empty - removing.

17 years agoRevert r21461 for now; a cleanup patch which doesn't change functionality but makes...
Brion Vibber [Mon, 23 Apr 2007 18:52:51 +0000 (18:52 +0000)]
Revert r21461 for now; a cleanup patch which doesn't change functionality but makes more things to clean up -- ugly function names, incorrect profiling function titles...

17 years agoRemove mysql5 schema stuff, various minor updates.
Greg Sabino Mullane [Mon, 23 Apr 2007 18:33:38 +0000 (18:33 +0000)]
Remove mysql5 schema stuff, various minor updates.

17 years ago*cough* ahem
Aaron Schulz [Mon, 23 Apr 2007 18:30:36 +0000 (18:30 +0000)]
*cough* ahem

17 years ago*Typo
Aaron Schulz [Mon, 23 Apr 2007 18:25:22 +0000 (18:25 +0000)]
*Typo

17 years ago*Document some older functions
Aaron Schulz [Mon, 23 Apr 2007 18:06:37 +0000 (18:06 +0000)]
*Document some older functions

17 years agoUpdate.
Rotem Liss [Mon, 23 Apr 2007 16:21:20 +0000 (16:21 +0000)]
Update.

17 years agoReapply predefined block reasons (r21200) after reworking:
Raimond Spekking [Mon, 23 Apr 2007 16:11:49 +0000 (16:11 +0000)]
Reapply predefined block reasons (r21200) after reworking:
* Better default block reasons (thanks to Rob)
* Consistent appearance at [[MediaWiki:ipbreason-dropdown]]
** () zero level, * first level (groups), ** second level (reasons for this group)
* field can be disabled with '-'
* link to MW message at block page

17 years agoremove version
Tim Starling [Mon, 23 Apr 2007 15:50:49 +0000 (15:50 +0000)]
remove version

17 years agoStub localisation for classical chinese, simple fallback to zh-tw
Tim Starling [Mon, 23 Apr 2007 11:10:50 +0000 (11:10 +0000)]
Stub localisation for classical chinese, simple fallback to zh-tw

17 years ago* Some updates
Niklas Laxström [Mon, 23 Apr 2007 09:06:09 +0000 (09:06 +0000)]
* Some updates

17 years ago* (bug 9647) Updates of zh-cn and zh-tw
Raimond Spekking [Mon, 23 Apr 2007 09:03:59 +0000 (09:03 +0000)]
* (bug 9647) Updates of zh-cn and zh-tw
  patch by Shinjiman

17 years ago* (bug 9668) Update Uzbek translations
Raimond Spekking [Mon, 23 Apr 2007 08:48:17 +0000 (08:48 +0000)]
* (bug 9668) Update Uzbek translations
  Patch by Behzod Saidov

17 years ago* (bug 9636) Update Sanskrit translations
Raimond Spekking [Mon, 23 Apr 2007 07:21:17 +0000 (07:21 +0000)]
* (bug 9636) Update Sanskrit translations
  Patch by sivakalyan.princeton

17 years ago* (bug 9662) Update Russian translations
Raimond Spekking [Mon, 23 Apr 2007 07:11:50 +0000 (07:11 +0000)]
* (bug 9662) Update Russian translations
  Patch by Alexander Sigachov

17 years ago* (bug 9664) Update French translations
Raimond Spekking [Mon, 23 Apr 2007 07:07:26 +0000 (07:07 +0000)]
* (bug 9664) Update French translations
  Patch by Rémi Kaupp

17 years agoTweak for E_STRICT warning "Undefined index: in includes/MimeMagic.php on line...
Nick Jenkins [Mon, 23 Apr 2007 01:41:19 +0000 (01:41 +0000)]
Tweak for E_STRICT warning "Undefined index:   in includes/MimeMagic.php on line 267" on:
curl --silent --include --globoff -F 'f'='..' -F 'w'='1930' -F 'r'='\</rp></dt>' 'http://localhost/wiki/thumb.php'
(Only happens because E_STRICT seems to disable the @ error control operator)

17 years agosyntax error
Tim Starling [Sun, 22 Apr 2007 22:03:02 +0000 (22:03 +0000)]
syntax error

17 years ago503 response code on lag error
Tim Starling [Sun, 22 Apr 2007 22:01:41 +0000 (22:01 +0000)]
503 response code on lag error

17 years agomaxlag hidden parameter. Allows client-side bots to throttle under slave lag conditio...
Tim Starling [Sun, 22 Apr 2007 21:17:10 +0000 (21:17 +0000)]
maxlag hidden parameter. Allows client-side bots to throttle under slave lag conditions, just like server-side maintenance scripts.

17 years ago* Smaller borders for TablePager
Antoine Musso [Sun, 22 Apr 2007 20:23:56 +0000 (20:23 +0000)]
* Smaller borders for TablePager
* Tweak french translation

17 years agoavoid a notice when nothing is found
Antoine Musso [Sun, 22 Apr 2007 20:23:08 +0000 (20:23 +0000)]
avoid a notice when nothing is found

17 years agoAdd support for microsoft bmp format. It simply give out the height and size,
Antoine Musso [Sun, 22 Apr 2007 17:34:09 +0000 (17:34 +0000)]
Add support for microsoft bmp format. It simply give out the height and size,
we might want to transform them to png automaticly.

17 years agoAdded $wgUsersNotifedOnAllChanges, array of usernames who will be sent a notification...
Tim Starling [Sun, 22 Apr 2007 14:07:28 +0000 (14:07 +0000)]
Added $wgUsersNotifedOnAllChanges, array of usernames who will be sent a notification email for every change which occurs on a wiki

17 years ago* Removed mysql5 SQL files, obviously we're collectively incapable of keeping them...
Tim Starling [Sun, 22 Apr 2007 14:04:52 +0000 (14:04 +0000)]
* Removed mysql5 SQL files, obviously we're collectively incapable of keeping them up to date. They were littered with errors. The only deliberate difference appears to be the table character set, which can be adjusted programatically using a variable.
* Added table option variable to the SQL patch files, so now upgrading a non-standard schema won't leave your database horribly corrupted.
* Added sql.php, for sourcing SQL files with MediaWiki variable substitution.
* Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the various problems that occur when it is on.

17 years ago* Removed mysql5 SQL files, obviously we're collectively incapable of keeping them...
Tim Starling [Sun, 22 Apr 2007 14:04:06 +0000 (14:04 +0000)]
* Removed mysql5 SQL files, obviously we're collectively incapable of keeping them up to date. They were littered with errors. The only deliberate difference appears to be the table character set, which can be adjusted programatically using a variable.
* Added table option variable to the SQL patch files, so now upgrading a non-standard schema won't leave your database horribly corrupted.
* Added sql.php, for sourcing SQL files with MediaWiki variable substitution.
* Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the various problems that occur when it is on.

17 years ago* Slovak (sk) updates
Niklas Laxström [Sun, 22 Apr 2007 13:11:57 +0000 (13:11 +0000)]
* Slovak (sk) updates

17 years ago(bug 9656) Generate autosummaries on the deletion of all pages, not just those <...
Aryeh Gregor [Sun, 22 Apr 2007 03:09:42 +0000 (03:09 +0000)]
(bug 9656) Generate autosummaries on the deletion of all pages, not just those < 500 bytes.

17 years agoMove tidy callbacks from the Parser class to a new Tidy class. This is to keep
Antoine Musso [Sat, 21 Apr 2007 23:25:36 +0000 (23:25 +0000)]
Move tidy callbacks from the Parser class to a new Tidy class. This is to keep
Parser.php at a reasonable size.

17 years ago*Remove update() query to avoid any data loss concerns
Aaron Schulz [Sat, 21 Apr 2007 23:19:18 +0000 (23:19 +0000)]
*Remove update() query to avoid any data loss concerns

17 years ago*Use appropriate comment
Aaron Schulz [Sat, 21 Apr 2007 21:44:19 +0000 (21:44 +0000)]
*Use appropriate comment

17 years agoKill some more whitespaces
Antoine Musso [Sat, 21 Apr 2007 21:35:21 +0000 (21:35 +0000)]
Kill some more whitespaces

17 years agoFix end of lines (added in r21455)
Antoine Musso [Sat, 21 Apr 2007 21:11:14 +0000 (21:11 +0000)]
Fix end of lines (added in r21455)

17 years agoTweak out doxygen documentation:
Antoine Musso [Sat, 21 Apr 2007 21:07:23 +0000 (21:07 +0000)]
Tweak out doxygen documentation:
* include svn revision for each file
* use dot to build graphs
* enabled search engine

17 years ago*Add a batch updater to move remaining page_restrictions values in page to the page_r...
Aaron Schulz [Sat, 21 Apr 2007 20:30:57 +0000 (20:30 +0000)]
*Add a batch updater to move remaining page_restrictions values in page to the page_restrictions table

17 years agodoxygen -s -u mwdoxgen.cfg :
Antoine Musso [Sat, 21 Apr 2007 20:22:44 +0000 (20:22 +0000)]
doxygen -s -u mwdoxgen.cfg :
* strip out comments
* update from doxyfile 1.4.3 to 1.5.1

17 years agoShow the current version number in doxygen documentation
Antoine Musso [Sat, 21 Apr 2007 20:06:52 +0000 (20:06 +0000)]
Show the current version number in doxygen documentation

17 years ago*Cascading protection notice, show regular protection and cascading notices if both...
Aaron Schulz [Sat, 21 Apr 2007 19:02:02 +0000 (19:02 +0000)]
*Cascading protection notice, show regular protection and cascading notices if both apply

17 years ago* Updates
Niklas Laxström [Sat, 21 Apr 2007 17:19:19 +0000 (17:19 +0000)]
* Updates

17 years ago*Remove wfGetLastIPfromXFF(), add a new wfGetClientIPfromXFF(), which was removed...
Aaron Schulz [Sat, 21 Apr 2007 16:45:36 +0000 (16:45 +0000)]
*Remove wfGetLastIPfromXFF(), add a new wfGetClientIPfromXFF(), which was removed in r21353

17 years ago* Võro (fiu-vro) translation
Niklas Laxström [Sat, 21 Apr 2007 16:41:02 +0000 (16:41 +0000)]
* Võro (fiu-vro) translation
* Thanks to Võrok

17 years agoAdd a php linting test.
Antoine Musso [Sat, 21 Apr 2007 16:27:06 +0000 (16:27 +0000)]
Add a php linting test.

17 years agoFix.
Rotem Liss [Sat, 21 Apr 2007 16:03:46 +0000 (16:03 +0000)]
Fix.

17 years agoFix r21443 : privates are public :o)
Antoine Musso [Sat, 21 Apr 2007 15:12:56 +0000 (15:12 +0000)]
Fix r21443 : privates are public :o)

17 years ago* Made HistoryBlob an interface (PHP 5 let us do it now).
Antoine Musso [Sat, 21 Apr 2007 15:04:51 +0000 (15:04 +0000)]
* Made HistoryBlob an interface (PHP 5 let us do it now).
* ConcatenedGzipHistoryBlob is an implementation of HistoryBlob, marked public / private methods.

17 years agoConvert whitespaces to tabulations
Antoine Musso [Sat, 21 Apr 2007 14:44:56 +0000 (14:44 +0000)]
Convert whitespaces to tabulations

17 years agoFix #9630 : Limits links in Whatlinkshere forget about namespace filter
Antoine Musso [Sat, 21 Apr 2007 14:27:59 +0000 (14:27 +0000)]
Fix #9630 : Limits links in Whatlinkshere forget about namespace filter
* marks '$namespace' private too

17 years agoAdded some comments to our classes.
Antoine Musso [Sat, 21 Apr 2007 12:42:27 +0000 (12:42 +0000)]
Added some comments to our classes.