summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
The Great Git Migration [Fri, 25 Feb 2011 02:06:59 +0000]
Stripping CVS keywords
Darrel O\'Pry [Thu, 1 Feb 2007 09:27:38 +0000]
backporting some fixes, untested... use at your own risk!!
Darrel O\'Pry [Wed, 15 Nov 2006 06:04:24 +0000]
backporting imagefield changes...
Still only works with 4.7
-- support for formatters
-- scalar as array errors on load
-- scalar errors on delete
plus some bric a brac spacing and documenting.
Darrel O\'Pry [Wed, 15 Nov 2006 05:03:48 +0000]
#88099 ephasize membership in cck. tnx greggles
Darrel O\'Pry [Wed, 6 Sep 2006 23:55:49 +0000]
fixing url rendering in edit forms. #description for files.
Darrel O\'Pry [Fri, 1 Sep 2006 23:17:53 +0000]
work around cck / prepare form values / node_field issues.
thanks, dm (http://drupal.org/user/77854), re:
http://www.drupal.org/node/81839
Darrel O\'Pry [Sun, 13 Aug 2006 06:11:13 +0000]
Huzzah... filefield sorta works in a strange way now... It needs some tlc...
and a special patch for cck that modifies the handling of deleted items, and cleans up
some of the multiple fields special cases...
see: http://drupal.org/node/78417
Darrel O\'Pry [Sun, 13 Aug 2006 02:57:52 +0000]
finally figured out some of the insanity... This one requires a special content.module patch to work that may
break lots of other things....
Darrel O\'Pry [Sun, 13 Aug 2006 00:41:04 +0000]
Almost hopelessly broken :).... There are some UI improvements, and a fix to the hook_field op == load
that was nesting a [0] when files loaded from the database are empty(not in db):.
Darrel O\'Pry [Fri, 11 Aug 2006 07:18:18 +0000]
isome ui themeing.
Darrel O\'Pry [Fri, 11 Aug 2006 05:52:46 +0000]
Cleanups with the ui for the allowed extensions section, and some upload validation cleanup...
Need to tackle the widget form soon... any takers?
Darrel O\'Pry [Wed, 9 Aug 2006 20:53:10 +0000]
well it functions... needs some theming and mroe cleanup.
Darrel O\'Pry [Wed, 9 Aug 2006 20:38:20 +0000]
fixed extension grabbing code.
Darrel O\'Pry [Wed, 9 Aug 2006 20:22:29 +0000]
Early in the conversion process of imagefield to filefield...