| 1 |
// $Id: CHANGELOG.txt,v 1.7 2008/02/29 22:11:51 cwgordon7 Exp $
|
| 2 |
|
| 3 |
Flexifilter ?.?-?.?-???, ????-??-??
|
| 4 |
-----------------------------------
|
| 5 |
- Added ability to preview flexifilters
|
| 6 |
- Added sequences support.
|
| 7 |
- Changed flexifilter descriptions to hook_filter_tips
|
| 8 |
implementation.
|
| 9 |
- Made flexifilter preview awesomified.
|
| 10 |
- Added ability to turn on/off filter caching on a per-flexifilter basis.
|
| 11 |
|
| 12 |
Flexifilter 6.x-1.1-RC1, 2008-01-23
|
| 13 |
-----------------------------------
|
| 14 |
- Hook_flexifilters added for defining default flexifilters.
|
| 15 |
- Flexifilter install API function added.
|
| 16 |
- Flexifilter Import/Export features added.
|
| 17 |
- Hook_menu implementation improvements.
|
| 18 |
- Default "Mediawiki format" added as an example default
|
| 19 |
filter in flexifilter.flexifilters.inc.
|
| 20 |
|
| 21 |
Flexifilter 6.x-1.0, 2008-01-12
|
| 22 |
------------------------------
|
| 23 |
- Bug fix: Including flexifilters as components caused an
|
| 24 |
infinite loop.
|
| 25 |
|
| 26 |
Flexifilter 6.x-1.0-RC1, 2008-01-11
|
| 27 |
-----------------------------------
|
| 28 |
- Advanced append component added.
|
| 29 |
- Advanced prepend component added.
|
| 30 |
- Added basic number theory to pattern replacement
|
| 31 |
- Reorganization of components "groups" attributes.
|
| 32 |
- Simple prepend bugfix: didn't work.
|
| 33 |
- Text longer than/shorter than condition added.
|
| 34 |
- Pattern replacer reorganized to make more sense.
|
| 35 |
- Substring component added.
|
| 36 |
- Php code execution component added for flexiblitiy.
|
| 37 |
- Php code execution condition also added for flexiblity.
|
| 38 |
|
| 39 |
Flexifilter 6.x-1.0-Beta2, 2008-01-08
|
| 40 |
-------------------------------------
|
| 41 |
- Added basic chunk theory and a simple chunk-grabber.
|
| 42 |
- Added pattern-based text replacement.
|
| 43 |
- Added text append and text prepend.
|
| 44 |
|
| 45 |
Flexifilter 6.x-1.0-Beta1, 2008-01-07
|
| 46 |
-------------------------------------
|
| 47 |
- Initial release as done by Corsix as a part of GHOP.
|