Changelog entry: Changelog May 13
This is the index of changelog of keZoor.
RELEASE VERSION: 0.9.1
This version Changes are:
- Fixed: Now thumbs wont allow thumbs out of the hosting and will display a missing image message instead of a php error if the image dont exists (thumb2.php)
- Fixed: Menu-Editor was showing as Vertical when it was Horizontal
- Fixed: After deleting PARS, then it might give an error on creating a new page (predefinedarts.php)
- Fixed: After deleting a sidebar, if you created a new one, it was created with the previous modules on the deleted one, now its fixed (laterals.php)
- Fixed: RSS Feed was getting errors while using some HTML codes into the xml itself feeded from entries on your webpage, added support for
- Fixed: RSS Widget had an error while it was selected to show a specific RSS, it was always telling there was no rss available, now its working (rss_give.php)
- Fixed: When creating new PAR-Inputs, it now appears under the category "More Options" instead of "Uncategorized". (predefined_publish.php)
- Fixed: Now there is a new input type "Field" that creates an input field with a browse button to select an image to it (webpages.tpl)
- Fixed: Full file path name in the tpl_editor was showing as Classic folder always, now its corrected with the proper theme folder (tpl_editor.php)
- Fixed: Now Multi-Index also reads PAR customfields as the PAR indexer (_mixgroups.php)
- Fixed: Now if there is no gallery selected in the admincp gallery section, it wont show wrong galleries files (galleries.php).
- Fixed: When creating a new Gallery and there was no other gallery created (creating the 1st gallery) it was saying that "Browse Gallery" couldnt be empty and wasnt allowing to create a gallery, now its fixed (includes.functions.php)
- Fixed: Sometimes the CONDITION_IFS where getting deleted from the textbox areas, now they are protected so they dont get lost (include.functions.php)
- Fixed: Deleting mixgroups now wont delete the _mixgroups.php file and it will delete the proper files (index_mixing.php)
- Fixed: RSS Deletion wasnt working right and wasnt deleting the feed (rss.php)
- Fixed: RSS Feed was cutting the output in some wrong places (include.functions.php)
- Fixed: RSS Feed now uses the same as multi-index to select what you want to feed, can select news, pars and categories (rss.php).
- Fixed: dependencies folder (avatars and galleries folder) are now NOT browseable (added .htaccess file in /dependencies/)
- Fixed: If a theme is installed but the folder is missing, now it wont show it in the main settings section as available theme (activetemplatelist.php)
- Fixed: Improved Newsletter Mailing, now you have a list of users and u can select to whom u want to send the emails (newsletter.php)
- Fix: Added a missing line in disk backup to improve security (diskb.php)
- New Feature: Massive Pages configuration option for super-admin, so you can configure all your pages options in one click instead of going in each one to configure them (usefull for first-time-installation)
- New Feature: Auto Updater, now kezoor will let you know when there is a new version and will try to install it with you without having to go thru the FTP
- Fixed: Menu-Editor was showing as Vertical when it was Horizontal
- Fixed: After deleting PARS, then it might give an error on creating a new page (predefinedarts.php)
- Fixed: After deleting a sidebar, if you created a new one, it was created with the previous modules on the deleted one, now its fixed (laterals.php)
- Fixed: RSS Feed was getting errors while using some HTML codes into the xml itself feeded from entries on your webpage, added support for
- Fixed: RSS Widget had an error while it was selected to show a specific RSS, it was always telling there was no rss available, now its working (rss_give.php)
- Fixed: When creating new PAR-Inputs, it now appears under the category "More Options" instead of "Uncategorized". (predefined_publish.php)
- Fixed: Now there is a new input type "Field" that creates an input field with a browse button to select an image to it (webpages.tpl)
- Fixed: Full file path name in the tpl_editor was showing as Classic folder always, now its corrected with the proper theme folder (tpl_editor.php)
- Fixed: Now Multi-Index also reads PAR customfields as the PAR indexer (_mixgroups.php)
- Fixed: Now if there is no gallery selected in the admincp gallery section, it wont show wrong galleries files (galleries.php).
- Fixed: When creating a new Gallery and there was no other gallery created (creating the 1st gallery) it was saying that "Browse Gallery" couldnt be empty and wasnt allowing to create a gallery, now its fixed (includes.functions.php)
- Fixed: Sometimes the CONDITION_IFS where getting deleted from the textbox areas, now they are protected so they dont get lost (include.functions.php)
- Fixed: Deleting mixgroups now wont delete the _mixgroups.php file and it will delete the proper files (index_mixing.php)
- Fixed: RSS Deletion wasnt working right and wasnt deleting the feed (rss.php)
- Fixed: RSS Feed was cutting the output in some wrong places (include.functions.php)
- Fixed: RSS Feed now uses the same as multi-index to select what you want to feed, can select news, pars and categories (rss.php).
- Fixed: dependencies folder (avatars and galleries folder) are now NOT browseable (added .htaccess file in /dependencies/)
- Fixed: If a theme is installed but the folder is missing, now it wont show it in the main settings section as available theme (activetemplatelist.php)
- Fixed: Improved Newsletter Mailing, now you have a list of users and u can select to whom u want to send the emails (newsletter.php)
- Fix: Added a missing line in disk backup to improve security (diskb.php)
- New Feature: Massive Pages configuration option for super-admin, so you can configure all your pages options in one click instead of going in each one to configure them (usefull for first-time-installation)
- New Feature: Auto Updater, now kezoor will let you know when there is a new version and will try to install it with you without having to go thru the FTP
The Changelog is a predefined article content.
This page belongs to the category: Content
This page belongs to the category: Content
";$('AjaxStatus').style.display ="";}
new Ajax.Request(url, { method: 'post', parameters: params,
onSuccess: function(transport)
{
if (ret == "noreturn")
{
ajax_queue[ajax_queue_current]['result'] = transport.responseText;
}
else
{
ajax_queue[ajax_queue_current]['result'] = transport.responseText;
ExcecuteSriptsAndReturnText(transport.responseText,divid);
}
AJAX_NextQueue();
}
});
}
function ViewPhoto(gi_id,samewindow)
{
if (samewindow != true)
{
var max_height = iecompattest().clientHeight - 100;
winGP = Dialog.confirm('',{top: 10, width:700,height:max_height, className: "alphacube", okLabel: "Close" })
winGP.getContent().update($('view_photo_div').innerHTML);
winGP.showCenter();
}
$('view_photo_div_html').style.height = iecompattest().clientHeight - 230 + "px";
LoadContent('&vid=view_photo_gallery&gi_id='+gi_id,'includes/components/gallery/gallery.php','','return','view_photo_div_bottom');
LoadContent('&vid=view_photo&gi_id='+gi_id,'includes/components/gallery/gallery.php','','return','view_photo_div_html');
}
function Gallery_SendComment()
{
var fck = FCKeditorAPI.GetInstance("gco_html");
fck.UpdateLinkedField();
ValidateFirst('COForm','1','V_Run','&vala='+$('gi_id').value);
}
function Gallery_SendComment_AJAX()
{
LoadContent('&vid=send_comment&gi_id='+$('gi_id').value,'includes/components/gallery/gallery.php','COForm','return','view_photo_div_html');
return false;
}
function ViewSinglePhoto(photo,autofit,windowWidth,windowHeight)
{
var newImg = new Image();
//Load the window to display a Preview as 'Loading photo...'
winGP = Dialog.confirm('',{top: 10, width:200,height:40, className: "alphacube", okLabel: "Close" })
winGP.getContent().update("
Read or make comments for this article
when i see the mountain so high
i feel the presents of Allaha
brian