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

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

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


Revision 1.72 - (show annotations) (download)
Thu Aug 13 19:32:44 2009 UTC (3 months, 2 weeks ago) by sun
Branch: MAIN
CVS Tags: HEAD
Changes since 1.71: +3 -1 lines
File MIME type: text/plain
#546876 by sun: Moved administrative page callbacks into include file; removed obsolete/stale legacy img_assist_load_images() function.
1 /* $Id: CHANGELOG.txt,v 1.71 2009/08/03 21:47:25 sun Exp $ */
2
3 Img_Assist x.x-x.x, xxxx-xx-xx
4 ------------------------------
5
6
7 Img_Assist 6.x-3.x, xxxx-xx-xx
8 ------------------------------
9 #546876 by sun: Moved administrative page callbacks into include file; removed
10 obsolete/stale legacy img_assist_load_images() function.
11 #119336 by sun: Fixed Drupal messages should not be output in header frame.
12 #293909 by sun: Fixed wrong size rendered if macro width/height is invalid.
13 #520564 by smk-ka: Fixed improper access checks and escaping in popup window.
14 #400482 by sun: Updated for 'drupal-content' CSS class.
15 #469530 by sun: Fixed compatibility with Wysiwyg API 2.x.
16 #428936 by sun: Fixed wrong default derivative image creation option value.
17 #362128 by jonathan1055, sun: Fixed image count not displayed in select list.
18 by sun: Added Administration menu suppression.
19 by sun: Removed obsolete drupalimage TinyMCE plugin.
20 #247992 by Grugnog2, sun: Fixed file permissions of server-generated files.
21 #372084 by TwoD: Fixed another "Unexpected identifier" in IE/Chrome.
22 #367632 by sun: Fixed "Unexpected identifier, string or number" error in IE.
23 #293909 by alienbrain, sun: Fixed always adding thumbnail when image preset
24 width or height is unspecified.
25 #367716 by TwoD, sun: Fixed images not replaced with filter tags when re-editing
26 content.
27 #319363 by sun: Follow-up: Synced 2.x with 3.x where possible.
28 #319363 by sun, quicksketch: Rewrote editor plugin API. The new plugin API
29 allows Drupal modules to expose editor plugins for ANY editor without
30 implementing editor-specific code. Major milestone for better content-editing
31 in Drupal.
32 #356454 by sun: Fixed missing DB table placeholder tags for new count query.
33 #352015 by sun: Fixed inserting images without clean URLs not working.
34 #179712 by sun: Partially reverted changes for #wysiwyg FAPI property.
35 #356454 by scroogie: Performance: Count nodes instead of executing view for
36 taxonomy dropdown list.
37 #300591 by zoo33: Fixed CSS for the new Views-based popup window.
38 #245799 by sun: Added support for TinyMCE 3; dropped support for TinyMCE 2.
39 #322731 by sun: Fixed improper use of t() in module install file.
40 #326640 by Anselm Heaton, sun: Fixed wysiwyg_editor renamed to wysiwyg module.
41 #308005 by sun: Moved includes into /includes, theme includes into /theme.
42 #295946 by smk-ka: Fixed module settings cannot be saved without Token module.
43 #304094 by toniw: Fixed image resizing in TinyMCE when using IE.
44 #303648 by jsm174, sun: Updated to new Views 2 API.
45 #277324 by sun: Usability: Fixed visibility options are not always displayed.
46 #295269 by wwalc: Fixed other CSS classes on textareas are removed.
47 #289654 by smk-ka, sun: Added Token support for image caption title/description.
48 #289647 by smk-ka, sun: Added display of CCK fields of Image nodes in property
49 window.
50 #289657 by smk-ka: Changed fieldset titles on settings page.
51 #286271 by smk-ka: Fixed popup CSS should not be preprocessed.
52 #285013 by zoo33, sun: Added docs about Views integration.
53 #246385 by smk-ka, zoo33, sun: Fixed teaser splitter, separated popup JS/CSS.
54 #285009 by zoo33: Fixed missing pager in view img_assist_browser.
55 #282184 by zoo33: Fixed default option in view select list and URL for exposed
56 filter form in thumbnail browser.
57 #282184 by zoo33, sun: Replaced thumbnail browser with Views integration.
58 Documentation clean-up.
59 Code clean-up.
60 #216978 by zoo33: Allow embedding the same image in different sizes.
61 #179712 by sun, zoo33: Added implementation of hook_wysiwyg_plugin().
62 #241527 by zoo33: Fixed wrong implementation of hook_help() and changes in
63 taxonomy_node_get_terms().
64 #241527 by zoo33, sun: Fixed PHP notices.
65 #250128 by bursalia2k, sun: Fixed improper SQL queries.
66
67
68 Img_Assist 6.x-1.0-BETA1, 2008-04-10
69 ------------------------------------
70 #208414 by thom01, zoo33, smk-ka: Port to 6.x (based on patches #30 + #43).
71 Fixed img_assist.css not loaded in popup.
72 Fixed some XHTML invalid element properties in Image Assist popup.
73
74
75 Img_Assist 5.x-1.6, 2008-02-24
76 ------------------------------
77 #216300 by AsciiKewl: Fixed PHP warning in img_assist_map_save().
78 #176196 by sun: Fixed private files and RSS feed support.
79 #202463 by sun: Fixed fatal error when taxonomy module is disabled.
80 #205512 by sun: Added note about <code> tags for drupalimage plugin.
81 #196944 by dww: Fixed stale module description in img_assist_help().
82
83
84 Img_Assist 5.x-1.5, 2007-11-19
85 ------------------------------
86 Noteworthy changes since 5.x-1.4:
87
88 * drupalimage plugin in the TinyMCE plugins folder needs to be updated, unless
89 hook_wysiwyg_plugin() (http://drupal.org/node/179712) is not committed.
90 * Inline image containers have changed from
91 <span class="inline[ left|right|center]">...</span>
92 to
93 <span class="inline inline-left|inline-right|inline-center|inline-none">
94 ...</span>.
95 * The CSS class of inline images has changed from '<size>' to 'image-<size>',
96 i.e. 'thumbnail' becomes 'image-thumbnail'.
97 * Text align clearing tag <br class="clear" /> has been replaced by
98 <div class="clear-image"></div>.
99 * The border of inline images was removed from CSS.
100 * img_assist_map_image_delete() was renamed to img_assist_map_delete().
101 * get_image_vocabs() has been removed.
102
103 All changes:
104
105 #177538 by sun: Fixed javascript calls using wrong form id.
106 #181137 by sun: Fixed filter tag breaks with newline character and MySQL5.
107 #180990 by sun: Removed CSS margin and padding for img tags.
108 #176451 by sun: Fixed arbitrary images deleted from database.
109 #179092 by sun: Fixed link type 'Go To URL' does not work.
110 #64259 by sun: Fixed Settings accept malformed value for max inline image size.
111 #130114 by jari, zoo33: Fixed CCK support for img_assist_map.
112 Additionally fixed img_assist_map references are not deleted.
113 #158594 by sun: Removed CSS inline image border.
114 Re-factored README.txt and INSTALL.txt.
115 #158340 by JirkaRybka, sun: Added wildcard support for textarea id.
116 #176786 by sun: Code clean-up.
117 #167824 by sun: Fixed missing gettext strings for image alignment.
118 Fixed XHTML-validation in popup window.
119 #158968 by vomc8one, JohnAlbin: Fixed Link URL missing with HTML Code insert
120 mode.
121 #108267 by sun: Fixed HTML of TinyMCE and Img_Assist buttons differ.
122 #109380 by sun: Fixed absolute image src paths do not work on multi-site setups.
123 #110169 by sun: get_image_vocabs() clean-up.
124 #173454 by zoo33: Fixed attached images vanish when updated with a new image
125 file.
126 #171290 by JirkaRybka: Fixed broken CSS class on form button.
127 #171771 by sun: Fixed divisions by zero.
128 #116998 by wrunt: IE image align fix.
129 #62472 by jpetso and sun: Use DIV instead of BR to clear text align after
130 inline images.
131 #152324 by Lapino: New naming convention for image classes.
132 #123203 by keve, zoo33: TinyMCE plugin works only in main modules directory.
133 #158341 by JirkaRybka: Missing t().
134 #159924 by zoo33: Fixed a problem where the Paths textarea on the settings page
135 would disappear when it shouldn't.
136 #157005 by jaredwiltshire: Added href for popup link.
137 #156246 by jaredwiltshire: Image not inserted when using image 5.x-1.3.
138 Changed layout of CHANGELOG.txt and added missing entries.
139
140
141 Img_Assist 5.x-1.4, 2007-06-18
142 ------------------------------
143 Fixed improperly tagged files of 5.x-1.3.
144 #152556 by MarcoZ: Added alt attribute to "Add..." image.
145
146
147 Img_Assist 5.x-1.3, 2007-06-17
148 ------------------------------
149 #131327 by grendzy: Fixed a bug where custom derivative sizes would overwrite
150 standard derivative sizes, such as thumbnails.
151
152
153 Img_Assist 5.x-1.0, 2007-03-09
154 ------------------------------
155 * Updated module to Drupal 5
156 * Fixed various bugs, mostly related to the Drupal 5 update
157 * Cleaned up the implementation of the image upload form
158 * Fixed a problem with original images not being recognized
159 * Tweaked the CSS
160
161
162 May 4, 2005
163 ------------
164 * Made changes to image_display() (http://drupal.org/node/60126)
165 * Fixed default size bug (img_assist_default_label variable)
166 * Moved br clear to a themeable function ()
167 * Fixed clean URLs popup bug (http://drupal.org/node/55832)
168 * Fixed "No images were found" bug (http://drupal.org/node/59123)
169
170 March 23, 2005
171 --------------
172 * Removed tinymce.module from distribution.
173 * Addded install file and removed img_assist.mysql and img_assist.pgsql
174
175 March 15, 2005
176 --------------
177 * Completely rewritten by BenShell for Drupal 4.7

  ViewVC Help
Powered by ViewVC 1.1.2