History of ApiChangelog

This page lists API changes made in the developement branch, which might potentially interfere with your custom packages. If you are developing your own packages, please keep an eye on this page in case something doesn't work after doing a cvs update. These changes are also announced on the mailing list.

||__::Date::__|__::Reason::__|__::Who::__
10-SEP-2006 | makePackageHomeable has been moved from admin/schema_inc.php to the registerPackage hash with key homeable | [/xing]
01-MAR-2006 | BitSystem now uses config | [/spider]
BitSystem Preferences methods have had a name change to "Config" to avoid future confusion with LibertyContent preferences.
22-FEB-2006 | stay bitweaver compliant | [/xing]
Rename {$browserInfo} to {$gBrowserInfo} in templates
16-FEB-2006 | keep number of parameters at bay | [/xing]
{code source=PHP}
registerPackage now takes a hash instead of 4 individual parameters:
$registerHash = array(
'package_name' => 'languages', // required
'package_path' => dirname( __FILE__ ).'/', // required
'activatable' => TRUE, // optional: defaults to TRUE and shouldn't need to be set
'service' => LIBERTY_SERVICE_TRANSLATION, // optional: only needs to be set by services
);
$gBitSystem->registerPackage( $registerHash );
{/code}
16-FEB-2006 | allow for better parsing performance optimisations | [/xing]
{code source=PHP}
parseData( $dataString, $formatGuidString );
-->
parseData( $infoHash );
// infoHash['data'] is required, we recommend passing in ['format_guid'] and ['content_id'] as well
// Note: changes are backwards compatible, but old method is deprecated
{/code}
||
Page History
Date/CommentUserIPVersion
12 Sep 2006 (20:33 UTC)
registerAppMenu
xing194.152.164.4513
Current • Source
xing194.152.164.4512
View • Compare • Difference • Source
xing194.152.164.4511
View • Compare • Difference • Source
spiderr66.194.217.22010
View • Compare • Difference • Source
spiderr66.194.217.2219
View • Compare • Difference • Source
xing194.152.164.458
View • Compare • Difference • Source
xing194.152.164.457
View • Compare • Difference • Source
xing194.152.164.456
View • Compare • Difference • Source
xing194.152.164.455
View • Compare • Difference • Source
xing194.152.164.454
View • Compare • Difference • Source
xing194.152.164.453
View • Compare • Difference • Source
spiderr65.187.230.1192
View • Compare • Difference • Source