Difference between revisions of "CARMA Changelog"
From TMM Wiki
Jump to navigationJump to searchTmmStephen (talk | contribs) |
TmmStephen (talk | contribs) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | == 1.3.6.3 == | ||
+ | *New option to allow all images of a set to appear on a tour | ||
+ | *Removed requirement for having php short tags enabled. | ||
+ | *Added config to disable redirection to the main tour when a valid session does not already exists. | ||
+ | *New template function converets param 'seconds' into nearest day, hour, minute or second optional 'round' param will keep X decimal in the rounding | ||
+ | *Get the difference between param 'date' and param 'now' (now defaults to current time) and output it in a pretty format. As in: In two weeks Last Week Last Year 15 seconds ago | ||
+ | |||
== 1.3.5.3 == | == 1.3.5.3 == | ||
*New config value added to track hits to view_clip.php and/or view_image.php instead of show_gal.php and show_video.php | *New config value added to track hits to view_clip.php and/or view_image.php instead of show_gal.php and show_video.php |
Revision as of 16:44, 29 October 2009
1.3.6.3
- New option to allow all images of a set to appear on a tour
- Removed requirement for having php short tags enabled.
- Added config to disable redirection to the main tour when a valid session does not already exists.
- New template function converets param 'seconds' into nearest day, hour, minute or second optional 'round' param will keep X decimal in the rounding
- Get the difference between param 'date' and param 'now' (now defaults to current time) and output it in a pretty format. As in: In two weeks Last Week Last Year 15 seconds ago
1.3.5.3
- New config value added to track hits to view_clip.php and/or view_image.php instead of show_gal.php and show_video.php
- New option to allow all images of a set to appear on a tour
1.3.5.2
- Fixed a bug that was causing the path to mplayer to get overwritten
1.3.5.1
- All template functions now have the assign_prefix parameter, which will prefix any text to the templates output variable name
- view_image.php can now be used in conjunction with an actorid
- wmv embed was updated. For complete details on how to work around this, please visit http://wiki.toomuchmedia.com/index.php/Embed_WMV
- CARMA now uses the standard xmlarray class from tmm's function library
- carma_newest now correctly uses the cached version of the template if configured and one exists
- CARMA now has the ability to show thumbnails for content sets that are active on other sites
- zip.php now works correctly with sites on a "relative date" publish mode
- carma_get_extended now accepts "raw_only" as a parameter, which will output the extended data in its unparsed form
- You can now use x-sendfile together with partial downloads in CARMA
- CARMA now locks any files that are in the process of being imported. This is done to prevent multiple imports of the same video(s) at the same time
- The search_results template has been redesigned to be more useful