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

Log of /contributions/modules/inline/inline.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.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 07:52:29 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
CVS Tags: HEAD
Changes since 1.45: +2 -1 lines
Diff to previous 1.45
by sun: Fixed Wysiwyg integration for Node breaks Image Assist.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 06:21:13 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.44: +22 -28 lines
Diff to previous 1.44
#172613 by sun: Added new context property to $macro objects.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 05:54:36 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.43: +14 -15 lines
Diff to previous 1.43
#172613 by sun: Changed handling and passing of $macro object to implementations.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 05:27:35 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.42: +85 -85 lines
Diff to previous 1.42
#172613 by sun: Changed $macro into a true object.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 04:34:50 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.41: +75 -75 lines
Diff to previous 1.41
#172613 by sun: Changed internal variable names from $params to $macro.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 03:52:24 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.40: +9 -1 lines
Diff to previous 1.40
#172613 by sun: Added implementation of hook_cron() to purge old macros.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 03:35:55 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.39: +213 -158 lines
Diff to previous 1.39
#172613 by sun, smk-ka: Changed Inline API to use hook_filter() instead of hook_nodeapi(), solving many issues around previews and missing node ids in macro tags.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 20:29:35 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.38: +16 -6 lines
Diff to previous 1.38
#406462 by sun: Fixed node update/insert causes node_save() to be called twice.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 20:25:33 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
#442016 by ao2: Fixed nid parameter not auto-added to inline upload tag.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 19:06:42 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.36: +8 -7 lines
Diff to previous 1.36
#520132 by sun: Fixed overall functionality of inline_upload.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 8 06:32:40 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.35: +116 -46 lines
Diff to previous 1.35
#80170 by sun, smk-ka: Major rewrite for Inline API.

Revision 1.34.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 00:47:46 2009 UTC (9 months, 1 week ago) by sun
Branch: DRUPAL-6--1
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 , to next main 1.46
#373679 by scor: Fixed grammar in form descriptions and help text.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 21:43:05 2009 UTC (9 months, 4 weeks ago) by sun
Branch: MAIN
Changes since 1.34: +334 -407 lines
Diff to previous 1.34
#80170 by smk-ka, sun: Major improvements for Inline API:
- Added support for custom inline tag names.
- Added support for multiple parameter instances (f.e. for gmap).
- Added support for parameter default values.
- Fixed invocation for extended parameter validation.
- Added support for altering macros (f.e. for ex. inline[_upload]).
- Added support to build/generate macros.
- Added CCK support.
- Updated help texts.
- Changed operation 'args' to Forms API style to support a basic Inline API
  widget for each Inline implementation.

inline_upload:
- Fixed node previews.
- Fixed numeric file references.
- Re-enabled support for Inline auto-add.
- Removed obsolete functions from Inline v1.

Revision 1.30.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 15:13:59 2008 UTC (15 months, 1 week ago) by sun
Branch: DRUPAL-5--2
Changes since 1.30.2.5: +5 -3 lines
Diff to previous 1.30.2.5 , to branch point 1.30 , to next main 1.46
#247824 by sun: Fixed stale documentation.

