/[drupal]/drupal/modules/dblog/dblog.admin.inc
ViewVC logotype

Log of /drupal/modules/dblog/dblog.admin.inc

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.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 00:59:56 2009 UTC (7 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.30: +8 -8 lines
Diff to previous 1.30
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:12:46 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.29: +4 -4 lines
Diff to previous 1.29
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 10:27:14 2009 UTC (3 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.

Revision 1.28 - (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.27: +8 -22 lines
Diff to previous 1.27
#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.27 - (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.26: +22 -8 lines
Diff to previous 1.26
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.26 - (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.25: +8 -22 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:19 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 16 17:57:44 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
#296011 by boombatower: Fixed TestingParty08: DBLog filtering.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 06:39:34 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +24 -10 lines
Diff to previous 1.22
- Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 6 10:27:42 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.21: +11 -20 lines
Diff to previous 1.21
- Patch #302268 by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and PagerQueries broken.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 06:58:16 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.20: +5 -12 lines
Diff to previous 1.20
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 18:33:56 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 10:43:52 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.18: +6 -6 lines
Diff to previous 1.18
- Patch #470594 by Moshe: convert more pages and blocks to return arrays.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 22 11:33:17 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.17: +4 -6 lines
Diff to previous 1.17
- Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 08:37:44 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 19:44:38 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
- Patch #330748 by stBorchert: remove  from theme_pager*.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 08:48:58 2009 UTC (7 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.14: +7 -11 lines
Diff to previous 1.14
- Patch #394382 by Xano, dereine: clean up logging configuration page.

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

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 07:30:26 2009 UTC (9 months ago) by webchick
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 15:19:55 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 10:46:51 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.10: +8 -3 lines
Diff to previous 1.10
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use  carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 21:19:17 2009 UTC (10 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 24 10:38:41 2008 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.8: +33 -1 lines
Diff to previous 1.8
- Patch #49333 by j.somers: add a 'Clear all logs' button.

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 05:47:53 2008 UTC (14 months, 1 week 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-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.6: +17 -7 lines
Diff to previous 1.6 , to next main 1.31
#188246 by deekayen, mfb et al.: some icon and class definitions were missing from dblog, causing notice level errors themselves

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 07:44:45 2008 UTC (16 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3
Changes since 1.7: +17 -7 lines
Diff to previous 1.7
- Patch #188246 by mfb, deekayen: fixed E_NOTICE.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:36 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.6: +6 -6 lines
Diff to previous 1.6
- 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.6 - (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, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4
Branch point for: DRUPAL-6
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 17:45:42 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
#197730 by keith.smith: standardize on a much more user friendly cron reference in help texts, explain its importance with more examples in INSTALL.txt

Revision 1.4 - (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, DRUPAL-6-0-BETA-4
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
#165140 by dww: rename logs to reports (usability improvement)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 5 08:42:01 2007 UTC (2 years, 2 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- Patch #172961 by webernet: code style cleanup.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 21:42:52 2007 UTC (2 years, 4 months ago) by unconed
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Re-add check_plain() in appropriate places after removing it from ip_address().

Revision 1.1 - (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
- Patch #161177 by Crell: split dblog module.

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