node_repeat 6.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| node_repeat-6.x-3.x-dev.tar.gz | 10.34 KB | 418ce2cedde0c15f01215f5e2ddec63b |
| node_repeat-6.x-3.x-dev.zip | 11.55 KB | 9326646dc89bef29967a5c23dca27a3d |
Release notes
6.x-3.x-dev is a complete rewrite.
6.x-1.x-dev and 6.x-2.x-dev had a complicated code and suffer of different limitations.
Main differences
- Use a normal date_repeat widget and in is settings you select if it create node sequence
- Works with more than one date field by node
- Simpler code (so easy to maintain)
- Less recursion and function call (should be faster)
- Admin code is going to be in separate files (less memory)
Todo
- A upgrade path than keep the old data (for now only the database structure are updated) Patch welcome!
- An interface to see the sequence
- Don't allow the creation of more than one sequence by widget
- the ability to remove a node of a sequence
- change and check all the SQL query to manage the new database structure (insert is ok)
node_repeat 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| node_repeat-6.x-2.0-alpha1.tar.gz | 12.88 KB | 882d8f76a53cc42da3ad9045157b0c97 |
| node_repeat-6.x-2.0-alpha1.zip | 14.57 KB | ba5f3e82435310aee628a49f522e68c9 |
Release notes
This release works.... but it's an alpha.
Please test #927452: DST problems
Note
* The settings are in the field settings now.
* You need to use a widget than allow date repetition
* The "repeat" tab appear only when a sequence is created
Know issues
* no update path! Than mean you need to go in the field settings and enable the node_repeat checkbox.
* works only on node creation
* "Start date" column is empty (I need to change the DB schema)
* the auto detach feature doesn't work for the moment
* If we duplicate a node I want to remove the date repeat widget (and keep only the date) but for a obscure reason the code don't work anymore.
node_repeat 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| node_repeat-6.x-2.x-dev.tar.gz | 12.95 KB | 8e4a7570bbd9ad8db41342bde0405de2 |
| node_repeat-6.x-2.x-dev.zip | 14.25 KB | 51f5ac0ab0dc55d96b29c5a1f749b39f |
Release notes
This new branch will change the UI and how clone are generated.
You should absolutely *not* using this version on production.
node_repeat 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| node_repeat-6.x-1.x-dev.tar.gz | 12.15 KB | 3d807c0869ccfe2ca8d495b01a8940e0 |
| node_repeat-6.x-1.x-dev.zip | 13.41 KB | 61d3ae111082316432205ae015bfc78f |
Release notes
Development release. Should be use for testing only.
node_repeat 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| node_repeat-6.x-1.1.tar.gz | 12.35 KB | db090fa8b433687078f06155dbc8d2e6 |
| node_repeat-6.x-1.1.zip | 13.96 KB | 8dc4a00b12770455a108956dfbe293c3 |
Release notes
- #644602, by gertieiv, fixed to allow using Date and Datestamp field types.
node_repeat 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| node_repeat-6.x-1.0.tar.gz | 11.25 KB | 3cd790ff94e327ab75e94902fade4c1b |
| node_repeat-6.x-1.0.zip | 12.68 KB | 697478c3d568b3fcfe60b8e7bf4f95fe |
Release notes
Initial release.