/[drupal]/drupal/modules/dblog/dblog.module
ViewVC logotype

Log of /drupal/modules/dblog/dblog.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 22:24:13 2009 UTC (4 weeks, 4 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
#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().

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 00:59:56 2009 UTC (6 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.42: +4 -2 lines
Diff to previous 1.42
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 29 03:36:27 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.41: +8 -6 lines
Diff to previous 1.41
#560484 by Davy Van Den Bremt: Allow database logs to never be discarded.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:19 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.40: +19 -1 lines
Diff to previous 1.40
#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.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:43 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.39: +1 -19 lines
Diff to previous 1.39
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:02:00 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.38: +19 -1 lines
Diff to previous 1.38
*** empty log message ***

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 18:33:56 2009 UTC (5 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.37: +7 -7 lines
Diff to previous 1.37
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 08:48:58 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.36: +1 -9 lines
Diff to previous 1.36
- Patch #394382 by Xano, dereine: clean up logging configuration page.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 14:28:18 2009 UTC (8 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.35: +13 -6 lines
Diff to previous 1.35
- Patch #302268 by tizzo, bubbasan, Ryan Palmer et al: converted module to new database abstraction layer.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 12:19:31 2009 UTC (9 months, 4 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
#363687 by chx: Simplify DBTNG codeflow.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 12:46:06 2009 UTC (10 months ago) by dries
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 21 14:22:31 2009 UTC (10 months ago) by dries
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32
- Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 08:42:12 2009 UTC (10 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.31: +12 -4 lines
Diff to previous 1.31
#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

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 28 20:41:19 2008 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.30: +17 -13 lines
Diff to previous 1.30
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 09:16:01 2008 UTC (12 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.29: +15 -21 lines
Diff to previous 1.29
- Patch #319401 b Crell, hswong3i: converted one query to the new database abstraction layer.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 18:06:38 2008 UTC (12 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
- Patch #266358 by Rob Loach, mfer: use  array in drupal_add_css().

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 11:30:11 2008 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.27: +4 -6 lines
Diff to previous 1.27
- Patch #310212 by justinrandell, catch, et all: killed  in _user hook, as well as two small kittens.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 19:36:37 2008 UTC (15 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.26: +3 -2 lines
Diff to previous 1.26
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 16:25:17 2008 UTC (16 months ago) by dries
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
- Patch #245329 by christefano and dmitrig01: code comment love.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 12:18:47 2008 UTC (18 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.24: +1 -7 lines
Diff to previous 1.24
- 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.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 20:01:49 2008 UTC (19 months ago) by dries
Branch: MAIN
Changes since 1.23: +6 -1 lines
Diff to previous 1.23
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:36 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.22: +7 -7 lines
Diff to previous 1.22
- 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.

Revision 1.21.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 21:11:46 2008 UTC (19 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.21.2.1: +6 -1 lines
Diff to previous 1.21.2.1 , to branch point 1.21 , to next main 1.44
Drupal 6.2

Revision 1.21.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 18:40:42 2008 UTC (19 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
#241629 by solotandem: dblog module left one more row in, when cleaning up in cron

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 19:40:35 2008 UTC (19 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
- Patch #241629 by solotandem: the cron.php query left an extra row in the watchdog table due to a off-by-one error.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 10:35:41 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1
Branch point for: DRUPAL-6
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 15:51:30 2007 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
White space problem found while gathering background info for #204420

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 18:08:46 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 09:58:31 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.17: +3 -1 lines
Diff to previous 1.17
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 16:24:34 2007 UTC (23 months, 4 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
#195631 by yhager: although logs was changed to reports, this was not reflected in dblog_init()

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 20 21:57:49 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.15: +6 -6 lines
Diff to previous 1.15
#165140 by dww: rename logs to reports (usability improvement)

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 07:05:43 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.14: +3 -10 lines
Diff to previous 1.14
- Patch #178044 by chx: properly delete watchdog messages captured by the dblog.module.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 22 06:51:47 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.13: +6 -296 lines
Diff to previous 1.13
- Patch #161177 by Crell: split dblog module.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 21:01:16 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- Patch #158904 by dmitrig01: dblog has help page at wrong path.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 1 21:01:46 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
#58090 by sime and webchick: add id to dblog HTML output table

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 30 19:46:55 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
#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

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 07:22:17 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 11:56:12 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- Patch #147761 by ChrisKennedy: SQL bugfix.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 30 08:34:12 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
- Patch #147761 by hswong3i: made dblog Oracle-friendly.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 28 06:08:42 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 14 13:43:35 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 17:03:24 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.4: +10 -10 lines
Diff to previous 1.4
- Patch #128082 by Goba et al: Allow localization of built-in menu items.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 11:12:35 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.3: +156 -41 lines
Diff to previous 1.3
- Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 13:53:11 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.2: +27 -9 lines
Diff to previous 1.2
- Patch #76588 by Gabor: made log messages translatable.  Yay.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 08:27:18 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
- Patch #63881 by kbahey: logging documentation improvements.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 10 10:10:27 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
- 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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2