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

Log of /contributions/modules/insert_view/insert_view.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.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 16:35:33 2008 UTC (17 months ago) by mlsamuelson
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.15: +32 -28 lines
Diff to previous 1.15
#233351 - upgrading insert view for Drupal 6 and Views 2 compatibility - see README.TXT for the lowdown

Revision 1.6.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 14:50:27 2008 UTC (17 months ago) by mlsamuelson
Branch: DRUPAL-5
Changes since 1.6.2.8: +2 -2 lines
Diff to previous 1.6.2.8 , to branch point 1.6 , to next main 1.16
#259376 thanks draco2002 and marcoBauli - properly aliasing view generated URLs - porting to DRUPAL-5 branch

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 14:42:00 2008 UTC (17 months ago) by mlsamuelson
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
#259376 thanks draco2002 and marcoBauli - properly aliasing view generated URLs

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 03:45:09 2008 UTC (20 months, 1 week ago) by mlsamuelson
Branch: MAIN
Changes since 1.13: +47 -15 lines
Diff to previous 1.13
porting update from #148400 to HEAD

Revision 1.6.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 03:43:28 2008 UTC (20 months, 1 week ago) by mlsamuelson
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.6.2.7: +47 -15 lines
Diff to previous 1.6.2.7 , to branch point 1.6
#148400 - adding ability to use view_pager tags to embed pager views, also updating README.txt accordingly

Revision 1.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 11 04:39:26 2008 UTC (20 months, 2 weeks ago) by mlsamuelson
Branch: DRUPAL-5
Changes since 1.6.2.6: +5 -5 lines
Diff to previous 1.6.2.6 , to branch point 1.6
fixing indent issue, noted by jpetso in #180042 (unrelated)

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 11 04:39:06 2008 UTC (20 months, 2 weeks ago) by mlsamuelson
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12
fixing indent issue, noted by jpetso in #180042 (unrelated)

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 11 04:35:34 2008 UTC (20 months, 2 weeks ago) by mlsamuelson
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11
porting #180042 to head - setting hook_filter's 'no cache' op to TRUE

Revision 1.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 11 04:28:50 2008 UTC (20 months, 2 weeks ago) by mlsamuelson
Branch: DRUPAL-5
Changes since 1.6.2.5: +3 -1 lines
Diff to previous 1.6.2.5 , to branch point 1.6
#180042 thanks to Dave Cohen - setting hook_filter's 'no cache' op to TRUE

Revision 1.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 11 03:20:45 2008 UTC (20 months, 2 weeks ago) by mlsamuelson
Branch: DRUPAL-5
Changes since 1.6.2.4: +6 -16 lines
Diff to previous 1.6.2.4 , to branch point 1.6
porting #224987 updates to Drupal-5 branch, making Insert View a true Drupal filter module

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 11 01:46:57 2008 UTC (20 months, 2 weeks ago) by mlsamuelson
Branch: MAIN
Changes since 1.10: +6 -16 lines
Diff to previous 1.10
#224987 thanks to imrook - making Insert View a true filter module by getting rid of insert_view_nodeapi() and replacing it with _insert_view_substitute_tags(), also updating README.txt accordingly

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 30 04:03:28 2007 UTC (2 years, 4 months ago) by mlsamuelson
Branch: DRUPAL-5
Changes since 1.6.2.3: +32 -30 lines
Diff to previous 1.6.2.3 , to branch point 1.6
#135214 thanks merlinofchaos - setting $view->url to current page arguments so views with exposed filters submit back to the page with the inserted view

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 30 03:51:22 2007 UTC (2 years, 4 months ago) by mlsamuelson
Branch: MAIN
Changes since 1.9: +32 -32 lines
Diff to previous 1.9
correcting indentation

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 30 03:47:09 2007 UTC (2 years, 4 months ago) by mlsamuelson
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
#135214 thanks merlinofchaos - set $view->url to current page arguments so views with exposed filters submit back to the page containing the inserted view

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 04:42:04 2007 UTC (2 years, 5 months ago) by mlsamuelson
Branch: MAIN
Changes since 1.7: +5 -6 lines
Diff to previous 1.7
#142915 - porting support for printer friendly pages to HEAD

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 04:21:02 2007 UTC (2 years, 5 months ago) by mlsamuelson
Branch: DRUPAL-5
Changes since 1.6.2.2: +1 -2 lines
Diff to previous 1.6.2.2 , to branch point 1.6
removing print_r() accidentally left in previous commit

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 04:09:00 2007 UTC (2 years, 5 months ago) by mlsamuelson
Branch: DRUPAL-5
Changes since 1.6.2.1: +6 -6 lines
Diff to previous 1.6.2.1 , to branch point 1.6
#142915 - apply filter for print $op in insert_view_nodeapi() to support printer friendly pages

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 19:22:01 2007 UTC (2 years, 5 months ago) by mlsamuelson
Branch: MAIN
Changes since 1.6: +2 -12 lines
Diff to previous 1.6
#136128 thanks Drewish - porting filter tips clean up to HEAD

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 19:11:22 2007 UTC (2 years, 5 months ago) by mlsamuelson
Branch: DRUPAL-5
Changes since 1.6: +2 -12 lines
Diff to previous 1.6
#136128 thanks Drewish - update escaping in insert_block_filter_tips() and remove deprecated hook_help() filter tip handling

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 20:19:35 2007 UTC (2 years, 9 months ago) by eaton
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.5: +8 -6 lines
Diff to previous 1.5
Drupal 5 compatability and some fixes.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 4 14:43:58 2006 UTC (3 years, 4 months ago) by eaton
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
Simple fix for #71597

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 4 21:18:11 2006 UTC (3 years, 5 months ago) by eaton
Branch: MAIN
Changes since 1.3: +7 -2 lines
Diff to previous 1.3
Yes, but this time it works.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 4 19:11:36 2006 UTC (3 years, 5 months ago) by eaton
Branch: MAIN
Changes since 1.2: +2 -4 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 14 06:44:59 2006 UTC (3 years, 10 months ago) by eaton
Branch: MAIN
Changes since 1.1: +9 -4 lines
Diff to previous 1.1
Added support for argument-driven views [view:viewname=limit=arg1,arg2,arg3,etc]

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 13 02:08:35 2006 UTC (3 years, 10 months ago) by eaton
Branch: MAIN
Migrating view_tags to a new, clearer name

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