summaryrefslogtreecommitdiff
path: root/modules/dblog/dblog.module
Commit message (Collapse)AuthorAge
* - Patch #917134 by hbergin: dblog_cron() deletes too many records when ↵Dries Buytaert2010-10-03
| | | | auto_increment() is larger than 1.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #752048 by c960657: use consistent terminology.Dries Buytaert2010-09-01
|
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #421838 by jhodgdon, mradcliffe, jbrown: admin/reports/search ↵Dries Buytaert2010-06-29
| | | | dependent on dblog module.
* - Patch #718662 by andypost, c960657: DBLog listings truncate messages in ↵Dries Buytaert2010-03-27
| | | | the middle of HTML tags.
* - Patch #319401 by andypost, Crell, hswong3i: properly force default ↵Dries Buytaert2010-02-26
| | | | database in the dblog module.
* - Patch #705310 by moshe weitzman: preserve watchdog entries during user cancel.Dries Buytaert2010-02-06
|
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #696616 by qasimzee: improved consistency of phpDocs.Dries Buytaert2010-01-27
|
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* #635282 by jhodgdon and arianek: Update RDF, DBlog, and PHP module to new ↵Angie Byron2009-12-06
| | | | help standard.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | 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 ↵Dries Buytaert2009-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 Byron2009-08-29
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-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 Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #394382 by Xano, dereine: clean up logging configuration page.Dries Buytaert2009-04-13
|
* - Patch #302268 by tizzo, bubbasan, Ryan Palmer et al: converted module to ↵Dries Buytaert2009-03-13
| | | | new database abstraction layer.
* #363687 by chx: Simplify DBTNG codeflow.Angie Byron2009-01-25
|
* - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.Dries Buytaert2009-01-22
|
* - Patch #291026 by Dave Reid et al: further (usability) improvements to the ↵Dries Buytaert2009-01-21
| | | | E_NOTICE handling.
* #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵Angie Byron2009-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 Buytaert2008-12-28
|
* - Patch #319401 b Crell, hswong3i: converted one query to the new database ↵Dries Buytaert2008-10-30
| | | | abstraction layer.
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵Dries Buytaert2008-10-06
| | | | well as two small kittens.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #245329 by christefano and dmitrig01: code comment love.Dries Buytaert2008-07-24
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-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 Buytaert2008-04-23
| | | | committed to D6.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-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 Buytaert2008-04-02
| | | | watchdog table due to a off-by-one error.
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* White space problem found while gathering background info for #204420Gábor Hojtsy2007-12-31
|
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* #195631 by yhager: although logs was changed to reports, this was not ↵Gábor Hojtsy2007-11-27
| | | | reflected in dblog_init()
* #165140 by dww: rename logs to reports (usability improvement)Gábor Hojtsy2007-10-20
|
* - Patch #178044 by chx: properly delete watchdog messages captured by the ↵Dries Buytaert2007-10-02
| | | | dblog.module.
* - Patch #161177 by Crell: split dblog module.Dries Buytaert2007-07-22
|
* - Patch #158904 by dmitrig01: dblog has help page at wrong path.Dries Buytaert2007-07-12
|
* #58090 by sime and webchick: add id to dblog HTML output tableGábor Hojtsy2007-07-01
|
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-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 Buytaert2007-06-04
| | | | redundant arguments
* - Patch #147761 by ChrisKennedy: SQL bugfix.Dries Buytaert2007-05-31
|
* - Patch #147761 by hswong3i: made dblog Oracle-friendly.Dries Buytaert2007-05-30
|