lhc/web/wiklou.git
16 years agoDon't pass getTimestamp output directly to the db without a wrap.
Greg Sabino Mullane [Sun, 9 Sep 2007 18:31:21 +0000 (18:31 +0000)]
Don't pass getTimestamp output directly to the db without a wrap.

16 years ago* (bug 11257) Update French translations
Raimond Spekking [Sun, 9 Sep 2007 17:46:22 +0000 (17:46 +0000)]
* (bug 11257) Update French translations
  Patch by  Bertrand GRONDIN

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sun, 9 Sep 2007 11:57:43 +0000 (11:57 +0000)]
Localisation updates from Betawiki.
* Bengali (bn)
* Welsh (cy)
* Sakha (sah)

16 years agoRELEASE-NOTES from last commit.
Andrew Garrett [Sun, 9 Sep 2007 08:13:31 +0000 (08:13 +0000)]
RELEASE-NOTES from last commit.

16 years ago* Allow userCan to take null $user - and replace it with $wgUser if passed.
Andrew Garrett [Sun, 9 Sep 2007 08:11:58 +0000 (08:11 +0000)]
* Allow userCan to take null $user - and replace it with $wgUser if passed.
* (Bug 7027) Shift handling of deletion permissions-checking to getUserPermissionsErrors.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sat, 8 Sep 2007 18:38:46 +0000 (18:38 +0000)]
Localisation updates from Betawiki.
* Bengali (bn)
* Cassubian (csb)

16 years agoSet fallback for Frisian (fy) and Zealandic (zea) to Dutch (nl)
Siebrand Mazeland [Sat, 8 Sep 2007 15:59:29 +0000 (15:59 +0000)]
Set fallback for Frisian (fy) and Zealandic (zea) to Dutch (nl)

16 years ago* (bug 11234) Update Belarussian Taraskievica orthography translations
Raimond Spekking [Sat, 8 Sep 2007 14:47:46 +0000 (14:47 +0000)]
* (bug 11234) Update Belarussian Taraskievica orthography translations
  Patches by Eugene Zelenko

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sat, 8 Sep 2007 14:01:28 +0000 (14:01 +0000)]
Localisation updates from Betawiki.
* Updating Dutch (nl)

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sat, 8 Sep 2007 13:44:58 +0000 (13:44 +0000)]
Localisation updates from Betawiki.
* Adding language Mapudungun (arn). Translated by Lin linao.

16 years agoUpdate RELEASE-NOTES
Siebrand Mazeland [Sat, 8 Sep 2007 11:22:35 +0000 (11:22 +0000)]
Update RELEASE-NOTES

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sat, 8 Sep 2007 11:14:25 +0000 (11:14 +0000)]
Localisation updates from Betawiki.
* Fixes and additions to to Messages for bcl, bn and sk.

16 years agoMoved EditPage::sectionAnchor() and EditPage::pseudoParseSectionAnchor() to Parser...
Tim Starling [Sat, 8 Sep 2007 02:08:08 +0000 (02:08 +0000)]
Moved EditPage::sectionAnchor() and EditPage::pseudoParseSectionAnchor() to Parser, names slightly changed. Replaced O(N^2) regexes with calls to StringUtils. This should fix the breakage of ActiveAbstract extension, which was calling EditPage::sectionAnchor() statically.

We could probably all benefit from implementing a general rule *not* to call random non-static functions statically. This style is very vulnerable to breakage on later refactoring.

16 years agoFixed the diff cache purge feature:
Tim Starling [Fri, 7 Sep 2007 23:07:07 +0000 (23:07 +0000)]
Fixed the diff cache purge feature:
* Made it work with the anon-only confirmation form.
* Fixed data flow issue (removed reference to $wgRequest in DifferenceEngine.php)
* Made it actually purge rather than just skip the cache one time

16 years agoUpdate.
Rotem Liss [Fri, 7 Sep 2007 21:49:05 +0000 (21:49 +0000)]
Update.

16 years agoUpdates to messages/MessagesNl.php
Siebrand Mazeland [Fri, 7 Sep 2007 16:16:47 +0000 (16:16 +0000)]
Updates to messages/MessagesNl.php

