clarify comment
[lhc/web/wiklou.git] / includes / Article.php
2007-07-12 Brion Vibberset returnto link to the rolled-back page, not the...
2007-07-09 Rob Church* Code conventions
2007-07-09 Rob Church* Update release notes
2007-07-07 Yuri AstrakhanRollback rewrite to separate UI from logic (with help...
2007-07-07 Rob Church* Make "undo" and "rollback" links appear in a consiste...
2007-07-06 Rob ChurchCoding conventions - spacing
2007-07-06 Yuri Astrakhanchanged updateArticle to doEdit. This is first of a...
2007-07-02 Aryeh GregorRevert r23617 per Brion
2007-07-01 Aryeh Gregor* (bug 10422) Change <pre> on CSS/JS pages to <div...
2007-06-29 Roan KattouwReverting r23562: accidentally modified phase3 rather...
2007-06-29 Roan Kattouw* Separating UI code and DB code in Article::rollback()
2007-06-29 Rob ChurchFix r23553
2007-06-29 Rob ChurchHook callbacks for 'ShowRawCssJs' should do their own...
2007-06-29 Rob ChurchClean up handling of custom CSS and JavaScript pages...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-27 Brion Vibber* (bug 7071) Properly handle an 'oldid' passed to view...
2007-06-27 Aryeh Gregor(bug 10377) "Permanent links" to revisions still work...
2007-06-26 Aryeh GregorChange classes for <pre>s per Brion on Wikitech-l
2007-06-26 Aryeh Gregor* Wrap site CSS and JavaScript in a <pre> tag, like...
2007-06-23 Tim Starling* Make $wgUser->editToken() work for either logged...
2007-06-22 Brion VibberRevert r23166, 23178, 23179, and probably some other...
2007-06-22 Aaron Schulz*Increase RC prune change to 1/100
2007-06-21 Raimond Spekking* (bug 9415) Added options to Special:Protect to allow...
2007-06-20 Rob Church(bug 9328) Use "revision-info-current" message in place...
2007-06-13 Raimond Spekking* (bug 8734) Different log message when article protect...
2007-06-10 Aryeh Gregor* (bug 10196) Add classes and dir="ltr" to the <pre...
2007-06-09 Daniel CannonRemove deletion log from below noarticletext. User...
2007-06-04 Rob ChurchHad a bash at cleaning up the horrendous-looking deleti...
2007-06-04 Raimond SpekkingAdding CSS-IDs to deletion log section
2007-06-03 Aaron Schulz*Add two vars to ArticleViewHeader hook, $outputDone...
2007-06-02 Daniel CannonMinor doc goof -- displays *after* not before.
2007-06-02 Daniel Cannon(bug 7691) Show deletion log following noarticletext...
2007-05-31 Tim StarlingAdded $wgArticleRobotPolicies
2007-05-07 River Tarnell(bug 9812) (regression) Edit links in regular pages...
2007-05-03 Nick Jenkins(bug 7958) Special:Cite of older version of an article...
2007-04-25 Daniel Kinzlerfixed isFileCacheable: use && instead of 'and', check...
2007-04-24 Aaron Schulz*Actually enforce when you can cascade, add missing...
2007-04-22 Aryeh Gregor(bug 9656) Generate autosummaries on the deletion of...
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...
2007-04-13 Antoine MussoIn regex, do not capture stuff when you dont need it...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-04-01 Rob Church(bug 9466) "Rollback failed" page doesn't format edit...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-22 Manuel Schneiderfixed bug in call of hook ArticleViewHeader
2007-03-16 Brion VibberFor now revert the rev_deleted branch merge; don't...
2007-03-15 Aaron Schulz*Put ['protect'] is isset() to avoid any errors
2007-03-14 Aaron Schulz*Do not cascade unless each protection type is set...
2007-03-14 Aaron Schulz*Merge in phase3_rev_deleted/includes
2007-03-13 Aaron Schulz*Get rev_len to carry across delete/undelete
2007-03-08 River Tarnellreal fix for 9097
2007-03-07 River Tarnell* (bug 9097) column "pr_pagetype" does not exist
2007-03-06 Aaron Schulz*Show deletion log on confirmdelete (bug 9118) (patch...
2007-01-23 Andrew GarrettShow expiry time in the null revision inserted on prote...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-22 Brion VibberFurther fixes to protection expiry:
2007-01-22 Andrew GarrettMake my last three commits interoperate (display protec...
2007-01-22 Andrew Garrett* (bug 4133) Allow page protections to be made with...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-19 Brion VibberFix for MySQL strict mode; explicitly set the deprecate...
2007-01-17 Antoine Mussowhitespaces
2007-01-17 Niklas Laxström* Escaping
2007-01-17 Brion VibberApply most of the code tweaks from the live site:
2007-01-16 Rob ChurchDon't do auto-patrolling if patrolling is switched off
2007-01-16 Rob Church* (bug 8621) Log revisions marked as patrolled
2007-01-14 Rob Church(bug 8407) Disallow indexing of "printable" versions
2007-01-14 Brion Vibber* (bug 8632) Fix regression in page protection null...
2007-01-14 Brion VibberTemporary(?) optimization; only update templatelinks...
2007-01-13 Brion Vibber* Add 'purge' privilege to replace the hardcoded check...
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-12 Ilmari Karonen(bug 3446) Add user preference to hide page content...
2007-01-12 Andrew GarrettRestore backwards-compatibility for old types of restri...
2007-01-11 Andrew GarrettFix a couple of mistyped variable names, mysql strict...
2007-01-11 Andrew GarrettNext batch of bug-fixes.
2007-01-11 Andrew GarrettMore bugfixes. Fantastic. (and I tested, too! brion...
2007-01-11 Andrew GarrettFixes for a couple of embarrassing bugs I should have...
2007-01-10 Andrew GarrettMerge from branches/werdna/restrictions-separation...
2007-01-08 Rob ChurchUse Title::isContentPage() instead of a manual check
2007-01-04 Antoine MussoFix #8413 : document $wgNamespaceRobotPolicies better...
2006-12-31 Brion Vibber* (bug 8447) Fix SQL typo breaking non-default $wgHitco...
2006-12-23 Brion Vibber* Set tabindex on fields in deletion form so you don...
2006-12-22 Aryeh Gregor* (bug 532) Tweaked alt text for some interface messages
2006-12-22 Aryeh Gregor(bug 8304) Line breaks in "new page" autosummaries...
2006-12-22 Rob ChurchSort out user rights when patrolling. If a user has...
2006-12-21 Brion Vibber* (bug 7669) Drop defaults on BLOB/TEXT columns for...
2006-12-20 Rob Church(bug 8329) Take size of text *after* passing it through...
2006-12-18 Rob Church* (bug 5411) Remove autopatrol preference; users who...
2006-12-18 Rob ChurchIf there is no $oldtext, don't bother prepending it
2006-12-18 Rob Church* (bug 8310) Blank line added to top of 'post' when...
2006-12-16 Rob Church* (bug 4488) Support watching pages on deletion; introd...
2006-12-14 Brion VibberGoing ahead and adding this field while other DB update...
2006-12-08 Tim Starling* Added redirect to section feature. Use it wisely.
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-28 Greg Sabino MullaneSlight UPDATE syntax adjustment for non-mysql databases.
2006-11-24 Rotem Liss(bug 8009) Automatic edit summary for redirects is...
2006-11-23 Andrew GarrettAs per Rob's suggestion, remove autosummaries for short...
2006-11-23 Andrew Garrett(bug 8013) Add autosummary for new pages with >500...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-21 Tim StarlingFixed recently committed error.
next