CARMA Changelog

From TMM Wiki
Jump to navigationJump to search

1.4.0.2

  • Fixed an issue that could cause incorrect urls with &ampl instead of & in some cases
  • Added two new parameters for flash conversion:
    • FLASH_MATCH_SOURCE: when set the flash converter will always try to match the source files parameters, ignoring the ones sent in. Useful for video formats that have videos with variable properties.
    • NO_FLASH_SCALING : When converting a flash file do not scale the video. Always keep the original size.
  • Fixed an issue with the template function carma_count
  • Fixed an issue with the template function carma_list
  • Fixed an issue with the template function carma_search
  • Added the template function carma_get_actor_data
  • Fixed an issue with the template function carma_upcoming
  • Added the pagination template function
  • Video extensions are now available on the show_video template.
  • Improved workflow for admin including adding a 'dump' from the stats page.
  • Improved handling of rules for automatically scheduling content.
  • Added f4v as an allowed video type.
  • Added support for pseudostreaming with jwplaywer.
  • Added support for pseudostreaming with flowplayer.
  • Added a new 'real name' field for actors.

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