16 years agoSome naming cleanup of the filename prefix blacklist added in r25620:
Brion Vibber [Fri, 7 Sep 2007 13:52:55 +0000 (13:52 +0000)]
Some naming cleanup of the filename prefix blacklist added in r25620:
* Dropped a redundant if(count()) around a foreach().
* Renamed SpecialUpload::getFilenamePrefix() to getFilenamePrefixBlacklist(), since it returns a blacklist of filename prefixes, not the prefix of a filename. :)
* Renamed some local variables to match
* Renamed 'filename-prefix' message to 'filename-bad-prefix' and 'filename-prefix-list' to 'filename-prefix-blacklist' to clarify usage.

16 years agoRevert 25602 and 25604 schema changes for now.
Brion Vibber [Fri, 7 Sep 2007 13:30:28 +0000 (13:30 +0000)]
Revert 25602 and 25604 schema changes for now.
Please don't commit schema changes to trunk until you've cleared them with me and Tim -- remember trunk is meant to be ready-to-run live at all times.
They force operational work before we can update the software again, and it's a big pain in the ass to deal with them unexpectedly.

16 years ago*Should include usertalk NS too
Aaron Schulz [Fri, 7 Sep 2007 11:01:46 +0000 (11:01 +0000)]
*Should include usertalk NS too

16 years ago* (bug 11170) Update French translations
Raimond Spekking [Fri, 7 Sep 2007 09:23:09 +0000 (09:23 +0000)]
* (bug 11170) Update French translations
  Patch by  Bertrand GRONDIN

