Difference between revisions of "CARMA Changelog"

From TMM Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
== 1.4.0.1 ==
 +
 +
<!-- Bug ID: 4164 -->
 +
*Actors now have the ability to have documents of any format associated with them. The documents can be accessible either from the admin or made accessible form the members area. For more information refer to this wiki article: http://wiki.toomuchmedia.com/index.php/Actor_Documents
 +
<!-- Bug ID: 3306 -->
 +
*Fixed an issue getting producers for carma
 +
<!-- Bug ID: 4484 -->
 +
*Spelling of Thursday fixed on CARMA admin calendar.
 +
<!-- Bug ID: 4946 -->
 +
*show_video.php will now output a message when sent an invalid link
 +
<!-- Bug ID: 4491 -->
 +
*Increased loading speed of new actor page
 +
<!-- Feature ID: 4495 -->
 +
*Can now find an actors data with {carma_actor_data} using parameters 'acotrid', 'name', or 'name_like'. Name will find an actors matching the exact name and name_like will use wild card searching.
 +
<!-- Feature ID: 3458 -->
 +
*New random display order for {carma_list_videos} and {carma_list_gals}. Calling those template functions like this: {carma_list_videos order=rand} will causing the output of the content to be in a random order.
 +
<!-- Feature ID: 4116 -->
 +
*Added ability to upload documents and associate them with actors. Such as a 2257 document.
 +
<!-- Feature ID: 4157 -->
 +
*Add field for an actors real name
 +
<!-- Feature ID: 4204 -->
 +
*Admin stats page now allow you to export the current stats display in either xml or csv formats.
 +
<!-- Feature ID: 4349 -->
 +
*Added actor field called 'URL' in order to provide a place for actor specific linking to non carma pages.
 +
<!-- Feature ID: 4398 -->
 +
*Added feature to allow admins to upload a custom image to be the sample image for a photo set.
 +
<!-- Feature ID: 4419 -->
 +
*New template function called actor_search take multiple search parameters to output only a select list of actors based on that criteria.
 +
<!-- Feature ID: 4457 -->
 +
*You can now pass secid into template function {carma_favorite}
 +
<!-- Feature ID: 4469 -->
 +
*Actors now have a fully customizable attribute system. Actors admin now supports creating custom attribute types and values for all those types
 +
<!-- Feature ID: 4943 -->
 +
*New feature in CARMA forces mencoder, mplayer, and ffmpeg to run with the `nice` command. This will reduce load when converting and importing videos for high volume servers.
 +
 
== 1.3.6.3 ==
 
== 1.3.6.3 ==
 
*New option to allow all images of a set to appear on a tour
 
*New option to allow all images of a set to appear on a tour

Revision as of 23:49, 10 May 2010

1.4.0.1

  • Actors now have the ability to have documents of any format associated with them. The documents can be accessible either from the admin or made accessible form the members area. For more information refer to this wiki article: http://wiki.toomuchmedia.com/index.php/Actor_Documents
  • Fixed an issue getting producers for carma
  • Spelling of Thursday fixed on CARMA admin calendar.
  • show_video.php will now output a message when sent an invalid link
  • Increased loading speed of new actor page
  • Can now find an actors data with {carma_actor_data} using parameters 'acotrid', 'name', or 'name_like'. Name will find an actors matching the exact name and name_like will use wild card searching.
  • New random display order for {carma_list_videos} and {carma_list_gals}. Calling those template functions like this: {carma_list_videos order=rand} will causing the output of the content to be in a random order.
  • Added ability to upload documents and associate them with actors. Such as a 2257 document.
  • Add field for an actors real name
  • Admin stats page now allow you to export the current stats display in either xml or csv formats.
  • Added actor field called 'URL' in order to provide a place for actor specific linking to non carma pages.
  • Added feature to allow admins to upload a custom image to be the sample image for a photo set.
  • New template function called actor_search take multiple search parameters to output only a select list of actors based on that criteria.
  • You can now pass secid into template function {carma_favorite}
  • Actors now have a fully customizable attribute system. Actors admin now supports creating custom attribute types and values for all those types
  • New feature in CARMA forces mencoder, mplayer, and ffmpeg to run with the `nice` command. This will reduce load when converting and importing videos for high volume servers.

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