SocialEngine Classified Plugin Version Changes
This file contains a list of each file that was modified in each new version as well
as any language variables that were added or changed.
Version 3.04
- browse_classifieds.php - Now uses a bitwise level_classified_allow (view/create)
- classified.php - Now uses a bitwise level_classified_allow (view/create); fixed privacy setting
- classified_ajax.php - Now uses a bitwise level_classified_allow (view/create)
- classifieds.php - Now uses a bitwise level_classified_allow (view/create)
- header_classified.php - Now uses a bitwise level_classified_allow (view/create); added code to utilize hooked template includes
- user_classified.php - Now uses a bitwise level_classified_allow (view/create)
- user_classified_listing.php - Now uses a bitwise level_classified_allow (view/create); fixed problem where privacy was not being properly set for the activity feed
- user_classified_media.php - Now uses a bitwise level_classified_allow (view/create)
- user_classified_settings.php - Now uses a bitwise level_classified_allow (view/create)
- admin/install_classified.php - Incremented version; handling for new bitwise level_classified_allow (view/create)
- templates/admin_classified.tpl - Changed pt font definition to px to ensure Windows DPI does not affect layout
- templates/admin_levels_classifiedsettings.tpl - Handling for new bitwise level_classified_allow (view/create)
- templates/admin_viewclassifieds.tpl - Fixed missing dates
- templates/browse_classifieds.tpl - Changed pt font definition to px to ensure Windows DPI does not affect layout
- templates/classified.tpl - Fixed reporting bug
- templates/header_classified.tpl - No longer included (provided for backwards compatibility)
- templates/styles_classified.css - Changed pt font definition to px to ensure Windows DPI does not affect layout
Version 3.03
- browse_classifieds.php - Fixed support for "Public Permission Defaults"; fixed security issue with classified category id
- classified.php - Fixed checkbox and selectbox support; fixed security issue with classified category id
- header_classified.php - Fixed support for "Public Permission Defaults"; added site statistics hook
- user_classified_listing.php - Fixed bug with user ID when editing classified
- admin/admin_header_classifieds.php - Added site statistics hook
- admin/admin_levels_classifiedsettings.php - Fixed bug in privacy handling that would update users in other levels; fixed checking no privacy options, will now replace it with only the most public
- admin/install_classified.php - Incremented version; added columns se_classifieds.classified_totalcomments, se_classifiedalbums.classifiedalbum_totalfiles and se_classifiedalbums.classifiedalbum_totalspace for speed reasons; new installations will use static language vars for actiontypes, notifytypes, and systememails to ease importing
- include/class_classified.php - Implemented handling code for the new columns added in install_classified.php
- templates/admin_levels_classifiedsettings.tpl - Made plugin loop in menu fully compatible with 3.10 (is backwards compatible with all v3 as well)
- templates/classified.tpl - Fixed checkbox and selectbox support
Version 3.02
- admin/admin_classified.php - Fixed permission setting that wasn't saving
- admin/install_classified.php - Incremented version
- templates/classified.tpl - Fixed missing comment security code; fixed missing JS language variable
- templates/styles_classified.css - Fixed spacing with null message
- templates/user_classified.tpl - Fixed new classified post link in null message
Version 3.00alpha/3.01beta
The upgrade to 3.00alpha/3.01beta involves replacing all of your PHP, TPL,
and CSS files. This means that you will lose any changes you have made to
these files. Unfortunately there is no easy way to avoid this since we've
made so many changes to the platform. If possible, make a note about each
change you've made in your current installation so that you can reapply them
after the upgrade process.
Version 2.10
- classified.php - Added UTF8 specification to htmlspecialchars and comment AJAX
- user_classified_browse.php - Fixed bug with expanding categories
- user_classified_edit.php - Fixed problem with category validation; fixed bug in search option
- user_classified_edit_comments.php - Added
- user_classified_edit_media.php - Added charset specification to AJAX; fixed problem with "Unlimited" storage size user level setting
- user_classified_new.php - Fix bug preventing creation when required field existed specific to a category
- admin/install_classified.php - Incremented version; fixed problem in some queries
- images/icons/minus16.gif - Copied from event plugin
- images/icons/plus16.gif - Copied from event plugin
- include/class_classified.php - Fixed problem with "Unlimited" storage size user level setting; Now deletes media when classified is deleted
- include/functions_classified.php - Fixed a bug in the search query
- templates/admin_classified.tpl - Fixed UTF8 support in category names by changing Javascript escape() function to encodeURIComponent()
- templates/user_classified.tpl - Added link to edit comments
- templates/user_classified_browse.tpl - Fixed bug with expanding categories
- templates/user_classified_edit_comments.tpl - Added
-
lang_english_classified.php -
$user_classified[31] = "edit comments";
$user_classified_edit_comments[1] = "View My Listings";
$user_classified_edit_comments[2] = "Listing Settings";
$user_classified_edit_comments[7] = "Browse Marketplace";
$user_classified_edit_comments[8] = "Back to My Classifieds";
$user_classified_edit_comments[9] = "Classified Comments:";
$user_classified_edit_comments[10] = "The comments below have been written about this classified by other people. To delete comments, click their checkboxes and then click the \"Delete Selected\" button below the comment list.";
$user_classified_edit_comments[11] = "Last Page";
$user_classified_edit_comments[12] = "comment";
$user_classified_edit_comments[13] = "of";
$user_classified_edit_comments[14] = "comments";
$user_classified_edit_comments[15] = "Next Page";
$user_classified_edit_comments[16] = "No comments have been posted about this classified.";
$user_classified_edit_comments[17] = "Anonymous";
$user_classified_edit_comments[18] = "Delete Selected";
$user_classified_edit_comments[19] = "\o\\n"; //THESE CHARACTERS ARE BEING ESCAPED BECAUSE THEY ARE BEING USED IN A DATE FUNCTION
$user_classified_edit_comments[20] = "select all comments";
©2007 Webligo Developments