PT Blog v3 Change Log
r112 | mcarroll | 2013-02-27 11:48:38 EST Changed paths: M /branches/3.0/components/App.cfc M /branches/3.0/exported-objects/Blog2-Custom-Element.zip
Updated the exported object for the Blog2 custom element.
r111 | mcarroll | 2013-02-27 11:30:50 EST Changed paths: M /branches/3.0/components/App.cfc
Updated the svn build number for the latest updates committed.
r107 | ssmith | 2013-02-25 17:03:26 EST Changed paths: M /branches/3.0/exported-objects/Blog2-Custom-Element.zip
New exported version of Blog2 Custom Element with "Notification From" field included.
r106 | ssmith | 2013-02-25 16:53:08 EST Changed paths: M /branches/3.0/components/postService.cfc
postNotification - Updated use of notificationEmails and added logic to send mail only if there are "to" and "from" email addresses specififed in the blog configuration.
r105 | ssmith | 2013-02-25 16:52:33 EST Changed paths: M /branches/3.0/components/commentsService.cfc
commentNotification - Updated use of notificationEmails and added logic to send mail only if there are "to" and "from" email addresses specififed in the blog configuration.
r104 | ssmith | 2013-02-25 16:52:05 EST Changed paths: M /branches/3.0/components/blogService.cfc
getNotificationEmails - Updated use of getNotificationData since it now returns a struct of email instead of just a string.
getNotificationData - Updated to return a struct of email addresses (to and from) from blog2 custom element instead of just the "to" addresses.
r103 | ssmith | 2013-02-25 16:16:06 EST Changed paths: M /branches/3.0/datasheet-modules/delete_element_handler_posts2.cfm
Fixed comment typos
r102 | ssmith | 2013-02-21 15:59:10 EST Changed paths: M /branches/3.0/components/postDAO.cfc
deletePostPage - Now returns the resulting struct from the deletePage call instead of a boolean.
r101 | ssmith | 2013-02-21 15:58:39 EST Changed paths: M /branches/3.0/components/commentsService.cfc
getCommentsHTML - Added logic to check if the blogURL is a full URL and adds "http://" if it's missing. handleCommentsSubmit - Added call to stripHTMLtags to remove any HTML added to the blog comment.
r95 | mcarroll | 2013-02-12 11:15:18 EST Changed paths: M /branches/3.0/appBeanConfig.cfm M /branches/3.0/components/postService.cfc M /branches/3.0/components/postDAO.cfc M /branches/3.0/components/blogDAO.cfc M /branches/3.0/components/blogService.cfc M /branches/3.0/components/App.cfc M /branches/3.0/renderhandlers/blog_post_short.cfm
Updated logic to call "createUniquePageName" and "createUniquePageTitle" to create a page with a unique name and title. Updated the page standard and custom metadata for the APIPage 1.0 library. Updated the delete page to use the API 1.0 Library. Updated the RSS generator to support Railo.
r94 | mcarroll | 2013-02-08 13:27:01 EST Changed paths: M /branches/3.0/components/blogDAO.cfc M /branches/3.0/components/App.cfc
Function: createBlogIndexPage, createTagsListingPage Description: Updated to call the App Bean Config loaded "csContent".
r93 | mcarroll | 2013-02-08 13:24:14 EST Changed paths: M /branches/3.0/components/postDAO.cfc
Function: updatePost Description: Updated to call the App Bean Config loaded "csContent".
r92 | mcarroll | 2013-02-06 15:21:59 EST Changed paths: M /branches/3.0/customfields/post_page_render.cfm M /branches/3.0/customcf/manageBlog.cfm M /branches/3.0/components/App.cfc M /branches/3.0/customfields/post_page_props.cfm
Removed any JavaScript "alert" statements that were not used.
r91 | mcarroll | 2013-01-24 10:38:21 EST Changed paths: M /branches/3.0/appBeanConfig.cfm M /branches/3.0/components/App.cfc
Updated App Bean Config to support ADF v1.6.
r90 | mcarroll | 2013-01-24 10:23:40 EST Changed paths: A /branches/3.0
Created development branch v3.0 for compatibility with the ADF v1.6.