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

Log of /contributions/modules/inline/inline_upload.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.13 - (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
CVS Tags: HEAD
Changes since 1.12: +16 -8 lines
Diff to previous 1.12
#172613 by sun: Added new context property to $macro objects.

Revision 1.12 - (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.11: +24 -25 lines
Diff to previous 1.11
#172613 by sun: Changed handling and passing of $macro object to implementations.

Revision 1.11 - (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.10: +8 -8 lines
Diff to previous 1.10
#172613 by sun: Changed $macro into a true object.

Revision 1.10 - (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.9: +1 -2 lines
Diff to previous 1.9
#172613 by sun: Added implementation of hook_cron() to purge old macros.

Revision 1.9 - (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.8: +49 -28 lines
Diff to previous 1.8
#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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 03:00:23 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.7: +13 -8 lines
Diff to previous 1.7
#439928 by Bryan76, sun: Fixed private files support.

Revision 1.7 - (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.6: +40 -18 lines
Diff to previous 1.6
#520132 by sun: Fixed overall functionality of inline_upload.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 19:01:12 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.5: +6 -4 lines
Diff to previous 1.5
#407932 by sun: Fixed numeric file id does not find correct file.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 18:46:46 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
Changes since 1.4: +15 -3 lines
Diff to previous 1.4
#74622 by sun: Added CSS class for theming mime type icons.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 15 21:41:40 2009 UTC (6 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
#460930 by tom friedhof: Fixed wrong hook_form_alter() signature.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 00:47:38 2009 UTC (9 months, 1 week ago) by sun
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
#373679 by scor: Fixed grammar in form descriptions and help text.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 21:43:05 2009 UTC (9 months, 3 weeks ago) by sun
Branch: MAIN
Changes since 1.1: +461 -0 lines
Diff to previous 1.1
#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.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 14:44:59 2008 UTC (15 months, 1 week ago) by sun
Branch: DRUPAL-5--2
Changes since 1.1.2.4: +26 -19 lines
Diff to previous 1.1.2.4 , to branch point 1.1 , to next main 1.13
#273489 by sun: Code clean-up.

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

Revision 1.1.2.3 - (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.1.2.2: +1 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
by sun: Code clean-up.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 05:57:50 2008 UTC (21 months, 2 weeks ago) by sun
Branch: DRUPAL-5--2
Changes since 1.1.2.1: +96 -224 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#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.1.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.1: +554 -0 lines
Diff to previous 1.1
#80170 by sun: Initial code for Inline API.

Revision 1.1
Sun Feb 3 17:46:07 2008 UTC (21 months, 3 weeks ago) by sun
Branch: MAIN
Branch point for: DRUPAL-5--2
FILE REMOVED
file inline_upload.module was initially added on branch DRUPAL-5--2.

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