/[drupal]/contributions/modules/flexinode/field_image.inc
ViewVC logotype

Log of /contributions/modules/flexinode/field_image.inc

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.20.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 08:08:32 2007 UTC (2 years, 9 months ago) by ber
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--0-3
Changes since 1.20.2.1: +24 -24 lines
Diff to previous 1.20.2.1 , to branch point 1.20 , to next main 1.23
Re-adding field_image.inc. It is tested and now considered stable again. No features were added.

Revision 1.20.2.1
Fri Feb 2 12:02:21 2007 UTC (2 years, 9 months ago) by ber
Branch: DRUPAL-4-7
Changes since 1.20: +1 -1 lines
FILE REMOVED
Synchronising with the HEAD

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 27 13:43:17 2007 UTC (2 years, 10 months ago) by ber
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +4 -4 lines
Diff to previous 1.22
Reverted a change in the validation code, wich caused the file to never be properly validated.

Also fixed three minor cosmetic code issues.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 27 11:22:50 2007 UTC (2 years, 10 months ago) by ber
Branch: MAIN
Changes since 1.21: +14 -9 lines
Diff to previous 1.21
First step in #50272, configuration bugs
1. make the config fields required
2. better and more proper FAPI code
3. store and retrieve the proper data from the database.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 27 10:51:18 2007 UTC (2 years, 10 months ago) by ber
Branch: MAIN
Changes since 1.20: +8 -13 lines
Diff to previous 1.20
#77581 and #71026 fixed.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 26 11:43:34 2006 UTC (3 years, 7 months ago) by ber
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
#48655 by fax8. Fixes a small issue with a link that was broken aftre the BASE was removed from core. Thanks.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 26 10:29:57 2005 UTC (3 years, 11 months ago) by ber
Branch: MAIN
Changes since 1.18: +7 -5 lines
Diff to previous 1.18
#38924 scroogy found out that we treated an object like an array. in php5 this throws an
error. Fixed now.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 10 09:35:16 2005 UTC (4 years ago) by crunchywelch
Branch: MAIN
Changes since 1.17: +83 -55 lines
Diff to previous 1.17
port to 4.7, re-implemented the admin UI, moved them to tabs and made the field adds dropdown instead of links, removed search cruft since it was not being utilized, and broken, general code cleanup

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 25 16:43:34 2005 UTC (4 years, 4 months ago) by cvbge
Branch: MAIN
Changes since 1.16: +42 -45 lines
Diff to previous 1.16
Thumbnail and preview generation

Revision 1.15.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 16 12:56:10 2005 UTC (4 years, 7 months ago) by JonBob
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-1
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 , to next main 1.23
Output format changes for 4.6.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 16 12:54:16 2005 UTC (4 years, 7 months ago) by JonBob
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Output formatting changes for 4.6.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 9 17:43:01 2004 UTC (5 years, 2 months ago) by JonBob
Branch: MAIN
Branch point for: DRUPAL-4-5, DRUPAL-4-6
Changes since 1.14: +10 -10 lines
Diff to previous 1.14
Patch from BèrKessels: Correction for new file.inc semantics in 4.5.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 16 21:41:53 2004 UTC (5 years, 3 months ago) by JonBob
Branch: MAIN
Changes since 1.13: +7 -1 lines
Diff to previous 1.13
- Added new hook for field types to produce settings page elements.
- Added Imagemagick location to settings page.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 16 15:40:05 2004 UTC (5 years, 3 months ago) by JonBob
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
- Updated for filter format support.
- Fixed an incorrect node access table query in tabular view.
- Fixed "edit this node" links.
- Provide alt attribute for images.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 8 21:01:38 2004 UTC (5 years, 4 months ago) by JonBob
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
- Updated for new hook_form() and form_set_error() syntax.
- Updated to handle standardized "required field" marker.
- Added drupal_goto() calls in the admin interface to provide better post-action
  user experience and simplify code.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 17 18:13:31 2004 UTC (5 years, 5 months ago) by JonBob
Branch: MAIN
Changes since 1.10: +66 -29 lines
Diff to previous 1.10
- Merged in some of Gerhard's changes to the image module, which will hopefully
  fix image upload problems.
- Fixed names of "add" menu items (again).

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 16 16:37:42 2004 UTC (5 years, 5 months ago) by JonBob
Branch: MAIN
Changes since 1.9: +4 -2 lines
Diff to previous 1.9
- Proper handling of multiple error messages for one field.
- Better default theme functions for CSS styling.
- Better error checking in hook_file_download().
- Administrator can determine which fields show up in the table.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 16 13:12:28 2004 UTC (5 years, 5 months ago) by JonBob
Branch: MAIN
Changes since 1.8: +25 -21 lines
Diff to previous 1.8
- Field types are now scanned automatically inside the modules/flexinode folder.
- Separated displayed names of node types from the file names.
- "Description" field deprecated; instead, use a text area field. This
  allows the field to be reordered or removed entirely.
- Added a database updating function. Run this to upgrade from old versions.
- Default values of text areas can now span multiple lines.
- "Read More" link shows up again like it used to.
- Drupal indexed search should work now, since the body now contains the
  rendered node.
- Administrator can determine which fields show up in the teaser.

More later today!

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 2 17:57:45 2004 UTC (5 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
fixed bug where empty string would get serialized.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 2 11:55:03 2004 UTC (5 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
bugfix.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 2 01:20:46 2004 UTC (5 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.5: +43 -5 lines
Diff to previous 1.5
You can not limit height, width, and size of uploaded images.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 22 00:24:20 2004 UTC (5 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.4: +2 -5 lines
Diff to previous 1.4
empty fields are no longer shown as "none" but not displayed at all.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 20 17:21:24 2004 UTC (5 years, 9 months ago) by JonBob
Branch: MAIN
Branch point for: DRUPAL-4-4, drop
Changes since 1.3: +0 -0 lines
Diff to previous 1.3
- Fixed small bug when showing node type names on taxonomy vocabulary form.
- Added taxonomy selection form to node edit page.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 20:19:09 2004 UTC (5 years, 9 months ago) by JonBob
Branch: MAIN
Changes since 1.2: +8 -3 lines
Diff to previous 1.2
Finished migrating code to the include files.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 20:09:26 2004 UTC (5 years, 9 months ago) by JonBob
Branch: MAIN
Changes since 1.1: +43 -5 lines
Diff to previous 1.1
Added custom search form for each content type.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 16:48:42 2004 UTC (5 years, 9 months ago) by JonBob
Branch: MAIN
Significant updates, including an improved (and likely future-proof) SQL
schema and refactoring of much code into include files for maintainability.
See CHANGELOG.

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