My first post on drupal.org finally :)
I was looking at http://drupal.org/node/41694 posting by moxiecode and found that MCFileManager and MCImageManager are being being integrated into TinyMCE as plugins.
They also mention that it includes a new authenticator specifically written for drupal.
Firstly,
1) Will images and/or files loaded by these plugins be drupal nodes or will be just stored as normal files and be accessible only thru MCFileManager and MCImageManager.
2) I checked the code (the drupal authenticator) and found that it is creating a directory for each user. Does this mean that each drupal site user will have his own private store of images which he/she can manage using MCFileManager and MCImageManager plugins.
Secondly,
1) The tinyMCE project - http://drupal.org/project/tinymce - has provided support for images to be imported directly and implemented as a plugin in TinyMCE. I know this imports images as proper drupal nodes. (Please correct me if I am wrong)
and finally what I would like to understand are views on
1) Does it make sense to import/manage an image collection like normal files and not as proper drupal nodes, (the way image module does) like as I believe is happening with TinyMCE plugins (MCFileManager and MCImageManager)
I just initiated this discussion to understand the pros and cons of using the above approaches. Managing images as normal files or as proper drupal nodes by the image module.