aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/actions.php
AgeCommit message (Expand)Author
2013-11-04Allow regenerating site secretSteve Clay
2013-03-31Fixes #5297: Improve error message in cases of suspected cross-domain loginSteve Clay
2013-03-10require token for loginCash Costello
2013-02-23Fixes #4997 stop requesting a token after a failed requestcash
2012-07-12Fixes #4702 better actions logicCash Costello
2012-05-16Fixes #2411: Show message when upload exceeds PHP limits, and show limits in ...Steve Clay
2012-01-09coding standard fixes to engineCash Costello
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-10-08Fixes #3941 Refs #3936 added @access private in action lib and added elgg_unr...Cash Costello
2011-07-27Fixes Ticket #3709 "Embed plugin: uploading a file in Firefox tries to save a...Richard Loxley
2011-06-20removed debug codecash
2011-06-19added another way for an action to be detected as an Ajax action: set the req...cash
2011-05-14improved documentation of elgg_register_action()cash
2011-04-28Removed unneeded else.brettp
2011-04-28Fixes #3127. Normalizing the json returned by the ajax action handler. Doing ...brettp
2011-04-14Fixes #3268 forwarding to referrer (fixed by ashwanthkumar)cash
2011-03-30Fixed ajax status for elgg.action().brettp
2011-03-26Fixes #3249 fixed name of actions exists functioncash
2011-02-20Refs #2833, #2956. Merged 1.7's action timeout changes to 1.8.brettp
2011-02-15Fixes #2923: Removed "view" prefix from simplecache function namesewinslow
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