Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Patch #243532 by Damien Tournoud et al: catch notices, warnings and fatal ↵ | Dries Buytaert | 2008-11-05 | |
| | | | | errors during testing. Woop, woop. | |||
* | - Patch #310212 by justinrandell: killed in _node hook, as well as twelve ↵ | Dries Buytaert | 2008-10-06 | |
| | | | | sable tooth tigers. | |||
* | - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵ | Dries Buytaert | 2008-10-06 | |
| | | | | well as two small kittens. | |||
* | - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 | |
| | | | | generation database layer for Drupal 7. | |||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 | |
| | | | | | | | | | | | 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 ↵ | Dries Buytaert | 2008-04-23 | |
| | | | | committed to D6. | |||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 | |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | |||
* | - Patch #203846 by pwolanin: remove PHP4 compatibility code. | Dries Buytaert | 2008-02-17 | |
| | ||||
* | #210335 by keith.smith: highly confusing example in trigger module help, use ↵ | Gábor Hojtsy | 2008-01-21 | |
| | | | | a better one instead | |||
* | #203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object ↵ | Gábor Hojtsy | 2007-12-31 | |
| | | | | 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 ↵ | Gábor Hojtsy | 2007-12-28 | |
| | | | | assocations should be removed when deleting an advanced action | |||
* | #197730 by keith.smith: standardize on a much more user friendly cron ↵ | Gábor Hojtsy | 2007-12-19 | |
| | | | | 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 ↵ | Gábor Hojtsy | 2007-12-14 | |
| | | | | 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, ↵ | Gábor Hojtsy | 2007-12-13 | |
| | | | | update to drag and drop functionality, drupal.module removal, etc | |||
* | #192209 follow up by bdragon: some missing taxonomy terminology fixes in ↵ | Gábor Hojtsy | 2007-11-20 | |
| | | | | trigger module | |||
* | - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵ | Dries Buytaert | 2007-11-11 | |
| | | | | removed some trailing whitespace.) | |||
* | - Patch #181576 by Crell: split trigger module. | Dries Buytaert | 2007-10-31 | |
| | ||||
* | #184722 by hazexp: only return a value from trigger_help() if there was a ↵ | Gábor Hojtsy | 2007-10-24 | |
| | | | | page which the function provides any help for | |||
* | #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵ | Gábor Hojtsy | 2007-10-11 | |
| | | | | closing unclosed tags, avoiding empty table containers, and so on | |||
* | - Patch #178650 by pwoladin: fixed db problem and added extra validation. | Dries Buytaert | 2007-09-26 | |
| | ||||
* | #172773 by numerous contributors: Make the actions interface usable by mere ↵ | Gábor Hojtsy | 2007-09-11 | |
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 |