Index of Version Changelog

This is the index of changelog of keZoor.

Changelog April 24
Posted by Admin
Posted on: 24-Apr-09 14:12
Category: Content
Revision: 1.0.4

- Fixed: Now the RSS Feed will replace the links if they are using mod_rewrite
- Fixed: The link to open the RSS from the RSS Creation had a leftover (rss.php)
- Fixed: Deleting a RSS was giving an error "error dividing by zero" (rss.php)
- Fixed: After creating a PAR, you might get wrong admincp links in the left-admincp-menu (validator.php)
- Fixed: Setting PAR articles ViewTo option wasnt working (call.webpages.save.php, predefinedarts_publish.php)
- Fixed: Now if the page is not visible to the user (due to usergroups differences) it will not appear in the list in mixgroups and pars and some widgets (_mixgroups.php, articles.php, sitecontent.php, latestarticles.php)
- Fixed: When no default poster for the PARs was set and the poster was the Admin, the article was using the first-user-in-line as the poster by default instead of the admin (predefinedarts_publish.php)
- Fixed: There was a bug when bots could create accounts avoiding the anti-bot validation code (profile.php)
- Fixed: Now when deleting a sidebar it will also delete their widgets configurations leftovers in the db (laterals.php)
- Fixed: Refreshing a widget popup would add a leftover text as "and pages 'all'" which doesnt affect usage but is useless, now its removed (popup_modulesconfig.php)
- Fixed: The articles custom php page wasnt resolving kezoor marks (articles.art.php)
- Fixed: Sidebars Import/Export wasnt working from a popup, now its fixed (popup_laterals.php)
- Addon: Added an option to the mixgroups selection named "All Articles of PARS" which will autoselect all PARs (customfields/mixgroups.php)
- Fixed: Changing a webpage name wasnt working right due to a missing change (call.webpages.save.php)
- Fixed: Changing a webpage name wasnt changing PAR custom fields if the PAR had any, now it will change it and WARN the user about changing the PAR custom fields Marks because the Mark Name is has to be changed (call.webpages.save.php)
- Fixed: Fixed bug when using the QuickEdit box from one of the first columns, it was appearing out of the screen making it unusable (html.tpl)
- Fixed: Bug displaying top_images when the images werent getting displayed (main_topimage.php)
- Addon: Added poster tag to show the poster nick to the RSS Feeds (rssfeed.tpl)
- Addon: Now the search can display PAR custom fields (search.php)
- Security Change: Disabled indexing of files by default (.htaccess)
- Change: Now the PAR custom fields for the articles index will use the <parname>_<fieldname> instead of custom_<fieldname> (articles.php,articles.art.php)
- Change: Creating a new TPL of PARs will now create it in the current Theme, not in the classic folder as it was made to do before (predefinedarts_publish.php)
- Change: Changed the mouseover on textareas for a onclick/onunclicked so it will only make bigger the space when clicked instead of on mouseover (boxestemplates.tpl,styles.css)
- Change: Sidebars listing are now ordered by name too (laterals.php)
- Improvement: Now you can use TAB inside the textareas in the admincp (html.tpl,boxestemplates.tpl)
- Improvement: Now if the ajax request fails, it will try 3 more times and if those 3 times failed, it will stop all the ajax queries (html.tpl)
- New Feature: Now in the ImageBrowse you have a new icon to browse galleryPhotos, so you can use them in your content directly from a gallery (imagebrowse.tpl,call.imagebrowse.php)
- New Feature: Now you can set to auto-approval comments just for registered users, so if a guest posts, he will go thru reviewal and a registered user post will get posted instantly. (index.php, comments.php)
- New Feature: Now when updating a kezoor, you can click on the files that show that need reviewal and a new window will open displaying the difference between the current file and the new file
- New Feature: Now you can add single widgets into your content or templates without sidebars. You can create a Single Widget Mark with a mark name, then you choose which widget you will use, you configure it and then in any content or template u can call it using that mark (laterals.php,marks.php)
- New Feature: Now the Publishing PARs has a preview button (predefinedarts_publish.php,predefined_publish.tpl)
Changelog April 14
Posted by Admin
Posted on: 14-Apr-09 09:48
Category: Content
Revision: 1.0.3