Revision 1.19.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 14:45:52 2008 UTC (15 months, 1 week ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.13: +58 -43 lines
Diff to previous 1.19.2.13 , to branch point 1.19 , to next main 1.46
#273489 by sun: Code clean-up.

Revision 1.30.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 14:44:58 2008 UTC (15 months, 1 week ago) by sun
Branch: DRUPAL-5--2
Changes since 1.30.2.4: +23 -18 lines
Diff to previous 1.30.2.4 , to branch point 1.30
#273489 by sun: Code clean-up.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 14:43:39 2008 UTC (15 months, 1 week ago) by sun
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-6--1
Changes since 1.33: +54 -39 lines
Diff to previous 1.33
#273489 by sun: Code clean-up.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 14:22:43 2008 UTC (15 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.32: +35 -92 lines
Diff to previous 1.32
#193676 by Eaton, sun: Ported to Drupal 6.x.

Revision 1.19.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 5 00:20:40 2008 UTC (16 months, 3 weeks ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.12: +20 -4 lines
Diff to previous 1.19.2.12 , to branch point 1.19
#214208 by havran, sun: Added support for ImageCache v2 API.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 5 00:20:18 2008 UTC (16 months, 3 weeks ago) by sun
Branch: MAIN
Changes since 1.31: +20 -4 lines
Diff to previous 1.31
#214208 by havran, sun: Added support for ImageCache v2 API.

Revision 1.30.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 15 02:40:34 2008 UTC (17 months, 1 week ago) by sun
Branch: DRUPAL-5--2
Changes since 1.30.2.3: +5 -8 lines
Diff to previous 1.30.2.3 , to branch point 1.30
by sun: Code clean-up.

Revision 1.19.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 15 02:40:14 2008 UTC (17 months, 1 week ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.11: +9 -13 lines
Diff to previous 1.19.2.11 , to branch point 1.19
by sun: Code clean-up.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 15 02:39:45 2008 UTC (17 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.30: +9 -13 lines
Diff to previous 1.30
by sun: Code clean-up.

Revision 1.30.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 01:26:48 2008 UTC (21 months, 2 weeks ago) by sun
Branch: DRUPAL-5--2
Changes since 1.30.2.2: +4 -1 lines
Diff to previous 1.30.2.2 , to branch point 1.30
#172613 by sun: Added todo for adding field name information for macros.

Revision 1.30.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 05:57:50 2008 UTC (21 months, 3 weeks ago) by sun
Branch: DRUPAL-5--2
Changes since 1.30.2.1: +217 -50 lines
Diff to previous 1.30.2.1 , to branch point 1.30
#80170 by smk-ka, sun: Major improvements for Inline API:

- Added support for custom inline tag names.
- Added support for multiple parameter instances (f.e. for gmap).
- Added support for parameter default values.
- Fixed invocation for extended parameter validation.
- Added support for altering macros (f.e. for ex. inline[_upload]).
- Added support to build/generate macros.
- Added CCK support.
- Updated help texts.
- Changed operation 'args' to Forms API style to support a basic Inline API widget for each Inline implementation.

inline_upload:
- Fixed node previews.
- Fixed numeric file references.
- Re-enabled support for Inline auto-add.
- Removed obsolete functions from Inline v1.

Revision 1.30.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 17:46:07 2008 UTC (21 months, 3 weeks ago) by sun
Branch: DRUPAL-5--2
Changes since 1.30: +186 -463 lines
Diff to previous 1.30
#80170 by sun: Initial code for Inline API.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 21:09:14 2008 UTC (22 months, 1 week ago) by sun
Branch: MAIN
Branch point for: DRUPAL-5--2
Changes since 1.29: +2 -1 lines
Diff to previous 1.29
#138132 by aries: Fixed images not visible in RSS feeds.

Revision 1.19.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 21:09:02 2008 UTC (22 months, 1 week ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.10: +2 -1 lines
Diff to previous 1.19.2.10 , to branch point 1.19
#138132 by aries: Fixed images not visible in RSS feeds.

Revision 1.14.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 16:15:55 2007 UTC (2 years, 2 months ago) by sun
Branch: DRUPAL-4-7
Changes since 1.14.2.4: +4 -3 lines
Diff to previous 1.14.2.4 , to branch point 1.14 , to next main 1.46
Fixed description of attachments is not displayed.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 16:11:46 2007 UTC (2 years, 2 months ago) by sun
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
Fixed description of attachments is not displayed.

Revision 1.19.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 16:10:35 2007 UTC (2 years, 2 months ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.9: +3 -3 lines
Diff to previous 1.19.2.9 , to branch point 1.19
Fixed description of attachments is not displayed.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 04:00:04 2007 UTC (2 years, 2 months ago) by sun
Branch: MAIN
Changes since 1.27: +7 -3 lines
Diff to previous 1.27
#152491 by sun: Fixed auto-inline setting is not saved.

Revision 1.19.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 03:59:34 2007 UTC (2 years, 2 months ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.8: +7 -3 lines
Diff to previous 1.19.2.8 , to branch point 1.19
#152491 by sun: Fixed auto-inline setting is not saved.

Revision 1.19.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 00:41:55 2007 UTC (2 years, 3 months ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.7: +130 -34 lines
Diff to previous 1.19.2.7 , to branch point 1.19
#131644 by sun: Fixed code documentation.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 00:41:36 2007 UTC (2 years, 3 months ago) by sun
Branch: MAIN
Changes since 1.26: +130 -34 lines
Diff to previous 1.26
#131644 by sun: Fixed code documentation.

Revision 1.19.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 11:22:27 2007 UTC (2 years, 7 months ago) by sun
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.19.2.6: +22 -16 lines
Diff to previous 1.19.2.6 , to branch point 1.19
#132427 Fixed fatal error in inline_replace_numbers() on PHP5.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 11:21:56 2007 UTC (2 years, 7 months ago) by sun
Branch: MAIN
Changes since 1.25: +22 -16 lines
Diff to previous 1.25
#132427 Fixed fatal error in inline_replace_numbers() on PHP5.

Revision 1.19.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 04:19:03 2007 UTC (2 years, 7 months ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.5: +9 -7 lines
Diff to previous 1.19.2.5 , to branch point 1.19
#133535 Fixed Images don't display inline.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 04:18:12 2007 UTC (2 years, 7 months ago) by sun
Branch: MAIN
Changes since 1.24: +9 -7 lines
Diff to previous 1.24
#133535 Fixed Images don't display inline.

Revision 1.19.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 27 03:52:35 2007 UTC (2 years, 8 months ago) by sun
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.19.2.4: +175 -99 lines
Diff to previous 1.19.2.4 , to branch point 1.19
Fixed Inline dependencies.
Fixed coding style.
#120092 by Eaton, sun: Added Imagecache support.
Added filter activation check in Inline settings.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 27 03:48:27 2007 UTC (2 years, 8 months ago) by sun
Branch: MAIN
Changes since 1.23: +175 -99 lines
Diff to previous 1.23
Fixed Inline dependencies.
Fixed coding style.
#120092 by Eaton, sun: Added Imagecache support.
Added filter activation check in Inline settings.

Revision 1.19.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 20:04:59 2007 UTC (2 years, 9 months ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.3: +11 -11 lines
Diff to previous 1.19.2.3 , to branch point 1.19
Fixed coding style issues reported by Coder module.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 20:03:53 2007 UTC (2 years, 9 months ago) by sun
Branch: MAIN
Changes since 1.22: +11 -11 lines
Diff to previous 1.22
Fixed coding style issues reported by Coder module.

Revision 1.14.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 18:26:01 2007 UTC (2 years, 9 months ago) by sun
Branch: DRUPAL-4-7
Changes since 1.14.2.3: +2 -1 lines
Diff to previous 1.14.2.3 , to branch point 1.14
#100964 Fixed Inline and printer-friendly.

Revision 1.19.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 18:25:24 2007 UTC (2 years, 9 months ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.2: +2 -1 lines
Diff to previous 1.19.2.2 , to branch point 1.19
#100964 Fixed Inline and printer-friendly.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 18:24:42 2007 UTC (2 years, 9 months ago) by sun
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
#100964 Fixed Inline and printer-friendly.

Revision 1.19.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 18:14:20 2007 UTC (2 years, 9 months ago) by sun
Branch: DRUPAL-5
Changes since 1.19.2.1: +3 -3 lines
Diff to previous 1.19.2.1 , to branch point 1.19
#65642 Fixed make autoinline more apparent.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 18:13:41 2007 UTC (2 years, 9 months ago) by sun
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
#65642 Fixed make autoinline more apparent.

Revision 1.14.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 18:11:06 2007 UTC (2 years, 9 months ago) by sun
Branch: DRUPAL-4-7
Changes since 1.14.2.2: +35 -1 lines
Diff to previous 1.14.2.2 , to branch point 1.14
#38359 Backport of Numeric tag assignments get lost after file attachment updates.

Revision 1.14.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 18:05:54 2007 UTC (2 years, 9 months ago) by sun
Branch: DRUPAL-4-7
Changes since 1.14.2.1: +23 -18 lines
Diff to previous 1.14.2.1 , to branch point 1.14
#82697 Backport of Inline displays nothing for non-image files.

Revision 1.19.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 10:35:54 2007 UTC (2 years, 9 months ago) by sun
Branch: DRUPAL-5
Changes since 1.19: +51 -12 lines
Diff to previous 1.19
#38359 Fixed numeric tag assignments get lost after file attachment updates.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 10:34:05 2007 UTC (2 years, 9 months ago) by sun
Branch: MAIN
Changes since 1.19: +51 -12 lines
Diff to previous 1.19
#38359 Fixed numeric tag assignments get lost after file attachment updates.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 4 10:05:52 2007 UTC (2 years, 9 months ago) by sun
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.18: +46 -25 lines
Diff to previous 1.18
#105137 Drupal 5 compatibility.

Revision 1.14.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 4 08:55:09 2007 UTC (2 years, 9 months ago) by sun
Branch: DRUPAL-4-7
Changes since 1.14: +51 -21 lines
Diff to previous 1.14
Backports of
#63826 by Bčr Kessels: Make previews work.
#73839 by Bčr Kessels: Make inline respect filter settings.
#75206 by sun: Fixes some inline tag titles that were not displayed.
#74604 by sun: Size bug, not less/greater then, but less or equal etc.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 19 16:09:54 2006 UTC (3 years, 3 months ago) by ber
Branch: MAIN
Changes since 1.17: +31 -9 lines
Diff to previous 1.17
#63826 make previews work.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 16:14:49 2006 UTC (3 years, 3 months ago) by ber
Branch: MAIN
Changes since 1.16: +9 -4 lines
Diff to previous 1.16
#73839 by me. Make inline respect filter settings.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 16:04:20 2006 UTC (3 years, 3 months ago) by ber
Branch: MAIN
Changes since 1.15: +12 -9 lines
Diff to previous 1.15
#75206 by sun. Fixes some inline tag titles that were not displayed. great work.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 5 19:23:15 2006 UTC (3 years, 3 months ago) by ber
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
#74604 by sun, size bug, not less/greater then, but less or equal etc.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 3 23:16:52 2006 UTC (3 years, 6 months ago) by rha
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
# 61559 - Support image/pjpeg MIME type - thanks stmind

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 3 00:12:51 2006 UTC (3 years, 6 months ago) by rha
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12
# 45309 - Settings page fAPI bug - thanks leafish_paul

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 1 23:59:21 2006 UTC (3 years, 8 months ago) by rha
Branch: MAIN
Changes since 1.11: +135 -62 lines
Diff to previous 1.11
# 49745 - Place images automatically, improve themability - thanks Ber

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 21 22:30:50 2005 UTC (4 years ago) by rha
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
# 32838#15 - Link closing tag placement - thanks bwynants

Revision 1.8.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 21 22:29:24 2005 UTC (4 years ago) by rha
Branch: DRUPAL-4-6
Changes since 1.8.2.1: +2 -2 lines
Diff to previous 1.8.2.1 , to branch point 1.8 , to next main 1.46
# 32838#15 - Link closing tag placement - thanks bwynants

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 21 03:06:12 2005 UTC (4 years ago) by rha
Branch: MAIN
Changes since 1.9: +23 -4 lines
Diff to previous 1.9
Forms API conversion.

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 21 02:11:01 2005 UTC (4 years ago) by rha
Branch: DRUPAL-4-6
Changes since 1.8: +44 -32 lines
Diff to previous 1.8
Merge current version from HEAD in preparation for 4.7-only changes.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 25 22:48:37 2005 UTC (4 years, 4 months ago) by matteo
Branch: MAIN
Changes since 1.8: +44 -32 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 18 21:53:46 2005 UTC (4 years, 6 months ago) by matteo
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.7: +4 -2 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 4 22:09:05 2005 UTC (4 years, 9 months ago) by matteo
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 9 20:21:03 2005 UTC (4 years, 10 months ago) by matteo
Branch: MAIN
Changes since 1.5: +52 -21 lines
Diff to previous 1.5
# 15129  Various improvements

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 24 08:16:48 2004 UTC (4 years, 11 months ago) by matteo
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 24 00:10:42 2004 UTC (4 years, 11 months ago) by matteo
Branch: MAIN
Changes since 1.3: +4 -3 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 23 22:36:23 2004 UTC (4 years, 11 months ago) by matteo
Branch: MAIN
Changes since 1.2: +19 -5 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 22 11:04:33 2004 UTC (5 years ago) by matteo
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.1: +45 -23 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 19 06:57:31 2004 UTC (5 years ago) by matteo
Branch: MAIN
*** empty log message ***

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