Log of /contributions/modules/flexinode/field_image.inc
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.