comment_driven 6.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-alpha3.tar.gz | 26.69 KB | 0ab6db2c5bc595a8fc98f2e99c2cea36 |
| comment_driven-6.x-1.0-alpha3.zip | 32.54 KB | 7bfd05973abecbdee443c0bb27b85605 |
Release notes
* REQUIRES: clear cache (new theme function)
* support: proxy #pre_render, #theme, #post_render, fixed by bibo (fixes casetracker, reported by bibo #768202: Compatibility with casetracker and notifications_team, reported by Brentnauer #761288: Compatibility with Team Notifications)
* support: vertical_tabs, reported by gmclelland #765972: Compatibility with Vertical Tabs
comment_driven 6.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-alpha2.tar.gz | 26.12 KB | 6b3cdc760b7848e13b333f9f690e11ce |
| comment_driven-6.x-1.0-alpha2.zip | 31.94 KB | 70b39917aec3fcd882c2cf53a16d17c7 |
Release notes
* old known bug: items inserted on preview with add_more button weren't detected on diff_values (to perceive this fix Driven API above alpha1 should be used)
* reordered behaviors: new producer/consumer behavior bellow ACP
* support #758086: Support workflow states: workflow as driven properties (state/schedule/comment)
this just affected comment_driven_inspect, since every other change got into Driven API
comment_driven 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-alpha1.tar.gz | 25.72 KB | 81e8f47b7330ea446c6df27cabe4dd09 |
| comment_driven-6.x-1.0-alpha1.zip | 31.63 KB | 641d5ecd522c7dc880837ff3d7a954fd |
Release notes
* bug fix: plenty minor bugs
* support: content_taxonomy_autocomplete (before it wasn't handled at all)
* feature: Access Control Policies
* feature: Node Edition Policy
* update_6002: checks for proper upgrade (i.e. old/new files existence) no action will be performed in any case
* API: split Driven API (i.e. MAJOR REFACTOR)
comment_driven 6.x-1.0-unstable8
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-unstable8.tar.gz | 46.53 KB | dcdb9ff314f43413579cf446853a3289 |
| comment_driven-6.x-1.0-unstable8.zip | 58.11 KB | a9227d246400b3aebc520832400d8de4 |
Release notes
BEFORE MAYOR refactor
* API: inspector (first draft)
* API: live comparison
* API: Access Control Policies
* refactor: HS normalization (should be equivalent except for the resulting diff_values being arrays)
* assertion dumps #738418: Add more debug info
* package=Driven
comment_driven 6.x-1.0-unstable9
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-unstable9.tar.gz | 49.74 KB | a534a2ca8b25029d3b1c92da33ae77e2 |
| comment_driven-6.x-1.0-unstable9.zip | 61.25 KB | c67d7c83351842a9c72619370ed446a2 |
Release notes
* bug fix: date detecting unchanged as a change (without interval and with timezone), reported by szokes
* feature: drive properties programmatically (i.e. comment_driven_save) #741274: Using comment driven programmatically
* API: MAJOR refactor eq.inc
* API: comment_driven_inspect / live comparison
* API: Access Control Policies
* doc: make clear the intention of letting $ned_form['#submit'] get in on $form += $ned_form
comment_driven 6.x-1.0-unstable7
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-unstable7.tar.gz | 36.74 KB | 2a89b7879d58d9080a90a3dff0d9a7b7 |
| comment_driven-6.x-1.0-unstable7.zip | 45.98 KB | df239ad50b46e4ca96f6162b82658df7 |
Release notes
this release has no relevant changes, it is just a milestone right before jumping into huge refactors for API expansion
* fully support hs_content_taxonomy widget, reported by Takafumi #741968: support hs_content_taxonomy widget
* incompatible: backing out comment_upload support for the second time #739690-16: Compatibility with comment_upload, reported by Takafumi
comment_driven 6.x-1.0-unstable6
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-unstable6.tar.gz | 35.5 KB | e1d3fdeda5f9148960e62d2610b40a9f |
| comment_driven-6.x-1.0-unstable6.zip | 44.8 KB | de98e31530d577b5440ff36027de3048 |
Release notes
* bug fix: ignoring "Enable driven properties" checkbox
* bug fix: properly discriminate CCK's number having NULL #default_value
* bug fix: check for fieldgroup existence before attempting to clear its cache, reported by Takafumi #741524: check for fieldgroup existence before attempting to clear its cache
* support: Open Atrium themes, reported by obrienmd #740310: support Open Atrium themes (Tao and its sub-themes: Rubik, Ginkgo, etc)
* support: protect from CCK decimal numbers #739962: CCK decimal: non-significant zeros conflict
handling $form_state['values'] as double instead of string, not reflecting
an accurate decimal value (i.e. non-significant zeros are dropped) #461536-7: $form_state['values'] not reflecting an accurate decimal value (i.e. non-significant zeros are dropped)
* dismiss assertion: dropping every submit handler is ok, reported by Takafumi #737982: Assertion failed: dropping more submit handlers than expected
* support: content_taxonomy #739286: Support content_taxonomy field (just vanilla, pending diverse widgets troubleshooting)
* support: get rid of driven fieldset altogether #722792: optionally get rid of the fieldset altogether
* related to #736968: protect against 3rd parties creating NULL children: unset($form[$key]) even if !isset to ensure dropping NULLs from 3rd party
* won't fix: comment_upload support #739690: Compatibility with comment_upload due to #741544-8: comment_upload breaks on preview, reported by Takafumi
* disable driven properties if "attachments on comments" is selected for the content type in question
comment_driven 6.x-1.0-unstable5
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-unstable5.tar.gz | 34.11 KB | 7c6bdeb7356c1df7e5cd2b1bff92fcb9 |
| comment_driven-6.x-1.0-unstable5.zip | 43.26 KB | dd9478cd532e3e7f1e48f9ecd8deedff |
Release notes
Note: this release requires running update.php
* comment_driven: update_6001 for menu_rebuild (to include global settings page)
* comment_driven_cck: update_6001 higher weight than CCK's fieldgroup to detect fields having a group change
bug fixes
* bug fix: parents' names should be form_clean_id compliant (i.e. no colon), reported by ManyNancy #733354: parents' names should be form_clean_id compliant (i.e. no colon)
* bug fix: wrong variable name => fieldgroups not working, reported by Takafumi #737316: wrong varname => fieldgroups not working
* bug fix: CCK number has NULL #default_value => brakes wrapper detection => broken diff
new features
* support: CCK filefield
* support: CCK date field
* global settings page at admin/settings/comment_driven
* optional "enforce new revision"
* support: protect against 3rd parties creating empty children, reported by Takafumi #736968: protect against 3rd parties creating NULL children
* improved fieldgroup support: follow fields moved into/out of/to different groups (prevent mapping them as a different property)
comment_driven 6.x-1.0-unstable4
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-unstable4.tar.gz | 31.04 KB | bba72a0f69eda826cd369ce7c0b22a9d |
| comment_driven-6.x-1.0-unstable4.zip | 39.37 KB | 52a07c753707bc576c45382ea7e02160 |
Release notes
* fixed known bug: #728054: support option "none" for non-required vocabularies, also reported by jant #727038: error logs
* bug fix: broken diff tokens, reported and troubleshooted by obrienmd #723484: Diff tokens
* bug fix: fieldset option ignored, reported by Flying Drupalist #722738: Fieldset title option not working
* typo fix: theme_[type]_node_form
comment_driven 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.x-dev.tar.gz | 27.27 KB | 334c72196817f75e4c39df746506cf16 |
| comment_driven-6.x-1.x-dev.zip | 33.45 KB | 1cab78db5858793a28b05216051fe118 |
Release notes
latest dev snapshot
comment_driven 6.x-1.0-unstable2
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-unstable2.tar.gz | 27.62 KB | d10f8aed6ff3afd7d5789d0468d6108f |
| comment_driven-6.x-1.0-unstable2.zip | 34.27 KB | 44411ea23719166c9e4bf2ffc43af780 |
Release notes
Note: this is not the latest milestone, unstable3 was already committed and released, this is just a relevant milestone before falling into a lot of refactor
comment_driven 6.x-1.0-unstable3
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-unstable3.tar.gz | 30.68 KB | d0023d3ac9e4e3d7e13c447ba098fea0 |
| comment_driven-6.x-1.0-unstable3.zip | 39.09 KB | 476c4ec2b56313dc3fca71a257b78ddd |
Release notes
this is the milestone running at http://sandbox.990.cl/tracker
comment_driven 6.x-1.0-unstable1
| Download | Size | md5 hash |
|---|---|---|
| comment_driven-6.x-1.0-unstable1.tar.gz | 20.81 KB | f7bd0b9c4ac3bce58c0a1adfb98ddb68 |
| comment_driven-6.x-1.0-unstable1.zip | 27.14 KB | 57569dddc7cba97833e06c740ec3c11f |
Release notes
initial commit (proof of concept)
Note: this is not the latest milestone, unstable3 is gonna be committed soon