slight alteration to comment
[lhc/web/wiklou.git] / includes / Article.php
2004-03-20 Magnus Manskeadding meta keywords
2004-03-14 Mr. E23Fixed problems with section editing and merging
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-03-09 Gabriel Wickehistory purging
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-29 Tim StarlingParser improvements: global variable destruction
2004-02-27 Tim Starlingbug fix -- parser cache used when it shouldn't be
2004-02-27 Tim Starlingminor fixes
2004-02-26 Tim StarlingSplit parser from OutputPage into Parser.php, corrected...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-15 Mr. E23Fix for parser cache; pages containing variables are...
2004-02-03 Mr. E23Fix for deletion bug
2004-02-03 Gabriel Wickereverted my edit, purging should be already done in...
2004-02-03 Gabriel Wickepurging on revert
2004-02-02 Gabriel WickeSquid branch merge. Calls to purge functions in Article...
2004-01-31 Mr. E23Temporarily reverted to pre-squid changes due to some...
2004-01-31 Gabriel Wickebug fix I (replaced -\>mTitle with )
2004-01-31 Tim StarlingFixing &bot=1, broken by new RC code
2004-01-30 Gabriel WickeSquid integration changes
2004-01-24 Mr. E23Only allow identified users to mark edits as minor
2004-01-17 Mr. E23Added pref which can be used to enable faster page...
2004-01-17 Tim StarlingMore informative rollback summary
2004-01-17 Tim StarlingBug fixes: watchlist and recent changes linked were...
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-10 Brion VibberRemove sometimes erroneous duplicate Content-encoding...
2004-01-10 Tim Starlingfixed a few minor bugs and misc. notices
2004-01-07 Mr. E23A patch to cache articles after conversion to HTML...
2004-01-05 Mr. E23Added hooks for article create/delete/edit events and...
2004-01-05 Mr. E23Moved linkscc SQL details into LinkCache for cleaner...
2004-01-04 Brion VibberAdd $wgCompressRevisions option to compress old revisio...
2004-01-03 Brion VibberStart support for compressing entries in the old table...
2004-01-03 Erik Moeller$wgUseBetterLinksUpdate no longer needed, removed,...
2003-12-21 Brion VibberSplit off page history code to PageHistory.php out...
2003-12-17 Brion VibberWe no longer check the content, so have to make an...
2003-12-17 Brion VibberCheck for bad title on redirect (ot: why can't diff...
2003-12-14 Tim StarlingImprovements in MediaWiki namespace handling, enhanced...
2003-12-13 Mr. E23Article.php:
2003-12-11 Mr. E23The purpose of this modification is to ensure that...
2003-12-10 Mr. E23Replaced calls to exit() with wfAbruptExit().
2003-12-06 Tim StarlingMediaWiki: namespace memcached synchronisation
2003-12-05 Brion VibberDisallow rollback during read-only mode
2003-12-04 Tim StarlingBug fixes
2003-12-03 Tim Starlingnamespace 8 bug fix
2003-11-30 Tim StarlingMediaWiki: namespace update bug fix
2003-11-28 Mr. E23Removed a bit too much. Must clear linkscc for the...
2003-11-28 Mr. E23Clearing linkscc for article on rollback
2003-11-28 Mr. E23Removed unnecessary clearing of linkscc
2003-11-28 Mr. E23Fixed bug (missing global) for linkscc that caused...
2003-11-27 Brion VibberFix article count update on page creation
2003-11-25 Brion VibberFix incremental link update with persistent linkcache
2003-11-24 Brion VibberSometimes no title object....?
2003-11-24 Brion VibberFix double-compression; fix missing deletion reason...
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-23 Brion VibberRemove redundant code accidentally re-added in revision...
2003-11-17 Brion VibberFix bug 795011; restrictions not loaded on redirects
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-15 Tim StarlingBug fixes
2003-11-15 Tim StarlingBug fixes
2003-11-15 Tim Starlingmisc. bug fixes
2003-11-14 Tim StarlingBug fix: added semicolon
2003-11-12 Tim StarlingImported latest features from the stable branch
2003-11-09 Mr. E23Some minor PersistentLC related changes
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-11-08 Mr. E23Experimental code for caching page links
2003-11-02 Tim StarlingVarious fixes, see the version of [[m:Development statu...
2003-10-25 Tim StarlingTranslation checker added (nl: fixed); more conditional...
2003-10-21 Tim StarlingMore minor wfMsg() fixes
2003-10-16 Tim Starlingblock/unblock log; split off profiling into Profiling...
2003-09-21 Tim StarlingMediaWiki namespace
2003-09-20 Tim StarlingMore wfQuery() conversion
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-09-05 Brion VibberExpire pages with variable replacements after 1 hour...
2003-09-01 Brion VibberDon't cache pages that don't exist
2003-09-01 Brion VibberSplit image description page handling into ImagePage...
2003-09-01 Brion VibberArticle object now is associated with an arbitrary...
2003-08-31 Tim StarlingUndelete bug partially fixed; Sysop ability to block...
2003-08-31 Tim StarlingInternationalisation of "magic words" such as #redirect
2003-08-24 Brion VibberFix for corruption of previous edit's data for 'post...
2003-08-21 Bogdan StancescuAdded label tag for confirm checkbox
2003-08-17 Brion VibberExperimental patch to partially protect against simulta...
2003-08-16 Brion VibberFix for rollback
2003-08-08 Brion Vibbertiny fixlet for browsers that don't support gzip
2003-08-02 Brion VibberExtract the edit page interface functions out of Articl...
2003-08-02 Brion VibberSlight cache tweaks; fixes gzip encoding header for...
2003-08-02 Brion VibberMove file cache functions into CacheManager class ...
2003-07-29 Erik Moellerfixed weird section editing bug (would save section...
2003-07-29 Erik Moellerfixed edit conflict bug with sections
2003-07-28 Erik Moeller- don't check for edit conflict when posting comments...
2003-07-21 Erik Moeller1) Stylesheet changes:
2003-07-20 Erik Moeller1) moved some toc layout elements to stylesheet
2003-07-10 Brion Vibberoops :)
2003-07-10 Brion VibberDon't cache zero-length 'pages' from redirects
2003-07-10 Brion Vibbercache tweaks
2003-07-08 Brion VibberFix for floating point random value in non-english...
2003-07-06 Tim StarlingMinor link update fix
2003-07-06 Tim StarlingIncremental link table updates
2003-07-03 Brion VibberFixes missing cache-control and last-modified headers...
next