Log of /contributions/modules/img_assist/img_assist.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.107 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 13 19:32:44 2009 UTC
(3 months, 2 weeks ago)
by
sun
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.106: +3 -364 lines
Diff to
previous 1.106
#546876 by sun: Moved administrative page callbacks into include file; removed obsolete/stale legacy img_assist_load_images() function.
Revision
1.68.2.50.2.17.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 7 07:20:46 2009 UTC
(9 months, 2 weeks ago)
by
sun
Branch:
DRUPAL-5--3
Changes since
1.68.2.50.2.17: +6 -16 lines
Diff to
previous 1.68.2.50.2.17
#319363 by sun, quicksketch: Rewrote editor plugin API. The new plugin API allows Drupal modules to expose editor plugins for ANY editor without implementing editor-specific code. Major milestone for better content-editing in Drupal.
Revision
1.98 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 3 01:47:23 2009 UTC
(9 months, 3 weeks ago)
by
sun
Branch:
MAIN
Changes since
1.97: +14 -7 lines
Diff to
previous 1.97
#293909 by alienbrain, sun: Fixed always adding thumbnail when image preset width or height is unspecified.
Revision
1.96 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 1 09:21:08 2009 UTC
(9 months, 3 weeks ago)
by
sun
Branch:
MAIN
Changes since
1.95: +18 -25 lines
Diff to
previous 1.95
#319363 by sun, quicksketch: Rewrote editor plugin API. The new plugin API allows Drupal modules to expose editor plugins for ANY editor without implementing editor-specific code. Major milestone for better content-editing in Drupal.
WELCOME to the next generation of content-editing in Drupal! 8)
Revision
1.91 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 27 19:14:45 2008 UTC
(13 months ago)
by
sun
Branch:
MAIN
Changes since
1.90: +2 -3 lines
Diff to
previous 1.90
#326640 by Anselm Heaton, sun: Fixed wysiwyg_editor renamed to wysiwyg module.
#308005 by sun: Moved includes into /includes, theme includes into /theme.
Revision
1.68.2.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 15 23:05:14 2007 UTC
(2 years, 3 months ago)
by
zoo33
Branch:
DRUPAL-5
Changes since
1.68.2.14: +96 -114 lines
Diff to
previous 1.68.2.14
, to
branch point 1.68
#156246 - Image not inserted when using image 5.x-1.3
Patch by jaredwiltshire (with small modifications):
- compatibility with Image 5.x-1.3 and above
- removed unused code
- removed unused argument in _img_assist_build_derivatives()
Revision
1.68.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 23 22:30:04 2007 UTC
(2 years, 9 months ago)
by
zoo33
Branch:
DRUPAL-5
Changes since
1.68.2.2: +13 -8 lines
Diff to
previous 1.68.2.2
, to
branch point 1.68
#118829 - Fixes a bug with the HTML format not working.
Also fixes the references to form items in img_assist_tinymce.js,
which actually seems to make it work with TinyMCE.
Patch by moonray and myself.
Revision
1.70
Sun Feb 18 22:16:23 2007 UTC
(2 years, 9 months ago)
by
darrenoh
Branch:
MAIN
Changes since
1.69: +1 -1 lines
FILE REMOVED
Removed files from head to simplify maintenance under the new release system.
Revision
1.68 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 13 22:54:39 2007 UTC
(2 years, 9 months ago)
by
zoo33
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.67: +205 -205 lines
Diff to
previous 1.67
Cleanup after Drupal 5 update: change indentation in img_assist_properties_form().
This commit changes whitespace only.
Revision
1.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 21 20:51:54 2005 UTC
(4 years, 4 months ago)
by
mathias
Branch:
MAIN
Changes since
1.47: +4 -4 lines
Diff to
previous 1.47
* Sort images by date changed rather than by title. One of these days the directory view pane will be pages and tablesortable. Oh yes, one of these days.
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 13 23:13:46 2005 UTC
(4 years, 4 months ago)
by
mathias
Branch:
MAIN
Changes since
1.46: +24 -9 lines
Diff to
previous 1.46
* form_group_collapsible()
* Changed '_original' => 'original'
* Can now define the the default derivative to render.
Revision
1.46 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 12 20:07:50 2005 UTC
(4 years, 4 months ago)
by
mathias
Branch:
MAIN
Changes since
1.45: +123 -115 lines
Diff to
previous 1.45
* Made img_assist fully aware of image.module derivatives. Now you select an image then choose the derivative. The system still works with upload module as well.
* Fixed a number of performance issues, especially the loading of the directory preview pane.
Revision
1.43.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 29 18:04:13 2005 UTC
(4 years, 6 months ago)
by
mathias
Branch:
DRUPAL-4-6
Changes since
1.43.2.6: +15 -11 lines
Diff to
previous 1.43.2.6
, to
branch point 1.43
* Fixed IE issue regarding horizontal scrolling when caption form field contained a value.
* Force the browser to load the image browsing pane. Sometimes it wouldn't load when trying to render a bunch of images.
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 15 19:08:43 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.42: +3 -10 lines
Diff to
previous 1.42
* Uploading images now works as expected in IE without any 'This browser has lost communication...' errors. The image upload form also opens in the correct window now. You'll need to update the drupalimage plugin.
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 14 21:29:06 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.41: +7 -7 lines
Diff to
previous 1.41
* When using node level permissions, modules must be careful to always put the nid field first in a SELECT query or it'll fail when the DISTINCT(nid) is inserted. This fixes bug #20514
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 13 17:15:46 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.38: +24 -13 lines
Diff to
previous 1.38
* Modified the end-user interface after a usability session with jvandyk.
* Hid the new 'format type' option unless the user has permission to access it. Too much clutter.
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 13 04:03:03 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.37: +50 -45 lines
Diff to
previous 1.37
* Added feature #20112 - Img_assist should pass its image template to tinymce.
* Cleaned up the user interface a tad.
* Added a new feature to let the user choose how the image should be inserted: as an input filter or straight HTML.
* (Mostly) fixed a bug where the directory pane would sometimes come up blank.
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 12 04:50:07 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.36: +7 -7 lines
Diff to
previous 1.36
* The tinymce 'drupalimage plugin' is no longer needed to use img_assist with tinymce. Simply click on the img_assist photo icon and it automatically recognizes if tinymce is enabled. If it isn't, a filter tag is inserted. And if the textarea doesn't support input formats, an HTML image tag is inserted. This adds feature #20186
* Fixed bug #20011 - Two browser windows with tinymce and image_assist
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 6 05:28:21 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.33: +15 -12 lines
Diff to
previous 1.33
* Bugfix #20050 - Img_assist is losing editor status after adding a new image.
* Bugfix #20049 - Anchor link in preview pane is linking to fid not nid. Patch by mitomac.
* Bugfix #19617 - Img_assist ignores node access rules.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 26 07:30:42 2005 UTC
(4 years, 8 months ago)
by
mathias
Branch:
MAIN
Changes since
1.29: +38 -8 lines
Diff to
previous 1.29
* Img_assist should now be able to work as an image browser/uploader plugin for any WYSIWYG editor. This has been tested with the TinyMCE module.
* For plain-text form fields, insert an HTML img tag if the textarea isn't aware of input formats. This is useful for comment signatures, the mission statement, site footer, etc.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 23 18:21:16 2005 UTC
(4 years, 8 months ago)
by
mathias
Branch:
MAIN
Changes since
1.28: +12 -10 lines
Diff to
previous 1.28
* Fixed permission problem when viewing img_assist link.
* Made compatible with multi-site configurations.
* Fixed img_assist block. This block is used to list the titles of pages that contain references to the currently viewed image.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 22 23:07:50 2005 UTC
(4 years, 8 months ago)
by
mathias
Branch:
MAIN
Changes since
1.27: +266 -188 lines
Diff to
previous 1.27
* Things are getting crazy now. Img_assist can be mapped to any textarea (comments, flexinode, etc). The interface for doing so is as same as the block interface for determining what pages blocks are visible on.
* Big batch of documentation updates.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 22 05:42:44 2005 UTC
(4 years, 8 months ago)
by
mathias
Branch:
MAIN
Changes since
1.26: +60 -3 lines
Diff to
previous 1.26
* Added the ability to upload images! It simply calls node_add('image') and doesn't wrap the output in theme_page(). Still needs some minor work.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 21 05:27:30 2005 UTC
(4 years, 8 months ago)
by
mathias
Branch:
MAIN
Changes since
1.25: +9 -8 lines
Diff to
previous 1.25
* Remove call-time pass by reference params.
* Bug #11960 - does not display thumbnail for private files. Patch by jash4.
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 19 21:42:34 2005 UTC
(4 years, 9 months ago)
by
mathias
Branch:
MAIN
Changes since
1.22: +217 -157 lines
Diff to
previous 1.22
* Img_assist now automatically uses both image module and upload module to scan for images. No need to choose between the two.
* Drupal's filter system is now used to add images. Sponsored by Brady Jarvis of http://code0range.net
* Read UPGRADE.txt for instructions on upgrading from 4.5 to 4.6.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 20 14:28:31 2004 UTC
(4 years, 11 months ago)
by
mathias
Branch:
MAIN
Changes since
1.19: +26 -45 lines
Diff to
previous 1.19
* Allow the img_assist link to be disabled for any node type. Sponsored by Cameron Barrett of http://camworld.com/
* Added feature #14577: New 'add image' icon instead of just text link. Image by Heather James of http://nearlythere.com/
* Fixed bug on settings page where some features where not visible unless taxonomy module was enabled and a vocabulary had been defined.
* As pointed out by Bčr Kessels during an IRC chat, the interface for adding images was cluttered. Refactored some of the components that are better left to CSS for handling such as alignment, vertical space and borders,
Revision
1.11.2.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 20 14:28:04 2004 UTC
(4 years, 11 months ago)
by
mathias
Branch:
DRUPAL-4-5
Changes since
1.11.2.6: +26 -45 lines
Diff to
previous 1.11.2.6
, to
branch point 1.11
* Allow the img_assist link to be disabled for any node type. Sponsored by Cameron Barrett of http://camworld.com/
* Added feature #14577: New 'add image' icon instead of just text link. Image by Heather James of http://nearlythere.com/
* Fixed bug on settings page where some features where not visible unless taxonomy module was enabled and a vocabulary had been defined.
* As pointed out by Bčr Kessels during an IRC chat, the interface for adding images was cluttered. Refactored some of the components that are better left to CSS for handling such as alignment, vertical space and borders,
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 13 00:57:41 2004 UTC
(5 years ago)
by
mathias
Branch:
MAIN
Changes since
1.18: +1 -16 lines
Diff to
previous 1.18
* Removed the filter detection mechanism since it's buggy and needs more work. The user must make sure they're allowing <img> tags for their chosen input format.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 23 18:29:54 2004 UTC
(5 years, 1 month ago)
by
mathias
Branch:
MAIN
Changes since
1.15: +58 -22 lines
Diff to
previous 1.15
* Warn the user if the current input format is stripping out the HTML img tag.
* Warn the user if img_assist is trying to obtain images through a module that isn't enabled.
* Changed 'Insert image snippet' button to 'Insert image'.
Revision
1.11.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 23 18:20:59 2004 UTC
(5 years, 1 month ago)
by
mathias
Branch:
DRUPAL-4-5
Changes since
1.11.2.2: +57 -20 lines
Diff to
previous 1.11.2.2
, to
branch point 1.11
* Warn the user if the current input format is stripping out the HTML img tag.
* Warn the user if img_assist is trying to obtain images through a module that isn't enabled.
* Changed 'Insert image snippet' button to 'Insert image'.
Revision
1.11.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 20 15:16:51 2004 UTC
(5 years, 1 month ago)
by
mathias
Branch:
DRUPAL-4-5
Changes since
1.11.2.1: +13 -17 lines
Diff to
previous 1.11.2.1
, to
branch point 1.11
* Fix misuse of clean_urls (they are handled properly if a base URL is always present), and the misuse of check_output() (user ids are not to be filtered through the filter system, but only checked to be proper numbers). Patch by Gabor Hojtsy.
* When retrieving images, order by title.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 17 14:04:23 2004 UTC
(5 years, 1 month ago)
by
goba
Branch:
MAIN
Changes since
1.13: +10 -14 lines
Diff to
previous 1.13
fix misuse of clean_urls (they are handled properly if a base URL is always present), and the misuse of check_output() (user ids are not to be filtered through the filter system, but only checked to be proper numbers)
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:33 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.12: +3 -2 lines
Diff to
previous 1.12
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 27 03:35:05 2004 UTC
(5 years, 2 months ago)
by
mathias
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Changes since
1.10: +67 -13 lines
Diff to
previous 1.10
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:helvetica">
<p>* Update the JavaScript form variable names based on core conventions. This fixes bug #<a href="http://drupal.org/node/10806">10806</a>. </p>
<p>* Added new configuration option: Max number of images to display in the directory preview pane. </p>
<p>* Added the ability to display an user's image gallery. This can be done using either image.module or upload.module.</p>
</body></html>
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 26 02:50:40 2004 UTC
(5 years, 2 months ago)
by
mathias
Branch:
MAIN
Changes since
1.9: +17 -2 lines
Diff to
previous 1.9
* Only display the image link in the node form if the user can view uploaded files or access images, depending on which image loader they are using (upload.module or image.module).