Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#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().
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
#560484 by Davy Van Den Bremt: Allow database logs to never be discarded.
#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 ***
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
- Patch #394382 by Xano, dereine: clean up logging configuration page.
- Patch #302268 by tizzo, bubbasan, Ryan Palmer et al: converted module to new database abstraction layer.
#363687 by chx: Simplify DBTNG codeflow.
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
- Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling.
#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
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.
- Patch #319401 b Crell, hswong3i: converted one query to the new database abstraction layer.
- Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().
- 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 #245329 by christefano and dmitrig01: code comment love.
- 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
#241629 by solotandem: dblog module left one more row in, when cleaning up in cron
- Patch #241629 by solotandem: the cron.php query left an extra row in the watchdog table due to a off-by-one error.
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
White space problem found while gathering background info for #204420
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
#195631 by yhager: although logs was changed to reports, this was not reflected in dblog_init()
#165140 by dww: rename logs to reports (usability improvement)
- Patch #178044 by chx: properly delete watchdog messages captured by the dblog.module.
- Patch #161177 by Crell: split dblog module.
- Patch #158904 by dmitrig01: dblog has help page at wrong path.
#58090 by sime and webchick: add id to dblog HTML output table
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
- Patch #147761 by ChrisKennedy: SQL bugfix.
- Patch #147761 by hswong3i: made dblog Oracle-friendly.
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
- Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log.
- Patch #76588 by Gabor: made log messages translatable. Yay.
- Patch #63881 by kbahey: logging documentation improvements.
- Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. Added support for external loggers, and included a small syslog module into core.
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 |