<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.alkivia.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Alkivia Documentation</title>
        <description></description>
        <link>http://wiki.alkivia.org/</link>
        <lastBuildDate>Fri, 12 Mar 2010 11:20:50 -0800</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://wiki.alkivia.org/lib/images/favicon.ico</url>
            <title>Alkivia Documentation</title>
            <link>http://wiki.alkivia.org/</link>
        </image>
        <item>
            <title>Open Community Changelog</title>
            <link>http://wiki.alkivia.org/community/changelog?rev=1266622435&amp;do=diff</link>
            <description>0.10.4

	*  Activating activity wall didn't create the database table.

0.10.3

	*  Fixes a menor issue when WP version is not supported. (Framework Issue).

0.10.2

	*  Fixes a crash when upgrading from old versions. (Framework Issue).

0.10.1

	*  Fixed a local avatar not showing problem. (Framework Issue).</description>
            <author>Jordi Canals</author>
        <category>community</category>
            <pubDate>Fri, 19 Feb 2010 15:33:55 -0800</pubDate>
        </item>
        <item>
            <title>Sideposts Widget Changelog</title>
            <link>http://wiki.alkivia.org/sideposts/changelog?rev=1266262293&amp;do=diff</link>
            <description>3.0.2

	*  Max number of posts can be set in wp-config with the SIDEPOSTS_MAX constant.
	*  Updated framework to 0.9 to solve some framework issues.

3.0.1

	*  Fixed issue when adding additional templates path on alkivia.ini

3.0

	*  New templating system for widget output.
	*  New option to remove archives bottom link.
	*  Option to include templates from your own directory.
	*  Plugin and Framework have separared translation files.
	*  Included Bulgarian translation.</description>
            <author>Jordi Canals</author>
        <category>sideposts</category>
            <pubDate>Mon, 15 Feb 2010 11:31:33 -0800</pubDate>
        </item>
        <item>
            <title>Using Capability Manager</title>
            <link>http://wiki.alkivia.org/capsman/using?rev=1266261550&amp;do=diff</link>
            <description>Before start using Capability Manager, you have to be familiar with some concepts. This refers to how the plugin manages it and how WordPress uses Roles and Capabilities.


	*  Capability manager has been tested to support only one role per user.
	*  Only users with 'manage_capabilities' can manage them. This capability is created at install time and assigned only to administrators.
	*  Administrator role cannot be deleted.
	*  Non-administrators can only manage roles or users with same or lower…</description>
            <author>Jordi Canals</author>
        <category>capsman</category>
            <pubDate>Mon, 15 Feb 2010 11:19:10 -0800</pubDate>
        </item>
        <item>
            <title>Chameleon Theme Changelog</title>
            <link>http://wiki.alkivia.org/chameleon/changelog?rev=1265828551&amp;do=diff</link>
            <description>2.3

	*  Included template for image attachments.

2.2.2

	*  Corrected some issues with menu highlighting.

2.2.1

	*  Corrected some wrong styles on styles.css

2.2

	*  Added a template to create pages with no sidebars.
	*  Added link to documentation pages.
	*  Upgraded to Alkivia Framework 0.4.3
	*  Moved admin styles to framework
	*  Changed license to GPL version 2 for full compatibility with WordPress.</description>
            <author>Jordi Canals</author>
        <category>chameleon</category>
            <pubDate>Wed, 10 Feb 2010 11:02:31 -0800</pubDate>
        </item>
        <item>
            <title>Capability Manager Changelog</title>
            <link>http://wiki.alkivia.org/capsman/changelog?rev=1265828152&amp;do=diff</link>
            <description>1.3.2

	*  Added Swedish translation.

1.3.1

	*  Buxfix to allow administrators create and manage other administrators.

1.3

	*  Cannot edit users with more capabilities than current user.
	*  Cannot assign to users a role with more capabilities than current user.
	*  Solved an incompatibility with Chameleon theme.
	*  Now based on the new Alkivia Framework.
	*  Changed license to GPL version 2.</description>
            <author>Jordi Canals</author>
        <category>capsman</category>
            <pubDate>Wed, 10 Feb 2010 10:55:52 -0800</pubDate>
        </item>
        <item>
            <title>Code file formatting</title>
            <link>http://wiki.alkivia.org/coding/files?rev=1265730370&amp;do=diff</link>
            <description>NEEDS EDITING




