* (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3
[lhc/web/wiklou.git] / includes / Article.php
2005-07-22 Brion Vibber* (bug 2885) Fix fatal errors and notices in PHP 5...
2005-07-17 River Tarnellpurge file cache on save
2005-07-13 Erik Moeller* (bug 2768) section=new on nonexistent talk page does...
2005-07-13 Brion Vibber* (bug 2833) Fix bug in previous fix
2005-07-12 Brion Vibber* (bug 2825) Fix regression in newtalk notifications...
2005-07-07 Jens Frank(bug 2416) Don't allow search engine robots to index...
2005-07-03 River Tarnellimplement "action=render"
2005-07-02 Erik Moellerdon't just assume we get a valid title object
2005-07-02 Erik Moeller-nonsense
2005-07-02 Erik MoellerAdd two new parameters for editing new pages:
2005-07-01 River Tarnellonly set newtalk for actual users
2005-07-01 River Tarnellupdate rc_this_oldid correctly
2005-07-01 River Tarnellremove wfdebug in pagehistory
2005-06-29 Brion Vibber* (bug 2614) Fix section edit links on diff-to-current...
2005-06-29 Brion Vibber* Copy IRC-over-UDP update option from REL1_4
2005-06-29 Jens Frank(bug 2564) Don't show editingold warning for recent...
2005-06-29 Brion Vibber* Don't show empty-page text in 'Show changes' on new...
2005-06-28 Brion Vibber* (bug 2572) Fix edit conflict handling
2005-06-28 Brion Vibber* (bug 2576) Fix recording of transclusion links
2005-06-26 Brion Vibber* (bug 2541) Fix unprotect tab
2005-06-25 Tim Starlingrecovering previous behaviour when enotif is switched off
2005-06-24 Ævar Arnfjörð Bjar... * Removed htmlspecialchars(), everything given to setSu...
2005-06-22 Brion Vibber* (bug 2488) Format 'deletedtext' message as wikitext
2005-06-19 Tim Starlingported site_stats change from 1.4
2005-06-18 Brion Vibber* Less gratuitous munging of content sample in delete...
2005-06-18 Brion VibberUse Language::truncate()
2005-06-18 Alexander SigachovUpdate from language.php 1.560 to 1.564
2005-06-14 Brion Vibber* (bug 2408) page_is_new was inverted (whoops!)
2005-05-31 Brion Vibber* Remove linkscc table code, no longer used.
2005-05-29 Brion VibberPut global def for $wgDisableHardRedirects where it...
2005-05-29 Tim Starlingforward-ported $wgDisableHardRedirects
2005-05-29 Tim Starlingported $wgAntiLockFlags from REL1_4
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-21 Erik Moellermove default parameter to the right per recommendations
2005-05-21 Erik MoellerPHP4 doesn't like null references, so splitting function
2005-05-21 Erik Moellerbug #73: category sortkeys are set to "Special:Upload...
2005-05-21 Magnus Manskevalidation updates
2005-05-21 Anders Wegge Jakobsen* (bug 2151) The delete summary now includes editor...
2005-05-20 Tim Starlingfixed deletion reason autofill
2005-05-14 Tim StarlingAttempting to get enotif into working order. Many aesth...
2005-05-05 Ævar Arnfjörð Bjar... * Moved <div class='patrollink'> into Article.php rathe...
2005-05-02 Jens FrankSCHEMA_WORK - use pageTable instead of curTable
2005-05-01 Brion Vibber* (bug 2018) Fix deletion for new schema, make work...
2005-04-28 Ævar Arnfjörð Bjar... * Using isIP(), avoids code duplication.
2005-04-26 Brion Vibber* (bug 1982) Fix loading of old text for section mergin...
2005-04-24 Brion Vibber* (bug 1963) Fix deletion log link when $wgCapitalLinks...
2005-04-17 Tim Starling* When an image is changed, invalidate pages that use it.
2005-04-17 Tim StarlingDon't use the parser cache for non-existent articles
2005-04-12 Ævar Arnfjörð Bjar... * Changed Wikipedia to MediaWiki.
2005-04-12 Ævar Arnfjörð Bjar... * Some clown with CVS access deleted our MS Word files...
2005-04-10 Tim Starlingmore missing variable bugs
2005-04-10 Tim Starlingbug, missing timestamp in insertNewArticle
2005-04-07 Zheng Zhucache the title text of an article when there is differ...
2005-04-03 Jens FrankCode cleanup. Database code should not be in EditPage...
2005-03-29 Antoine MussoNew articles fetched revision assumed to be 0. Correctl...
2005-03-27 Tim StarlingRemoved legacy BEGIN/COMMIT pair
2005-03-26 Antoine MussoLooks like a bug. Article::mText no more exist, fetch...
2005-03-26 Antoine MussoImplement #1739 : new magickeyword REVISIONID. Give...
2005-03-24 Erik MoellersuppressRC parameter for insertNewArticle()
2005-03-24 Ævar Arnfjörð Bjar... Removed empty table rows who were designed to create...
2005-03-19 Brion VibberUpdate message initialiser to use Revision functions...
2005-03-18 Magnus Manskevalidation improvements
2005-03-18 Magnus ManskeThe return of the validation feature (caveat: new table...
2005-03-18 Magnus ManskeRe-establishing validation feature (the beginnings)
2005-03-18 Brion VibberReduce redundant hits to the page table for information...
2005-03-18 Brion VibberFix stupid error on template loading for nonexisting...
2005-03-18 Brion VibberLazy loading of revision text; needed for separate...
2005-03-17 Magnus ManskeRe-establishing validation feature (the beginnings)
2005-03-15 Brion Vibber* (bug 1370) e-notif correction
2005-03-15 Brion VibberMark interwiki redirect URLs with a source parameter...
2005-03-14 Brion VibberContinuing adventures in the saga of using Revision...
2005-03-14 River Tarnelldidn't mean to commit that comment
2005-03-14 River Tarnellallow redirects in categories; show cats on redirect...
2005-03-13 Evan ProdromouChanged the calling protocol for function wfRunHooks...
2005-03-13 Brion VibberChange interface to Article::updateRevisionOn() to...
2005-03-13 Brion VibberFix Special:Import for new schema; make it create page...
2005-03-13 Brion VibberChange title move redirect creation to use Revision...
2005-03-12 Brion VibberGet rollback working on new schema
2005-03-12 Brion VibberAdd page_len field with byte length of current revision...
2005-03-12 Brion VibberUpdate Article::quickEdit() to use Revision::insertOn()
2005-03-12 Brion Vibber* Make undeletion (more or less) work with new schema
2005-03-11 Brion VibberConsolidate some bits in Article::insertNewArticle...
2005-03-11 Brion VibberAdd Revision::insertOn() method for saving new revision...
2005-03-11 Brion Vibber* (bug 1643) Removal of the deletion, protection and...
2005-03-09 Brion VibberMerge changes from 1.4:
2005-02-28 Brion VibberFix page info for new schema, use localized digits...
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-02-21 Brion VibberAudit tweaks: extra post checks, markup fixes.
2005-02-18 Brion VibberRestrict interwiki redirects to local wikis only
2005-02-18 Brion VibberClean up experiments for special:data, special:validate...
2005-02-09 Domas MituzaswfTimestampNow() -> db::timestamp()
2005-02-08 Domas MituzasupdateArticle: fix typo newtext->mungedText, compressin...
2005-02-06 Brion VibberUse table prefix when clearing recentchanges
2005-02-06 Brion Vibber* (bug 1430) Don't check for template data when editing...
2005-01-30 Jens FrankSCHEMA_WORK fixes: User contributions, page deletion
2005-01-28 Antoine Mussos/0/NS_MAIN/
2005-01-22 Jens FrankBUG#1369 ENotifs mail come with wrong "oldid" revision...
2005-01-19 Brion Vibber* (bug 730) configurable $wgRCMaxAge; don't try to...
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
next