lhc/web/wiklou.git
18 years agoAlways use reference assignment when taking the return value of wfGetDB(), or else...
Tim Starling [Mon, 15 Aug 2005 13:06:33 +0000 (13:06 +0000)]
Always use reference assignment when taking the return value of wfGetDB(), or else annoying bugs which are difficult to track down will result. Example of correct usage:

$dbr =& wfGetDB( DB_SLAVE );

18 years agofilename error
Antoine Musso [Mon, 15 Aug 2005 12:54:55 +0000 (12:54 +0000)]
filename error

18 years ago* Use languages class.
Antoine Musso [Mon, 15 Aug 2005 12:50:45 +0000 (12:50 +0000)]
* Use languages class.
* $lang -> $langcode
* comments moved on top of line instead of being at the end (shorter lines)

18 years agoremoving getmessages()
Antoine Musso [Mon, 15 Aug 2005 12:47:48 +0000 (12:47 +0000)]
removing getmessages()

18 years agowhite-space: indentation
Niklas Laxström [Mon, 15 Aug 2005 12:11:10 +0000 (12:11 +0000)]
white-space: indentation

18 years ago* (bug 2885, 2931) Bah, bugs with the thingalabong 4.4.0, 5.1 eep!
Ævar Arnfjörð Bjarmason [Mon, 15 Aug 2005 12:07:23 +0000 (12:07 +0000)]
* (bug 2885, 2931) Bah, bugs with the thingalabong 4.4.0, 5.1 eep!

18 years agoFix #3151: Wrong usage of {{SITENAME}} in language files.
Antoine Musso [Mon, 15 Aug 2005 11:58:28 +0000 (11:58 +0000)]
Fix #3151: Wrong usage of {{SITENAME}} in language files.

18 years agoBreton
Antoine Musso [Mon, 15 Aug 2005 11:25:26 +0000 (11:25 +0000)]
Breton

18 years agoImplement #3141: Breton language file, inherit french language. File by br:User:Fulup
Antoine Musso [Mon, 15 Aug 2005 11:15:18 +0000 (11:15 +0000)]
Implement #3141: Breton language file, inherit french language. File by br:User:Fulup

18 years ago* Correct $fname
Ævar Arnfjörð Bjarmason [Mon, 15 Aug 2005 09:21:35 +0000 (09:21 +0000)]
* Correct $fname

18 years ago* New special page: SpecialMostlinked
Ævar Arnfjörð Bjarmason [Mon, 15 Aug 2005 02:59:12 +0000 (02:59 +0000)]
* New special page: SpecialMostlinked
* Removed redundant global declerations, the variables are in the same scope
* (bug 2885, 2931) Can't pass a literal as a reference

18 years ago* New special page: SpecialMostlinked
Ævar Arnfjörð Bjarmason [Mon, 15 Aug 2005 02:57:19 +0000 (02:57 +0000)]
* New special page: SpecialMostlinked

18 years ago* Fixed undefined variable error
Ævar Arnfjörð Bjarmason [Mon, 15 Aug 2005 02:40:33 +0000 (02:40 +0000)]
* Fixed undefined variable error

18 years agosome example dtrace scripts
River Tarnell [Mon, 15 Aug 2005 01:46:19 +0000 (01:46 +0000)]
some example dtrace scripts

18 years agoTo language.php 1.644
Alexander Sigachov [Sun, 14 Aug 2005 20:01:48 +0000 (20:01 +0000)]
To language.php 1.644

18 years agoExternal storage handling
Tim Starling [Sun, 14 Aug 2005 16:30:51 +0000 (16:30 +0000)]
External storage handling

18 years agoremoved relic
Tim Starling [Sun, 14 Aug 2005 16:28:46 +0000 (16:28 +0000)]
removed relic

18 years agofixed obvious error
Tim Starling [Sun, 14 Aug 2005 16:28:25 +0000 (16:28 +0000)]
fixed obvious error

18 years agowork in progress
Antoine Musso [Sun, 14 Aug 2005 15:31:50 +0000 (15:31 +0000)]
work in progress

18 years agoupdated for 1.5/1.6
Tim Starling [Sun, 14 Aug 2005 14:43:55 +0000 (14:43 +0000)]
updated for 1.5/1.6

18 years agoadded flags accessor, fixed select/update option array bugs
Tim Starling [Sun, 14 Aug 2005 14:42:54 +0000 (14:42 +0000)]
added flags accessor, fixed select/update option array bugs

