Index of Version Changelog

This is the index of changelog of keZoor.

Changelog December 24
Posted by Admin
Posted on: 24-Dec-09 09:42
Category: Content
Revision: 1.0.9

- Fixed: the pages of pars and mixgroups were displaying non-approved comments (articles.php, _mixgroups.php)
- Fixed: Languages editions from users_fields, users_comments_fields modules are now fixed (they werent working right) (lang_fields.php, users_fields.php, contact_forms_inputs.php,users_comments_fields.php)
- Fixed: Editing us_access option was corrupting the usergroup sometimes
- Fixed: Validator text error had a part of the text in english (validator.php)
- Fixed: New accounts now will set their language to the current site browsing language (profile.php)
- Fixed: If had other language than Spanish, there were problems loading the other language file (include.global.php)
- Fixed: Mailing of account activated was always sent in english no matter what language the user had selected (users.php)
- Fixed: The archives listing wasnt working (archives.php)
- Fixed: Quickfix updates had the value user missing, now it is set to SYSTEM (updater.php)
- Fixed: Since 1.0.8 if the page (of pageindexer) had some (not many) items over the page limit, it wasnt showing the next page
- Fixed: When creating a contact form and users fields, the Category field was empty and not setting a category unless the value was edited again (users_fields.php, contact_forms_inputs.php)
- Fixed: When exporting a file from classic theme to your theme, if the file exists, it said it was overwrited but that wasnt working so the destination file was left unchanged (tpl_editor.php)
- Fixed: If ip2country needed to update the DB (rarely needed, never should happen) the script was having an error with the function getCountryFullName (ip2country.php)
- Fixed: Newsletter sending was giving a fatal error
- Fixed: It wasnt possible to use the tags HTML,BODY,HEADER in the fckeditor, now this is enabled (fckconfig.js)
- Fixed: When using a blank default template, the CSS code entered in the fckeditor was dissapearing from the final page (main_content.php)
- Fixed: Comments were not working on simple pages due to a previous update (comments.php)
- Fixed: Widget SiteContent was displaying articles not yer published or disabled (sitecontent.php)
- Fixed: Categories listing in Multiple LIST wasnt working, giving a SQL error (customfields/webcats_mlist.php)
- Fixed Template: MixGroups option: Dont Show Title and others werent working due to a template problem, all mixgroups.tpl were updated with this fix (mixgroups.tpl)
- Fixed: If there were more than 2 languages, when using the 'display other languages' in the inputboxes, the languages might get more than 1 per line (lang_fields.php)
- Fixed: In the tpls editor, if there were multiple languages, only english and spanish were displayed, now if a custom one is added, it will be displayed as well.
- Fixed: When changing languages in the tpl_editor, in IE this wasnt possible (tpl_editor.tpl)
- Improvement: Filters section is improved to display the fields by their kezoor name and the values of the filter now use a dropdownbox to have a better experience using it (personalize_column.tpl)
- Improvement: When exporting, copying, renaming and deleting templates with the tpl_editor, now the languages of that tpl are connected to the action for the tpl (tpl_editor.php, tpl_editor.tpl)
- Addon: Now when creating a new PAR, if you have selected a category wich contains sub-categories, you will be warned with an alert box to let you know about it (predefined_publish.tpl)
- Addon: Now in the PAR items list you can quickedit the items (predefinedarts_publish.php)
- Fixed Template: Submit button of Forms template were displayed in the wrong page (sort of the middle of the end of the form) now the button is aligned to the right of the form (submitform.tpl)
- Performance Improvement: Engine improvement, between 30%-50% depending on the type of page requests
- New Feature: Now in the PAR Articles Options you have a new option to define custom names and descriptions for the default fields of the pars (page title, category and html), so if you are using it to handle other than pages, you can change those texts to whatever it apply (predefinedarts_publish.php)
Changelog September 21
Posted by Admin
Posted on: 21-Sep-09 18:17
Category: Content
Revision: 1.0.7

