Difference between revisions of "PT Social Media Version 2.2 Change Log"
Gcronkright (talk | contribs) (Change Log) |
Gcronkright (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Created the v2.2 tag release. | |
+ | ---------------------------------------------------------------------------- | ||
+ | r139 | gcronkright | 2014-05-01 17:33:22 EDT | ||
+ | Changed paths: | ||
+ | M /trunk/components/wordPressFeedsDAO.cfc | ||
+ | A /trunk/install | ||
+ | A /trunk/site-files/customcf | ||
+ | M /trunk/components/youTubeFeedsDAO.cfc | ||
+ | M /trunk | ||
+ | M /trunk/customcf/sm_debug_links.cfm | ||
+ | M /trunk/components/facebookFeedsDAO.cfc | ||
+ | M /trunk/components/twitterFeedsDAO.cfc | ||
+ | M /trunk/components/App.cfc | ||
+ | |||
+ | Merged branch v2.2.138 into the TRUNK. | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r138 | gcronkright | 2014-04-16 09:57:56 EDT | ||
+ | Changed paths: | ||
+ | M /branches/2.2/install/schema-update-for-2.2.cfm | ||
+ | M /branches/2.2/components/App.cfc | ||
+ | |||
+ | Updated the Schema Update script with with update information header text | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r137 | gcronkright | 2014-04-16 00:58:59 EDT | ||
+ | Changed paths: | ||
+ | M /branches/2.2/components/App.cfc | ||
+ | M /branches/2.2/install/schema-update-for-2.2.cfm | ||
+ | |||
+ | Updated the Schema Update script to update the twitter consumer key and secret fields | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r136 | gcronkright | 2014-04-16 00:47:19 EDT | ||
+ | Changed paths: | ||
+ | M /branches/2.2/components/App.cfc | ||
+ | A /branches/2.2/site-files/customcf/SocialMediaAppUpdate.cfm | ||
+ | A /branches/2.2/install/schema-update-for-2.2.cfm | ||
+ | A /branches/2.2/site-files/customcf | ||
+ | M /branches/2.2/customcf/sm_debug_links.cfm | ||
+ | A /branches/2.2/install | ||
+ | |||
+ | Added App Updater site-files customcf file and the Schema Update file to update the twitter consumer key and secret fields | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r135 | gcronkright | 2014-03-26 16:46:30 EDT | ||
+ | Changed paths: | ||
+ | M /branches/2.2/components/facebookFeedsDAO.cfc | ||
+ | M /branches/2.2/components/twitterFeedsDAO.cfc | ||
+ | M /branches/2.2/components/wordPressFeedsDAO.cfc | ||
+ | M /branches/2.2/components/App.cfc | ||
+ | M /branches/2.2/components/youTubeFeedsDAO.cfc | ||
+ | |||
+ | In each of the Feed DAO components updated the StatusCode logic to check for the '200' code instead of the full '200 OK' | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r134 | gcronkright | 2013-12-06 16:24:51 EST | ||
+ | Changed paths: | ||
+ | M /branches/2.2/components/App.cfc | ||
+ | |||
+ | Added functions to fix the Customer Secret and Customer Key element field names and make them Consumer Secret and Consumer Key | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r133 | gcronkright | 2013-12-06 16:24:37 EST | ||
+ | Changed paths: | ||
+ | M /branches/2.2/components/App.cfc | ||
+ | |||
+ | Added functions to fix the Customer Secret and Customer Key element field names and make them Consumer Secret and Consumer Key | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r132 | gcronkright | 2013-06-21 16:34:48 EDT | ||
+ | Changed paths: | ||
+ | M /branches/2.2/components/App.cfc | ||
+ | |||
+ | Updated the version and svnbuild number for the new version 2.2.132 branch | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r131 | gcronkright | 2013-06-21 16:30:28 EDT | ||
+ | Changed paths: | ||
+ | A /branches/2.2 | ||
+ | |||
+ | Created development branch v2.2. | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r130 | gcronkright | 2013-06-21 16:23:16 EDT | ||
+ | Changed paths: | ||
+ | A /tags/2.1 | ||
+ | |||
+ | Created the v2.1 tag release | ||
+ | ---------------------------------------------------------------------------- | ||
+ | r129 | gcronkright | 2013-06-21 16:16:42 EDT | ||
+ | Changed paths: | ||
+ | M /trunk/components/twitterAPI.cfc | ||
+ | M /trunk/renderhandlers/social_media_combined_stream_rh.cfm | ||
+ | M /trunk/components/facebookFeedsService.cfc | ||
+ | M /trunk/exported-objects/ptSocialMedia-Configuration-Custom-Element.zip | ||
+ | M /trunk/components/youTubeFeedsService.cfc | ||
+ | M /trunk/components/facebookFeedsDAO.cfc | ||
+ | M /trunk/components/twitterFeedsDAO.cfc | ||
+ | M /trunk/components/socialMediaCacheDAO.cfc | ||
+ | M /trunk/customcf/sm_debug_links.cfm | ||
+ | M /trunk/components/wordPressFeedsService.cfc | ||
+ | M /trunk/components/App.cfc | ||
+ | M /trunk | ||
+ | M /trunk/components/twitterFeedsService.cfc | ||
+ | M /trunk/components/feedController.cfc | ||
+ | |||
+ | Merged branch v2.1.128 into the TRUNK. |
Latest revision as of 20:08, 2 May 2014
Created the v2.2 tag release.
r139 | gcronkright | 2014-05-01 17:33:22 EDT Changed paths: M /trunk/components/wordPressFeedsDAO.cfc A /trunk/install A /trunk/site-files/customcf M /trunk/components/youTubeFeedsDAO.cfc M /trunk M /trunk/customcf/sm_debug_links.cfm M /trunk/components/facebookFeedsDAO.cfc M /trunk/components/twitterFeedsDAO.cfc M /trunk/components/App.cfc
Merged branch v2.2.138 into the TRUNK.
r138 | gcronkright | 2014-04-16 09:57:56 EDT Changed paths: M /branches/2.2/install/schema-update-for-2.2.cfm M /branches/2.2/components/App.cfc
Updated the Schema Update script with with update information header text
r137 | gcronkright | 2014-04-16 00:58:59 EDT Changed paths: M /branches/2.2/components/App.cfc M /branches/2.2/install/schema-update-for-2.2.cfm
Updated the Schema Update script to update the twitter consumer key and secret fields
r136 | gcronkright | 2014-04-16 00:47:19 EDT Changed paths: M /branches/2.2/components/App.cfc A /branches/2.2/site-files/customcf/SocialMediaAppUpdate.cfm A /branches/2.2/install/schema-update-for-2.2.cfm A /branches/2.2/site-files/customcf M /branches/2.2/customcf/sm_debug_links.cfm A /branches/2.2/install
Added App Updater site-files customcf file and the Schema Update file to update the twitter consumer key and secret fields
r135 | gcronkright | 2014-03-26 16:46:30 EDT Changed paths: M /branches/2.2/components/facebookFeedsDAO.cfc M /branches/2.2/components/twitterFeedsDAO.cfc M /branches/2.2/components/wordPressFeedsDAO.cfc M /branches/2.2/components/App.cfc M /branches/2.2/components/youTubeFeedsDAO.cfc
In each of the Feed DAO components updated the StatusCode logic to check for the '200' code instead of the full '200 OK'
r134 | gcronkright | 2013-12-06 16:24:51 EST Changed paths: M /branches/2.2/components/App.cfc
Added functions to fix the Customer Secret and Customer Key element field names and make them Consumer Secret and Consumer Key
r133 | gcronkright | 2013-12-06 16:24:37 EST Changed paths: M /branches/2.2/components/App.cfc
Added functions to fix the Customer Secret and Customer Key element field names and make them Consumer Secret and Consumer Key
r132 | gcronkright | 2013-06-21 16:34:48 EDT Changed paths: M /branches/2.2/components/App.cfc
Updated the version and svnbuild number for the new version 2.2.132 branch
r131 | gcronkright | 2013-06-21 16:30:28 EDT Changed paths: A /branches/2.2
Created development branch v2.2.
r130 | gcronkright | 2013-06-21 16:23:16 EDT Changed paths: A /tags/2.1
Created the v2.1 tag release
r129 | gcronkright | 2013-06-21 16:16:42 EDT Changed paths: M /trunk/components/twitterAPI.cfc M /trunk/renderhandlers/social_media_combined_stream_rh.cfm M /trunk/components/facebookFeedsService.cfc M /trunk/exported-objects/ptSocialMedia-Configuration-Custom-Element.zip M /trunk/components/youTubeFeedsService.cfc M /trunk/components/facebookFeedsDAO.cfc M /trunk/components/twitterFeedsDAO.cfc M /trunk/components/socialMediaCacheDAO.cfc M /trunk/customcf/sm_debug_links.cfm M /trunk/components/wordPressFeedsService.cfc M /trunk/components/App.cfc M /trunk M /trunk/components/twitterFeedsService.cfc M /trunk/components/feedController.cfc
Merged branch v2.1.128 into the TRUNK.