Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.
#585868 by sun: Provide a generic way for actions to denote that they change a property.
- Patch #595084 by c960657: use type hinting for .
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
- Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave 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.
#564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' configuration section.
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the 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.
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
*** empty log message ***
#296322 by cwgordon7 andSenpai: Fix horribly broken trigger module and add tests so we don't do it anymore.
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
- Patch #504678 by catch: use objects instead of arrays.
- Patch #409750 by yched et al: overhaul and extend node build modes.
#246096 by Sutharsan, Pedro Lozano, mr.baileys, andypost: Actions set to run on cron were not actually triggered.
- Patch #476972 by andypost: optimizations for action_info array.
- Patch #394586 by andypost, bubbasan, Berdir: convert to the new database abstraction layer.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
#246096 by andypost, mr.baileys, and Sutharsan: Fix typo so that cron triggers may be executed (with tests).
Roll-back of #310467: Breaks installer requirements check and update.php.
- Patch #310467 by chx, moshe weitzman: made hook_theme slimmer.
- Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting.
#357031 by hinfox, dereine, aaronbauman: trigger_nodeapi() passed a4 twice and did not pass a3 to the action when the action type was other then node
- Patch #357031 by aaronbauman, hinfox, dereine: passing the wrong parameter.
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
#8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
#353480 follow-up by dereine and sun: Fix typo.
- Patch #353480 by dereine, justinrandell: remove from hook_comment().
- Patch #344361 by Rob Loach, recidive: remove some cruft left from the de-op nodeapi patch.
- Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups.
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.
- Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal errors during testing. Woop, woop.
- Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers.
- Patch #310212 by justinrandell, catch, et all: killed in _user hook, as well as two small kittens.
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
Drupal 6.2
- Patch #203846 by pwolanin: remove PHP4 compatibility code.
#210335 by keith.smith: highly confusing example in trigger module help, use a better one instead
#203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object when it is passed by reference, so we need to live with dummy object passing with actions for object-less actions to support PHP 4
#203941 reported and tested by Takafumi, patch by myself: trigger assocations should be removed when deleting an advanced action
#197730 by keith.smith: standardize on a much more user friendly cron reference in help texts, explain its importance with more examples in INSTALL.txt
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
#192209 follow up by bdragon: some missing taxonomy terminology fixes in trigger module
- Patch #191073 by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.)
- Patch #181576 by Crell: split trigger module.
#184722 by hazexp: only return a value from trigger_help() if there was a page which the function provides any help for
#180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on
- Patch #178650 by pwoladin: fixed db problem and added extra validation.
#172773 by numerous contributors: Make the actions interface usable by mere mortals (including rename of actions.module to trigger, but keeping the actions themselfs). Complete previous history of actions module: - #148410 by jvandyk: added rewrite of the actions module! - #155986 by Uwe: fixed typos. - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |