Dev version 1.1.0 thru Stable 1.2.1

Release 1.2.1 o Check for Document_root before asking, help with IIS servers o Fix for stupid missing php tag - my bad Release 1.2 - some new things since last stable o Make subtitle setting for number of days added ago (returns number of days ago) [done in 1.1.6] o Make getMediaCount obey private flag and filter [done in 1.1.6] o Make getMediaCount have a source equiv and obey private a filter [done in 1.1.6] o Insure obey private and filter across the board [ ongoing ] o Make cfimageget.php fail more gracefully... maybe feedback a "misconfigured" image.. o Subtitles generated for images: [done in 1.1.3] Allow subtitles to be specified to appear under the images (or next to or on top of) complete with placeholders to dynamically generate the text o Last added comment with image [done in 1.1.3] Someone was asking for this... show the last image that was commented on along with the comment o Show last albums or categories that have had images added [albums done in 1.1.2 and cat in 1.1.3] (along with title and descriptions and placeholders) A list of categories or albums that have new photos along with a representative thumbnail and some text (title, description, total number of images maybe o Specify more than one album or category: [Done for 1.1.0] - limited to selected functions This would allow anywhere you wanted to specify more than one album or more than one category to draw information from.(album=1,3,2 or category=1,4,2 or even combinations, cat=3,album=3,4,6) o Set option to have html results returned instead of output: [Done for 1.1.1] This way you could fiddle with them on your own php page, whatever you want to do to them o Set option to have html results returned as data instead: [Done for 1.1.1] You would have to do all the formatting, but coppermine fetch could be used more as a generic interface to the coppermine gallery o Framing popup option for large photo version requests[/b] [Started in 1.1.1] As pointed out to me, this would be much nicer than the target="_blank" option o Show user galleries when category 1 is asked for: [Done for 1.1.0] Category 1 internally represents user galleries. (1.1.6) - Release candiate for 2.0 o Added in cpm_setDateFormat to allow some very flexible date formatting o getMediaCount now obeys approved and privacy filters o getMediaCountAddedSince now obeys approved and privacy filters o getMediaCountForAlbum now obeys approved and privacy filters o getAlbumCount now obeys approved and privacy filters o getViewCount now obeys privacy filters o Documentation slightly improved o Added %D (# days old) to subtitle and AltTag options (1.1.5) - Release candiate for 2.0 o Randomization changed again o Fix to cfimageget object initialization o Documentation greatly improved (1.1.4) - Release candiate for 2.0 o Randomization improved in coppermine_dao calls o cfimageget.php completely redone o Bug fix to getRandomImageFrom and getLastImageFrom routines (1.1.3) - Development release o Added subtitle option (same syntax as alttag) - to display subtitles in the grid layouts o Added cpm_showCategoriesUpdatedOverLastDays($numberOfDays,$options="") o Added cpm_viewLastCommentedImages - shows last commented images, provides subtitle access to comment (1.1.2) - Development release o Added call to cpm_OverridePathToCoppermine($newpath_) o Added call to cpm_OverrideUrlToCoppermine($newpath_) o Bugfix for uninitialized variable in some situations o Second attempt at fixing the bug with being in the root (1.1.1) - Development release o Bugfix for coppermine being installed in the root of a web server o setReturnType([print, html, resultset]) to have functions return rowsets, htmldata or print it o All functions recoded to support setReturnType as much as possible o Lots of internal changes to make extension easier (aka RSS Feeds) o Added a debug flag in case anything happens out there o Added in prototype for java popup window for imagelink=large / windowtarget = _blank o Included javascript file for providing pop method (1.1.0) - Development release o Show user galleries when category 1 is asked for (category 1 = cid > 10000) o Internal opimizations o styles now standard across all functions o cpm_viewLastAddedMediaFrom( ) o cpm_viewRandomMediaFrom( ) o cpm_showAlbumsUpdatedOverLastDays( )