Index of Version Changelog

This is the index of changelog of keZoor.

Changelog July 10
Posted by Admin
Posted on: 10-Jul-08 17:11
Category: Content
Revision: 0.9.4

- Templates Fix: The input content box had a "style=width:100%" which was making that box 1 millimeter bigger than the regular ones, it has been removed (boxestemplates.tpl in all tpls)
- Templates Fix: Added a "margin-bottom:10px;" to the .box_mid .box on the themes (styles.css): Phoenix, Rawhide, Speciality, Tranquil
- Templates Fix: Removed a dropdown_horizontal_submenu.gif css file call for the themes that dont have it: Boomers, BusinessI, Canvas, FancyTheme, Magazine, Media, NativeExtreme, Phoenix, Rawhide, Speciality, Strongarm, Stylus, Suede, Tranquil, Westwoods, Wingspan, Zen.
- Templates Fix: Fixed all templates in gallery.tpl to add a text-align:center so the photos gets centered in the box (gallery.tpl in all)
- Fixed: When creating a new template_index, it was setted as disabled and there was no option to enable it, now, there is an option to disable/enable the tpl.
- Fixed: If you were trying to edit a script_type of page from "published content" section, the script might get corrupted (webpages.php)
- Fixed: When editing a PAR article which had TPL marks for userfiles, it wasnt converting the mark to the real value, so u were seeing the tpl mark and in images that were using it, it was preventing them from showing (predefined_publish.php)
- Fixed: PHP Code in textbox areas was getting an extra \n on every edit (includes.functions.php)
- Fixed: Keep alive keept tiggering on every page request (includes.functions.php)
- Fixed: Added in the admin html template a noindex rule in the metatag so google wont index the management pages (html.tpl)
- Fixed: Javascript error when deleting photos on "awaiting approval" section (galleries.tpl)
- Fixed: Ajax problem when editing the description or title field on "awaiting approval" section (includes.function.php)
- Fixed: Deleting a photo from awaiting_approval that the file is missing or has a & $("gi_title" + gi_id) is null gi_title = $('gi_title'+gi_id).value, now it is fixed (galleries.tpl)
- Fixed: Uploading photos with "&" was giving an error on showing them, now its fixed, the file gets his name replaced to amp where the & is (galleries.php)
- Fixed: Now on editing a published content "article", it displays the selected_par section (it was hidden before and you had to select another type of page and then select articles type of page so it would display the current selected par) (webpages.php)
- Fixed: Fixed the "display page title" option for PAR indexer and PAR entries, it wasnt hiding the respective titles when it was disabled, now its working (updated all tpls articles.tpl articles.art.tpl of all themes)
- Fixed: When using the empty sidebar on the left side, the space for the sb wasnt reserved and the content was all over it, not its fixed (laterals.php)
- Fixed: In settings: Notify the Admin (by email) when, the two checkboxes were missaligned.
- Fixed: On FF3 when there was a new theme to install on the themes page it was giving troubles by selecting the options in the image, to solve that, the transparency was removed (themes.tpl)
- Fixed: Now index_template_tpl6 (the blank template) is a really blank one, it wont add CSS & JS code that it was adding before (index.php)
- Fixed: When selecting a background color in the css_editor, it was sending the mark "color" instead of "background", now its fixed (css_editor.tpl)
- Addon: Added 'Execute PHP Code' option for the admincorerows
- Addon: Now when selecting "Disallow Comments" on publishing content, it will auto-hide the other comments options so you dont need to select them.
- Addon: Now in the settings > home_page selection you have a more detailed description of the pages
- Addon: In the sidebars selection of pages, now you have a link that says "sidebar setup" so by clicking there it send you to that sidebar setup
- Addon: feedfile feature on the advertisement module now is working (it was disabled) (advertisement.php)
- Addon: Developed the feedfile feature on the advertisement poster section (it was disabled) and the HTML page instead of popup is also enabled now.
- Addon: Show in page/Do not show in page option the advertisement poster now shows a more detailed description of the page for proper identification
- Addon: Now you can also change the filename when editing the filename db name in the gallery image options (galleries.php)
- Addon: Added new page_type "gallery", this pages hold the different galleries individually so you can have your own custom gallery pages, they can also use a custom tpl gallery file, which will be auto-loaded if the tpl filename exists as "gallery.<gallery_id>.<pagename>.tpl" in your theme folder OR "gallery.<gallery_id>.tpl" for that gallery on any page. This is also selecteable from the gallery options.
- Addon: ImageBrowse will now show the folders first (call.imagebrowse.php)
- Addon: Now you have the option "Category" on the PAR Articles settings, so you can select a default category when posting your PAR articles (predefinedarts_publish.php)
- Addon: Now you can set a page as homepage when editing/creating it, there is a link next to the page title (webpages.php)
- New Feature: Now there is PagesIndexer template called pagesindexer.tpl, you can create your custom pages indexer template in there.
- New Feature: Now if your theme dont have the requested .tpl file, it will look for it in the Classic folder (so now you can have your themes without widgets tpls and it will load them from classic)
- New Feature: Now you can select the order of the images in a gallery to be displayed (individually in each gallery) (gallery.php)
- New Feature: Now you can select which fields to disable for the gallery photo popup (selecteable in the gallery options)
- New Feature: Now the tpl_editor has the ability to create new files (see at the bottom of the tpl_editor page) and to delete existing files (see at editing a file). (tpl_editor.php)
- New Feature: Now when calling a PAR indexer or a MixGroups Indexer, you can add "&cat=<category_number>" to the page url and it will display only the pages on that category (articles.php,_mixgroups.php)
- New Feature: Now when posting articles (if admin), you can select to post in behalf of any registered user so it will look like he posted (below the fkceditor field you have the "More" options) (predefinedarts_publish.php,call.webpages.save.php)
- New Feature: Now on the published content sidebar selection you have an option to enable or disable sidebar previews, so when u select a sidebar, it will show you a preview of the widgets that SB has and what pages are using it (webpages.php,webpages.tpl)
- New Feature: Now tpl_editor can also edit .css files (tpl_editor.php)
Changelog May 30
Posted by Admin
Posted on: 29-May-08 17:43
Category: Content
Revision: 0.9.3