- Fixed: The comments of pages the user had no access to, were displayed in the comments widget if selected (latestcomments.php)
- Fixed: Publishing articles in PAR that were set to be user-group specific were still beign posted as public (predefinedarts_publish.php)
- Fixed: Pages with special access (registered users, special usergroups) were sent to the pings pages, now only pages for guests or everyone are sent
- Fixed: Pages with special access will no longer feed into RSS
- Fixed: UserGroups check for webpages wasnt working right when the page had more than 1 group assigned (sitecontent.php,latestarticles.php,articles.php,_mixgroups.php,index.php)
- Fixed: UserGroups restriction for pages wasnt working as expected (includes.functions.php)
- Fixed: Now if  the site has borders in the A href Links, the acpconnector wont display that styling so it will preserve his style (cpconnector.tpl)
- Fixed: When using a singlewidget of gallery photo or galleryalbum, the popup wasnt working (laterals.php)
- Fixed: When using the photo_size of the widget gallery albums/photos, the value was stored but not displayed when the widget settings were edited, so if saved again and left unchanged, the value was removed.
- Fixed: AdminCP in IE8 wasnt displaying any images of the menus, fixed with a workaround to tell the browser to handle the page with IE7 compatibility, this seems to be a IE bug... (html.tpl)
- Fixed: The verification code of the custom form boxes, was outside the box (if created in-box) (forms.php)
- Fixed: When publishing an article with a 'publish on date' option enabled or published as 'disabled', the article was still being pinged to your pingHosts (include.global.php)
- Fixed: Using the option 'show articles from same par' for widget 'latest articles' and 'latest comments', it wasnt working, now its fixed (latestarticles.php, latestcomments.php)
- Fixed: Creation of file archives want working right with the files (call.webpages.save.php)
- Fixed Template: When browsing an article that had tags and a comments box, the tags was getting a little overlapped by the comments box (body_content.tpl)
- Fixed Template: When browsing an article that had tags and they had 2 lines, the two lines of the tags were overlapped (body_content.tpl)
- Fixed Template: When browsing an article that had pagesindexer it might overlap with the commentsbox or whatever was next, now in the tpl i added a padding:10px to solve that issue(pagesindexer.tpl)
- Fixed Template: In the webpages admincp section, the filter of the top-right was out of the box with a margin -20px, removed now (webpages.tpl)
- Change: Now the styling added into the pages content will be loaded in the proper html style tags when the output page is created, changed only for a better html structure. also re-structured the admincpconnector html code for this same decision (html.tpl, cpconnector.php)
- Improvement: Now using a custom article template has no need of also using a custom article php file, it will use one by default so you dont need to use a custom one for basic stuff (main_content.php)
- Improvement: Added to the html.tpl a meta tag to avoid google image indexing (html.tpl)
- Improvement: Now the usergroups (guest, everyone, registered, admincpaccess) are always set depending on the user-access, so if you change the user-access of the user, the usergroup will be modified as well (users.php)
- Improvement: Now if in the users section, you give access to a PAR, the access to the admincp par section is automatically given (users.php)
- Improvement: Categories can now hold up to 4 sub-categories instead of just one as before (webcats.php,webcatS_mlist.php,web_categories.php,pagesandtypes_mlist.php and more)
- Improvement: The order of the categories is now improved and in perfect order
- Addon: Now you can show the full-category-name in your templates by using wc_fullname instead of wc_name, by default it shows the current category name
- New Feature: Now when selecting a page with restricted access, you can select if the user dont have access, which to page to redirect him to instead of just showing the noaccess page (index.php).
- New Feature: Now you can add users to usegroups from the usergroups section (using a listbox) instead of having to select each user from the admincp user section and add him to a usergroup (users_groups.php, user.php)
- New Feature: New option in the PAR articles options to display only the child categories of the selected categories when posting a new article (predefinedarts_publish.php,webcats.php)
- New Feature: Now you can add css code in the customimage widget by using the new field in the widget configuration (customimage.php,mdl.customimage.tpl)
- New Feature: Now when creating/editing a PAR, you can select if you want to use the RealField mode, this will make a better performance setup but create extra tables in your database
- New Feature: Now you can use PARs without creating pages (useful for using PAR to handle custom scripts)
- New Feature: Now you can create custom AdminCP Menu Links to point to your scripts added to the management folder and give access to admincp users to that section
- New Feature: Added filter and column customization to PAR Published articles listing
- New Feature: Added CSS_Editor selector to be able to use a basic CSS edition (faster to load) (css_editor.php)
Changelog Jun 23
Posted by Admin
Posted on: 23-Jun-09 15:14
Category: Content
Revision: 1.0.6

- Fixed: Opening a Gallery photo from the widget wasnt letting use the bottom actions to go prev-next, scroll, etc (gallery.tpl,common_js.tpl)
- Fixed: RSS Feed was begin corrupted by SingleWidgets (if any) in the content to be added to the RSS
- Fixed: Posting comments thru safari has a temporary fix (body_comments.tpl)
- Fixed: When using 'same par' from comments widget option, it was giving a sql error (latestcomments.php)
- Fixed: The forms werent appearing in PAR Articles (if selected) (index.php,main_content.php,forms.php)
- Fixed: Submitted forms info werent showing the right date of submittion (contact_forms_review.php)
- Fixed: There was a bug with the statsview that was always showing 1 as the referer amount for the referer pages, now its fixed but will not fix the months already cached, so its fixed from now on (include.stats.php)
- Fixed: It wasnt possible to delete a bookmark that was pointing to an unexistent section, now its fixed bacause in the bookmark link, you have a delete icon to delete it without having to enter the bookmark (index.tpl)
- Fixed: The filter by pageid in the comments wasnt working properly (webpages.php, users_comments.php)
- Addon: Added captcha on form submitions (forms.php,formsubmit.php)
- Addon: Added a link to go to the log in the welcome screen logs-display (welcome.tpl)
- Addon: Now in the comments display list, it will also show the commenter ip, his nickname will be linked to the edit_user admincp section and the webpage link will ask for webpage_edition or website_link when clicked (users_comments.tpl)
- Addon: Now in the widget GalleryAlbums and GalleryPhoto you can select the width of the photos to display (mdl.galleryphoto.tpl,mdl.galleryalbums.tpl,galleryalbums.php,galleryphoto.php)
- Addon: Now the TPLEditor also has the ImageBrowser to add images/marks from it to the editing tpl content (call.imagebrowse.php, tpl_editor.php)
- Addon: Added a quickswitch of files to the tpl editor (tpl_editor.tpl,tpl_editor.php)
- Change: Allowed % sign to option 'image resize' in 'custom Image' widget
- Change: Statsview referers list are now ordered by hits and the urls are clickeable (statsview.tpl)
- New Feature: In the tpl_editor now you have two links (compare) and (see custom/original), the first one will open a window comparing your file with the one in the classic folder, and the second link will show the custom file (the one of your theme) or the original file (the one of the classic folder) (tpl_editor.tpl)
- New Feature: For native admins (admin acc), when browsing your site, at the top right corner you can now deploy an admincp connector (index.php,cpconnector.php
Pages: Prev 1 2 3 4 ... 11 Next - 31 entries

Screenshots