Changelog entry: Changelog February 12
This is the index of changelog of keZoor.
RELEASE VERSION: 0.6
This version Changes are:
- New Feature: Added kezoor_logo in the admincp (top-right corder). (index.tpl,styles.css)
- New Feature: Disabled update/delete_install_folder messages if there is no license file copied (index.php)
- New Feature: Pinger like blogs have. It will ping the urls added in the options, on each page creation. (findeable in Main settings) (include.functions.php, call.webpages.save.php, new folder: components/ping)
- New Feature: In the widget "Your RSS", you can now select which categories you want to show instead of just using the "current-browsing-category" feature.
- New Feature: Added archives for the PAR groups, now you can have a archives list if you wish to, by going to ?id=archives&ppar=par_script_name you will see a list of articles of your par. (archives.php)
- New Feature: Now the categories allow SubCategories, in "Categories Organizer" you can create sub-categories. (archives.php,web_cats.php)
- New Feature: "Multi-Indexing" Feature in a new category (misc features) in the menu of the admincp, now you can create indexer pages for multiple contents (combine news, with par's and/or categories, so they all display in one page) (index_mixing.php,content/_mixgroups.php)
- New Feature: Now you have a new admincp option in "misc features" to browse and delete images in there.
- New Feature: In the webpages page you can now quick-filter the selections by TYPE (webpages.php,webpages.tpl,scripts.php)
- New Feature: You can now disable or enable webpages so they cant be accessed instead of having to delete them, this option is in the "Publish/ed Content" in the category "Publishing" (webpages.php,main_content.php)
- New Feature: Now there is a new option in "Publish/ed Content" in the category "Category", the option "Display the page title" let you hide the page title. (main_content.php, all tpls body_content.tpl )
- New Feature: Added support for using different widget templates for each page individually, to use it, just create a new tpl file using the actual widget tpl name and adding the page name as follows: ex: mdl.infobox.tpl for the page archives, the new tpl file will be: mdl.infobox.archives.tpl , thats it, kezoor will auto load it. important: also rename the marks of tpl begin and end adding the previous name
- New Feature: Added support for using different widget php files for each page individually, to use it, just create a new php file using the actual php file name adding the page name as follows: ex: infobox.php for the page archives ,the new tpl file will be: infobox.archives.php, important: if using par and default indexer, the page will be 'articles' instead of your indexer name (laterals.php)
- New Feature: Added ability to select the order of displaying the items in the widget "site content" and how many items to show. (modules/sitecontent/sitecontent.php)
- New Feature: Polls feature developed, now you can create a poll, you have a section in the admincp and you can view the votes in the page ?id=polls.(polls.php, poll.tpl in all tpls)
- New Feature: Now in the user options you can restrict the PAR access to allow only the PAR sections you want to give (users.php,index.php)
- New Feature: New user-registration option in settings admincp, now you can enable "account on reviewal" so you must review your registered users (manually activate) in order to them be able to login in the site. The account to review will appear in the user control section and will display the message "Awaiting reviewal" in the "User Access" column. It will also show how many users awaiting registration you have in the menu-text "user control" followed by "(number)" if there are any. (users.php)
- New Feature: Now if a login attempt fails,it will tell you the reason (ban,awaiting approval,awaiting email verification, invalid login, etc) (login.php,login.tpl)
- Fix: Fixed cuttext par indexer, got lost somewhere before, now re-done.
- Fix: Fixed a bug in predefinedarts.php where it wasnt deleting the correct indexer custom file.
- Fix: Created missing template file "archive.tpl" for the template Classic.
- Fix: Edited all archive.tpl files of all the templates to add index_pages support in the archives.
- Fix: Mysql bug in userpanel links/quicklinks menu of "widget configuration" (2 configuariton_ext.php)
- Fix: Fixed bug when deleting a page in the wp_editor was deleting the articles.php file (call.webpages.save.php)
- Fix: The imagebrowser wasnt giving the right date in the image information. (popup_imagebrowse.php)
- Fix: Fixed security in template_editor where a user could open other files besides tpl's (tpl_editor.php)
- Fix: Edited files for Categories Support: latestarticles.php
- Fix: Fixed Templates: Added a color in the widget latestarticles (.box_title in styles.css (designspace,simplistic,fancytheme) )
- Fix: Fixed bug on saving user info when no sections access-restriction were selected, was giving a php error (but still working), (users.php)
- Fix: There was a textarea in the PAR (indexer options) called "PHP Saver File Contents" which shouldnt been there,removed (predefinedarts_publish.php)
- Fix: Error using PHP Mail method, giving an error on sending emails (3rdparty/smtp/smtp.php).
- Fix: Edited mailing.tpls in all templates to create a new section for reviewal email info (mailing_tpls.tpl).
- Fix: If you have reviewal accounts activated, now on register, the user gets an email saying his account will be reviewed (profile.php)
- Fix: Now if you activate an account that is on reviewal in the admincp, it will send an email to the user letting know the acc is activated. (users.php)
- Fix: Moved something around in call.webpages.save.php
- Fix: You couldnt delete users in the admincp (users.php)
- Fix Template: Designspace right-bar was stepping out on IE6 because of the top-image module having a wrong padding, fixed (body_top.tpl for designspace)
- Fix Template: Designspace, Magazine right-bar widget was stepping out on IE6 because of polls widget having a margin on the box, fixed (ALL: mdl.polls.tpl)
- Fix Template: Simplistic: Menu wasnt working for IE6, fixed (body_menu.tpl, styles.css -menu class- ) index_templates OK
- Fix Template: Magazine: fixed all the template (bars not showing up right), tested with IE6-IE7-FF (styles.css,index_templates.tpl,body_top.tpl) index_templates OK
- Fix Template: FancyTheme: fixed menus, working alright now on IE6-IE7-FF and deploying to the left. (styles.css), index_templates OK
- Fix Template: Designspace: fixed menus, working alright now on IE6-IE7-FF
- New File: Added new file (includes/customfields/webcats.php,webcats_mlist.php) for webcats improvement.
- New File: includes/customfields/mixgroups.php and TPL (mixgroups.tpl) in all templates
- New Widget: Added "HTML Code" widget, it will let you add custom HTML code without any premade content, it will also let you include a PHP file if you wish to. (modules/html)
- New Widget: Poll, you can show the polls in your widget. (mdl.polls.tpl in all themes)
- New Feature: Disabled update/delete_install_folder messages if there is no license file copied (index.php)
- New Feature: Pinger like blogs have. It will ping the urls added in the options, on each page creation. (findeable in Main settings) (include.functions.php, call.webpages.save.php, new folder: components/ping)
- New Feature: In the widget "Your RSS", you can now select which categories you want to show instead of just using the "current-browsing-category" feature.
- New Feature: Added archives for the PAR groups, now you can have a archives list if you wish to, by going to ?id=archives&ppar=par_script_name you will see a list of articles of your par. (archives.php)
- New Feature: Now the categories allow SubCategories, in "Categories Organizer" you can create sub-categories. (archives.php,web_cats.php)
- New Feature: "Multi-Indexing" Feature in a new category (misc features) in the menu of the admincp, now you can create indexer pages for multiple contents (combine news, with par's and/or categories, so they all display in one page) (index_mixing.php,content/_mixgroups.php)
- New Feature: Now you have a new admincp option in "misc features" to browse and delete images in there.
- New Feature: In the webpages page you can now quick-filter the selections by TYPE (webpages.php,webpages.tpl,scripts.php)
- New Feature: You can now disable or enable webpages so they cant be accessed instead of having to delete them, this option is in the "Publish/ed Content" in the category "Publishing" (webpages.php,main_content.php)
- New Feature: Now there is a new option in "Publish/ed Content" in the category "Category", the option "Display the page title" let you hide the page title. (main_content.php, all tpls body_content.tpl )
- New Feature: Added support for using different widget templates for each page individually, to use it, just create a new tpl file using the actual widget tpl name and adding the page name as follows: ex: mdl.infobox.tpl for the page archives, the new tpl file will be: mdl.infobox.archives.tpl , thats it, kezoor will auto load it. important: also rename the marks of tpl begin and end adding the previous name
- New Feature: Added support for using different widget php files for each page individually, to use it, just create a new php file using the actual php file name adding the page name as follows: ex: infobox.php for the page archives ,the new tpl file will be: infobox.archives.php, important: if using par and default indexer, the page will be 'articles' instead of your indexer name (laterals.php)
- New Feature: Added ability to select the order of displaying the items in the widget "site content" and how many items to show. (modules/sitecontent/sitecontent.php)
- New Feature: Polls feature developed, now you can create a poll, you have a section in the admincp and you can view the votes in the page ?id=polls.(polls.php, poll.tpl in all tpls)
- New Feature: Now in the user options you can restrict the PAR access to allow only the PAR sections you want to give (users.php,index.php)
- New Feature: New user-registration option in settings admincp, now you can enable "account on reviewal" so you must review your registered users (manually activate) in order to them be able to login in the site. The account to review will appear in the user control section and will display the message "Awaiting reviewal" in the "User Access" column. It will also show how many users awaiting registration you have in the menu-text "user control" followed by "(number)" if there are any. (users.php)
- New Feature: Now if a login attempt fails,it will tell you the reason (ban,awaiting approval,awaiting email verification, invalid login, etc) (login.php,login.tpl)
- Fix: Fixed cuttext par indexer, got lost somewhere before, now re-done.
- Fix: Fixed a bug in predefinedarts.php where it wasnt deleting the correct indexer custom file.
- Fix: Created missing template file "archive.tpl" for the template Classic.
- Fix: Edited all archive.tpl files of all the templates to add index_pages support in the archives.
- Fix: Mysql bug in userpanel links/quicklinks menu of "widget configuration" (2 configuariton_ext.php)
- Fix: Fixed bug when deleting a page in the wp_editor was deleting the articles.php file (call.webpages.save.php)
- Fix: The imagebrowser wasnt giving the right date in the image information. (popup_imagebrowse.php)
- Fix: Fixed security in template_editor where a user could open other files besides tpl's (tpl_editor.php)
- Fix: Edited files for Categories Support: latestarticles.php
- Fix: Fixed Templates: Added a color in the widget latestarticles (.box_title in styles.css (designspace,simplistic,fancytheme) )
- Fix: Fixed bug on saving user info when no sections access-restriction were selected, was giving a php error (but still working), (users.php)
- Fix: There was a textarea in the PAR (indexer options) called "PHP Saver File Contents" which shouldnt been there,removed (predefinedarts_publish.php)
- Fix: Error using PHP Mail method, giving an error on sending emails (3rdparty/smtp/smtp.php).
- Fix: Edited mailing.tpls in all templates to create a new section for reviewal email info (mailing_tpls.tpl).
- Fix: If you have reviewal accounts activated, now on register, the user gets an email saying his account will be reviewed (profile.php)
- Fix: Now if you activate an account that is on reviewal in the admincp, it will send an email to the user letting know the acc is activated. (users.php)
- Fix: Moved something around in call.webpages.save.php
- Fix: You couldnt delete users in the admincp (users.php)
- Fix Template: Designspace right-bar was stepping out on IE6 because of the top-image module having a wrong padding, fixed (body_top.tpl for designspace)
- Fix Template: Designspace, Magazine right-bar widget was stepping out on IE6 because of polls widget having a margin on the box, fixed (ALL: mdl.polls.tpl)
- Fix Template: Simplistic: Menu wasnt working for IE6, fixed (body_menu.tpl, styles.css -menu class- ) index_templates OK
- Fix Template: Magazine: fixed all the template (bars not showing up right), tested with IE6-IE7-FF (styles.css,index_templates.tpl,body_top.tpl) index_templates OK
- Fix Template: FancyTheme: fixed menus, working alright now on IE6-IE7-FF and deploying to the left. (styles.css), index_templates OK
- Fix Template: Designspace: fixed menus, working alright now on IE6-IE7-FF
- New File: Added new file (includes/customfields/webcats.php,webcats_mlist.php) for webcats improvement.
- New File: includes/customfields/mixgroups.php and TPL (mixgroups.tpl) in all templates
- New Widget: Added "HTML Code" widget, it will let you add custom HTML code without any premade content, it will also let you include a PHP file if you wish to. (modules/html)
- New Widget: Poll, you can show the polls in your widget. (mdl.polls.tpl in all themes)
The Changelog is a predefined article content.
This page belongs to the category: Content
This page belongs to the category: Content
Read or make comments for this article