Introducing 'frameless' keyword to [[Image:]] syntax which respects the user preferen...
[lhc/web/wiklou.git] / includes / Wiki.php
2007-05-10 River Tarnell- Http::request(), Http::post()
2007-04-25 Tim StarlingX-Database-Lag header
2007-04-22 Tim Starlingsyntax error
2007-04-22 Tim Starling503 response code on lag error
2007-04-22 Tim Starlingmaxlag hidden parameter. Allows client-side bots to...
2007-02-15 Brion Vibber* (bug 8992) Fix a remaining raw use of REQUEST_URI...
2007-02-05 Brion Vibber* Clean up session checks to better handle the case...
2007-01-23 Nick Jenkins* Removing a handful of unused globals.
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Rob ChurchIntroduce 'CustomEditor' hook; see docs/hooks.txt for...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-20 Antoine Mussowhitespaces killing
2007-01-16 Brion Vibber* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING...
2007-01-03 Brion Vibber* Attempt to detect redirect loops for the canonical...
2006-12-03 Ilmari KaronenUse Title::newMainPage() in various places instead...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-08-24 Tim StarlingAdded hook to allow Article subclassing in extensions
2006-08-02 Tim StarlingDon't run jobs in read only mode.
2006-07-14 Tim StarlingConsolidated web initialisation code into includes...
2006-07-04 Tim StarlingUse wfDebugLog() for the job queue log.
2006-07-03 Tim StarlingLog job execution time
2006-07-01 Brion Vibber* (bug 502) Avoid silly tabs on bad title by using...
2006-06-08 Rob ChurchTYPOS IN COMMENTS MAKE BABY JESUS CRY
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoLoad RawPage, EditPage, ExternalEdit, PageHistory...
2006-06-06 Domas MituzasAutoLoad JobQueue
2006-06-06 Domas MituzasAutoLoad ImagePage and CategoryPage
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-25 Brion Vibber* (bug 6086) Remove vestigial attempt to call Article...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-01 Antoine MussoRevert trunk@r13993
2006-05-01 Antoine MussoFix #218: Redirects do not support named anchors
2006-03-16 Tim StarlingDon't require an existence check before calling loadPag...
2006-03-11 Lupintrailing whitespace removal
2006-02-24 Tim Starlingbug
2006-02-24 Tim StarlingAdded job table, for deferred processing of jobs. The...
2006-01-15 Antoine Mussosome basic quotes
2006-01-15 Ævar Arnfjörð Bjar... * Fixed regression in last commit: If we don't check...
2006-01-14 Domas Mituzasoh right right right!!! we have different Article subcl...
2006-01-14 Brion Vibberrevert more of dammit's broken code
2006-01-14 Domas MituzasRevert brion's revert. And learning a lesson about...
2006-01-14 Brion VibberReverted Domas's last checkin. Broken! Please test...
2006-01-14 Domas MituzasHandle redirects correctly, saves queries (no revision...
2006-01-13 Brion Vibberrevert to Wiki.php 1.28 and index.php 1.130
2006-01-13 Magnus Manskeindex.php now fits on a single screen :-)
2006-01-13 Magnus ManskeFurther cleanup of index.php
2006-01-13 Brion Vibber* (bug 1103) Fix up redirect handling for images, categ...
2006-01-13 Brion Vibber* Fix extra whitespace at end of Wiki.php, DESTROYS...
2006-01-11 Magnus ManskeMoving more stuff to Wiki.php
2006-01-11 Magnus ManskeMost of index.php now in Wiki.php
2006-01-11 Magnus ManskeConsolidation of mediaWIki calls into Wiki.php
2006-01-11 Magnus ManskePage creation now mostly moved from index.php to Wiki.php
2006-01-11 Magnus Manskemoved more stuff
2006-01-11 Magnus ManskeMoving more stuff
2006-01-11 Magnus ManskeSlowly moving more stuff from index.php to Wiki.php
2006-01-11 Magnus ManskeImage redirect fix back in
2006-01-11 Brion Vibberwhitespace
2006-01-10 Brion VibberReverting image redirect fix; side effects:
2006-01-10 Magnus Manskefixed redirect-to-image bug
2006-01-10 Magnus Manskemini-fix
2006-01-10 Magnus ManskeBrion-style conformity :-)
2006-01-10 Magnus Manskemoving some more stuff from index.php to Wiki.php
2006-01-10 Magnus ManskeMoving image and category detection
2006-01-10 Magnus ManskeNo more globals here :-)
2006-01-10 Magnus Manskemini-fix
2006-01-10 Magnus ManskeA rewrite especially for Tim :-)
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-30 Magnus ManskeHope I fixed it
2005-12-29 Brion VibberReverting this for now; it broke page history, image...
2005-12-29 Brion Vibber* Removed Special:Validate, it's been superseded by...
2005-12-29 Brion Vibber* Fix for short_open_tag off again; please don't break...
2005-12-29 Magnus Manskefinishing moving of code from inex.php to includes...
2005-12-29 Magnus Manskemoving stuff from index.php to includes/Wiki.php