16 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Fri, 7 Sep 2007 09:20:05 +0000 (09:20 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by AlefZet

16 years agoUpdated da translations
Anders Wegge Jakobsen [Fri, 7 Sep 2007 08:52:21 +0000 (08:52 +0000)]
Updated da translations

16 years ago* Add a warning for non-descriptive filenames at Special:Upload
Raimond Spekking [Fri, 7 Sep 2007 08:42:39 +0000 (08:42 +0000)]
* Add a warning for non-descriptive filenames at Special:Upload
* Some tweaks to RELEASE-NOTES

16 years ago* Updates to (fa)
Niklas Laxström [Fri, 7 Sep 2007 08:32:37 +0000 (08:32 +0000)]
* Updates to (fa)

16 years agosvn add might in some cases be helpful when committing files that did not previously...
Aryeh Gregor [Fri, 7 Sep 2007 02:19:08 +0000 (02:19 +0000)]
svn add might in some cases be helpful when committing files that did not previously exist.

16 years agoUse "public function", not the old "@public" nonsense.
Aryeh Gregor [Fri, 7 Sep 2007 01:55:33 +0000 (01:55 +0000)]
Use "public function", not the old "@public" nonsense.

16 years agoReinstate 25267 now that 1.11 is branched, and add the relatively long-requested...
Aryeh Gregor [Fri, 7 Sep 2007 01:52:12 +0000 (01:52 +0000)]
Reinstate 25267 now that 1.11 is branched, and add the relatively long-requested rev_bot (with no index) while I'm at it.  By the way, the current index-updating format in updaters.inc makes baby Jesus cry.

16 years ago(m) Marking Parser::doQuotes() as public as it needs to be available to EditPage...
Tim Laqua [Fri, 7 Sep 2007 01:30:17 +0000 (01:30 +0000)]
(m) Marking Parser::doQuotes() as public as it needs to be available to EditPage::pseudoParseSectionAnchor

16 years ago(bug 3846) Suppress warnings from, e.g. open_basedir when scanning for ImageMagick...
Rob Church [Thu, 6 Sep 2007 20:08:08 +0000 (20:08 +0000)]
(bug 3846) Suppress warnings from, e.g. open_basedir when scanning for ImageMagick, diff3 et al. during installation [patch by Jan Reininghaus]

16 years agoRefining EditPage::pseudoParseSectionAnchor function (partial fix for 2831 - now...
Tim Laqua [Thu, 6 Sep 2007 19:42:53 +0000 (19:42 +0000)]
Refining EditPage::pseudoParseSectionAnchor function (partial fix for 2831 - now calls Parser::doQuotes() to parse wikitext quotes)

16 years agoAdd the Postgres slash search fix to existing installations.
Greg Sabino Mullane [Thu, 6 Sep 2007 16:42:58 +0000 (16:42 +0000)]
Add the Postgres slash search fix to existing installations.

16 years agoSince slashes in page titles have special meaning, force them to delimit words.
Greg Sabino Mullane [Thu, 6 Sep 2007 16:32:00 +0000 (16:32 +0000)]
Since slashes in page titles have special meaning, force them to delimit words.

16 years ago* Update German
Raimond Spekking [Thu, 6 Sep 2007 16:20:57 +0000 (16:20 +0000)]
* Update German

16 years agoChange new section summary to use /* blah */ format to match section editing look...
Brion Vibber [Thu, 6 Sep 2007 16:17:09 +0000 (16:17 +0000)]
Change new section summary to use /* blah */ format to match section editing look n' feel.
Also allows the message to rearrange a bit more flexibly

16 years agoUpdated da translations
Anders Wegge Jakobsen [Thu, 6 Sep 2007 14:30:39 +0000 (14:30 +0000)]
Updated da translations

16 years agoAPI: Really fixing bug 10898 this time
Roan Kattouw [Thu, 6 Sep 2007 11:28:04 +0000 (11:28 +0000)]
API: Really fixing bug 10898 this time

16 years ago(m) Removing debug comment.
Tim Laqua [Thu, 6 Sep 2007 04:16:07 +0000 (04:16 +0000)]
(m) Removing debug comment.

16 years agoRefining fix for bug 10836 - taking care of unintended behavior.
Tim Laqua [Thu, 6 Sep 2007 04:11:45 +0000 (04:11 +0000)]
Refining fix for bug 10836 - taking care of unintended behavior.
Added EditPage::pseudoParseSectionAnchor function to mimic parsing for section headings.
Now preloaded section header text /* ... */ is also passed through the pseudoParseSectionAnchor function to correct section linking in recent changes.
Post-save Section anchors are also pseudoParsed.
This should take care of most of the section anchor issues related to embeded wikitext in section headings.

16 years agoaddMagicWordsByLang() -- always include english in the fallback chain
Tim Starling [Thu, 6 Sep 2007 00:21:49 +0000 (00:21 +0000)]
addMagicWordsByLang() -- always include english in the fallback chain

16 years ago* Bump version to 1.12alpha
Rob Church [Thu, 6 Sep 2007 00:17:56 +0000 (00:17 +0000)]
* Bump version to 1.12alpha
* Move old RELEASE NOTES to HISTORY, skeleton for RELEASE NOTES for 1.12

16 years agoCredits for OggHandler
Tim Starling [Wed, 5 Sep 2007 23:30:13 +0000 (23:30 +0000)]
Credits for OggHandler

16 years agoTweak comment text
Aryeh Gregor [Wed, 5 Sep 2007 13:48:45 +0000 (13:48 +0000)]
Tweak comment text

16 years agoAdd comment for r25525 so future devs don't think their predecessors have been smokin...
Aryeh Gregor [Wed, 5 Sep 2007 13:43:19 +0000 (13:43 +0000)]
Add comment for r25525 so future devs don't think their predecessors have been smoking something.

16 years ago*Remove comment per r25527
Aaron Schulz [Wed, 5 Sep 2007 08:20:24 +0000 (08:20 +0000)]
*Remove comment per r25527

16 years agodestroy rc_patrolling index, no removers added, I hope not that many people did run...
Domas Mituzas [Wed, 5 Sep 2007 08:14:18 +0000 (08:14 +0000)]
destroy rc_patrolling index, no removers added, I hope not that many people did run update with that revision :)

16 years agobe resourceful, instead of creating new indexing bloat, use existing indexes.
Domas Mituzas [Wed, 5 Sep 2007 08:11:30 +0000 (08:11 +0000)]
be resourceful, instead of creating new indexing bloat, use existing indexes.

16 years agoFallback language was supposed to be English (removed French)
Siebrand Mazeland [Wed, 5 Sep 2007 06:08:30 +0000 (06:08 +0000)]
Fallback language was supposed to be English (removed French)

16 years agoRevert 25502. We use UTF-8, not ASCII lookalikes. If your text editor doesn't suppo...
Aryeh Gregor [Wed, 5 Sep 2007 00:47:54 +0000 (00:47 +0000)]
Revert 25502.  We use UTF-8, not ASCII lookalikes.  If your text editor doesn't support UTF-8, please fix it.  Also, fixed one ISO 8859 character that snuck in (which might have messed up the relevant text editor to start with).

16 years agoLocalisation updates from Betawiki by Nike.
Siebrand Mazeland [Tue, 4 Sep 2007 22:24:53 +0000 (22:24 +0000)]
Localisation updates from Betawiki by Nike.
* Minor fixes to Messages for eo, fiu-vro, it, lv, ms, nl, rmy, and yi.

16 years ago*IPv6 blurb
Aaron Schulz [Tue, 4 Sep 2007 22:02:37 +0000 (22:02 +0000)]
*IPv6 blurb

16 years agoUpdates to MessagesEo.php by Nike.
Siebrand Mazeland [Tue, 4 Sep 2007 20:15:22 +0000 (20:15 +0000)]
Updates to MessagesEo.php by Nike.

16 years ago* Inclusion of Special:Wantedpages now works again
Niklas Laxström [Tue, 4 Sep 2007 19:29:47 +0000 (19:29 +0000)]
* Inclusion of Special:Wantedpages now works again

16 years agorevert 25504. Something goes totally wrong.
Raimond Spekking [Tue, 4 Sep 2007 19:19:59 +0000 (19:19 +0000)]
revert 25504. Something goes totally wrong.

16 years ago* Fixing unicode names
Siebrand Mazeland [Tue, 4 Sep 2007 19:07:14 +0000 (19:07 +0000)]
* Fixing unicode names
* Fix on language name

16 years ago* Added names for new languages recently committed
Niklas Laxström [Tue, 4 Sep 2007 19:02:35 +0000 (19:02 +0000)]
* Added names for new languages recently committed

16 years agoFix some encoding issues in language names by substiting with ASCII look alikes.
Siebrand Mazeland [Tue, 4 Sep 2007 18:57:53 +0000 (18:57 +0000)]
Fix some encoding issues in language names by substiting with ASCII look alikes.

16 years agoLocalisation updates for MediaWiki core messages from Betawiki
Siebrand Mazeland [Tue, 4 Sep 2007 18:51:17 +0000 (18:51 +0000)]
Localisation updates for MediaWiki core messages from Betawiki
* Farsi (fa) by Huji
* Français Cadien (frc) (new) by RoyAlcatraz and JeanVoisin
* Kinaray-a (krj) (new) by RonaldPanaligan and Harvzsf
* Winaray (war) (new) by Harvzsf
* updated RELEASE-NOTES

16 years agoLocalisation updates for MediaWiki core messages from Betawiki
Siebrand Mazeland [Tue, 4 Sep 2007 17:19:27 +0000 (17:19 +0000)]
Localisation updates for MediaWiki core messages from Betawiki
* se (new) by Skuolfi
* eo by Tlustulimu
* fiu_vro by Võrok
* it by BrokenArrow
* lv by Yyy
* ms
* nl by SPQRobin, Siebrand
* pl by Wpedzich
* rmy by Desiphral
* sk by Helix84
* so by Mimursal
* ta by Mayooranathan
* yi by Yidel
* RELEASE-NOTES updated

Diffs checked by Raymond

16 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Tue, 4 Sep 2007 17:14:47 +0000 (17:14 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by AlefZet
* Removing BOMs from r24770

16 years agoAnd remove some debug loggin :)
Brion Vibber [Tue, 4 Sep 2007 15:57:00 +0000 (15:57 +0000)]
And remove some debug loggin :)

