Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / Defines.php
2011-01-06 Chad HorohoeFixes for r75545: don't use MEDIAWIKI_INSTALL in the...
2010-11-20 Tim StarlingPer CR r77020, followup to r77046: add a constant so...
2010-10-26 PlatonidesKeep it in Title.php Having it on Defines would allow...
2010-10-25 Chad HorohoeFollowup r74035, add GAID_FOR_UPDATE to the defines...
2010-10-03 Alexandre EmsenhuberFix groupping in comments
2010-09-01 Leons PetrazickisDB2: Implemented prepared statements for INSERT and...
2010-03-03 Conrad IrwinMerge fixes to ?preload= from /branches/conrad/ (cf...
2010-02-16 Max SemenikRemoved MMCache support, this thing is dead. Partially...
2009-10-30 Chad HorohoeAdd new define for localisation cache support
2009-06-18 Ryan Schmidt* Add autopromote condition APCOND_BLOCKED to autopromo...
2009-06-08 Jure KajzerWeb installation support for Oracle.
2009-01-03 Aaron Schulz(bug 14737) Allow the autoconfirmed timer to run from...
2008-12-14 Chad Horohoe(bug 7492) Allow assignment of rights to specific IPs...
2008-11-27 Ilmari KaronenFirst step in replacing NS_IMAGE with NS_FILE, to match...
2008-08-19 Daniel FriesenCommitting todays work on LinkHooks and the link rewrite:
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-08 Brion VibberA bunch of Unicode constants got moved at some point...
2008-05-07 Tim Starling* Rename wfGetAvailableRights() to User::getAllRights()
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-01-19 Tim Starling* Eliminated message mode (OT_MSG), using OT_PREPROCESS...
2008-01-17 Tim StarlingAdded ParserFirstCallInit hook. Deferred function regis...
2008-01-14 Victor VasilievAutopromotion:
2007-12-23 Aryeh GregorFixes for r28797.
2007-12-23 Victor VasilievIntroduce new autopromotion system
2007-11-20 Tim Starling* Refactored the parser. See my huge entry in RELEASE...
2007-11-12 Tim StarlingAdded EditFilterMerged hook: like EditFilter but uses...
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 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-11-08 Tim StarlingFixed pollution of a backend function with UI-only...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-23 Rotem LissDeprecating ; reordering the special pages array (whose...
2006-06-25 Tim StarlingDefer initialisation of the special page list, allow...
2006-06-20 Tim StarlingDid some refactoring in Article.php:
2006-01-09 Brion Vibber* Skip loading of RecentChange.php except where needed
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-05 Ævar Arnfjörð Bjar... * Sorted $wgAvailableRights
2005-12-29 Brion Vibber* Removed Special:Validate, it's been superseded by...
2005-12-08 Ævar Arnfjörð Bjar... * Removing undelete permission, useless permission...
2005-09-27 Ævar Arnfjörð Bjar... * whitespace
2005-09-24 Ævar Arnfjörð Bjar... * Removed renameuser permission, extension code
2005-09-13 Brion Vibber* (bug 3412) Clean up date format handling so ~~~~...
2005-07-25 Tim StarlingFormalising live performance hack
2005-07-04 Ævar Arnfjörð Bjar... * Adding 'renameuser' to $wgAvailableRights
2005-06-23 Brion VibberRemove asksql priv from standard definitions; it's...
2005-05-29 Tim Starlingported $wgAntiLockFlags from REL1_4
2005-05-21 Ævar Arnfjörð Bjar... * (bug 898) Mime type autodetection.
2005-04-26 Ævar Arnfjörð Bjar... * Documented the math constants
2005-04-12 Tim StarlingVarious live patches ported from REL1_4
2005-04-09 Tim StarlingSmarter, more flexible cache type selection. Moved...
2005-04-08 Ævar Arnfjörð Bjar... * Replacing NS_WP and NS_WIKIPEDIA with NS_PROJECT...
2005-03-20 Tim Starlingintroduced "import" right for Special:Import
2005-03-17 Magnus ManskeRe-establishing validation feature (the beginnings)
2005-01-31 Guillaume Blanchardremoved NS_THREAD : not needed any more
2005-01-17 Antoine MussoImplement #858 : split user assignment and group rights.
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
2004-12-21 Brion Vibber* Number 100 and beyond are reserved for custom namespaces;
2004-12-21 Guillaume Blanchardremove thread's talk page namespace
2004-12-21 Guillaume BlanchardReserved namespace 100 and 101 for forum-like's thread...
2004-12-10 Brion VibberRevert unauthorized changes made without discussion...
2004-12-10 Nicholas Pisarro, JrNew feature: You can edit summaries and change the...
2004-10-24 Antoine MussoGlobal array for user levels
2004-10-24 Tim StarlingMoved some defines to Defines.php, removed unnecessary...
2004-09-17 Antoine MussoStop loading feed.php every time by moving available...
2004-09-03 Antoine Mussosome documentation
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-28 Arne HeizmannNP_WIKIPEDIA => NP_PROJECT, and code readability stuff
2004-08-25 Brion VibberNS_PROJECT, NS_PROJECT_TALK -- will phase out NS_WIKIPE...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-14 Antoine MussoReverting my previous change. Comment
2004-08-14 Antoine Mussomoving define(mediawiki, true) from index.php to includ...
2004-07-24 Tim Starlingconstant definitions for inclusion before LocalSettings.php