History of ApiChangelog

Differences from version 8 to 13



@@ -1,6 +1,22 @@

 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::__
+12-SEP-2006 | update API for registerAppMenu | [/xing]
+{code}
+// from
+ $gBitSystem->registerAppMenu( ARTICLES_PKG_NAME, ucfirst( ARTICLES_PKG_DIR ), ARTICLES_PKG_URL.'index.php', 'bitpackage:articles/menu_articles.tpl', ARTICLES_PKG_NAME );
+
+// to
+ $menuHash = array(
+ 'package_name' => ARTICLES_PKG_NAME,
+ 'index_url' => ARTICLES_PKG_URL.'index.php',
+ 'menu_template' => 'bitpackage:articles/menu_articles.tpl',
+ );
+ $gBitSystem->registerAppMenu( $menuHash );
+{/code}
+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]
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