/[drupal]/contributions/modules/better_formats/better_formats_defaults.admin.inc
ViewVC logotype

Log of /contributions/modules/better_formats/better_formats_defaults.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.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 27 14:27:13 2009 UTC (2 months ago) by dragonwize
Branch: DRUPAL-6--1
Changes since 1.3.2.9: +2 -3 lines
Diff to previous 1.3.2.9 , to branch point 1.3 , to next main 1.6
Fixed #494832 by dragonwize, jweowu: Block default format sometimes not followed.

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 27 14:08:15 2009 UTC (2 months ago) by dragonwize
Branch: DRUPAL-6--1
Changes since 1.3.2.8: +3 -2 lines
Diff to previous 1.3.2.8 , to branch point 1.3
Fixed #480880 by dragonwize: Site global default not a valid default selection.

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 31 15:24:00 2009 UTC (5 months, 4 weeks ago) by dragonwize
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-1-RC2
Changes since 1.3.2.7: +10 -8 lines
Diff to previous 1.3.2.7 , to branch point 1.3
Fixed #477934 by dragonwize: PHP warning when no roles have certain permissions.

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 31 03:13:14 2009 UTC (5 months, 4 weeks ago) by dragonwize
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-RC1
Changes since 1.3.2.6: +3 -1 lines
Diff to previous 1.3.2.6 , to branch point 1.3
Only show roles that have admininster blocks permission for block defaults.

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 20:09:03 2009 UTC (6 months, 1 week ago) by dragonwize
Branch: DRUPAL-6--1
Changes since 1.3.2.5: +23 -20 lines
Diff to previous 1.3.2.5 , to branch point 1.3
Added #358293 by dragonwize: Block support added.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 08:17:38 2009 UTC (8 months, 1 week ago) by dragonwize
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +3 -5 lines
Diff to previous 1.5
Fixed #404484: Missing t()'s

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 08:16:52 2009 UTC (8 months, 1 week ago) by dragonwize
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.3.2.4: +3 -5 lines
Diff to previous 1.3.2.4 , to branch point 1.3
Fixed #404484: Missing t()'s

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 21:48:55 2009 UTC (8 months, 1 week ago) by dragonwize
Branch: MAIN
Changes since 1.4: +45 -45 lines
Diff to previous 1.4
Meging changes from 6.x-1 branch to head

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 06:44:17 2009 UTC (9 months ago) by dragonwize
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.3.2.3: +45 -45 lines
Diff to previous 1.3.2.3 , to branch point 1.3
More clean-up.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 17:52:40 2009 UTC (9 months ago) by dragonwize
Branch: MAIN
Changes since 1.3: +131 -7 lines
Diff to previous 1.3
Merging changes from 6.x--1-0 branch back to HEAD.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 15:59:48 2009 UTC (9 months ago) by dragonwize
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2
Changes since 1.3.2.2: +119 -1 lines
Diff to previous 1.3.2.2 , to branch point 1.3
Moved some default related functions from better_formats.module to better_formats_defaults.admin.inc

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 03:40:33 2009 UTC (9 months, 1 week ago) by dragonwize
Branch: DRUPAL-6--1
Changes since 1.3.2.1: +9 -9 lines
Diff to previous 1.3.2.1 , to branch point 1.3
Cleaned #372186 by sun: Code cleanup and PHP4 compatibility

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 8 01:15:40 2009 UTC (9 months, 2 weeks ago) by dragonwize
Branch: DRUPAL-6--1
Changes since 1.3: +7 -1 lines
Diff to previous 1.3
Fixed #363829 by dragonwize: Validation error for roles with admin filter perm

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 22:02:08 2008 UTC (11 months, 1 week ago) by dragonwize
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA4, DRUPAL-6--1-0-BETA5, DRUPAL-6--1-0-BETA6
Branch point for: DRUPAL-6--1
Changes since 1.2: +19 -13 lines
Diff to previous 1.2
Finished code documentation.
Ran through Coder 2.x.
Added more notes to the README.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 12 19:52:32 2008 UTC (11 months, 2 weeks ago) by dragonwize
Branch: MAIN
Changes since 1.1: +7 -0 lines
Diff to previous 1.1
Updated hook_help
Ran module through Coder

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 21:17:28 2008 UTC (11 months, 3 weeks ago) by dragonwize
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA2, DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-BETA1
Initial commit.

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