18 years agofix warnings
Tim Starling [Sun, 14 Aug 2005 13:22:50 +0000 (13:22 +0000)]
fix warnings

18 years agoremoved phpdoc cruft
Tim Starling [Sun, 14 Aug 2005 12:24:27 +0000 (12:24 +0000)]
removed phpdoc cruft

18 years agomoved from maintenance to maintenance/storage
Tim Starling [Sun, 14 Aug 2005 12:09:32 +0000 (12:09 +0000)]
moved from maintenance to maintenance/storage

18 years agobug: percent shown twice with wiki output
Antoine Musso [Sun, 14 Aug 2005 10:59:09 +0000 (10:59 +0000)]
bug: percent shown twice with wiki output

18 years agoNow use object to easily add new output formats. Colors added to wikitext.
Antoine Musso [Sun, 14 Aug 2005 10:31:29 +0000 (10:31 +0000)]
Now use object to easily add new output formats. Colors added to wikitext.

18 years agoscripts for external storage
Tim Starling [Sun, 14 Aug 2005 07:58:56 +0000 (07:58 +0000)]
scripts for external storage

18 years agoMoving compression scripts from maintenance to maintenance/storage
Tim Starling [Sun, 14 Aug 2005 07:57:05 +0000 (07:57 +0000)]
Moving compression scripts from maintenance to maintenance/storage

18 years agodon't produce warnings in get() if the item is missing
Tim Starling [Sun, 14 Aug 2005 07:22:36 +0000 (07:22 +0000)]
don't produce warnings in get() if the item is missing

18 years agorespect $useDB
Tim Starling [Sun, 14 Aug 2005 07:21:43 +0000 (07:21 +0000)]
respect $useDB

18 years agosupport for two-part external storage URLs referring to parts of history blobs
Tim Starling [Sun, 14 Aug 2005 07:18:34 +0000 (07:18 +0000)]
support for two-part external storage URLs referring to parts of history blobs

18 years agomissing definition for global already present
Tim Starling [Sun, 14 Aug 2005 07:14:10 +0000 (07:14 +0000)]
missing definition for global already present

18 years agonote about old browser (IE)
Antoine Musso [Sun, 14 Aug 2005 07:09:00 +0000 (07:09 +0000)]
note about old browser (IE)

18 years agofixed connection error handling
Tim Starling [Sun, 14 Aug 2005 04:42:55 +0000 (04:42 +0000)]
fixed connection error handling

18 years agoHeader
Antoine Musso [Sat, 13 Aug 2005 19:18:57 +0000 (19:18 +0000)]
Header

18 years agoFixed unquoted negative numerals, which breaks on some mysql versions
Mr. E23 [Sat, 13 Aug 2005 13:37:46 +0000 (13:37 +0000)]
Fixed unquoted negative numerals, which breaks on some mysql versions

18 years agoTypo
Niklas Laxström [Sat, 13 Aug 2005 13:33:23 +0000 (13:33 +0000)]
Typo

18 years agoRemoving line that shouldn't be there anymore
Niklas Laxström [Sat, 13 Aug 2005 13:30:33 +0000 (13:30 +0000)]
Removing line that shouldn't be there anymore

18 years agoAdded dummy wfLogProfilingData() to avoid php warnings when profiling is disabled
Mr. E23 [Sat, 13 Aug 2005 13:23:22 +0000 (13:23 +0000)]
Added dummy wfLogProfilingData() to avoid php warnings when profiling is disabled

18 years agoFixed typo that caused update.php to fail in some cases
Mr. E23 [Sat, 13 Aug 2005 13:14:30 +0000 (13:14 +0000)]
Fixed typo that caused update.php to fail in some cases

18 years agoFix #2855: Credit for a uniq author showed its realname even with $wgAllowRealName...
Antoine Musso [Sat, 13 Aug 2005 09:03:36 +0000 (09:03 +0000)]
Fix #2855: Credit for a uniq author showed its realname even with $wgAllowRealName=false.

18 years ago*** empty log message ***
Antoine Musso [Sat, 13 Aug 2005 08:07:25 +0000 (08:07 +0000)]
*** empty log message ***

18 years ago#3092: Wrong numerical separator for big numbers.
Antoine Musso [Sat, 13 Aug 2005 07:58:19 +0000 (07:58 +0000)]
#3092: Wrong numerical separator for big numbers.

