Hi Thomas Thanks for another great 0.6 release! What happened with the rcube_plugin::require_plugin() method you have announced last May?
The new compose_addressbook plugin from http://underwa.ter.net/roundcube-plugins/, v.5.0b3 still uses this method and gives me the following error: PHP Fatal error: Call to undefined method compose_addressbook::require_plugin() in plugins/compose_addressbook/compose_addressbook.php on line 16 Anyway, even by commenting out this line of code, the current compose_addressbook plugin is not compatible with RC 0.6. But please tell me what happened with this useful rcube_plugin::require_plugin() method? Best Regards, Philip Am 09.05.2011 um 21:12 schrieb Thomas Bruederli: > Dear plugin developers > > We recently added the plugin named 'jqueryui' by Cor Bosman to the SVN > repository and it will be shipped with future releases of Roundcube. In > fact there are several plugins which actually use jQuery UI and the intent > of this plugin is to load its resources only once and to maintain a > streamlined UI which is in sync with the (default) Roundcube themes. > In current trunk (and released in v0.6 soon) a plugin can require another > plugin using the following line in the init() method: > > $this->require_plugin('jqueryui'); > > This will load the required plugin (if not already done) even if it's not > listed in the config. > > We kindly request all plugin authors who embedded jquery UI in their > plugins (or planned to do so) to rely on this official jquery UI plugin and > to load it as mentioned above. > > Thanks a lot and keep on developing! > > ~Thomas > _______________________________________________ > List info: http://lists.roundcube.net/dev/ > BT/e4a7842d > _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/8f4f07cd
