Pligg CMS 1.0.4

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 04-07-2010, 12:48 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,931
Send a message via AIM to Yankidank
Pligg CMS 1.0.4 Release
When we first announced plans for the 1.0.4 version of Pligg we had no idea how much work would end up going into it. The original plan was to release some minor bug fixes and to lay some groundwork for a larger upgrade further down the road. As we worked on this version we came up with some new features, some admin panel usability improvements and a large number of bug fixes.

Pligg CMS 1.0.4 Changes

There have been a large number of updates since the previous 1.0.3b release. To see the full list of changes please view our SVN logs. The list below excludes some of the smaller changes.
  1. Fix to recalculate comment count when changing the comment status from the admin panel.
  2. <title> tag fixes for editlink.php and edit group pages.
  3. Fix for editlink.php page not showing the category navbar
  4. Fixes for URL Method 1 category links on live published and live unpublished pages
  5. Added a variable to show the number of published stories {$published_count}. Added an alternate name for upcoming story count {$upcoming_count}.
  6. Fix that was causing some updated sites to sort front page stories incorrectly. Fix only applies to new upgrades.
  7. Increased admin timeout to 10 minutes, previously 5.
  8. Added a check to the upgrade process to fix any users who have deselected all categories. This should fix sites that report logged in users not seeing any stories or categories. Added function to reset all user categories to enabled, appears in the Category Management admin page.
  9. Changed how the Admin > Modules page looks and operates. Hopefully it will be easier for beginners to figure out how to install a module and change settings.
  10. Fix to address UTF character count. Non-English story titles are too long - Pligg CMS Forum - Projects
  11. Fix to detect pligg.com timeouts on module page, to prevent stalled loads when pligg.com server is unavailable.
  12. Fix for sanitizing double quotes in story submissions
  13. Login brute force protection
  14. Removed unused code surrounding the story recommend feature (Missing $Recommend_Type? (cause js-error, tell-a-friend) - Pligg CMS Forum - Projects)
  15. Fix to address UTF character count. Non-English story titles are too long - Pligg CMS Forum - Projects
  16. Fix to detect pligg.com timeouts on module page, to prevent stalled loads when pligg.com server is unavailable.
  17. Fix for sanitizing double quotes in story submissions
  18. Removed an extra forward slash from login redirect URLs
  19. Fixed XHTML problem in categories.tpl when some subcats are unchecked
  20. Added spam label for comments and stories
  21. Spam user profiles now return 404 error
  22. Stories marked as Spam can now only be seen by admins
  23. Removed spam stories from top users data
  24. Removed spam stories and comments from appearing in the user history pages
  25. Removed spam stories and comments from user RSS feeds
  26. Removed spam stories and comments from Live pages
  27. Removed tags associated with spam and discarded stories.
  28. Removed spam stories from the Top Users page news article count.
  29. Fix to hide spam and discarded story RSS data from public
  30. Fix for sidebar comments module. Now it will only show published comments.
  31. Added user management from a comment.
  32. Comments can now be marked as spam after X number of negative votes or buries
  33. Stories can now be marked as spam after X number of negative votes or buries
  34. Updated phpmailer class. PHP4 version 2.0.4 and PHP5 version 5.1
  35. {$url_short} variable can now be used on submit steps 2 and 3
  36. You can now use {$url} and {$enc_url} variables in story_center.tpl
  37. Added page titles to breadcrumb <h1> area in Wistie
  38. Removed sidebar_stats module
  39. Removed unused admin templates for viewing a user's comments and stories
  40. User logout redirect fix as provided by milan202 Logout problem 1.0 | Page 5 | Pligg CMS Forum
  41. Security fix for group member approval, as well as a fix
  42. Group member activation emails now include the username of the user requesting to join the group.
  43. Fixed group avatar upload
  44. Logout return to my_pligg_base instead of index.php
  45. Updates made to Admin Panel Management pages
  46. Private messaging replace line breaks with <br>
  47. Comment form fixes for anonymous modules and CAPTCHA
  48. Admin panel style changes. Sidebar now only appears on the admin homepage. Will be switching to fixed width format soon.
  49. You can now select multiple User Management filters at the same time (search, user level, number per page)
  50. Fix for edit story character counter
  51. Added proxy checks to register and login
  52. Anonymous comment fix for comments that contain an apostrophe
  53. Removed "Blocker" module
  54. Removed an old admin CSS file no longer being used
  55. Now use popup window for Admin > Manage > User > Create New User function.
  56. Fix to remove moderated and draft status stories from search results and "Top Today" sidebar module
  57. Added submit header redirect hook. This will allow modules to redirect users after they finish submitting a story.
  58. Fixed admin user story pagination
  59. Improved the admin news management page by adding some changes submitted by forum user warren2007. Now you will only see Upcoming and Published stories. Pages, discarded, and spam stories can be displayed by selecting them from the filter dropdown option.
  60. Simple Messaging Fix
  61. Changed how register.php checks information and redirects to make it easier for modules to control what happens to the data.
  62. Fix by forum user Almas (Add new Category language not properly inserted - Pligg CMS Forum - Projects) for adding new categories in languages other than English.
  63. Security fix by forum user Arowna for URL method 1 websites submission process. security problem if "Require a URL when Submitting" is set to false in story submission - Pligg CMS Forum - Projects
  64. Wisite CSS fix for Opera (Fixing comments display for Wistie in Opera - Pligg CMS Forum - Projects)
  65. Added new module hook for Facebook login button
  66. Security fix because Admins could potentially delete God accounts Big Bugg ever, Admin can delete God !!! - Pligg CMS Forum - Projects
  67. XSS Fix in search.php
  68. Spam trigger fix for anonymous comments
  69. Spam Trigger more literal results with spaces before and after entries now allowed.
  70. Live published page pagination fix for URL Method 2
  71. Story RSS fix for URL Method 2 when story IDs are used instead of titles in the URL.
  72. Edit comment fix
  73. Registration security fix