18 years agoSmall code formatting
Antoine Musso [Sat, 13 Aug 2005 07:54:43 +0000 (07:54 +0000)]
Small code formatting

18 years agoSuppressed file not found warning, removed unnecessary cache suppression header
Tim Starling [Sat, 13 Aug 2005 07:53:16 +0000 (07:53 +0000)]
Suppressed file not found warning, removed unnecessary cache suppression header

18 years ago#3130 patch by Tom Gries
Antoine Musso [Sat, 13 Aug 2005 07:31:28 +0000 (07:31 +0000)]
#3130 patch by Tom Gries

18 years agoAuthors as per #3123
Antoine Musso [Sat, 13 Aug 2005 07:25:10 +0000 (07:25 +0000)]
Authors as per #3123

18 years agoParser test for bug 3090 (I knew I'd get CVS wrong)
Rowan Collins [Fri, 12 Aug 2005 23:46:17 +0000 (23:46 +0000)]
Parser test for bug 3090 (I knew I'd get CVS wrong)

18 years agoUpload icon. Icons for anon page and talk.
Antoine Musso [Fri, 12 Aug 2005 20:55:13 +0000 (20:55 +0000)]
Upload icon. Icons for anon page and talk.

18 years agoLot of icons from Gartoon Icon Pack (GPL license). Fixes.
Antoine Musso [Fri, 12 Aug 2005 20:49:38 +0000 (20:49 +0000)]
Lot of icons from Gartoon Icon Pack (GPL license). Fixes.

18 years ago*html-safety fixes
Niklas Laxström [Fri, 12 Aug 2005 17:18:53 +0000 (17:18 +0000)]
*html-safety fixes
*made some things localizable or better localizable

18 years agoCleanup, html-safety and output
Niklas Laxström [Fri, 12 Aug 2005 16:14:20 +0000 (16:14 +0000)]
Cleanup, html-safety and output
bug 2323 Remove "last" tabindex from history page
hopefully no new bugs

18 years agoOups forgot the logo !
Antoine Musso [Fri, 12 Aug 2005 16:07:19 +0000 (16:07 +0000)]
Oups forgot the logo !

18 years agocategory at the very bottom. Diff styling.
Antoine Musso [Fri, 12 Aug 2005 14:20:50 +0000 (14:20 +0000)]
category at the very bottom. Diff styling.

18 years agocategory colors
Antoine Musso [Fri, 12 Aug 2005 13:57:34 +0000 (13:57 +0000)]
category colors

18 years agoNo check needed when viewing old versions
Antoine Musso [Fri, 12 Aug 2005 13:18:57 +0000 (13:18 +0000)]
No check needed when viewing old versions

18 years agoClean up redundant code, style preferences, table-cell, flat inputs.
Antoine Musso [Fri, 12 Aug 2005 13:02:44 +0000 (13:02 +0000)]
Clean up redundant code, style preferences, table-cell, flat inputs.

18 years ago* (bug 3076) Support MacBinary-encoded uploads from IE/Mac
Brion Vibber [Fri, 12 Aug 2005 12:59:03 +0000 (12:59 +0000)]
* (bug 3076) Support MacBinary-encoded uploads from IE/Mac

18 years agoArticle title in middle, hide site sub
Antoine Musso [Fri, 12 Aug 2005 10:03:34 +0000 (10:03 +0000)]
Article title in middle, hide site sub

18 years agoMonobook fixes!
Antoine Musso [Fri, 12 Aug 2005 08:09:21 +0000 (08:09 +0000)]
Monobook fixes!

18 years agoUse black on white colors. Some skins might have 'stranges' colors.
Antoine Musso [Fri, 12 Aug 2005 08:08:11 +0000 (08:08 +0000)]
Use black on white colors. Some skins might have 'stranges' colors.

18 years agodark background / margins / better toolboxes
Antoine Musso [Fri, 12 Aug 2005 07:52:15 +0000 (07:52 +0000)]
dark background / margins / better toolboxes

18 years agoAmethyst skin is back. It reuses the MonoBook template for layout. Lot of
Antoine Musso [Fri, 12 Aug 2005 07:09:20 +0000 (07:09 +0000)]
Amethyst skin is back. It reuses the MonoBook template for layout. Lot of
stuff need fixing (like logo, diffs ..)

18 years ago* Typo
Ævar Arnfjörð Bjarmason [Fri, 12 Aug 2005 06:56:50 +0000 (06:56 +0000)]
* Typo

18 years ago* (bug 3122) MAG_END did not have __ around it
Ævar Arnfjörð Bjarmason [Fri, 12 Aug 2005 05:37:08 +0000 (05:37 +0000)]
* (bug 3122) MAG_END did not have __ around it

18 years ago* (bug 3117) Fix display of upload size and type with tidy on.
Brion Vibber [Fri, 12 Aug 2005 04:44:43 +0000 (04:44 +0000)]
* (bug 3117) Fix display of upload size and type with tidy on.
Wikitext blocks should never be inserted in the middle of a line,
they are expected to be block elements!

18 years ago* (bug 3056) MySQL 3 compatibility fix: USE INDEX instead of FORCE INDEX
Brion Vibber [Thu, 11 Aug 2005 11:33:18 +0000 (11:33 +0000)]
* (bug 3056) MySQL 3 compatibility fix: USE INDEX instead of FORCE INDEX
* PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect
  if running prior to 4.2.0 as it causes the call to fail

18 years ago* (bug 2527) Always set destination filename when new file is selected
Brion Vibber [Thu, 11 Aug 2005 10:08:57 +0000 (10:08 +0000)]
* (bug 2527) Always set destination filename when new file is selected

18 years ago* Rearranged Special:Movepage form to reduce confusion between destination
Brion Vibber [Thu, 11 Aug 2005 08:08:36 +0000 (08:08 +0000)]
* Rearranged Special:Movepage form to reduce confusion between destination
  title and reason input boxes

18 years agoFix #710: redirect to category pages got an empty category list.
Antoine Musso [Thu, 11 Aug 2005 05:28:48 +0000 (05:28 +0000)]
Fix #710: redirect to category pages got an empty category list.
TODO: redirect to image pages doesn't show the image.

18 years agoHack #1487: Special:Ipblocklist outputs <ul></ul> which is not valid XHTML.
Antoine Musso [Thu, 11 Aug 2005 05:23:04 +0000 (05:23 +0000)]
Hack #1487: Special:Ipblocklist outputs <ul></ul> which is not valid XHTML.

18 years agolame quote
Antoine Musso [Thu, 11 Aug 2005 02:10:20 +0000 (02:10 +0000)]
lame quote

18 years agoHack #1487: Special:Ipblocklist outputs <ul></ul> which is not valid XHTML.
Antoine Musso [Thu, 11 Aug 2005 01:32:07 +0000 (01:32 +0000)]
Hack #1487: Special:Ipblocklist outputs <ul></ul> which is not valid XHTML.

18 years agoUnsupported doxygen configuration:
Antoine Musso [Thu, 11 Aug 2005 00:28:51 +0000 (00:28 +0000)]
Unsupported doxygen configuration:
 * Need to rewrite lot of our existing documentation
 * Doxygen PHP support got some 'interesting' bugs :(

18 years agophpdoc
Antoine Musso [Thu, 11 Aug 2005 00:24:17 +0000 (00:24 +0000)]
phpdoc

18 years ago* Adding a tool to find duplicate translations
Ævar Arnfjörð Bjarmason [Wed, 10 Aug 2005 22:11:09 +0000 (22:11 +0000)]
* Adding a tool to find duplicate translations

18 years agoyet more of Lufthansa stuff, embedable Prefix-restricted page list, as well a separat...
Domas Mituzas [Wed, 10 Aug 2005 21:14:38 +0000 (21:14 +0000)]
yet more of Lufthansa stuff, embedable Prefix-restricted page list, as well a separate SpecialPage

18 years agoFix bug 145: finish 'exclude redirect' implementation
Antoine Musso [Wed, 10 Aug 2005 21:12:00 +0000 (21:12 +0000)]
Fix bug 145: finish 'exclude redirect' implementation

18 years agolanguageRu.php to language.php 1.640
Alexander Sigachov [Wed, 10 Aug 2005 20:46:05 +0000 (20:46 +0000)]
languageRu.php to language.php 1.640

18 years agosome of lufthansa bits ;-) allows reusal of object in other pagelists, some error...
Domas Mituzas [Tue, 9 Aug 2005 13:28:37 +0000 (13:28 +0000)]
some of lufthansa bits ;-) allows reusal of object in other pagelists, some error handling

18 years agoadd escaping routines for LIKE: db::escapeLike($s)
Domas Mituzas [Tue, 9 Aug 2005 13:25:42 +0000 (13:25 +0000)]
add escaping routines for LIKE: db::escapeLike($s)

18 years ago* Giving interwiki links a class so that they can be styled individually
Ævar Arnfjörð Bjarmason [Tue, 9 Aug 2005 12:25:07 +0000 (12:25 +0000)]
* Giving interwiki links a class so that they can be styled individually

18 years agoI really meant 3 parameters as kate made it in ORACLE stuff.
Antoine Musso [Tue, 9 Aug 2005 10:37:37 +0000 (10:37 +0000)]
I really meant 3 parameters as kate made it in ORACLE stuff.

18 years agotypo :/
Antoine Musso [Tue, 9 Aug 2005 10:32:59 +0000 (10:32 +0000)]
typo :/

18 years agolimitResult use 3 parameters since ORACLE changes
Antoine Musso [Tue, 9 Aug 2005 10:32:11 +0000 (10:32 +0000)]
limitResult use 3 parameters since ORACLE changes

18 years agolimitResult() use 3 argument since ORACLE merge
Antoine Musso [Tue, 9 Aug 2005 10:30:20 +0000 (10:30 +0000)]
limitResult() use 3 argument since ORACLE merge

18 years ago* Adding a SkinTemplateContentActions hook to be able to modify the
Ævar Arnfjörð Bjarmason [Tue, 9 Aug 2005 08:01:55 +0000 (08:01 +0000)]
* Adding a SkinTemplateContentActions hook to be able to modify the
  $content_actions array from an extension.

18 years ago* Made the sidebar idiot proof, if a message is specified like
Ævar Arnfjörð Bjarmason [Mon, 8 Aug 2005 13:26:42 +0000 (13:26 +0000)]
* Made the sidebar idiot proof, if a message is specified like
* ** This message key|Does not exist use
* then the literals are used if the wfMsg() lookup on them fails

18 years ago* Fixed a content loss bug that would occour if
Ævar Arnfjörð Bjarmason [Mon, 8 Aug 2005 11:11:55 +0000 (11:11 +0000)]
* Fixed a content loss bug that would occour if
  $wgContLang->linkPrefixExtension() evaluated to true and the string being
  passed to Parser::replaceInternalLinks() matched msg:linkprefix

18 years ago<includeonly> and <noinclude> tags
Tim Starling [Sun, 7 Aug 2005 14:33:40 +0000 (14:33 +0000)]
<includeonly> and <noinclude> tags

18 years agoAllow non-sysops to view the history of deleted pages. No flag to disable currently...
Tim Starling [Sun, 7 Aug 2005 14:10:17 +0000 (14:10 +0000)]
Allow non-sysops to view the history of deleted pages. No flag to disable currently, but note that you can just add the restriction back in to SpecialPage.php

18 years agodisableCache function
Tim Starling [Sun, 7 Aug 2005 12:09:46 +0000 (12:09 +0000)]
disableCache function

18 years ago* Fixed a fatal XML parsing error intoduced by kateturner in version 1.128
Ævar Arnfjörð Bjarmason [Sat, 6 Aug 2005 22:35:34 +0000 (22:35 +0000)]
* Fixed a fatal XML parsing error intoduced by kateturner in version 1.128

18 years ago* Support for restorelink1
Ævar Arnfjörð Bjarmason [Sat, 6 Aug 2005 22:14:41 +0000 (22:14 +0000)]
* Support for restorelink1

18 years agonow sysops only can change the topic list
Magnus Manske [Sat, 6 Aug 2005 14:58:43 +0000 (14:58 +0000)]
now sysops only can change the topic list

18 years ago* Proper usage of $1
Ævar Arnfjörð Bjarmason [Sat, 6 Aug 2005 10:38:26 +0000 (10:38 +0000)]
* Proper usage of $1

18 years agoQuick memory-saving fix
Magnus Manske [Sat, 6 Aug 2005 10:23:56 +0000 (10:23 +0000)]
Quick memory-saving fix

18 years agoPagination, done. Ready. Finished. All over.
Magnus Manske [Sat, 6 Aug 2005 09:55:25 +0000 (09:55 +0000)]
Pagination, done. Ready. Finished. All over.

18 years agoPagination, part 1
Magnus Manske [Sat, 6 Aug 2005 08:33:42 +0000 (08:33 +0000)]
Pagination, part 1

18 years ago* msg:edit: "Edit this page" => "Edit"
Ævar Arnfjörð Bjarmason [Fri, 5 Aug 2005 22:21:21 +0000 (22:21 +0000)]
* msg:edit: "Edit this page" => "Edit"