- Addon: Now it will show a house picture in the published content list when the page is set as homepage (webpages.php)
- Addon: Added for PARS links to edit the TPL files with the TPL Editor (predefinedarts_publish.php).
- Addon: Added support for "all of category" in mixgroups mixing selection (mixgroups.php)
- Addon: Added support for PAR to the widget latestarticles (latestarticles.php)
- Addon: Added support for PAR to the widget site content and fixed problem about not showing all content (as selected) if a category was selected (sitecontent.php)
- Addon: Now you have a link on the "comments posted" section when editing published pages to go to the comments management of that page (webpages.php)
- Addon: Now you can quick-select template marks of the selected template to edit in the "templates editor" page (tpl_editor.php)
- Addon: Now in the weclome screen, if you are a native admin, where it displays the kezoor version you have a refresh button to look for new updates manually (welcome.php)
- Fixed: Removed an echo from mostpopular pages when a category was selected to show (mostpopularpages.php)
- Fixed: Error when clicking on delete all comments and no comments were selected (users_comments.php)
- Fixed: Error on deleting some sidebars (laterals.php)
- Fixed: On deleting customizated widget configuration for pages it was showing a sql text (popup_modulesconfig.php)
- New Feature: Cuttext now allows html tags when cutting text
- New Feature: Now you can set to review the comments before showing them and send you an email to approve/deny them.
- New Feature: Now the unregistered users who can post will need to enter a nickname and can enter a website/email, this is configurable from users_comments with the link create/edit/delete in the description of the page to change or add new fields (users_comments_fields.php)
- New Feature: There is a new mark available, for any variable that has dates values, now as a mark, you can use and it will return that date parsed as the value you requested. NOTE: you can use 1 value per time, ex: m,M,Y, etc, not all at once and it will only support one CHARACTER.
Changelog May 16
Posted by Admin
Posted on: 16-May-08 19:09
Category: Content
Revision: 0.9.2

Fixed: If the SMTP info was wrong and you were trying to get a manual backup, it ended in a loop of smtp class error (smtpmai.php)
Fixed: date error on publish_content (includes.function.php)
Fixed: auto-backups. auto-upgrade wasnt tiggered automatically, fixed now (all.php)
New Feature: Added support for scribeFire (add url your_site/includes/components/metaweblogapi/metaweblogapi.php ) as API Component
Pages: Prev 1 ... 4 5 6 7 8 9 10 ... 12 Next - 35 entries

Screenshots 

Web Statistics