| 1 |
textile.module
|
| 2 |
CHANGELOG.txt
|
| 3 |
$Id: CHANGELOG.txt,v 1.7 2007/03/01 18:16:02 jhriggs Exp $
|
| 4 |
|
| 5 |
2007-06-27
|
| 6 |
- Transferred owenership to joshk
|
| 7 |
- Changed to use external library from thresholdstate, based on:
|
| 8 |
http://leon.info.tm/en/salvation-textile-drupal-module
|
| 9 |
- See issue:
|
| 10 |
http://drupal.org/node/143730
|
| 11 |
|
| 12 |
2007-03-01
|
| 13 |
- release 5.x-1.1
|
| 14 |
- textile.module: fix quotes for filter settings (fixes bug 123860
|
| 15 |
reported by jhm)
|
| 16 |
|
| 17 |
2007-02-15
|
| 18 |
- release 5.x-1.0
|
| 19 |
- textile.module: updated for Drupal 5
|
| 20 |
- textile.info: new file
|
| 21 |
- INSTALL.txt, README.txt: updated for Drupal 5 changes
|
| 22 |
|
| 23 |
2006-05-10
|
| 24 |
- release 4.7r2/2006051000
|
| 25 |
- textile.module
|
| 26 |
- updated coding style to more-closely resemble Drupal's standards
|
| 27 |
- removed install
|
| 28 |
- DrupalTextile.inc
|
| 29 |
- updated coding style to more-closely resemble Drupal's standards
|
| 30 |
- removed process()
|
| 31 |
- added format_url() which uses Drupal's url() function (addresses
|
| 32 |
feature 57592 requested by njivy)
|
| 33 |
|
| 34 |
2005-11-29
|
| 35 |
- release 4.7r1/2005112900
|
| 36 |
- textile.module
|
| 37 |
- updated for Drupal 4.7
|
| 38 |
- only load the Textile classes when needed (addresses task 28632
|
| 39 |
reported by drumm)
|
| 40 |
- removed DrupalTextile class
|
| 41 |
- DrupalTextile.inc: initial version; moves DrupalTextile class to
|
| 42 |
its own include file (addresses task 28632 reported by drumm)
|
| 43 |
|
| 44 |
2005-03-21
|
| 45 |
- release 4.6r1/2005032101
|
| 46 |
|
| 47 |
2005-03-21
|
| 48 |
- release 4.5r3/2005032100 (versioning changed to better coincide
|
| 49 |
with Drupal versions)
|
| 50 |
- textile.module
|
| 51 |
- import Textile.php based on __FILE__ rather than
|
| 52 |
module_get_path() (addresses task 14544 reported by mousse-man)
|
| 53 |
- default [textile] and [/textile] tags to false (NOTE: You may
|
| 54 |
need to verify your input format settings!)
|
| 55 |
- set charset to UTF-8 and disable char_encoding in the
|
| 56 |
DrupalTextile constructor (fixes bug 11357 reported by Tommy
|
| 57 |
Sundstrom)
|
| 58 |
- textilephp: import of TextilePHP 2.0.8
|
| 59 |
- smartypants-php: removed; smartypants functionality is now
|
| 60 |
available in the separate smartypants filter module (NOTE: You may
|
| 61 |
want to install and enable the smartypants module.)
|
| 62 |
|
| 63 |
2004-09-23
|
| 64 |
- release 2.1.1/2004092301
|
| 65 |
- textilephp: import of TextilePHP 2.0.7
|
| 66 |
- textile.module: updated to use module_get_path()
|
| 67 |
|
| 68 |
2004-09-23
|
| 69 |
- release 2.0.6/2004092300
|
| 70 |
- textilephp: import of TextilePHP 2.0.7
|
| 71 |
|
| 72 |
2004-08-25
|
| 73 |
- release 2.1.0/2004082501
|
| 74 |
- NOTE: some of the changes in this release conflict with changes
|
| 75 |
committed to CVS recently by almaw; users that had those changes
|
| 76 |
may need to verify the filter configuration for Textile
|
| 77 |
- textile.module
|
| 78 |
- updated for CVS, including input formats
|
| 79 |
- filter now has a setting (per input format) for specifying
|
| 80 |
whether or not the [textile] and optional [/textile] tags should
|
| 81 |
be used; content converted from older versions will need this
|
| 82 |
option enabled; if a given input format is expected to use
|
| 83 |
Textile, though, the tags are redundant
|
| 84 |
- README: added note about configuration
|
| 85 |
|
| 86 |
2004-08-25
|
| 87 |
- release 2.0.5/2004082500
|
| 88 |
- smartypants-php: import of SmartyPants-PHP 1.5.1-r1
|
| 89 |
|
| 90 |
2004-07-28
|
| 91 |
- release 2.0.4/2004072800
|
| 92 |
- textilephp: import of TextilePHP 2.0.4 which is (non-strict)
|
| 93 |
PHP5-compliant
|
| 94 |
|
| 95 |
2004-05-29
|
| 96 |
- release 2.0.3/2004052900
|
| 97 |
- textile.module
|
| 98 |
- updated quoting
|
| 99 |
- fixed admin help link
|
| 100 |
- changed heredoc strings to multiline
|
| 101 |
- added @private marks
|
| 102 |
- added DrupalTextile (MTLikeTextile subclass) which fixes footnote
|
| 103 |
links in Drupal context (fixes bug 8037 reported by me)
|
| 104 |
- textilephp: import of TextilePHP 2.0.2
|
| 105 |
- smartypants-php: import of SmartyPants-PHP 1.4.1-r2
|
| 106 |
- Textile.php, SmartyPants-PHP.inc: removed
|
| 107 |
|
| 108 |
2004-05-27
|
| 109 |
- release 2.0.2/2004052700
|
| 110 |
- SmartyPants-PHP.inc: added
|
| 111 |
- INSTALL, README, CREDITS, textile.module: updated for SmartyPants
|
| 112 |
|
| 113 |
2004-05-25
|
| 114 |
- release 2.0.1/2004052500
|
| 115 |
- INSTALL, README: added note about title.module
|
| 116 |
- Textile.php: updated to version 2.0.1 which fixes a bug with link
|
| 117 |
lookup lists
|
| 118 |
|
| 119 |
2004-05-24
|
| 120 |
- release 2.0/2004052400
|
| 121 |
- textile.module
|
| 122 |
- no longer uses "invisible" tags in the node body/teaser to
|
| 123 |
identify Textile input; "visible" [textile] and optional
|
| 124 |
[/textile] tags now mark Textile data; legacy Textile nodes are
|
| 125 |
updated automatically (fixes bug 7348 reported by jluster)
|
| 126 |
- _textile_is_installed() and _textile_install() methods
|
| 127 |
implemented to allow automatic legacy update
|
| 128 |
- nodeapi support removed, as it is unneeded with new tags
|
| 129 |
(nullifies bugs/features 3992, 5824, and 5195 reported by ber
|
| 130 |
kessels, mic, and weitzman, respectively)
|
| 131 |
- fixed phpdoc comments
|
| 132 |
- Textile1.php, Textile2.php: removed
|
| 133 |
- Textile.php: PHP port of Brad Choate's Textile.pm Perl module
|
| 134 |
available at <http://jimandlissa.com/project/textilephp> replaces
|
| 135 |
Textile(1|2).php (fixes bug 4439 reported by Eric Scouten)
|
| 136 |
|
| 137 |
2004-03-26
|
| 138 |
- release 1.1.0/2004032601
|
| 139 |
- textile.module: updated for Drupal 4.4
|
| 140 |
|
| 141 |
2004-03-26
|
| 142 |
- release 1.0.3/2004032600
|
| 143 |
- textile.module
|
| 144 |
- added update of include path via ini_set() for Textile(1|2).php
|
| 145 |
includes
|
| 146 |
- only the first 100 characters of filtered text are checked for
|
| 147 |
the Textile tag
|
| 148 |
|
| 149 |
2003-11-09
|
| 150 |
- release 1.0.2/2003110900
|
| 151 |
- Textile2.php: changed preg_replace_callback() calls to $this to
|
| 152 |
use array(&$this, ...) instead of array($this, ...) to ensure that
|
| 153 |
member variables get updated properly (fixes bug 4021 reported by
|
| 154 |
me)
|
| 155 |
|
| 156 |
2003-11-06
|
| 157 |
- release 1.0.1/2003110600
|
| 158 |
- textile.module: added module description for "administer >
|
| 159 |
configuration > modules" list
|
| 160 |
|
| 161 |
2003-11-04
|
| 162 |
- initial release 1.0/2003110400
|