Age | Commit message (Expand) | Author |
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 |
2010-01-21 | Fixes #750: All actions require __elgg_ts and __elgg_token. | brettp |
2009-12-18 | better parsing of query for action and page handlers | cash |
2009-10-09 | Standardized actions.php | brettp |
2009-08-20 | Whoa nelly this is a big one: Removed license and copyright for files. | brettp |
2009-06-05 | Close #1040: Limited explode on action and page handler. | marcus |
2009-05-29 | Option to suppress visible errors in token validation code. | marcus |
2009-05-19 | Closes #1026: Removed "@" from include statement | marcus |
2009-05-12 | Closes #749: Warning message on missing token. | marcus |
2009-01-23 | Refs #706 | marcus |
2008-09-30 | Minor tweaks | marcus |
2008-09-30 | Changed to plugin hook | marcus |
2008-09-30 | Closes #390: Triggers an event 'action', $action before action is included. | marcus |
2008-09-01 | Additional per-session random token, additional randomness protection against... | marcus |