Modules

Support Forums
digArticle 3.4.4
Last Post 26 Aug 2010 03:59 AM by SuperUser Account. 0 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
SuperUser Account
New Member
New Member
Posts:55

--
26 Aug 2010 03:59 AM  

3.4.4

  • NEW Added option to allow user to add media from existing portal folders.
  • UPDATED Feed import now supports saving the url link to the article, and setting the option in digArticle to make the title of the article link to an external source.
  • FIXED Reworked the search
  • FIXED URL's in Article Lists would point back to the article source, instead of back to the list itself

3.4.3

  • NEW Added Sliding date range or the article dashboard so you can specify to show articles older AND newer than a certain timeframe.  Before you can only specify one or the other.
  • NEW When adding an article, you can specify querystring Title, and URL which will be pre-loaded into the article.  If the url matches an existing url, you will be taken directly to that article.
  • NEW Added [isfirst] to the Article List so you can alter the look of the first element in the list.
  • NEW Added new sorts for the article dashboard, Least Viewed, Least Commented, Oldest, Worst Rating, Worst Votes.
  • NEW Added sorting for Related articles dashboard
  • UPDATED Templates so the article.html template references either the article url or article link, it was just pointint to the url.
  • FIXED Editing an article could move it to a different digArticle module under certain conditions.

3.4.2

  • NEW Added [isfirst] to dashboard, you can alter the look of the first element in the dashboard.  Example: [isfirst]
    [/isfirst]
  • NEW Added date range to article dashboard.
  • FIXED Category validator in Add Article was incorrectly displaying after adding the first category
  • FIXED When viewing an article in an ArticleList module, it would cause an exception

3.4.0

  • FIXED SQL error when installing, forced to increase version of this release to 3.4.0
  • FIXED Double ]] in listing.html templates.
  • FIXED When browsing to an article url that is not published, or has dates that prevent it from being displayed.  Show the message found in the NoArticle.Text resource in ViewArticle.ascx.resx
  • FIXED When clicking "Enable Anonymous Comments", it wasn't properly enabling/disabling other features in the admin.
  • FIXED Main RSS Feed url label in admin
  • FIXED When saving options in Categories, Saved message now comes up
  • FIXED Require category option was not properly keeping user on edit article page when no category was provided.

3.1.2

  • FIXED Entry with same key already exists on dashboard

3.1.0

  • NEW Added feature to let articles have content or link to a URL.  This will allow you to emulate a DIGG style social bookmaking site.  You can now set digArticle to have article Always be content, Always be links, or let the user choose.
    New Tags 
    [a:islink][/a:islink]  Article is a link
    [a:isarticle][/a:isarticle]  Article has content
    [a:urlorlink] use this instead of [a:url] to display either the URL if it's an article link, or the URL to the digArticle article page.
  • NEW Added feature to allow default categories to be selected when creating a new article via URL.  Set DefaultCat to any combination of CategoryID or category name.  Example: http://www.dignuke.com/Article/tabi...fault.aspx
  • NEW Added option under Category to require at least 1 category be set on an article.
  • NEW Added option in Category Dashboard to not display 0 count items
  • NEW Dispaly main RSS url in admin so you can easily use it in Feedburner
  • NEW New Dashboard RSS Discovery will add RSS Discovery info to the current page.  Make sure you have the module display on All Pages if you want it throughout your site.
  • FIXED Rss feed would sometines not work
  • FIXED Thumbnail resizing to it fills the thumb size, this gives a nice consistent look to the thumbs.
  • UPDATED Clear Cache now clears out the image cache folder

3.0.2

  • FIXED Clear Cache was not clearing the template cache, so when you made changes to templates, then cleared the cache, your changes would not show.
  • NEW Added Trial License capabilities.

3.0.0

  • NEW Post to Twitter
  • NEW Related Articles Dashboard
  • NEW Added [a:isold:{hours}] and [a:isyoung:{hours}] tags.  This allows you to add "NEW" images to articles.
  • NEW Added [a:isfirstpage] and [a:islastpage] tags so users can display specific content on first or last pages.
  • NEW Added Disable Comment Email and Disable Comment Website which will remove those fields from comments.  Also added [com:hasavatar] to help not displaying avatars if Gravatars are selected and there is no email.
  • NEW Added articles per page option to Article List module.  If it's 0, it will take the articles per page from the article source
  • NEW Featured articles, including filtering on Dashboards
  • NEW Dashboard date filters lets you create article flows to different sections of your site.
  • NEW Print an article [a:printurl]
  • NEW You can select a specific article to view in the Article View module
  • NEW Token replacement including variables.
  • NEW Allow anonymous voting for both articles and comments