16 years agoFix the fix in r25439, which incorrectly assumed that normalized extensions are the...
Brion Vibber [Tue, 4 Sep 2007 15:56:30 +0000 (15:56 +0000)]
Fix the fix in r25439, which incorrectly assumed that normalized extensions are the same length as their non-normalized forms. This isn't true: JPEG vs jpg for instance. :)
Additionally, makes the AJAX checks for non-exact matches work when an exact match isn't present; wfFindFile() checks local and shared repository, but returns no object if there isn't an exact match. Falling back to wfLocalFile() to get an object so the checks go through.

16 years agoMoved removeBadFile() to the base class
Tim Starling [Tue, 4 Sep 2007 15:13:55 +0000 (15:13 +0000)]
Moved removeBadFile() to the base class

16 years ago*Comment grammar
Aaron Schulz [Tue, 4 Sep 2007 15:05:08 +0000 (15:05 +0000)]
*Comment grammar

16 years ago(bug 10980) Add exclude redirects on backlinks
Roan Kattouw [Tue, 4 Sep 2007 14:44:46 +0000 (14:44 +0000)]
(bug 10980) Add exclude redirects on backlinks

16 years agoRevert '9' accesskey for prefs; remove bogus release notes line.
Brion Vibber [Tue, 4 Sep 2007 14:39:55 +0000 (14:39 +0000)]
Revert '9' accesskey for prefs; remove bogus release notes line.
Numeric accesskeys interfere with things, among others the use of alt+numpad to type extended chars on Windows.

16 years agoAdditional fix of bug 10890
Roan Kattouw [Tue, 4 Sep 2007 14:30:31 +0000 (14:30 +0000)]
Additional fix of bug 10890