Changes made to Killspam feature.
  • When you Killspam someone it changes their user level to "Spammer".
  • Killspam user's IP address is added to a block list so that they can no longer register an account on the site. Displays an error message to spammers trying to register with a banned IP.
  • Killspamed users no longer appear in top users list.
  • No longer append "-killspam" to killspam email address. This prevents them from using the same email address to generate another account. It also allows use to potentially collect spammer email addresses in the future, to build a global black list.
  • upgrade.php script checks for existing "-killspam" email addresses and changes their user level status to "Spammer". It then removes the "-killspam" from the email address so that their email address appears like normal.
  • You can now filter the Admin > Manage > Users page by user levels (God, Admin, Normal, Spammer)
  • Admin > Manage > Users does not show "Spammer" level users, unless you select Spammer as a filter. The same idea applies to spam stories in Admin > Manage > News

1.0.4 Template Changes
Template upgrades will be required for users seeking to move from 1.0.3b and below to 1.0.4. Below is a list of color-coded changes to help you figure out which files need to be updated and which files contain less important updates.
  • comment_form.tpl
  • edit_comment_center.tpl
  • story_center.tpl
  • /sidebar_modules/categories.tpl
  • header.tpl
  • pligg.tpl
  • register_center.tpl
  • comment_show.tpl
  • link_summary.tpl
  • /css/style.css
RED = Important Update(s)
GREEN = New Feature(s) or Module Hook(s)
ORANGE = Small or Cosmetic Fix(es)

To save users some time we have left out some files that have very small changes that aren't entirely necessary. We highly recommend that you use a program like Winmerge to compare the Wistie template directory from 1.0.3b to the latest 1.0.4 version to see all of the template changes since the previous release.
Attached Files
File Type: zip Pligg CMS 1.0.4.zip (1.38 MB, 37710 views)

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!

Last edited by Yankidank; 04-14-2010 at 07:07 PM.
Reply With Quote
  #2 (permalink)  
Old 05-07-2010, 04:59 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,931
Send a message via AIM to Yankidank
Updated the release to fix a few issues caused by the News Management panel.

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
TIP: Do NOT Submit Your Site To Pligg Directories coreyvf Questions and Comments 14 12-30-2011 08:10 AM
Pligg 1.0.0 RC2 Yankidank Current Version 1 04-02-2009 12:21 PM
URGENT: Have 80% Pligg Design Done, Need Experienced Programmer/Designer to finish it anothercollegestudent Questions and Comments 3 11-07-2007 02:39 AM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development