2.2.7

  • CHANGED Cleaned up the [media:id] embedding options.  Added Inline Types to the admin.  If you use [media:34] for example, if it's type matches the Inline Types, then it will embed the media, else it will show a download link.
  • CHANGED Image resize so it won't stretch the image if it's smaller than the desired size.
  • CHANGED Thumbnail resizing to it fills the thumb size, this gives a nice consistent look to the thumbs.

2.2.6

  • FIXED Flowplayer and lightbox were not appearing on ArticleView page

2.2.5

  • FIXED Article Status being reset on re-import of an RSS article.
  • NEW Incorporated FlowPlayer for playing flv files.

2.2.3

  • NEW Incorporated http://jquery.malsup.com/media/">jQuery media plugin.  It's now easier to embed audio, video, and other files like pdf's.  New tags when editing an article:
    [media:id:embed:w:h] - Lets you embed a media item.
    [media:id:thumb:w:h] - Display image thumb w/Lightbox
    [media:id:file] - Display download link to file.

2.2.0

  • NEW Category Image.  You can use tag [cat:hasimage] [cat:imageurl:w:h]
  • NEW Category Description.  You can use tag [cat:description]
  • NEW [mimg] tag to use an image from the template directory.  Example: [mimg:more.gif]

2.1.12

  • FIXED SEO was not working in Article View

2.1.11

  • FIXED RSS url links
  • FIXED Link to Articles Lists from dashboards were not showing all modules to link to.
  • Made templase more XHTML compliant

2.1.10

  • FIXED: Encoding of comment url and text.

2.1.9

  • FIXED: Author avatar in approve articles
  • FIXED: Category dashboard did not work with a custom DNN table prefix was defined.
  • FIXED: Category view in Article List did not work with a custom DNN table prefix defined.

2.1.8

  • NEW: Added MyArticles link to top of digArticle module for authors who are not admins.
  • NEW: New tag [hasaction] is used to display a small admin menu at top of article listing.
  • UPDATED: Don't display article list pager if there is only 1 page
  • UPDATED: Page 1 on the pager was putting page number in the url.
  • UPDATED: Added
    around pager.  Added around pager numbers.
  • FIXED: Images were not displaying in medium trust because of performance enhancements.

2.1.7

  • FIXED: Comments for registered users were not saving due to changes in 2.1.5

2.1.6

  • FIXED: Star ratings were not appearing in certian scenerios
  • FIXED: Article View settings were not showing immediatly due to caching.
  • FIXED: in 2.1.5 we got MaxRequestLength from web.config, this broke in Medium Trust.  There is a new setting in admin for max media size.
  • FIXED: Saving category redirected to home page instead of admin.

2.1.5

  • NEW: Added ClearCache to main article module to clear template/style/data cache.
  • UPDATED: Media upload uses MaxRequestLength from web.config to set maxium upload size
  • FIXED: View Article module was not using the correct template.
  • FIXED: digArticle.css was incorrectly being included
  • FIXED: Captcha was not validating. NOTE: To fix comment replies, we modified the comment.html in the templates, if you made your own templates, update the comment.html
  • FIXED: Thumbs in article edit were not displaying becuase of XHTML change in 2.1.4

2.1.4

  • UPDATED: Optimized jQuery insertion.  If you are running 5, it won't insert it.  If you are not running 5, it will insert it using google's api scripts
  • UPDATED: Modified CSS to be XHTML compliant. 
  • FIXED: Caching on dashboard items was preventing dashboard from displaying until caching was cleared.
  • FIXED: Uninstaller was remove vDigArticleArchive which was already removed in a previous update
  • FIXED: A caching issue that may cause some of the links to point incorrectly.
  • FIXED: The word 'mike' was appearing in the rss title.  (oops, bad debug)

