collapse_text 7.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-7.x-2.3.tar.gz | 16.8 KB | 7356d20dc810c4f06d85e39d47a3e426 |
| collapse_text-7.x-2.3.zip | 18.21 KB | 416912c0a6546743665c4b74ff08110d |
Release notes
Pull forward changes from the 6.x-2.x branch. This includes support for a [collapse options] tag, fixes for problems with entities, ability to control whether a form is put around the text, and the ability to control the default title.
collapse_text 6.x-2.7
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.7.tar.gz | 15.83 KB | 4c45ba88c294817e468091480c0c5779 |
| collapse_text-6.x-2.7.zip | 16.89 KB | a7c04b33272c78003e561676cb1be242 |
Release notes
Fixed problems with HTML entities not be recognized as CSS entities.
Also code cleanup, commenting, etc.
collapse_text 6.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.6.tar.gz | 13.48 KB | 68caf81d257feac8ea465678ce70530d |
| collapse_text-6.x-2.6.zip | 14.58 KB | d1ec5a1a93f054e7c949c3f84eeeb0ec |
Release notes
Fix a bunch of E_NOTICE errors.
collapse_text 6.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.5.tar.gz | 13.65 KB | 42d239e6a3c0ebe8fa700e4254f9de3f |
| collapse_text-6.x-2.5.zip | 14.75 KB | b998e24fb32ae6e8abb224bf7551a11f |
Release notes
Added settings for the default title and to disable the form. Also added the ability to specify on a case-by-case basis with the use of an options tag. Also added classes with names of "collapse-text" instead of "collapsed-text". The old ones will eventually go away, so change your themes...
collapse_text 6.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.4.tar.gz | 12.5 KB | 3ca77d3e76192a48a6c39a236f43b13d |
| collapse_text-6.x-2.4.zip | 13.62 KB | bbef1b26387bf34fb9b6b85e874b7144 |
Release notes
Documentation and spelling fixes.
collapse_text 7.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-7.x-2.2.tar.gz | 13.16 KB | 33113419e66e657a82a50d8f9d904c45 |
| collapse_text-7.x-2.2.zip | 14.42 KB | 83f963efad57e0f703254c251edc5bff |
Release notes
supports non-ascii titles
collapse_text 6.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.3.tar.gz | 12.13 KB | 360248fa8db24a227593f77ba037370e |
| collapse_text-6.x-2.3.zip | 13.07 KB | a295233daed3ea9b056c780f980dd63e |
Release notes
Changes to support non-ascii languages in titles.
collapse_text 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.2.tar.gz | 12.12 KB | 2821ab0e70293b1268cf85f7f79a1c05 |
| collapse_text-6.x-2.2.zip | 13.04 KB | 1853cc7399d68a66df91de8592afd3dc |
Release notes
INSTALL THIS INSTEAD OF 6.x-2.1. There was a critical bug in 6.x-2.1 that I didn't catch, because I'm blind, which this fixes.
Note that there are still issues with non-ascii text. I'm working on this.
collapse_text 7.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-7.x-2.1.tar.gz | 13.13 KB | 69de0e88b023f2667199a127e3974de7 |
| collapse_text-7.x-2.1.zip | 14.36 KB | 768ea11111e9a6a86f59ded43f1e9734 |
Release notes
Please see the release notes for 6.x-2.1 for information about changes in this module.
collapse_text 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.1.tar.gz | 12.12 KB | b45bc6d7cf5544b5e1fd40f5515a3bd3 |
| collapse_text-6.x-2.1.zip | 13.04 KB | 335a8b978f56f779eb0fb7ecab78cb8e |
Release notes
This really should be a 6.x-3.0 release, based on the number of changes, but I only realized this much too late in the game.
Here are some of the changes:
- Entirely rewritten engine; this is not based on a recursive regex, and should be better in terms of memory use.
- New prepare step tries to regularize the collapse tags, so that the parsing is much simpler
style=renamed toclass=. Support forstyle=remains, but please useclass=going forward.- New format for tag. Although the module supports the previous system of specifying
title=andstyle=without quotes around the values, it is preferable to put quotes around the values. - Support for
[collapsed]as a shortcut for[collapse collapsed] - Although this is somewhat pointless, you can use
<and>instead of[and]to indicate the tag if you wish. I say pointless because the angle brackets are transformed into straight brackets by the module during the prepare step. - Completely re-written and expanded help text
There are probably several other changes that I've forgotten, but they should all be minor.
Read morecollapse_text 7.x-2.1-beta1
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-7.x-2.1-beta1.tar.gz | 12.13 KB | b7ed0fc6ab5f611fdddd054fff5befcf |
| collapse_text-7.x-2.1-beta1.zip | 13.08 KB | d78f2b11fdd2873afdca84d587774f95 |
Release notes
This really should be 7.x-3.0, but I only realized that way late.
This version should be have complete feature parity with 6.x-2.1
Changes:
- rewrote the algorithm to be less dependent on one major recursive regular expression. This means that it is less likely to cause memory problems or WSODs. It also makes it easier to enhance it in the future.
- the "style=" option should now be "class=". The old name is supported, but going forward "class=" should be used.
- "title=" and "class=" values should be enclosed in quotes. The module tries to support the old syntax, but I'm sure there are all kinds of edge cases that it will fail at.
- you can now start with [collapsed] instead of [collapse collapsed].
collapse_text 6.x-2.1-beta1
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.1-beta1.tar.gz | 12.05 KB | b2407629534c3ab7463571f3ecb26a45 |
| collapse_text-6.x-2.1-beta1.zip | 12.98 KB | 4852c393719e46e8ece732c062854ea8 |
Release notes
This really should be 6.x-3.0, but I only realized that way late.
This version is almost completely rewritten. It has parity with the features of the D7 version.
Changes:
- rewrote the algorithm to be less dependent on one major recursive regular expression. This means that it is less likely to cause memory problems or WSODs. It also makes it easier to enhance it in the future.
- the "style=" option should now be "class=". The old name is supported, but going forward "class=" should be used.
- "title=" and "class=" values should be enclosed in quotes. The module tries to support the old syntax, but I'm sure there are all kinds of edge cases that it will fail at.
- you can now start with [collapsed] instead of [collapse collapsed].
collapse_text 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-7.x-2.x-dev.tar.gz | 17.13 KB | a0b6b74848ab8f68d01cf6dc39efbd71 |
| collapse_text-7.x-2.x-dev.zip | 18.48 KB | dec2b6855e2e752907ab1afd2927f7f5 |
Release notes
Dev version.
collapse_text 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.x-dev.tar.gz | 15.83 KB | 44cd556ffa9c687cb87e631d23048d04 |
| collapse_text-6.x-2.x-dev.zip | 16.89 KB | 2c14c581b8c0400d3f3902cd6800b3e5 |
Release notes
Development branch
collapse_text 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.0.tar.gz | 9.2 KB | d014f5269635693b61204da74771888c |
| collapse_text-6.x-2.0.zip | 10.3 KB | e4d1cca32fd746307f8e068861970d4c |
Release notes
Now supports nested collapse tags, theme override, and escaped collapse tags.
Teasers and/or malformed collapse sections should now show up correctly,
as left over collapse tags are stripped out after processing.
collapse_text 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-2.0-beta1.tar.gz | 9.23 KB | e3912a5631165133cfbe1e07b7c201f9 |
| collapse_text-6.x-2.0-beta1.zip | 10.22 KB | 5f857f115748c58eb91a2cde0e4ffc52 |
Release notes
Now supports nested collapse tags, theme override, and escaped collapse tags.
Teasers and/or malformed collapse sections should now show up correctly,
as left over collapse tags are stripped out after processing.
collapse_text 5.x-1.2-beta1
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-5.x-1.2-beta1.tar.gz | 7.83 KB | c5e973c68170bebbb96aa2b8f9581c28 |
| collapse_text-5.x-1.2-beta1.zip | 8.7 KB | 573f0138584f99201193e8910a2656e6 |
Release notes
Attempts to fix #349257: patch to fix problem with cached pages.
May not work, because I'm testing for a different function, but I don't have a good way to test this anymore.
collapse_text 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-5.x-1.1.tar.gz | 7.73 KB | 6473f7207cbd55f61dc396ef564d1b40 |
| collapse_text-5.x-1.1.zip | 8.63 KB | 734aaad91d74c114516b6b40dbe93ef3 |
Release notes
Update to match changes introduced by Drupal 6 version.
- #256176: Make Use the arrow to expand or collapse this section translatable. Thanks yngens.
- #256354: Collapsible text works only ONCE. Thanks rolf, sza, jippie1948, Justyn.
- #259535: put collapsible text link in the filter, not in header tags. Thanks rivena, Justyn.
Also, added comments, redid regex to use /x modifier and commented the regex.
collapse_text 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-1.1.tar.gz | 7.77 KB | 5637c7ab656c66b12376191d674b16b9 |
| collapse_text-6.x-1.1.zip | 8.65 KB | 225ea47a619a9ea9f78e5edbbc9894f6 |
Release notes
Fixed:
- #256176: Make Use the arrow to expand or collapse this section translatable. Thanks yngens.
- #256354: Collapsible text works only ONCE. Thanks rolf, sza, jippie1948, Justyn.
- #259535: put collapsible text link in the filter, not in header tags. Thanks rivena, Justyn.
- Missing space in comparison caused
collapsedattribute to be ignored.
Also, added comments, redid regex to use /x modifier and commented the regex.
collapse_text 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| collapse_text-6.x-1.0.tar.gz | 7.13 KB | b807512b6d7580d7304e46e956c98c8c |
| collapse_text-6.x-1.0.zip | 7.9 KB | bb8b47adb574bc4415be538f6d06fe0e |
Release notes
A version for Drupal 6.