aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/actions.php
AgeCommit message (Expand)Author
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-06fixed some minor documentation issuescash
2011-02-03Added more info to the @params documentation for elgg_register_action.brettp
2011-02-01Moving deprecated functions out of files access.php - entities.php. This tim...ewinslow
2011-02-01Reversing 7975ewinslow
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
2010-11-24Refs #2655: Introducing elgg_register_action() + a few fixes to typos in docu...ewinslow
2010-11-20Fixes #2237: Added 'reason' parameter to forward() to allow proper headers an...ewinslow
2010-11-16Pulled in hellekin's fixes from https://github.com/Elgg/Elgg/pull/2cash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-02Refs #2463: Added URL normalization support for entity and extender url handlersewinslow
2010-11-02Refs #2463: Removed some more instances of $CONFIG->url. Added support for e...ewinslow
2010-11-01Refs #2538: Pulled in support for ajax actionsewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-14Fixes #2514 - separating action error messages for undefined and no action sc...cash
2010-10-06removed several parts of the old installer from the corecash
2010-09-17Fixes #2479: Removed unused actions init and registered "error" action.brettp
2010-09-17Refs #2450: Added documentation for actions.brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-08-21Merged [6573],[6574],[6582] from 1.7 branch into trunkcash
2010-07-21Merged pervious commit to 1.8.brettp
2010-05-14Merged 5928-6908 from 1.7 branch to trunk.brettp
2010-05-14merge -r5832:5898 from 1.7 to trunk.brettp
2010-05-05Merged 18_new_admin branch to trunk.brettp
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-02-26Added login to the list of actions not requiring a security token.brettp
2010-02-17Fixes #1527: Logout doens't require an action token. This is a temporary fix ...brettp
2010-01-25Fixes #1450, Fixes #1461: Using $_SERVER['REQUEST_URI'] to pull in GET params...brettp
2010-01-24Fixes #1460, Fixes #1459: Tokens are not required to disable a plugin or inst...brettp
2010-01-21Fixes #750: All actions require __elgg_ts and __elgg_token.brettp
2009-12-18better parsing of query for action and page handlerscash
2009-10-09Standardized actions.phpbrettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-06-05Close #1040: Limited explode on action and page handler.marcus
2009-05-29Option to suppress visible errors in token validation code.marcus
2009-05-19Closes #1026: Removed "@" from include statementmarcus
2009-05-12Closes #749: Warning message on missing token.marcus
2009-01-23Refs #706marcus
2008-09-30Minor tweaksmarcus
2008-09-30Changed to plugin hookmarcus
2008-09-30Closes #390: Triggers an event 'action', $action before action is included.marcus
2008-09-01Additional per-session random token, additional randomness protection against...marcus
2008-08-31Some session fingerprinting code. Requires user agent to be consistent across...marcus
2008-08-11Minor bugfix to actions_gatekeeper()marcus
2008-08-08Closes #220: Removed action from hash. Timestamp should make this unpredictab...marcus
2008-08-07Refs #210: Will trigger a plugin hook 'action_gatekeeper:permissions:check'.marcus
2008-08-07Closes #218marcus