Return some more verbose error messages when editing fails using the API. Added wfDep...
[lhc/web/wiklou.git] / includes / Article.php
2010-06-09 Bryan Tong MinhReturn some more verbose error messages when editing...
2010-06-02 Happy-melonFollow-up r67230 - be consistent in use of IDs rather...
2010-06-02 Raimond Spekking Bug 23733 - Add IDs to messages used on CSS/JS pages
2010-06-01 Alexandre Emsenhuber* (bug 23740) Article::doRedirect() now use $extraQuery...
2010-06-01 Daniel Kinzlerallow parser/extensions to control for how long a Parse...
2010-05-30 Alexandre EmsenhuberPer jabowery1's comment on IRC: Article::followContent...
2010-05-30 TobiasNew feature RevisionMove (bug 21312). Introducing Speci...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-30 Siebrand MazelandRan stylize.php, removed trailing whitespace, updated...
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-05-27 PlatonidesFollow up r65027. Use wfMsgForContent, the message...
2010-05-25 Happy-melonFollow-up r66878 per CR.
2010-05-25 Happy-melon(bug 23641) refactor code around Article::doEdit()...
2010-05-24 Aaron Schulz* Removed leftover token check of unhide=1 that was...
2010-05-14 Mark A. HershbergerStart adding support for leaving user's messages. ...
2010-05-01 Tobiasfixing documentation (it seems the function name has...
2010-04-11 Philip TzouFollow up r64876. Try to fix pagetitle-view-mainpage.
2010-04-10 Tim StarlingFix for issue noted on CR r64876: fatal error on CSS...
2010-04-10 Alexandre Emsenhuber* fixed some doxygen warnings
2010-04-10 Tim StarlingProposed cleanup of recent LanguageConverter-related...
2010-04-03 Alexandre EmsenhuberRemoved call to Title::invalidateCache() from Article...
2010-04-02 Alexandre EmsenhuberPer Nikerabbit, follow-up to r64522: use __METHOD__
2010-04-02 Alexandre EmsenhuberFix notice: Use of undefined constant __FUNC__ - assume...
2010-04-01 Alexandre EmsenhuberRemoved unused variable
2010-03-29 Tobias(bug 22627) Remove PHP notice when deleting a page...
2010-03-15 Lisa RidleyUpdated documentation on Title, Wiki. Added @internal...
2010-03-15 Lisa RidleyFixed another typo in documentation, added documentatio...
2010-03-15 Lisa RidleyFixed typo in documentation in Article.php
2010-03-15 Lisa RidleyRemoving unused parameter for Article::onArticleEdit...
2010-03-15 Lisa RidleyLast of the preliminary documentation review and update...
2010-03-15 Lisa RidleyDocumentation through ~line 2150
2010-03-14 Lisa RidleyExpanding documentation for first ~500 lines or so
2010-03-07 Tobiasreverting myself (r63361) due to comment #2 in bug...
2010-03-07 Tobiasbug 22756: Add parameter to noarticletext/newarticletex...
2010-02-26 Max Semenik(bug 17560) Half-broken deletion moved image files...
2010-02-19 TobiasLogExtract on blocked user's pages: fixing r62241 ...
2010-02-14 Siebrand MazelandRandom indentation and code formatting updates. No...
2010-02-10 TobiasshowLogExtract of block log on user (talk) pages of...
2010-02-03 Siebrand MazelandFollow-up r61055: prevent "\n" appearing as text.
2010-01-22 Chad HorohoeRm some unneeded $wgParser globals
2010-01-18 Alexandre Emsenhuber* (bug 21936) When a revision has been patrolled, there...
2010-01-14 Platonides(bug 19226) First line renders differently on many...
2010-01-13 Max SemenikRefactoring of Article::incViewCount(): use Database...
2009-12-26 Alexandre EmsenhuberWhitespaces fixes:
2009-12-15 Alex Z(bug 21814) Don't show broken user tool links when...
2009-12-14 Chad HorohoeUpdate callers from immediateCommit() to commit()....
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-24 Alexandre EmsenhuberUse 'word-separator' message rather than harcoded space
2009-11-16 Greg Sabino MullaneRevert recent change: more implicit fields are needed...
2009-11-15 Greg Sabino MullaneAllow $wgMaxCredits to work for database backends with...
2009-11-14 Matěj Grabovský(bug 21455) Fixed "Watch this page" checkbox appearing...
2009-11-09 Bryan Tong MinhFollow-up to r58633 and r58628 (lqt): Rename Title...
2009-11-06 Andrew GarrettEnabling changes for r56828: some refactoring and code...
2009-11-05 Aaron SchulzHolding off r58575 for now
2009-11-05 Aaron SchulzMake newFromID() inherit correctly (ImagePage/CategoryP...
2009-10-31 Alexandre EmsenhuberFix for r51559: removed double urlencode()'ing
2009-10-30 Aaron SchulzA few cleanups for r58351
2009-10-30 Aaron Schulz* bug 21267 change "show/hide" to "show", if user canno...
2009-10-29 Aaron SchulzUse revDeleteLink() to remove duplication
2009-10-28 Chad Horohoe(bug 19859) Remove HTMLDiff. Could possibly be salvaged...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-10-28 Aaron Schulzbug 21282 &unhide=1 on next/prev diff links if already...
2009-10-24 Raimond SpekkingFollow-up r58087: formatNum the number of revisions
2009-10-24 Alexandre Emsenhuber* (bug 3480) MediaWiki:Historywarning now has a paramet...
2009-10-22 Raimond Spekking* (bug 21047) Wrap 'cannotdelete' into a div with the...
2009-10-19 Raimond SpekkingSelf revert r57897. New patch follows.
2009-10-19 Raimond Spekking* (bug 21047) Wrap "cannotdelete" message into a div...
2009-10-14 OverlordQFollowup to r57102, use already existing sequence name...
2009-10-10 Alexandre Emsenhuber* (bug 21073) "User does not exist" message no longer...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-30 Jure Kajzerlogging table added columns, fixed cat_id sequence...
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-23 Alexandre Emsenhuber*STAB* Fix for r56806: remove debugging code
2009-09-23 Alexandre Emsenhuber* (bug 16310) Credits page now lists IP addresses rathe...
2009-09-22 Alexandre Emsenhuber* (bug 20702) Parser functions can now be used correctl...
2009-09-16 TobiasFollow-up on r56284: LogEventsList::showLogExtract...
2009-09-15 Siebrand Mazeland* fix oversight in r56324 in showMissingArticle() ...
2009-09-14 Alex ZReplace the user rename log display for non-existent...
2009-09-13 TobiasFollow-up on r56251 - merging showLogs and showLogExtract
2009-09-13 TobiasCreating new function wgOutput->showLogs and including...
2009-09-08 Andrew GarrettFixes for r55979
2009-09-08 Domas Mituzasmove the checks for file cache way up, right where...
2009-09-08 Domas MituzasFix use of parser-cache-saved-timestamp, apparently...
2009-09-07 Domas Mituzasmicro-optimization for front page views :-)
2009-09-07 TobiasNew message noarticletext-nopermission that does not...
2009-09-06 Aaron SchulzFixed regression likely from r55700, where $wgOut rev...
2009-09-02 Aaron Schulz(bug 20372) Improve rollback-revisiondelete handling
2009-09-02 Tim Starling* Fixed CR r48837. Although using ids[]=x in the query...
2009-09-01 Happy-melonFollow-up to r55700 - patch up a path through which...
2009-08-31 Happy-melon(bug14900) Make __INDEX__ and __NOINDEX__ not override...
2009-08-27 Domas MituzasI LOVE OO PEOPLE <3 <3 <3
2009-08-26 Aryeh GregorRestore size=60 that got eaten by r55453
2009-08-25 Andrew GarrettFix live preview copying of existing category links
2009-08-22 Brion VibberPet peeve time: reduce clutter from common $wgContLang...
2009-08-21 Aryeh GregorUse Html::input()/autofocus a bunch more places
2009-08-21 Brion VibberFix for wgArticleId being exported to JavaScript as...
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-07-30 Aaron Schulz* Separated some delete & suppress message headers...
2009-07-20 Purodha B Blissenbachadd GENDER support to revision-info
2009-07-15 Roan Kattouw(bug 19729) Fix fatal in Article::showPatrolFooter()
next