Phoca Font component and plugin version 2.0.0 Alpha1 (Joomla! 1.6) have been released.
Phoca Font component download site
Phoca Font plugin download site
Changelog:
Specific font, which is stored on Google Font Directory site, can be displayed on Joomla! site.
Google™ (Google Font API, Google Font Directory) is registered trademark of Google Inc.
Phoca Favicon version 2.0.0 Alpha1 has been released. This version is designed for Joomla! 1.6.
Download: Phoca Favicon download site.
Changelog (to 1.0.1 version):
If in administration menu items will be not created after installing Phoca Favicon component in Joomla! 1.6, run the following SQL query in your database:
UPDATE `jos_menu` SET `published` = '1', `component_id` = ( SELECT extension_id FROM `jos_extensions` WHERE element = 'com_phocafavicon' ) WHERE `title` LIKE '%phocafavicon%'
See Phoca Gallery 3.0.0 article to get useful tips for running and testing Joomla! 1.6.
Phoca Gallery version 2.7.2 Stable has been released (Phoca Gallery Component).
Download: Phoca Gallery download site.
Changelog:
Phoca Gallery 3.0.0 Alpha2 has been released.
Download: Phoca Gallery download site.
Changelog (major changes from old version 3.0.0 Alpha1):
Learn more about the methods and properties that are supported by each browser on Plupload site.
Check out Phoca Gallery 3.0.0 Alpha1 article, where you get useful information to test Joomla! 1.6 Beta2 and Phoca Gallery 3.0.0 Alpha2.
Phoca Gallery 3.0.0 Alpha1 has been released. This version is designed for Joomla! 1.6 Beta1. Be aware, this version (Alpha1) is early release of Phoca Gallery and should be used for testing only (on test servers). There are many new features in Joomla! 1.6 framework, so large parts of the code in Phoca Gallery had to be rewritten (including all language strings). Please don't translate the language strings because this will be much changed in the future.
Known issues:
What is needed primarily to test:
Some useful tips for testing Phoca Gallery 3.0.0 Alpha1 and Joomla! 1.6 Beta:
UPDATE `jos_menu` SET `published` = '1', `component_id` = ( SELECT extension_id FROM `jos_extensions` WHERE element = 'com_phocagallery' ) WHERE `title` LIKE '%phocagallery%';
The prefix is set to jos_ (change it to your own if needed).
Could not save data. Error: JTableAsset::store failed
Duplicate entry '' for key 'idx_asset_name' SQL=INSERT INTO `jos_assets` (`rules`,`parent_id`,`level`,`lft`,`rgt`) VALUES ('{\"core.admin\":[],\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}','0','0','143','144')
go to:
libraries/joomla/database/table/asset.php
line cca 74
and add the following code to this line:
//Temporary arrangements for testing if ($assetId == 0) { return false; } //Temporary arrangements for testing
Notice: Undefined property: stdClass::$componentid in libraries/joomla/application/menu.php on line 210
go to:
libraries/joomla/application/menu.php
line cca 210
and change the following code:
FROM:
if ($item->$attributes[$i] != $values[$i]) { $test = false; break; }
TO:
//Temporary arrangements for testing if (isset($item->$attributes[$i])) { if ($item->$attributes[$i] != $values[$i]) { $test = false; break; } } //Temporary arrangements for testing
Download: Phoca Gallery download site.
Please report all bugs to Phoca Forum. Thank you.