Log of /contributions/modules/textile/textile.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.17.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 10 18:45:14 2006 UTC
(3 years, 6 months ago)
by
jhriggs
Branch:
DRUPAL-4-7
Changes since
1.17: +41 -137 lines
Diff to
previous 1.17
, to
next main 1.22
- release 4.7r2/2006051000
- textile.module
- updated coding style to more-closely resemble Drupal's standards
- removed install
- DrupalTextile.inc
- updated coding style to more-closely resemble Drupal's standards
- removed process()
- added format_url() which uses Drupal's url() function (addresses
feature 57592 requested by njivy)
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 30 03:04:05 2005 UTC
(3 years, 11 months ago)
by
jhriggs
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.16: +25 -43 lines
Diff to
previous 1.16
- release 4.7r1/2005112900
- textile.module
- updated for Drupal 4.7
- only load the Textile classes when needed (addresses task 28632
reported by drumm)
- removed DrupalTextile class
- DrupalTextile.inc: initial version; moves DrupalTextile class to
its own include file (addresses task 28632 reported by drumm)
Revision
1.14.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 21 16:03:45 2005 UTC
(4 years, 8 months ago)
by
jhriggs
Branch:
DRUPAL-4-5
Changes since
1.14.2.1: +8 -9 lines
Diff to
previous 1.14.2.1
, to
branch point 1.14
, to
next main 1.22
- release 4.5r3/2005032100 (versioning changed to better coincide
with Drupal versions)
- textile.module
- import Textile.php based on __FILE__ rather than
module_get_path() (addresses task 14544 reported by mousse-man)
- default [textile] and [/textile] tags to false (NOTE: You may
need to verify your input format settings!)
- set charset to UTF-8 and disable char_encoding in the
DrupalTextile constructor (fixes bug 11357 reported by Tommy
Sundstrom)
- textilephp: import of TextilePHP 2.0.8
- smartypants-php: removed; smartypants functionality is now
available in the separate smartypants filter module (NOTE: You may
want to install and enable the smartypants module.)
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 26 00:53:24 2004 UTC
(5 years, 3 months ago)
by
jhriggs
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Changes since
1.13: +77 -84 lines
Diff to
previous 1.13
- release 2.1.0/2004082501
- NOTE: some of the changes in this release conflict with changes
committed to CVS recently by almaw; users that had those changes
may need to verify the filter configuration for Textile
- textile.module
- updated for CVS, including input formats
- filter now has a setting (per input format) for specifying
whether or not the [textile] and optional [/textile] tags should
be used; content converted from older versions will need this
option enabled; if a given input format is expected to use
Textile, though, the tags are redundant
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 29 17:14:01 2004 UTC
(5 years, 6 months ago)
by
jhriggs
Branch:
MAIN
Changes since
1.10: +69 -33 lines
Diff to
previous 1.10
- release 2.0.3/2004052900
- updated quoting
- fixed admin help link
- changed heredoc strings to multiline
- added @private marks
- added DrupalTextile (MTLikeTextile subclass) which fixes footnote
links in Drupal context (fixes bug 8037 reported by me)
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 25 00:46:28 2004 UTC
(5 years, 6 months ago)
by
jhriggs
Branch:
MAIN
Changes since
1.7: +113 -489 lines
Diff to
previous 1.7
- release 2.0/2004052400
- textile.module
- no longer uses "invisible" tags in the node body/teaser to
identify Textile input; "visible" [textile] and optional
[/textile] tags now mark Textile data; legacy Textile nodes are
updated automatically (fixes bug 7348 reported by jluster)
- _textile_is_installed() and _textile_install() methods
implemented to allow automatic legacy update
- nodeapi support removed, as it is unneeded with new tags
(nullifies bugs/features 3992, 5824, and 5195 reported by ber
kessels, mic, and weitzman, respectively)
- fixed phpdoc comments
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.