- Fixed: Bug in using PHP marks in the content
- Fixed: Editing a comment from the admincp would make the html code visible instead of real html code (users_comments.php)
- Fixed: Posting a comment with á é í ó ú was giving wrong codes, now its fixed (users_comments.php)
- Fixed: Sometimes the latestComments widget was showing all the comments with the same text (latestcomments.php)
- Fixed: Deleting a PAR will also delete the comments of the articles that the par had (predefinedarts.php)
- Fixed: Deleting a page will also delete the comments of the page (call.webpages.save.php)
- Fixed: Fixed a bug with the browse_images template where when browsing more than one folder inside a folder a rollover effect wasnt working right (browse_images.tpl)
- Improvement: Thumbs will make thumbs of less quality if the images is less than 100 pixels, to use less disk space, but if the image is more than 700 px, it will use a quality of 95% (thumbs2.php)
- Fixed: When selecting in the ImageBrowser to put an image as thumb+cap, if we select to put it as complete again, it will still have the cap when adding the image to the editor, now this is fixed. (browse_image.tpl)
- Fixed: When a tag had only 1 word, it wasnt appearing as it had tags in the article (include.functions.php)
- Fixed: When viewing a page that has TAGS, the tags links will point to the same page instead of the index of that page which is the correct page since that one can search for content with the desired tag (index.php)
- Fixed: When creating a new PAR, the sidebars didnt have a 'create new sidebar' link. (predefinedarts_publish.php)
- Fixed: Disabling textvaldiation option from AdminCP will now remove the validation icon from all the fields will affect the site as well as the admincp (include.functions.php)
- Fixed: Now the values of widgets and the wp_topimage value replace the urls with the kezoor marks so when editing agian, you dont have the real urls, you will have the kezoor marks to avoid problems with site url changes. (call.webpages.save.php)
- Fixed: In the activate account email on registrations, the link to manually enter the code was incorrect, now this is fixed and the urls will now use permalink if they are enabled in the site (profile.php)
- Fixed: Displaying a list of logs was adding at the top a null value.
- Fixed: Sometimes when posting an advanced par, you were getting a 'unvalid fields' error, now its fixed (predefinedarts_publish.php)
- Fixed: Now when changing a script name, it will also check that the new script name isnt already in use (validator2.php)
- Change: Now when creating a new PAR, the category for the articles is selected as 'content' by default. (predefinedarts.php)
- Change: Changed the title of the Sidebar Creation 'name of the lateral' to 'name of the sidebar'
- Change: Re-done the tpl saving files for PARS, when creating a index/articles tpl, it will now create it in your theme folder instead of the classic folder. (predefinedarts_publish.php)
- Change: Changed the default time-display of the Admin Account
- Improvement: Now when opening an image popup with ViewSinglePhoto, it will display a 'Photo Loading...Please Wait..' instead of nothing happening till the photo appeared. (common_js.tpl)
- Improvement: After creating a sidebar, in the message now will appear a text with a link to go to that sidebar configuration. (laterals.php)
- Improvement: When updating more than 1 kezoor in the same domain name, now it will handle individually the database updates. Before when you were updating the 2nd kezoor, it would think that the db queries were already ran and skip them, so if you wouldnt clear and run them again, kezoor update would be incomplete. (install.functions.php)
- Improvement: Now the top_image module will allow to write HTML content instead of just image links (main_topimage.php, index.php)
- Improvement: When using the paste buttons of the FCKEditor, if used the regular Paste, it will display a message saying if you want to use a word paste so it will redirect you to the word-paste section instead of plain text, only for FF (fck_paste.html)
- Addon: Site Content widget now has an option to write the box title instead of always showing as title 'Site Content' (sitecontent.php, mdl.sitecontent.tpl)
- New Feature: There is a new icon-link at the right-bottom side of the help text of each section which will open a popup with the doc of that section, if the help quote isnt available, the icon will appear at the top after the logout link. (index.tpl, index.php)
- New Feature: In the PAR Setup now you can select a default poster for PAR articles, this will only affect when using the Admin Account. (predefinedarts_publish.php, predefinedarts.php)
- New Feature: Added pspell support to fkceditor, now you have a speller check available.
Changelog February 13
Posted by Admin
Posted on: 13-Feb-09 11:52
Category: Content
Revision: 1.0.2

- Fixed (QF): New pages and old pages were having a tag named "1" (db)
- Fixed: Editing body_menu.tpl wasnt making any effect on the site because the cache of the primary_menu wasnt getting refreshed (main_menu.php, functions.php)
- Fixed: When you were going into a page by using index.php, the pagesindexer was giving wrong urls, now its fixed (include.functions.php,pagesindexer.tpl)
- Fixed: Creating a new sidebar thru the webpages/predefinedarts section in the right-sidebar, wasnt automatically selecting the just-created-sidebar in the dropdown (webpages.tpl)
- Fixed: If there were too many items in the Primary menu editor, the page would go crazy-wide, and the jump-to selector wasnt working (main_menu.tpl, main_menu.php)
- Fixed: By default now the creation of mixgroups have the viewto to everyone selected (index_mixing.php)
- Fixed: In the widget customimage, now if the image does not have a link, it will show without a link in the sidebar (customimage.php)
- Fixed: Bug while changing the sidebar from the latetals sidebar selector and then saving the sidebar changes would result on a blank page (laterals-connectors.php)
- Fixed: Bug while using sidebar_setup link, after saving, would change the selected sidebar in the dropdownbox (webpages.tpl)
- Improvement: The TPL editor now has a faster and more accurate preview of what you are changing (tpl_editor.php)
- Improvement: For FF users the tpl_editor will save the current work without reloading the page (tpl_editor.tpl, tpl_editor.php) 
- Improvement: QuickFix actions are now logged in the admin-log
- Improvement: Added a link to select/unselect all viewing comments in the users_comments list and in the general lists (regular_lend.tpl,users_comments.tpl,html.tpl)
- Improvement: TPL Editor files listing are now ordered by name (tpl_editor.php)
- Addon: added an icon before the pages names in the PAR articles and webpages, which will open a small window showing the available links for that page so you can copy/open the page url.
- Addon: Custom Image widget now has a new option which you can use to resize your image (so you dont have to add the image url with the thumbs script to resize it)
- Addon: Added support in the seach page thru vars &ppar=<par_name> &pcat=<cat_id> to search only in pars or cats (search.php)
- Addon: Added an option to the widget search to be able to select where you want to perform your search (everything, in some specific pars, in some specific categories, etc)
- New Feature: Added options to export tpl filenames AS, or copy them AS, or rename them AS in the tpl_editor(tpl_editor.php).
- New Feature: Now you can change the page names thru the webpages section (webpages.php,call.save.webpages.php)
- New Feature: At the bottom of the sidebars setup, below the drag and drop images modules, now you have a new button (image) to import modules and their configurations from another sidebar to the current sidebar (laterals-connectors.php, laterals.php)
Pages: Prev 1 2 3 4 5 6 7 ... 12 Next - 36 entries

Screenshots 

Installed Themes