There are some considerations to have in mind when creating new code files (PHP Files). These are about PHP tags, indentation, line length and ending, charset and file naming.

PHP Tags


On code only files, we never set the PHP closing tag ( ?&gt;) and it's a recommended practice to omit it. The closing tag is optional, and omitting it we ensure to prevent some common mistakes and errors.</description>
            <author>Jordi Canals</author>
        <category>coding</category>
            <pubDate>Tue, 09 Feb 2010 07:46:10 -0800</pubDate>
        </item>
        <item>
            <title>Configuring Chameleon</title>
            <link>http://wiki.alkivia.org/chameleon/config?rev=1265723067&amp;do=diff</link>
            <description>The theme has an options page for easy configuration and most of this options can be set in the alkivia.ini file file, where you can set some optional settings not available on the options page.

Options for alkivia.ini


In the ini file there are two types of settings: those which overrides the options page settings (And disables them there) and some ones that can be only set on the ini file.</description>
            <author>Jordi Canals</author>
        <category>chameleon</category>
            <pubDate>Tue, 09 Feb 2010 05:44:27 -0800</pubDate>
        </item>
        <item>
            <title>Extending Inline Pagelist</title>
            <link>http://wiki.alkivia.org/pagelist/extend?rev=1265635300&amp;do=diff</link>
            <description>*  Actions and Filters
	*  Functions for templates
	*  Custom fields for template functions

Developer links

	*  Issue tracker and feature requests
	*  Code browser
	*  Subversion access
	*  Development Log

Downloads


You can download the latest unstable version from our subversion repository.</description>
            <author>Jordi Canals</author>
        <category>pagelist</category>
            <pubDate>Mon, 08 Feb 2010 05:21:40 -0800</pubDate>
        </item>
        <item>
            <title>Extending Open Community</title>
            <link>http://wiki.alkivia.org/community/extend?rev=1265635213&amp;do=diff</link>
            <description>*  Actions and Filters

Developer links

	*  Issue tracker and feature requests
	*  Code browser
	*  Subversion access
	*  Development Log

Downloads


You can download the latest unstable version from our subversion repository.</description>
            <author>Jordi Canals</author>
        <category>community</category>
            <pubDate>Mon, 08 Feb 2010 05:20:13 -0800</pubDate>
        </item>
        <item>
            <title>Extending SidePosts</title>
            <link>http://wiki.alkivia.org/sideposts/extend?rev=1265635133&amp;do=diff</link>
            <description>*  Create and edit templates
	*  Filters and Actions

Developer links

	*  Issue tracker and feature requests
	*  Code browser
	*  Subversion access
	*  Development Log

Downloads


You can download the latest unstable version from our subversion repository.</description>
            <author>Jordi Canals</author>
        <category>sideposts</category>
            <pubDate>Mon, 08 Feb 2010 05:18:53 -0800</pubDate>
        </item>
        <item>
            <title>Extending Capability Manager</title>
            <link>http://wiki.alkivia.org/capsman/extend?rev=1265635099&amp;do=diff</link>
            <description>The plugin does not have any special hook for extending it. Its simplicity does not allow for extending it outside the provided framework hooks.


Developer links

	*  Issue tracker and feature requests
	*  Code browser
	*  Subversion access
	*  Development Log</description>
            <author>Jordi Canals</author>
        <category>capsman</category>
            <pubDate>Mon, 08 Feb 2010 05:18:19 -0800</pubDate>
        </item>
        <item>
            <title>Extending Chameleon</title>
            <link>http://wiki.alkivia.org/chameleon/extend?rev=1265635078&amp;do=diff</link>
            <description>*  Building child themes
	*  Filters and Actions

Developer links

	*  Issue tracker and feature requests
	*  Code browser
	*  Subversion access
	*  Development Log

Downloads


You can download the latest unstable version from our subversion repository.</description>
            <author>Jordi Canals</author>
        <category>chameleon</category>
            <pubDate>Mon, 08 Feb 2010 05:17:58 -0800</pubDate>
        </item>
    </channel>
</rss>