2.1.3

  • FIXED: Article edit icon not working from ArticleList or ArtivleView modules.
  • FIXED: Thumbnail and Lightbox images also can use 0 for width/height to display full image
  • FIXED: Media will show in gallery by default when uploaded.

2.1.2

  • NEW: Checkbox on article media to determine if it should be displayed in the gallery.  If you don't display it, you can use the media tags in the article text.  Example: [media:456]
  • NEW: If width/height in [media] tags is 0 or image width/heights are 0 in the admin, it will display the image at full width/height the image.
  • FIXED: Author, Category, Tag links were not working from the Article List module
  • FIXED: SEO tag description [SUMMARY] should be [DESC]
  • FIXED: Category count was not always correct due to caching
  • FIXED: Images and files were not being displayed in the galleries
  • FIXED: [media:id:w::h] tag in the article was not properly passing width and height

2.1.1

  • UPDATED: After entering a comment, the comment text is cleared out.
  • FIXED: Comment entry resources were not displaying
  • FIXED: Denying articles and comments was actually approving the articles
  • FIXED: Problem with the admin approval template
  • FIXED: Exception when a moderator without admin access tries to moderate articles or comments
  • FIXED: Email on anonymous comments was not being saved
  • FIXED: Added a few missing comment resources
  • FIXED: Artricle pager links page 1 was a bad link
  • FIXED: Added some internal strings to SharedResources resource

2.1.0

  • NEW: Added RSS import.  Setup multiple RSS imports into various categories.  This can be scheduled to occur automatically.
  • NEW: Avatar options, you can disable, use gravatar.com or a custom url.
  • NEW: You can specify a url for author profiles if you use modules like ActiveSocial or SmartSocial.
  • NEW: Activation key is now saved incase you need to re-activate.
  • FIXED: Category sort was not working in some cases
  • FIXED: Uninstaller did not remove tables in correct order

2.0.2

  • FIXED: changing sort order of categories didn't always work

2.0.0

  • NEW: Added digArticle List module to list articles for a specific category.  This is great for magazine style sites.
  • NEW: Added digArticle Display module to allow you to display an article on a separate page
  • NEW: Dashboards can now filter by category.
  • FIXED: module.css not being loaded to page on Dashboards
  • CHANGED: Banner positions now are index 1 based instead of 0.  Position 1 will display banner in the top slot in the Article List.
  • CHANGED: Category Tree styling

1.1.9

  • NEW: Added Main RSS Feed Dashboard item to easily add "Subscribe" link to your digArticle module
  • NEW: Added Max RSS Items to Dashboard which determins how many items are availalbe in the RSS Feeds.  Blank means all items.
  • FIXED: Some css stylings in IE

1.1.8

  • FIXED: Theme detection with in Windows Live Writer ( fix was in digMeta 1.5.3 )
  • CHANGED: Thumbnails generated by Windows Live Writer will not be displayed in the image gallery.

1.1.7

  • NEW: Added new sort options to the main article list.  Most Commented, Least Commented, Highest Rating, Lowest Rating,  and Lowest Vote.  See listing.html in the Default template for samples
  • NEW: Added DNN Sort
  • FIXED: A problem with our build system wasn't including the Templates, causing errors that coudn't find "listing" template.

1.1.5

  • CHANGED: When going to the Add Article page, if user is not logged in, they will be redirected to the login page first.
  • FIXED: Edit icon was not appearing for your articles unless you were an administrator

1.1.4

  • NEW: Added resize image on upload
  • NEW: Added Submit Article/Moderate buttons to templates
  • CHANGED: [ IMPORTANT! ] Simplified securtiy assignments.  You no longer have to specify the administrator role, or give authors and moderators edit rights to the module.  You simply give your administrators edit rights to the module, and assign author and moderator roles in the admin as before.
  • FIXED: Cleaned up database connections, closing them as early as possible
  • FIXED: [author] tag not available in article listing template
  • FIXED: summary removing punctuation
  • FIXED: Comment sort was not saving last selection
  • FIXED: "Wait for comment to be approved" message was not showing for moderated comments
  • FIXED: Scrolling when new unmoderated commet is posted

1.1.3

  • FIXED: Fixed errors with displaying category names

1.1.0

  • Initial Release

You are not authorized to post a reply.

Active Forums 4.2