16 years agoUse 'enc' variable naming convention for interpolated pre-encoded variables in raw...
Brion Vibber [Tue, 4 Sep 2007 14:25:55 +0000 (14:25 +0000)]
Use 'enc' variable naming convention for interpolated pre-encoded variables in raw SQL strings. This'll keep your release manager from freaking out when he sees raw variables being dumped into raw SQL.

16 years ago*Only sanitize IPv6 titles for pages in user namespace.
Aaron Schulz [Tue, 4 Sep 2007 04:13:53 +0000 (04:13 +0000)]
*Only sanitize IPv6 titles for pages in user namespace.

16 years agoAllow extensions to define magic words by simply including a $magicWords variable...
Tim Starling [Tue, 4 Sep 2007 02:48:34 +0000 (02:48 +0000)]
Allow extensions to define magic words by simply including a $magicWords variable in their registered i18n file.

16 years ago*Allow for some non-patrollers to see which edits were patrolled
Aaron Schulz [Tue, 4 Sep 2007 00:38:54 +0000 (00:38 +0000)]
*Allow for some non-patrollers to see which edits were patrolled

16 years agoReturn an error message if the requested size was bigger than the source, or more...
Tim Starling [Mon, 3 Sep 2007 21:35:27 +0000 (21:35 +0000)]
Return an error message if the requested size was bigger than the source, or more generally if the "transformed" output file is in fact the source file.

16 years agoUpdate.
Rotem Liss [Mon, 3 Sep 2007 20:38:14 +0000 (20:38 +0000)]
Update.

16 years ago* (bug 10890) API: Timestamp support for categorymembers query
Roan Kattouw [Mon, 3 Sep 2007 20:37:42 +0000 (20:37 +0000)]
* (bug 10890) API: Timestamp support for categorymembers query
* Removed some stray whitespace

16 years ago(bug 10898) API does not return an edit token for non-existent pages
Roan Kattouw [Mon, 3 Sep 2007 20:17:53 +0000 (20:17 +0000)]
(bug 10898) API does not return an edit token for non-existent pages

16 years ago* (bug 11115) API: Adding the SHA1 to the imageinfo query
Roan Kattouw [Mon, 3 Sep 2007 19:58:05 +0000 (19:58 +0000)]
* (bug 11115) API: Adding the SHA1 to the imageinfo query
* Moving misplaced entry in RELEASE-NOTES

16 years ago* (bug 11160) Update Chinese translations
Raimond Spekking [Mon, 3 Sep 2007 18:38:43 +0000 (18:38 +0000)]
* (bug 11160) Update Chinese translations
  Patches by Shinjiman

16 years agoIndonesian (id) localisation updates.
Ivan Lanin [Mon, 3 Sep 2007 18:31:39 +0000 (18:31 +0000)]
Indonesian (id) localisation updates.

16 years agoRe-revert of r25349 per Brion on
Raimond Spekking [Mon, 3 Sep 2007 18:21:53 +0000 (18:21 +0000)]
Re-revert of r25349 per Brion on
http://lists.wikimedia.org/pipermail/wikitech-l/2007-September/033207.html

16 years agoChanged from wfMsg('newsectionsummary') to wfMsgForContent('newsectionsummary').
Tim Laqua [Mon, 3 Sep 2007 18:13:19 +0000 (18:13 +0000)]
Changed from wfMsg('newsectionsummary') to wfMsgForContent('newsectionsummary').

16 years ago* (bug 11169) Correction to two Portuguese messages
Raimond Spekking [Mon, 3 Sep 2007 18:12:38 +0000 (18:12 +0000)]
* (bug 11169) Correction to two Portuguese messages

16 years ago* Update messages.inc
Raimond Spekking [Mon, 3 Sep 2007 18:06:51 +0000 (18:06 +0000)]
* Update messages.inc
* Updates German

16 years agoMinor - Switched to hardcoded space for 'newsectionsummary'
Tim Laqua [Mon, 3 Sep 2007 17:50:14 +0000 (17:50 +0000)]
Minor - Switched to hardcoded space for 'newsectionsummary'

16 years agoFixed bug 10836
Tim Laqua [Mon, 3 Sep 2007 17:46:34 +0000 (17:46 +0000)]
Fixed bug 10836
Added 'newsectionsummary' message to allow customization and localization of prefix text in new section links in Recent Changes
Updated RELEASE-NOTES

