<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JooCode Blog &#187; Uncategorized</title>
	<atom:link href="http://blog.joocode.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joocode.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 Feb 2011 17:38:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ecco Joomla 1.6, in anteprima</title>
		<link>http://blog.joocode.com/uncategorized/ecco-joomla-16-in-anteprima/</link>
		<comments>http://blog.joocode.com/uncategorized/ecco-joomla-16-in-anteprima/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 12:45:38 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Joomla! 1.6]]></category>
		<category><![CDATA[Sviluppo per Joomla]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://blog.joocode.com/?p=746</guid>
		<description><![CDATA[
			
				
			
		
Oggi ho scoperto per caso che il codice di Joomla 1.6 è disponibile via SVN, ovvero scaricabile usando un client Subversion.
Ovviamente si tratta di work-in-progress, per niente utilizzabile, ma questo è lo stato attuale della futura versione di Joomla. E poter avere accesso libero al server SVN per curiosare "in diretta" mi ha sorpreso.
I parametri [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.joocode.com%2Funcategorized%2Fecco-joomla-16-in-anteprima%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.joocode.com%2Funcategorized%2Fecco-joomla-16-in-anteprima%2F&amp;source=joocode&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Oggi ho scoperto <em>per caso</em> che il codice di Joomla 1.6 è disponibile via SVN, ovvero scaricabile usando un <a href="http://it.wikipedia.org/wiki/Subversion" rel="nofollow" >client Subversion</a>.</p>
<p>Ovviamente si tratta di work-in-progress, per niente utilizzabile, ma questo è lo stato attuale della futura versione di Joomla. E poter avere accesso libero al server SVN per curiosare "in diretta" mi ha sorpreso.</p>
<p>I parametri di accesso sono gli stessi usati per la versione 1.5, solo che l'indirizzo è</p>
<p><code>http://joomlacode.org/svn/joomla/development/branches/refactoring</code></p>
<p>Ecco qualche novità che sono subito andato a cercare.</p>
<h2>Access Control</h2>
<p>Partiamo da quello che tutti si aspettano:<strong> ACL</strong>.</p>
<p><code>administrator/components/com_acl</code></p>
<p>Nel database sono presenti nuove tabelle:</p>
<p><code>jos_core_acl_acl<br />
jos_core_acl_acl_sections<br />
jos_core_acl_aco<br />
jos_core_acl_aco_map<br />
jos_core_acl_aco_sections<br />
jos_core_acl_aro_groups_map<br />
jos_core_acl_axo<br />
jos_core_acl_axo_groups<br />
jos_core_acl_axo_groups_map<br />
jos_core_acl_axo_map<br />
jos_core_acl_axo_sections<br />
jos_core_acl_groups_axo_map</code></p>
<p>Il componente è in attuale fase di sviluppo, come evidenziano i commit da 11120 a 11124. E' stato aggiunto l'11 Ottobre da Andrew Eddie, che è attualmente - in questo momento - al lavoro per integrarlo al meglio.</p>
<h2>Directory dei contatti</h2>
<blockquote><p><em>This component shows a listing of contact information like a contact directory.</em></p></blockquote>
<p>I file sono memorizzati in</p>
<p><code>administrator/components/com_contactdirectory</code></p>
<p><code>components/com_contactdirectory</code></p>
<p>Le seguenti nuove tabelle nel database memorizzano i dati di questa directory:</p>
<p><code>jos_contactdirectory_contacts<br />
jos_contactdirectory_fields<br />
jos_contactdirectory_details<br />
jos_contactdirectory_con_cat_map</code></p>
<p>Il componente sembra essere già ad un ottimo punto di sviluppo e l'ultimo intervento su di esso risale a 2 settimane fa. Potrebbe anche essere installato su Joomla 1.5 per testarne il funzionamento.</p>
<h2>Il changelog</h2>
<p>Joomla 1.6 ha iniziato ad essere sviluppata appena prima del rilascio di Joomla 1.5.3. Da lì il changeset cambia e prende una strada propria, anche se ovviamente molte modifiche a Joomla 1.5 (sicurezza in primis) vengono inserite anche in questo branch. Questi i dettagli:</p>
<p>14-Oct-2008 Andrew Eddie<br />
! SCHEMA CHANGE - REINSTALL REQUIRED<br />
^ Broke ACLs into 3 types</p>
<p>13-Oct-2008 Andrew Eddie<br />
+ Added support to edit access levels</p>
<p>13-Oct-2008 Toby Patterson<br />
# Added access methods to JToolBar<br />
# Removed most references of keyword global from the framework<br />
# Fixed bug with rendering cpanel modules<br />
^ Moved some routing logic out of index.php into JAdministrator::dispatch()</p>
<p>11-Oct-2008 Alan Langford<br />
+ Added ability to specify module appearance in "exclude from list" mode.</p>
<p>11-Oct-2008 Andrew Eddie<br />
- Merge System-Debug plugin from 1.5<br />
- Added com_acl (finally! they all say)<br />
- Moved user group management from com_users to com_acl</p>
<p>10-Oct-2008 Sam Moffatt<br />
- Commented out useless lines in JDatabaseMySQL and JDatabaseMySQLi</p>
<p>10-Oct-2008 Andrew Eddie<br />
- Dropped joomla_backward.sql<br />
^ Changed installation error_reporting to 2047 while under development<br />
+ Added new ACL tables<br />
^ Update queries using jos_groups to jos_core_acl_axo_groups<br />
- Removed JAuthorization::_mos_add_acl<br />
+ Added JAuthorization::getUserAccessLevels</p>
<p>04-Oct-2008 Toby Patterson<br />
# Fixed final step of installation, completed removal of patTemplates from Installer<br />
- Removed global $mainframe from the framework files, except where other extensions will be loaded</p>
<p>02-Oct-2008 Toby Patterson<br />
- Fixed bug with JFTP and check for connection<br />
# [#12699] Refactor installation application<br />
- Most patTemplate code removed<br />
- Migrator currently broken, may be redesigned, discussion pending</p>
<p>29-Sep-2008 Chantal Bisson<br />
- Removed duplicates of the language files for com_contactdirectory<br />
# Fixed notice about $this-&gt;type not initialized on line 199 /administrator/components/com_categories/models/categories.php<br />
# Fixed notice about $filter not initialized on line 23 /administrator/components/com_categories/views/tmpl/default.php<br />
^ Changed check() contactdirectory/tables/contact.php posible to add contacts with the same name<br />
^ Changed view for category and categories in com_contactdirectory<br />
# Fixed redirect with router after sending mail in com_contactdirectory</p>
<p>22-Sep-2008 Chantal Bisson<br />
^ Changed the column 'name' in the #__contactdirectory_fields table to 'alias'<br />
^ Changed the fields admin view to show the alias in the list and changed the edit field view to be able to modify the alias<br />
+ Added sample date for contact in com_contactdirectory<br />
# Fixed right psition for image in com_contactdirectory contact view<br />
# Fixed notice about $email-&gt;data in /components/com_contactdirectory/views/contact/view.html.php on line 203<br />
# Fixed changing access level in com_contactdirectory from link in contact manager</p>
<p>15-Sep-2008 Chantal Bisson<br />
+ Added com_contactdirectory and language files<br />
+ Added sql create table queries for com_contactdirectory in the installation<br />
+ Added sql sample data for com_contactdirectory</p>
<p>14-Sep-2008 Johan Janssens<br />
^ Changed __autoload to spl_autoload_register() and refactored JLoader to adhere to E_STRICT</p>
<p>11-Sep-2008 Sam Moffatt<br />
^ Changed behaviour of JFile::write and JFTP::write to use references for the second param</p>
<p>25-Aug-2008 Andrew Eddie<br />
+ Added JQuery class<br />
+ Added .invalid styles to admin template for form validation<br />
+ Added new filters to com_users list<br />
+ Added support to manage groups in com_users</p>
<p>23-Aug-2008 Andrew Eddie<br />
! Partial merge with 10701 (around 1.5.6)<br />
- Remove old 1.5 RC sql diffs<br />
^ JModel::getState will now take an optional second argument to set a default<br />
^ JDatbase::setQuery cast the sql variable to a string allowing for the __toString interface to be used if an object is passed</p>
<p>25-Jun-2008 Johan Janssens<br />
- Removed libraries/bitfolge/vcard<br />
+ Added JDocumentVCARD format<br />
+ Implemented new Vcard format in contact component</p>
<p>09-Jun-2008 Johan Janssens<br />
- Removed backlink system plugin<br />
- Removed legacy from mod_mainmenu</p>
<p>08-Jun-2008 Johan Janssens<br />
- Removed deprecated functions from JApplication</p>
<p>19-May-2008 Johan Janssens<br />
- Removed phpinputfilter library<br />
- Removed phputf8, moved mbstring and iconv implementation into JString<br />
- Removed administrator/includes/js/ThemeOffice<br />
- Removed includes/js/ThemeOffice<br />
- Removed includes/js/calendar<br />
- Removed includes/js/jscalendar-1.0<br />
- Removed includes/js/tabs<br />
- Removed includes/js/dtree<br />
- Removed includes/js/wz_tooltip.js<br />
- Removed includes/js/overlib<br />
- Removed includes/js/mambojavascript.js<br />
- Removed includes/js/JSCookMenu<br />
^ Renamed joomla.javascript.js to legacy.js and moved to media/system/js</p>
<p>15-May-2008 Johan Janssens<br />
- Removed administrator/includes/pcl<br />
- Removed folder and file placeholders from application includes directories<br />
- Removed libraries/bitfolge/feedcreator<br />
- Cleaned up legacy plugin for 1.6<br />
- Removed 1.0 legacy code<br />
- Updated version information to reflect 1.6<br />
- Removed hack to support PHP5 style constructors in PHP4<br />
- Removed hack to support PHP5 style destructors in PHP4<br />
- Removed _parseURL function from JURI, replaced by parse_url<br />
- Removed index2.php and index3.php entry files</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joocode.com/uncategorized/ecco-joomla-16-in-anteprima/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creare form in Joomla usando Chronoforms</title>
		<link>http://blog.joocode.com/uncategorized/creare-form-in-joomla-usando-chronoforms/</link>
		<comments>http://blog.joocode.com/uncategorized/creare-form-in-joomla-usando-chronoforms/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 09:39:49 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.joocode.com/?p=730</guid>
		<description><![CDATA[
			
				
			
		
Pubblicato da Html.it un nuovo articolo che ho scritto: parla di come creare, pubblicare e gestire un form usando il componente Chronoforms.

Clicca qui per leggerlo.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.joocode.com%2Funcategorized%2Fcreare-form-in-joomla-usando-chronoforms%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.joocode.com%2Funcategorized%2Fcreare-form-in-joomla-usando-chronoforms%2F&amp;source=joocode&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Pubblicato da Html.it un nuovo articolo che ho scritto: parla di come creare, pubblicare e gestire un form usando il componente <a href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1508/Itemid,35/" rel="nofollow" >Chronoforms</a>.</p>
<p><img class="alignnone size-full wp-image-731" title="Chronoengine" src="http://blog.joocode.com/wp-content/uploads/2008/10/img-11.jpg" alt="" width="431" height="118" /></p>
<p><a href="http://basic.html.it/articoli/leggi/2818/creare-un-form-in-joomla/" rel="nofollow" >Clicca qui per leggerlo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joocode.com/uncategorized/creare-form-in-joomla-usando-chronoforms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

