| Commit message (Collapse) | Author | Age |
|
|
|
| |
/admin/structure/trigger causes error.
|
|
|
|
| |
trigger_get_assigned_actions() has no static cache.
|
| |
|
|
|
|
| |
docs for trigger.module.
|
| |
|
| |
|
|
|
|
| |
and local tasks #2.
|
| |
|
|
|
|
| |
actions, clean up token replacement, clean up triggers.
|
|
|
|
| |
strict warnings when running tests and for PHP 5.3.
|
|
|
|
| |
trigger one action per node page load.
|
|
|
|
| |
'standard' user_delete_multiple() API.
|
|
|
|
| |
actions still triggered and cannot be removed.
|
| |
|
| |
|
| |
|
|
|
|
| |
compliance with standards.
|
|
|
|
| |
can't ever pass in another type of class.
|
|
|
|
| |
a property.
|
| |
|
|
|
|
| |
functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
|
|
|
|
| |
presave/insert/update/form_alter hook paradigm.
|
|
|
|
| |
take a single argument. Code clean-up and performance improvement. Woot.
|
|
|
|
| |
Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.
|
|
|
|
| |
configuration section.
|
|
|
|
| |
function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
|
|
|
|
| |
registry rip. Let's try that again.
|
| |
|
|
|
|
| |
tests so we don't do it anymore.
|
|
|
|
| |
and APIs.
|
|
|
|
| |
admin/structure.
|
| |
|
| |
|
| |
|
|
|
|
| |
abstraction layer.
|
|
|
|
| |
nominalizations from Docblocks.
|
|
|
|
| |
triggers may be executed (with tests).
|
| |
|
| |
|
|
|
|
| |
theme setting.
|
| |
|
|
|
|
| |
users in one request.
|
| |
|
| |
|
|
|
|
| |
the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
|
| |
|
| |
|
|
|
|
| |
de-op nodeapi patch.
|
|
|
|
| |
documentation because of previous node API clean-ups.
|
| |
|