| 1 |
// $Id: CHANGELOG.txt,v 1.12 2009/08/06 20:27:22 sun Exp $
|
| 2 |
|
| 3 |
Compact Forms x.x-x.x, xxxx-xx-xx
|
| 4 |
---------------------------------
|
| 5 |
|
| 6 |
|
| 7 |
Compact Forms 7.x-1.x, xxxx-xx-xx
|
| 8 |
---------------------------------
|
| 9 |
by sun: Ported to Drupal 7.
|
| 10 |
|
| 11 |
|
| 12 |
Compact Forms 6.x-1.x, xxxx-xx-xx
|
| 13 |
---------------------------------
|
| 14 |
#523230 by LaurentB, sun: Added support for textareas.
|
| 15 |
#251421 by sun: Fixed multiple forms with same ID are not compacted.
|
| 16 |
|
| 17 |
|
| 18 |
Compact Forms 6.x-1.2, 2009-05-06
|
| 19 |
---------------------------------
|
| 20 |
#452196 by sun: Fixed JavaScript to re-use existing jQuery objects.
|
| 21 |
#452946 by sun: Fixed $form['#id'] not respected when testing form ids.
|
| 22 |
|
| 23 |
|
| 24 |
Compact Forms 6.x-1.1, 2009-05-03
|
| 25 |
---------------------------------
|
| 26 |
#404132 by sun: Fixed configuration settings and implementation of hook_help().
|
| 27 |
#404132 by sun: Fixed page requisites only need to be loaded on pages containing
|
| 28 |
configured forms.
|
| 29 |
#404132 by sun: Changed order of functions.
|
| 30 |
#243952 by sun: Ported to 6.x.
|
| 31 |
#404132 by sun: Major rewrite:
|
| 32 |
- Proper use of Drupal.behaviors.
|
| 33 |
- Split administrative functions into include file.
|
| 34 |
- Code clean-up.
|
| 35 |
|
| 36 |
|
| 37 |
Compact Forms 5.x-1.0, 2007-07-29
|
| 38 |
---------------------------------
|
| 39 |
Initial release of Compact Forms.
|
| 40 |
|
| 41 |
|