Age | Commit message (Expand) | Author |
2013-03-10 | require token for login | Cash Costello |
2013-02-23 | Fixes #4997 stop requesting a token after a failed request | cash |
2012-07-12 | Fixes #4702 better actions logic | Cash Costello |
2012-05-16 | Fixes #2411: Show message when upload exceeds PHP limits, and show limits in ... | Steve Clay |
2012-01-09 | coding standard fixes to engine | Cash Costello |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello |
2011-10-08 | Fixes #3941 Refs #3936 added @access private in action lib and added elgg_unr... | Cash Costello |
2011-07-27 | Fixes Ticket #3709 "Embed plugin: uploading a file in Firefox tries to save a... | Richard Loxley |
2011-06-20 | removed debug code | cash |
2011-06-19 | added another way for an action to be detected as an Ajax action: set the req... | cash |
2011-05-14 | improved documentation of elgg_register_action() | cash |
2011-04-28 | Removed unneeded else. | brettp |
2011-04-28 | Fixes #3127. Normalizing the json returned by the ajax action handler. Doing ... | brettp |
2011-04-14 | Fixes #3268 forwarding to referrer (fixed by ashwanthkumar) | cash |
2011-03-30 | Fixed ajax status for elgg.action(). | brettp |
2011-03-26 | Fixes #3249 fixed name of actions exists function | cash |
2011-02-20 | Refs #2833, #2956. Merged 1.7's action timeout changes to 1.8. | brettp |
2011-02-15 | Fixes #2923: Removed "view" prefix from simplecache function names | ewinslow |
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp |
2011-02-06 | fixed some minor documentation issues | cash |
2011-02-03 | Added more info to the @params documentation for elgg_register_action. | brettp |
2011-02-01 | Moving deprecated functions out of files access.php - entities.php. This tim... | ewinslow |
2011-02-01 | Reversing 7975 | ewinslow |
2011-02-01 | Refs #2839: moved deprecated functions from access.php - private_settings.php... | ewinslow |
2010-11-24 | Fixes #2655: Converted register_action to elgg_register_action throughout core | ewinslow |
2010-11-24 | Refs #2655: Introducing elgg_register_action() + a few fixes to typos in docu... | ewinslow |
2010-11-20 | Fixes #2237: Added 'reason' parameter to forward() to allow proper headers an... | ewinslow |
2010-11-16 | Pulled in hellekin's fixes from https://github.com/Elgg/Elgg/pull/2 | cash |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-03 | Refs #1320. Updated core to use elgg_echo()'s native string replacement. | brettp |
2010-11-02 | Refs #2463: Added URL normalization support for entity and extender url handlers | ewinslow |
2010-11-02 | Refs #2463: Removed some more instances of $CONFIG->url. Added support for e... | ewinslow |
2010-11-01 | Refs #2538: Pulled in support for ajax actions | ewinslow |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-10-14 | Fixes #2514 - separating action error messages for undefined and no action sc... | cash |
2010-10-06 | removed several parts of the old installer from the core | cash |
2010-09-17 | Fixes #2479: Removed unused actions init and registered "error" action. | brettp |
2010-09-17 | Refs #2450: Added documentation for actions. | brettp |
2010-09-15 | Refs #2220: Pulled remaining classes out of lib files. Core classes now auto... | ewinslow |
2010-08-22 | Merged r6757:6810 from 1.7 branch into trunk | cash |
2010-08-21 | Merged [6573],[6574],[6582] from 1.7 branch into trunk | cash |
2010-07-21 | Merged pervious commit to 1.8. | brettp |
2010-05-14 | Merged 5928-6908 from 1.7 branch to trunk. | brettp |
2010-05-14 | merge -r5832:5898 from 1.7 to trunk. | brettp |
2010-05-05 | Merged 18_new_admin branch to trunk. | brettp |
2010-04-05 | Merged 5530:5604 from 1.7 to trunk. | brettp |
2010-02-26 | Added login to the list of actions not requiring a security token. | brettp |
2010-02-17 | Fixes #1527: Logout doens't require an action token. This is a temporary fix ... | brettp |
2010-01-25 | Fixes #1450, Fixes #1461: Using $_SERVER['REQUEST_URI'] to pull in GET params... | brettp |
2010-01-24 | Fixes #1460, Fixes #1459: Tokens are not required to disable a plugin or inst... | brettp |