Downloads

Download tar.gz 55.01 KB
MD5: a96a7551532c976f7a2c3a0c39a5a309
SHA-1: bd3ae568eb99252eb0455b4550fdadb8863ba2ee
SHA-256: d143ac9511958647b9392c2bf4f6036031d9b6e180ae9b94367927ba6a2a0702
Download zip 72.55 KB
MD5: 53f609d6bb7b3200693f76e58b04ead3
SHA-1: 3c0ca9e0f85b17c2dad6e418c65a64b810484a0e
SHA-256: 108d22e8ccde862e585f374f1a01e38289fe38838693b4e9e175635eff248162

Release notes

New major release of BOTCHA. You definitely should upgrade since it includes:

  • Easy upgrade: You should just enable Module Object Oriented Programming API (which becomes a dependency together with DBTNG and Autoload) first - and then update code to new version. There are no database structure changes since 6.x-2.0 and only a few database content changes since 6.x-1.10. So it would be as easy to upgrade as just a few clicks.
  • Selenium-tests for all major browsers (Firefox, Google Chrome, Opera, Internet Explorer plus possibility to extend): It means that JavaScripts-recipes work as expected - always, guaranteed. If you see something strange - you could just launch all Selenium-tests to see what's wrong and post an issue to Drupal.org. Brief Howto-instruction (both installation and usage of Selenium) is inside the Selenium-tests file.
  • Module as an Application: Each hook implementation is a method of Botcha class, which extends abstract Application class. Turning a module into a class gives a lot of opportunities, such as applying "Decorators" (see http://en.wikipedia.org/wiki/Decorator_pattern) to a module as a whole. For now we have Logger decorator implemented (Logs every method call into a file - for development purposes, turned off by default), Cacher is planned. See Moopapi project page for more details: http://drupal.org/project/moopapi.
Created by: PatchRanger
Created on: 1 Feb 2013 at 15:53 UTC
Last updated: 1 Feb 2013 at 15:57 UTC
New features
Bug fixes
Unsupported

Other releases