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

Log of /contributions/modules/blockregion/blockregion.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.5.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 15:09:47 2009 UTC (9 months ago) by dalad
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.5.4.4: +1 -1 lines
Diff to previous 1.5.4.4 , to branch point 1.5
Fixed disappearing disabled blocks bug as stated in 374361

Revision 1.5.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 21:10:56 2009 UTC (10 months, 1 week ago) by dalad
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1
Changes since 1.5.4.3: +8 -5 lines
Diff to previous 1.5.4.3 , to branch point 1.5
Fixed some serious typos and performance improvement

Revision 1.5.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 19:12:31 2009 UTC (10 months, 1 week ago) by dalad
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.5.4.2: +1 -1 lines
Diff to previous 1.5.4.2 , to branch point 1.5
350751: Fixed bug that prevent saving specific block settings

Revision 1.5.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 19:04:33 2009 UTC (10 months, 1 week ago) by dalad
Branch: DRUPAL-6--2
Changes since 1.5.4.1: +204 -0 lines
Diff to previous 1.5.4.1 , to branch point 1.5
350751: Fixed bug that prevent saving specific block settings

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 08:45:18 2008 UTC (11 months, 1 week ago) by dalad
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.5.2.2: +1 -1 lines
Diff to previous 1.5.2.2 , to branch point 1.5
Fixed automatically added comments

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 23:37:08 2008 UTC (11 months, 1 week ago) by dalad
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.5.2.1: +197 -0 lines
Diff to previous 1.5.2.1 , to branch point 1.5
Updated for Drupal version 6.x

Revision 1.5.4.1
Thu Feb 7 05:19:35 2008 UTC (21 months, 3 weeks ago) by dalad
Branch: DRUPAL-6--2
Changes since 1.5: +0 -78 lines
FILE REMOVED
file blockregion.module was added on branch DRUPAL-6--2 on 2009-01-15 19:04:33 +0000

Revision 1.5.2.1
Thu Feb 7 05:19:35 2008 UTC (21 months, 3 weeks ago) by dalad
Branch: DRUPAL-6--1
Changes since 1.5: +0 -78 lines
FILE REMOVED
file blockregion.module was added on branch DRUPAL-6--1 on 2008-12-15 23:37:08 +0000

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 05:19:35 2008 UTC (21 months, 3 weeks ago) by ax
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.4: +46 -171 lines
Diff to previous 1.4
copying DRUPAL-5 branch to HEAD

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 10:33:27 2008 UTC (21 months, 3 weeks ago) by ax
Branch: DRUPAL-5
Changes since 1.4.2.2: +11 -5 lines
Diff to previous 1.4.2.2 , to branch point 1.4 , to next main 1.5
committed 1 sec to early :)

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 10:31:14 2008 UTC (21 months, 3 weeks ago) by ax
Branch: DRUPAL-5
Changes since 1.4.2.1: +38 -170 lines
Diff to previous 1.4.2.1 , to branch point 1.4
* added "copying" of regions (to all themes with the same regions)
* made scope of settings customizable, ie. apply "to only this theme" or "to all themes"
* cut code size by half by removing duplicated block.module code and using form_alter instead. this should make it less error prone and easier to upgade.
* updated README.txt

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 16:01:50 2008 UTC (21 months, 4 weeks ago) by ax
Branch: DRUPAL-5
Changes since 1.4: +74 -73 lines
Diff to previous 1.4
Drupal 5 version, fixing #148273. besides following changes in Drupal 5 api and block.module, this version also adds some doc and fixes a colspan bug.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 23:41:22 2006 UTC (3 years ago) by nedjo
Branch: DRUPAL-4-7
Changes since 1.2.2.1: +4 -8 lines
Diff to previous 1.2.2.1 , to branch point 1.2 , to next main 1.5
Merge from head fix to issue #92884, update for 4.7.4.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 23:40:46 2006 UTC (3 years ago) by nedjo
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.3: +4 -8 lines
Diff to previous 1.3
Revised fix to issue #92884, update for 4.7.4. Now follows changes made to block.module.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 19:24:39 2006 UTC (3 years ago) by nedjo
Branch: DRUPAL-4-7
Changes since 1.2: +4 -2 lines
Diff to previous 1.2
Merge from head fix to issue #92884, update for 4.7.4.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 19:23:13 2006 UTC (3 years ago) by nedjo
Branch: MAIN
Changes since 1.2: +4 -2 lines
Diff to previous 1.2
Fix to issue #92884, update for 4.7.4.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 26 04:03:33 2006 UTC (3 years, 4 months ago) by nedjo
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.1: +6 -4 lines
Diff to previous 1.1
Force reinitiation of themes, to fix issue where theme has already been initiated.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 14 03:19:43 2006 UTC (3 years, 4 months ago) by nedjo
Branch: MAIN
Module for easing multi-site block configuration in 4.7.

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