summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)Author
2009-05-15add a hook to muck around with the arguments array after it's initializedEvan Prodromou
2009-04-13isReadOnly() now takes argumentsEvan Prodromou
2009-03-11fixup config errorsEvan Prodromou
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-04Check for config file when runningEvan Prodromou
2009-03-04Additional (optional, defaults to off) logging of PEAR error details, which a...CiaranG
2009-02-20accidentally used as a global in index.phpEvan Prodromou
2009-02-20avoid notices on undefined array elementsEvan Prodromou
2009-02-12ignore no-data error, since we use it all the timeEvan Prodromou
2009-02-11Handle DB_DataObject errors betterEvan Prodromou
2009-02-11Use a router singletonEvan Prodromou
2009-02-10integrate URL routing into core codeEvan Prodromou
2009-02-09Change action autoloading to allow actions in pluginsEvan Prodromou
2009-02-09Add InitializePlugin and CleanupPlugin eventsEvan Prodromou
2009-02-09Better exception handling in indexEvan Prodromou
2009-02-09Index and Action use ExceptionsEvan Prodromou
2009-01-15is_readonly() -> isReadOnly()Evan Prodromou
2008-12-20first step of phpcs-cleanup of index.phpEvan Prodromou
2008-12-03allow recoverpassword in private modeEvan Prodromou
2008-12-03allow registrations even when site is private (for invites, etc.)Evan Prodromou
2008-12-03add finishopenidlogin to list of actions that anon users can doEvan Prodromou
2008-12-03fine-tuning the privacy flagEvan Prodromou
2008-12-03allow doc and api calls from privateEvan Prodromou
2008-12-03if the site is marked as private, redirect anon users to loginEvan Prodromou
2008-12-03change Action::init() to Action::prepare() to avoid conflict with RSS10Action...Evan Prodromou
2008-12-01init() returns boolean success valueEvan Prodromou
2008-12-01add init, last_modified to actionsEvan Prodromou
2008-08-05make init of lang environment happen earlier, or when user language may have ...Evan Prodromou
2008-07-24use a random mirrorEvan Prodromou
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-04Validate action parameterGina Haeussge
2008-06-22remove check immediateEvan Prodromou
2008-06-19immediate mode for openidEvan Prodromou
2008-05-20trim whitespaceEvan Prodromou
2008-05-19better headersEvan Prodromou
2008-05-17change from class call on action to obj callEvan Prodromou
2008-05-17add action class to default loadsEvan Prodromou
2008-05-17correct placement of commonEvan Prodromou
2008-05-17fixes to make it all lintEvan Prodromou
2008-05-14license block for source codeEvan Prodromou
2008-05-14deny access to include filesEvan Prodromou
2008-05-14considerable codingEvan Prodromou
2008-05-07beginnings of PHPEvan Prodromou