= Example extensions for the BASE web client = The BASE web client includes an extensions mechanism that makes it possible to dynamically add functions to the GUI without having to edit the JSP code. It is, for example, possible to add menu items in the menu and toolbar buttons in selected toolbars. This package contains a few examples to help you getting started with extensions. = Documentation = [source:/extensions/net.sf.basedb.examples/tags/1.2/README README] contains information about this package, how to install it and how to compile it. = License = [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License version 2]. = Download = || Version || Revision || Date || Binary (tar.gz) || BASE Version || || || 1.2 || 1151 || August 31, 2009 || [attachment:wiki:net.sf.basedb.examples.extensions:extension-examples-1.2.tar.gz?format=raw extension-examples-1.2.tar.gz] (2.2MB) || 2.13.0 or later || [query:"status=closed&group=resolution&milestone=Extension examples v1.2&order=priority" changelog] || || 1.1 || 1095 || May 28, 2009 || [attachment:wiki:net.sf.basedb.examples.extensions:extension-examples-1.1.tar.gz?format=raw extension-examples-1.1.tar.gz] (2.1MB) || 2.12.0 or later || [query:"status=closed&group=resolution&milestone=Extension examples v1.1&order=priority" changelog] || || 1.0 || 693 || May 13, 2008 || [attachment:wiki:net.sf.basedb.examples.extensions:extension-examples-1.0.tar.gz?format=raw extension-examples-1.0.tar.gz] (19kB) || 2.7.0 or later || [query:"status=closed&group=resolution&milestone=Extension examples v1.0&order=priority" changelog] || Source code can be downloaded from the subversion repository. Use the following command to get source code for the 1.1 version: `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/tags/1.1 extensions-1.1` The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command: `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/trunk extensions-devel` === Contribute === After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a ''team spirit'', you will likely be awarded that permission. === TODO === [[TicketQuery(status!=closed&component=net.sf.basedb.examples.extensions)]]