16 years ago*Convert '.' to ':' for IPs that have both (like '::eff:1.4.0.3')
Aaron Schulz [Mon, 3 Sep 2007 16:36:25 +0000 (16:36 +0000)]
*Convert '.' to ':' for IPs that have both (like '::eff:1.4.0.3')
*Expand IP dbkeys like "::fff:3e" rather than complain about the double colons

16 years ago* (bug 11165) Update Swedish translations
Raimond Spekking [Mon, 3 Sep 2007 15:17:27 +0000 (15:17 +0000)]
* (bug 11165) Update Swedish translations
  Patch by Lejonel

16 years agoFix a regression from the file repo stuff.
Raimond Spekking [Mon, 3 Sep 2007 15:06:30 +0000 (15:06 +0000)]
Fix a regression from the file repo stuff.
$file->getExtension returns now a normalized, lower case extension but the check needs the original extension from the upload input form.

16 years ago* (bug 11145) Update Junjabi translations
Raimond Spekking [Mon, 3 Sep 2007 11:49:10 +0000 (11:49 +0000)]
* (bug 11145) Update Junjabi translations
  Patch by AS Alam

16 years agoUpdates to following languages:
Niklas Laxström [Mon, 3 Sep 2007 11:14:13 +0000 (11:14 +0000)]
Updates to following languages:
* Arabic (ar)
* Bikol (bcl)
* Franco-Provençal/Arpitan (frp)
* Upper Sorbian (hsb)
* Sakha (sah)
And fixes to
* French (fr)

16 years ago* (bug 11155) Update French translations
Raimond Spekking [Mon, 3 Sep 2007 08:52:27 +0000 (08:52 +0000)]
* (bug 11155) Update French translations
  Patch by  Bertrand GRONDIN

16 years ago* (bug 11160) Update Chinese translations
Raimond Spekking [Mon, 3 Sep 2007 08:45:43 +0000 (08:45 +0000)]
* (bug 11160) Update Chinese translations
  Patches by Shinjiman

16 years ago*Don't call ArticleSaveComplete if the edit did not go through and no updates (even...
Aaron Schulz [Mon, 3 Sep 2007 04:19:53 +0000 (04:19 +0000)]
*Don't call ArticleSaveComplete if the edit did not go through and no updates (even cache clearing) were done on the page.

16 years agoCorrect comments about frequency of pruning.
Greg Sabino Mullane [Sun, 2 Sep 2007 18:23:43 +0000 (18:23 +0000)]
Correct comments about frequency of pruning.

16 years agoAdd implicitOrderby() to make sure that SpecialAllpages uses an ORDER BY when needed.
Greg Sabino Mullane [Sun, 2 Sep 2007 18:03:10 +0000 (18:03 +0000)]
Add implicitOrderby() to make sure that SpecialAllpages uses an ORDER BY when needed.
Made this an option rather than forcing the ORDER BY as testing show MySQL is
faster without it for large tables.

16 years agoIn the diff column headings, Use divs with id attributes instead of <br/>, for easier...
Tim Starling [Sun, 2 Sep 2007 17:13:03 +0000 (17:13 +0000)]
In the diff column headings, Use divs with id attributes instead of <br/>, for easier site/user javascript hacks. Patch by Carl Fürstenberg.

16 years agoBug number
Rob Church [Sun, 2 Sep 2007 16:40:24 +0000 (16:40 +0000)]
Bug number

16 years agoFixed typo, fld_len -> fld_size
Tim Starling [Sun, 2 Sep 2007 14:00:11 +0000 (14:00 +0000)]
Fixed typo, fld_len -> fld_size

16 years agoBacking off fix for bug 10836 - previous attempt was incomplete. Will revisit later.
Tim Laqua [Sun, 2 Sep 2007 02:50:19 +0000 (02:50 +0000)]
Backing off fix for bug 10836 - previous attempt was incomplete.  Will revisit later.

16 years agoAnother update.
Rotem Liss [Sun, 2 Sep 2007 01:47:28 +0000 (01:47 +0000)]
Another update.

16 years agoFixed bug 10836
Tim Laqua [Sun, 2 Sep 2007 01:41:56 +0000 (01:41 +0000)]
Fixed bug 10836
When a new section is appended to an article, the comment is wrapped with /* ... */ tags to ensure that Recent Changes listings will have a link to the newly created heading.
Changed system message editsummaryheading to newsectionheaderdefaultlevel on rec. from DannyB

16 years agoUpdate.
Rotem Liss [Sun, 2 Sep 2007 01:05:32 +0000 (01:05 +0000)]
Update.