New features

apachesolr 6.x-1.0-rc4

pwolanin - December 17, 2009 - 21:38
Download Size md5 hash
apachesolr-6.x-1.0-rc4.tar.gz 86.67 KB 6b6394951db9894280edc6eab9a6cdd5
Official release from CVS tag: DRUPAL-6--1-0-RC4
Last updated: December 17, 2009 - 21:40

Important notes

If you are upgrading from an earlier version:

You must update to r22 of the client PHP module in order to use this version of the module. Do this by deleting the SolrPhpClient directory that is currently in the apachesolr module, and using svn to get the right one to replace it:

svn export -r22 http://solr-php-client.googlecode.com/svn/trunk/ SolrPhpClient

Apache Solr Search Integration 6.x-1.0-RC4, 2009-12-17
------------------------------

  • #528086 by pwolanin, better (but still problematic) handling of entities.
  • #662232 by pwolanin, index zxx as the Language neutral code.
  • #661952 by pwolanin, fix no results help text for dismax syntax.
  • #348668 by pwolanin, add indexing of the 'node' entity string.
  • #641954 by anarchivist, swentel, pwolanin, update schema.xml.
  • #401234 by mkalkbrenner, janusman, and pwolanin, reflect hierarchical taxonomy vocabulary in facets.
  • #650534 by Scott Reynolds, don't use c.last_comment_timestamp unless comment module enabled.

taxonomy_theme 6.x-1.0-alpha1

mkalkbrenner - December 17, 2009 - 19:54
Download Size md5 hash
taxonomy_theme-6.x-1.0-alpha1.tar.gz 8.68 KB fb455149b6e87112fa4fef471e39d781
Official release from CVS tag: DRUPAL-6--1-0-ALPHA1
Last updated: December 17, 2009 - 19:56

Notes

Taxonomy Theme 6.x isn't a stand alone module anymore. It now depends on ThemeKey UI which is part of ThemeKey.

Taxonomy Theme 6.x-1.0-alpha1 requires at least ThemeKey 6.x-2.0-beta2.

Feedback is welcome! Especially from long time users of Taxonomy Theme ...

storm 6.x-1.28

Magnity - December 17, 2009 - 18:21
Download Size md5 hash
storm-6.x-1.28.tar.gz 233.66 KB 56eb3f879c330321803667b8629c714e
Official release from CVS tag: DRUPAL-6--1-28
Last updated: December 17, 2009 - 18:26
A bug has been found that is introduced by this release: #663164: stormproject is an undefined function
- This can cause a PHP error if the Storm Ticket module is being used.
- Solution: Either apply the patch on the above issue, or wait for the next release.

Note that creating a backup is ALWAYS recommended before updating any modules on your site.

Please report any bugs at http://drupal.org/project/issues/storm.

The success of Storm is highly dependent on input from users.

If you find Storm useful, please give something back by helping out with future versions of Storm. There is a big need for people to post patches for the ever lengthening issues queue, but if you are not a coder, suggesting better documentation and help text is also extremely helpful.

Changelog since 6.x-1.27:

- Task #660724 by Magnity: Changed Make node dependencies consistent.
- Bug #527870 by Magnity | homoludens: Fixed Tasks drag to re-order without task edit permission.
- Task #652212 by Magnity: Changed Storm Attribute to rely on 'Storm: access administration pages' permission.
- Bug #654510 by jurgenhaas, Magnity | FrankT: Fixed Translatability.
- Bug #654042 by alberto56 | Magnity: Fixed storm_taxation() doesn't distinguish between zero and not set.
- Feature #629892 by amv101 | Magnity: Added enable / disable icons.

elementdefaults 6.x-1.2

ershov.andrey - December 16, 2009 - 15:07
Download Size md5 hash
elementdefaults-6.x-1.2.tar.gz 10.76 KB d359dc2059b0aec3587932fba54dd9a6
Official release from CVS tag: DRUPAL-6--1-2
Last updated: December 16, 2009 - 15:10
  • Add email field support
  • Add cck taxonomy field support
  • Detach administration settings form and main engine functions from main module file
  • Change module weight from 0 to 100
  • Add install file with update procedure
  • Fix fields inside groups
  • Add some improvements of labels in markup mode (^1)
  • Add programmable access to default values of fields by $form['#elementdefaults'] array

sections 6.x-1.3

hass - December 15, 2009 - 23:46
Download Size md5 hash
sections-6.x-1.3.tar.gz 17.72 KB 122230aed8e78d5ee5ae1dc25cee8f01
Official release from CVS tag: DRUPAL-6--1-3
Last updated: December 15, 2009 - 23:51

* Remove useless section selection item in node form.
* #492692: Add section variable to page template.
* #636908: Fixed theme switch failure.
* Added hook_enabled/disabled for admin theme settings take over.
* Changed user access logic in node forms
* Fixed documentation typos
* Theme switcher moved to extra function
* Added more template suggestions.
* Refactor template suggestion to remove duplicate code.
* New default "Administration theme" section
- Migrate core setting to section
- Disabled core settings form
* #396190 by hass: Call to undefined function _sections_theme_select() in sections.module on line 105
* Added node specific themes
* Exit looping in _sections_in_section() if section with highest weight match.
* Readme update for template suggestion of nodes and blocks.
* #361987 by hass: $visibility settings check should use isset()
* Added template suggestion for nodes and blocks.
* Un-t'ify schema strings. Follow core (#332123).
* #340044 by hass: Prevent WYSIWYG editors attaching to textarea
* #292049: Added Swedish translation by emok and ztyx

themekey 6.x-2.0-beta1

mkalkbrenner - December 15, 2009 - 19:04
Download Size md5 hash
themekey-6.x-2.0-beta1.tar.gz 27.63 KB efe1e6fd2454309386c4e1aff7590509
Official release from CVS tag: DRUPAL-6--2-0-BETA1
Last updated: December 15, 2009 - 19:06

Notes

ThemeKey 6.x-2.0beta1 now contains all the features we want to have in ThemeKey 6.x-2.0.
During the beta phase we'll focus on bug fixing and documentation.

Feedback is still welcome! Especially from long time users of ThemeKey ...

Bug Fixes

New Features

  • mkalkbrenner: API: replaced concept of conditions by chaining simple property based rules
  • mkalkbrenner: API: don't allow altering of themekey_attributes, themekey_properties and themekey_maps via hook
  • mkalkbrenner: API: introduced validators for rules depending on selected property
  • mkalkbrenner: new properties node:created_date_time, node:created_date, node:changed_date_time, node:changed_date
  • mkalkbrenner: optimized database performance
  • mkalkbrenner: improved user interface
  • mkalkbrenner: allow <= and >= as operator for conditions
  • mkalkbrenner: removed pager from "Theme Switching Rule Chain"
  • mkalkbrenner: #442192: Main condition not =
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.