Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | #560484 by Davy Van Den Bremt: Allow database logs to never be discarded. | Angie Byron | 2009-08-29 |
| | |||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-08-24 |
| | | | | 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 ↵ | Angie Byron | 2009-08-24 |
| | | | | registry rip. Let's try that again. | ||
* | *** empty log message *** | Angie Byron | 2009-08-24 |
| | |||
* | - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵ | Dries Buytaert | 2009-05-27 |
| | | | | nominalizations from Docblocks. | ||
* | - Patch #394382 by Xano, dereine: clean up logging configuration page. | Dries Buytaert | 2009-04-13 |
| | |||
* | - Patch #302268 by tizzo, bubbasan, Ryan Palmer et al: converted module to ↵ | Dries Buytaert | 2009-03-13 |
| | | | | new database abstraction layer. | ||
* | #363687 by chx: Simplify DBTNG codeflow. | Angie Byron | 2009-01-25 |
| | |||
* | - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3. | Dries Buytaert | 2009-01-22 |
| | |||
* | - Patch #291026 by Dave Reid et al: further (usability) improvements to the ↵ | Dries Buytaert | 2009-01-21 |
| | | | | E_NOTICE handling. | ||
* | #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵ | Angie Byron | 2009-01-08 |
| | | | | the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D | ||
* | - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64. | Dries Buytaert | 2008-12-28 |
| | |||
* | - Patch #319401 b Crell, hswong3i: converted one query to the new database ↵ | Dries Buytaert | 2008-10-30 |
| | | | | abstraction layer. | ||
* | - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css(). | Dries Buytaert | 2008-10-26 |
| | |||
* | - 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 #245329 by christefano and dmitrig01: code comment love. | Dries Buytaert | 2008-07-24 |
| | |||
* | - 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 #241629 by solotandem: the cron.php query left an extra row in the ↵ | Dries Buytaert | 2008-04-02 |
| | | | | watchdog table due to a off-by-one error. | ||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | White space problem found while gathering background info for #204420 | Gábor Hojtsy | 2007-12-31 |
| | |||
* | #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 | ||
* | #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions | Gábor Hojtsy | 2007-12-06 |
| | |||
* | #195631 by yhager: although logs was changed to reports, this was not ↵ | Gábor Hojtsy | 2007-11-27 |
| | | | | reflected in dblog_init() | ||
* | #165140 by dww: rename logs to reports (usability improvement) | Gábor Hojtsy | 2007-10-20 |
| | |||
* | - Patch #178044 by chx: properly delete watchdog messages captured by the ↵ | Dries Buytaert | 2007-10-02 |
| | | | | dblog.module. | ||
* | - Patch #161177 by Crell: split dblog module. | Dries Buytaert | 2007-07-22 |
| | |||
* | - Patch #158904 by dmitrig01: dblog has help page at wrong path. | Dries Buytaert | 2007-07-12 |
| | |||
* | #58090 by sime and webchick: add id to dblog HTML output table | Gábor Hojtsy | 2007-07-01 |
| | |||
* | #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵ | Gábor Hojtsy | 2007-06-30 |
| | | | | router path based lookups, and also full path argument lookup with a passed argument array | ||
* | - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵ | Dries Buytaert | 2007-06-04 |
| | | | | redundant arguments | ||
* | - Patch #147761 by ChrisKennedy: SQL bugfix. | Dries Buytaert | 2007-05-31 |
| | |||
* | - Patch #147761 by hswong3i: made dblog Oracle-friendly. | Dries Buytaert | 2007-05-30 |
| | |||
* | - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. | Dries Buytaert | 2007-05-28 |
| | |||
* | - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) | Dries Buytaert | 2007-05-14 |
| | |||
* | - Patch #128082 by Goba et al: Allow localization of built-in menu items. | Dries Buytaert | 2007-04-30 |
| | |||
* | - Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible ↵ | Dries Buytaert | 2007-04-30 |
| | | | | to filter log messages in the database log. | ||
* | - Patch #76588 by Gabor: made log messages translatable. Yay. | Dries Buytaert | 2007-04-24 |
| | |||
* | - Patch #63881 by kbahey: logging documentation improvements. | Dries Buytaert | 2007-04-13 |
| | |||
* | - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. ↵ | Dries Buytaert | 2007-04-10 |
Added support for external loggers, and included a small syslog module into core. |