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

Log of /contributions/modules/editview/editview.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.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 05:41:46 2009 UTC (6 months, 3 weeks ago) by agileware
Branch: DRUPAL-5
Changes since 1.5.2.3: +46 -11 lines
Diff to previous 1.5.2.3 , to branch point 1.5 , to next main 1.7
#170220 by salad - Added auto_nodetitle support
changes to jquery.form.js to fix some functionality problems

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 00:39:01 2009 UTC (9 months, 1 week ago) by agileware
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.6: +53 -360 lines
Diff to previous 1.6
Initial development release for Drupal 6

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 00:34:07 2008 UTC (12 months ago) by agileware
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.5.2.2: +20 -8 lines
Diff to previous 1.5.2.2 , to branch point 1.5
Adding jscalendar date support to the live version, and making things work a little cleaner

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 00:21:44 2008 UTC (21 months, 4 weeks ago) by agileware
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-3
Changes since 1.5.2.1: +118 -35 lines
Diff to previous 1.5.2.1 , to branch point 1.5
Editview: made file uploads work, and added hook_field_form_render

- File uploads now work
- Updated to the latest jquery.form.js (version 2.03)
- Added hook_field_form_render so that other modules can define a
  way of rendering certain fields, especially when their views
  fieldname doesn't directly correspond to a node fieldname.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 23:51:19 2007 UTC (2 years, 9 months ago) by nterbogt
Branch: MAIN
CVS Tags: DRUPAL-5--0-2
Changes since 1.5: +201 -171 lines
Diff to previous 1.5
Initial drupal 5 release

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 23:08:24 2007 UTC (2 years, 9 months ago) by nterbogt
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-1
Changes since 1.5: +201 -171 lines
Diff to previous 1.5
Commiting initial version which works under Drupal 5

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 22:57:13 2006 UTC (3 years ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.1.2.3: +1 -26 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.7
Got rid of license in favour of LICENSE.txt

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 22:55:49 2006 UTC (3 years ago) by wrunt
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.4: +1 -26 lines
Diff to previous 1.4
Got rid of license in favour of LICENSE.txt

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 2 00:12:28 2006 UTC (3 years ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.1.2.2: +2 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
An Editview now appears even when empty, so you can add nodes to an empty view.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 2 00:10:44 2006 UTC (3 years ago) by wrunt
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
An Editview now appears even when empty, so you can add nodes to an empty view.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 22:31:21 2006 UTC (3 years ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Add an is_array check to (hopefully) fix #92034

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 22:30:56 2006 UTC (3 years ago) by wrunt
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Add an is_array check to (hopefully) fix #92034

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 06:02:23 2006 UTC (3 years ago) by wrunt
Branch: MAIN
Changes since 1.1: +370 -0 lines
Diff to previous 1.1
Editview is a plugin for the Views module. It allows you to create a view in
which the nodes are editable, and new nodes can be created. Editview uses AJAX
to speed things up, but will still work on browsers with javascript disabled.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 05:58:10 2006 UTC (3 years ago) by wrunt
Branch: DRUPAL-4-7
Changes since 1.1: +370 -0 lines
Diff to previous 1.1
Editview is a plugin for the Views module. It allows you to create a view in
which the nodes are editable, and new nodes can be created. Editview uses AJAX
to speed things up, but will still work on browsers with javascript disabled.

Revision 1.1
Mon Oct 30 05:58:10 2006 UTC (3 years ago) by wrunt
Branch: MAIN
Branch point for: DRUPAL-4-7
FILE REMOVED
file editview.module was initially added on branch DRUPAL-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