/[drupal]/contributions/modules/util/util.module
ViewVC logotype

Log of /contributions/modules/util/util.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.12.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 30 05:03:03 2009 UTC (8 weeks ago) by nancyw
Branch: DRUPAL-6--2
Branch point for: DRUPAL-6--3
Changes since 1.12.2.1: +3 -3 lines
Diff to previous 1.12.2.1 , to branch point 1.12 , to next main 1.14
#591754 by NancyDru - Add weight list and missing file list.

Revision 1.12.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 8 20:15:08 2009 UTC (2 months, 2 weeks ago) by nancyw
Branch: DRUPAL-6--2
Changes since 1.12: +45 -8 lines
Diff to previous 1.12
#274777 by NancyDru - Clean up base module form and menu.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 19:23:46 2008 UTC (17 months, 3 weeks ago) by litwol
Branch: MAIN
CVS Tags: DRUPAL-6--2-2, DRUPAL-6--2-3, HEAD
Changes since 1.13: +8 -1 lines
Diff to previous 1.13
#264712 by [mustafau]: Doxygen clean-up

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 15:26:00 2008 UTC (17 months, 3 weeks ago) by litwol
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
#264418 by [mustafau]: Add CVS id tags

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 18:02:34 2008 UTC (18 months, 3 weeks ago) by litwol
Branch: MAIN
CVS Tags: DRUPAL-6--1-2, DRUPAL-6--2-0, DRUPAL-6--2-1
Branch point for: DRUPAL-6--2
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
Fixed menu access

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 09:35:53 2007 UTC (23 months, 1 week ago) by litwol
Branch: DRUPAL-6--1
Changes since 1.9.2.1: +1 -1 lines
Diff to previous 1.9.2.1 , to branch point 1.9 , to next main 1.14
Began development of Permissions fieldsetting

fieldsetting is for the most part done, i am just not satisfied with current solution.
TODO: come up with better algorithm to do fieldsetting.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 03:05:24 2007 UTC (23 months, 1 week ago) by litwol
Branch: MAIN
CVS Tags: DRUPAL-6--1-1
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Fixed wrong menu paths and one empty array warning

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 07:26:53 2007 UTC (23 months, 1 week ago) by litwol
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.9: +12 -162 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 06:52:15 2007 UTC (23 months, 1 week ago) by litwol
Branch: MAIN
Changes since 1.9: +12 -162 lines
Diff to previous 1.9
This is the first D6 branch commit

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 17:17:54 2007 UTC (2 years, 2 months ago) by litwol
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.8: +12 -5 lines
Diff to previous 1.8
#171381 by litwol: fixed Invalid argument warning
#134472 by litwol: first final release of static resizeable plugin
#171303 by litwol: modules page display how many modules are enabled out of total ([x] of [n])

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 21:04:14 2007 UTC (2 years, 2 months ago) by litwol
Branch: MAIN
Changes since 1.7: +10 -3 lines
Diff to previous 1.7
by litwol: added default text to plugin fieldset if it returns no settings form.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 18:37:02 2007 UTC (2 years, 2 months ago) by litwol
Branch: MAIN
Changes since 1.6: +34 -10 lines
Diff to previous 1.6
feature by litwol: able to enable/disable individual plugins from admin/settings/util

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 17:10:03 2007 UTC (2 years, 2 months ago) by litwol
Branch: MAIN
Changes since 1.5: +53 -11 lines
Diff to previous 1.5
- Started CHANGELOG.TXT
- feature: utility plugins can now specify their own menu items through 'hook menu' setting
- feature: admin/settings/util page display individual plugin's settings collapsible
- misc    : fixed all coding standards as suggested by the coder module
- misc    : many other fixes here and there

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 21:24:33 2007 UTC (2 years, 3 months ago) by litwol
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
bugfix: http://drupal.org/node/167804
bugfix: http://drupal.org/node/159810

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 20:09:41 2007 UTC (2 years, 3 months ago) by litwol
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
Fixed comment blocks using Doxygen convention
Fixed variable name: http://drupal.org/node/168453

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 19:58:57 2007 UTC (2 years, 3 months ago) by greggles
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.3: +1 -5 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.14
cleanup debug statements from #151786 - whoops

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 19:56:39 2007 UTC (2 years, 3 months ago) by greggles
Branch: DRUPAL-5
Changes since 1.1.2.2: +30 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#151786 by greggles, function to determine what node type you are on

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 19:28:28 2007 UTC (2 years, 3 months ago) by greggles
Branch: DRUPAL-5
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#n/a by greggles, call time pass by reference error

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 3 22:47:13 2007 UTC (2 years, 7 months ago) by sun
Branch: DRUPAL-5
Changes since 1.1: +13 -16 lines
Diff to previous 1.1
#130175 Fixed coding style.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 3 22:43:43 2007 UTC (2 years, 7 months ago) by sun
Branch: MAIN
Changes since 1.2: +12 -15 lines
Diff to previous 1.2
#130175 Fixed coding style.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 21 01:18:04 2007 UTC (2 years, 8 months ago) by dmitrig01
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1
#129414 by robertgarrigos. Fixes bug while running update.php

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 03:54:05 2007 UTC (2 years, 8 months ago) by dmitrig01
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Initial commit of the util module. The util module is a collection of utillities that everyone wants, but no one has time to code.

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