/[drupal]/contributions/modules/flexinode/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/flexinode/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Sat Jan 27 15:10:19 2007 UTC (2 years, 10 months ago) by ber
Branch: MAIN
CVS Tags: DRUPAL-4-7--0-1, HEAD
Changes since 1.3: +4 -1 lines
File MIME type: text/plain
Inserted last change in changelog.
1 $Id: CHANGELOG.txt,v 1.3 2007/01/23 20:54:37 ber Exp $
2
3 27/01/07
4 - Added file validation
5
6 23/01/07
7 - splitted out the modules into flexinode.module, flexinode_admin.module, flexinode_miniview.module
8 - update notes:
9 - Make sure you browse to "Home » administer » modules"
10 - And enable "flexinode_admin" and, if you want the fexinode search and lists, enable "flexinode_miniview"
11
12 29/04/06
13 - Textfield now users proper teaser generation
14 - Flexinode has proper -read more- support
15
16 26/04/06
17 - Lots of minor bugfixes, to make flexinode 4.7 compatible
18 - removed flexinode_node_name, in favour of the Drupal API. See #31880 for more information
19 - removed private required-validation. Form API takes care of that now.
20
21 10/11/05
22 - port to 4.7
23 - re-implemented the admin UI, moved them to tabs and made the field adds dropdown instead of links
24 - removed search cruft since it was not being utilized, and broken
25 - general code cleanup
26
27 4/15/05
28 - Drupal 4.6 fixes.
29
30 3/19/05
31 - add flexinode_api 'rss item' hook to allow fields to insert rss information in feeds
32 - add flexinode/feed/$ctype path for flexinode based rss feeds
33
34 3/8/05
35 - Various Drupal 4.6 fixes.
36
37 1/27/05
38 - Removed PHP notices.
39 - Added cron hook.
40
41 1/13/05
42 - Fixed a DB prefixing bug.
43 - Fixed error in table view pager.
44 - Labels for empty text areas do not show.
45 - Corrected overly-permissive node access rights.
46 - Corrected duplicated listings when using node access modules.
47
48 9/16/04
49 - Updated for menu caching.
50 - Fixed "date/time resets to 'now'" bug.
51
52 8/16/04
53 - Updated for filter format support.
54 - Fixed an incorrect node access table query in tabular view.
55 - Fixed "edit this node" links.
56 - Provide alt attribute for images.
57 - Changed teaser handling to alleviate "unclosed DIV" problem.
58 - Added new hook for field types to produce settings page elements.
59 - Added Imagemagick location to settings page.
60
61 7/14/04
62 - Quick fix for default tab changes in core.
63
64 7/8/04
65 - Updated for new hook_form() and form_set_error() syntax.
66 - Updated to handle standardized "required field" marker.
67 - Added drupal_goto() calls in the admin interface to provide better post-action
68 user experience and simplify code.
69
70 6/30/04
71 - Added caching to flexinode_content_types() to reduce SQL queries.
72
73 6/22/04
74 - Fixed a potential bad implode when displaying tables.
75
76 6/20/04
77 - Changed "static" to "sticky".
78 - Fix for URL changes in hook_help().
79
80 6/18/04
81 - Updated for today's hook_menu() and "local tasks" patch.
82
83 6/17/04
84 - Restored truncating behavior for the teaser. Now every field is run through
85 node_teaser() before being inserted in the teaser, so <!--break--> can be used
86 if desired.
87 - Merged in some of Gerhard's changes to the image module, which will hopefully
88 fix image upload problems.
89 - Fixed names of "add" menu items (again).
90
91 6/16/04
92 - Field types are now scanned automatically inside the modules/flexinode folder.
93 - Separated displayed names of field types from the file names.
94 - "Description" field deprecated; instead, use a text area field. This
95 allows the field to be reordered or removed entirely.
96 - Added a database updating function. Run this to upgrade from old versions.
97 - Default values of text areas can now span multiple lines.
98 - "Read More" link shows up again like it used to.
99 - Drupal indexed search should work now, since the body now contains the
100 rendered node.
101 - Administrator can determine which fields show up in the teaser.
102 - Proper handling of multiple error messages for one field.
103 - Better default theme functions for CSS styling.
104 - Better error checking in hook_file_download().
105 - Administrator can determine which fields show up in the table.
106
107 6/15/04
108 - Better comments throughout.
109 - Added checks for missing arguments in URLs, to prevent SQL errors being thrown.
110 - Fixed table handling for empty cells.
111
112 6/14/04
113 - Fixed separator module name and content type.
114 - Added short filter tips to body field.
115 - Single quotes to double quotes
116 - Changed permission strings to avoid backslash escaping
117
118 2/20/04
119 - Fixed small bug when showing node type names on taxonomy vocabulary form.
120 - Added taxonomy selection form to node edit page.
121
122 2/13/04
123 - Finished include file migration.
124
125 2/10/04
126 - Migrated more code into the includes.
127 - Added custom search forms. Searches can be narrowed by any field that is
128 a checkbox or dropdown. Date ranges should be added in the future. Go to
129 flexinode/search/1 to try the search (where 1 is the content type ID).
130
131 2/9/04
132 - Split code into several include files. This task is not complete, but
133 now that the files exist updates in the future will be easier.
134 - Small change to the new DB schema that allows files to be sorted
135 correctly. I now believe the schema to be future-proof, and will attempt
136 to support upgrade paths from now on.
137
138 2/8/04
139 - Resurrected the table view for content types. Go to flexinode/table/1 to
140 view it (where 1 is the content type ID). This now has a column for
141 every non-textarea field; the limit of four columns no longer applies.
142
143 2/6/04
144 - Brand new DB schema, which may allow bringing back the table view in a
145 cleaner fashion, and also allow for custom searches ala project.module.
146 - Fixed file and image removal during node updates.
147 - Released in contributions repository.
148 - Changed dropdown storage to use numbers rather than text (will make
149 sorting friendlier later).
150
151 1/28/04
152 - Removed support for table view, thus cleaning up code and DB schema.
153 - Added many more theming options for node display.
154 - Improved permissions scheme to match "normal" node types.
155 - Added some missing translation calls for node type names.
156
157 1/27/04
158 - Multiple node types patch is in core!
159 - Updated to work with this change; some of the API was refactored.
160
161 1/15/04
162 - Cleaned up admin URLs using new menu system.
163
164 1/12/04
165 - Added file/image support using new file API.
166 - Updated for pager include changes.
167 - Cleaned up checkbox output.
168 - Added support for date/time fields.
169
170 12/8/03
171 - Updated to work with recent theme and menu changes in Drupal CVS.
172 - Code refactored for cleanliness.
173
174 10/13/03
175 - "Read More" link is now forced when viewing teasers.
176 - Updated for changes to menu/help system.
177 - First pass at providing help text.
178 - Split _admin into separate functions to reduce calls to arg().
179 - New "list" page mode.
180 - Body is now properly filtered before output.
181
182 10/6/03
183 - Squelched some "empty array" warnings.
184 - Updated module for "path" patch to CVS.
185 - Fixed table pager.
186 - Themes now can reference $node->original_body, which does not contain
187 any custom fields.
188
189 9/29/03
190 - User can now specify descriptions for fields.
191 - Updated to work with "integrated admin menu" patch to CVS.
192 - Now relies on "many node types, one module" patch in for_review.
193 Because of this, the interface is cleaner, and taxonomy vocabularies
194 can be assigned to individual content types rather than to all
195 flexinode types.
196
197 9/24/03
198 - Initial version.

  ViewVC Help
Powered by ViewVC 1.1.2