/[drupal]/contributions/modules/textile/textile.module
ViewVC logotype

Log of /contributions/modules/textile/textile.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.19.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 02:34:51 2008 UTC (12 months, 2 weeks ago) by trevortwining
Branch: DRUPAL-5
Changes since 1.19.2.2: +3 -3 lines
Diff to previous 1.19.2.2 , to branch point 1.19 , to next main 1.22
fixes http://drupal.org/node/182234

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 21:16:34 2008 UTC (13 months, 2 weeks ago) by joshk
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.21: +8 -8 lines
Diff to previous 1.21
update for 6.0 release

Revision 1.19.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 00:53:34 2007 UTC (2 years, 5 months ago) by joshk
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0
Changes since 1.19.2.1: +33 -7 lines
Diff to previous 1.19.2.1 , to branch point 1.19
Update from HEAD

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 00:26:09 2007 UTC (2 years, 5 months ago) by joshk
Branch: MAIN
CVS Tags: DRUPAL-5--2-1
Changes since 1.20: +33 -7 lines
Diff to previous 1.20
Updating README and module to use classTextile.php from ThresholdState

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 18:16:02 2007 UTC (2 years, 8 months ago) by jhriggs
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
  - release 5.x-1.1
  - textile.module: fix quotes for filter settings (fixes bug 123860 reported by jhm)

Revision 1.19.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 18:12:43 2007 UTC (2 years, 8 months ago) by jhriggs
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
  - release 5.x-1.1
  - textile.module: fix quotes for filter settings (fixes bug 123860 reported by jhm)

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 18:10:10 2007 UTC (2 years, 9 months ago) by jhriggs
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.18: +5 -28 lines
Diff to previous 1.18
  - release 5.x-1.0
  - textile.module: updated for Drupal 5
  - textile.info: new file
  - INSTALL.txt, README.txt: updated for Drupal 5 changes

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 10 18:48:14 2006 UTC (3 years, 6 months ago) by jhriggs
Branch: MAIN
Changes since 1.17: +41 -137 lines
Diff to previous 1.17
merge from DRUPAL-4-7

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.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 21 16:06:59 2005 UTC (4 years, 8 months ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.15: +8 -9 lines
Diff to previous 1.15
version 4.6r1 - initial 4.6 release

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.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 23 15:50:57 2004 UTC (5 years, 2 months ago) by jhriggs
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
merge from DRUPAL-4-5

Revision 1.14.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 23 15:45:55 2004 UTC (5 years, 2 months ago) by jhriggs
Branch: DRUPAL-4-5
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
  - release 2.1.1/2004092301
  - textilephp: import of TextilePHP 2.0.7
  - textile.module: updated to use module_get_path()

Revision 1.7.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 23 15:13:29 2004 UTC (5 years, 2 months ago) by jhriggs
Branch: DRUPAL-4-4
Changes since 1.7.2.5: +3 -3 lines
Diff to previous 1.7.2.5 , to branch point 1.7 , to next main 1.22
  - release 2.0.6/2004092300
  - textilephp: import of TextilePHP 2.0.7

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.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 26 00:43:00 2004 UTC (5 years, 3 months ago) by jhriggs
Branch: DRUPAL-4-4
Changes since 1.7.2.4: +3 -3 lines
Diff to previous 1.7.2.4 , to branch point 1.7
updated for 2.0.5/2004082500

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 11 12:45:21 2004 UTC (5 years, 3 months ago) by almaw
Branch: MAIN
Changes since 1.12: +17 -11 lines
Diff to previous 1.12
Update for new filter system.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 28 16:20:30 2004 UTC (5 years, 4 months ago) by jhriggs
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
updated for 2.0.4/2004072800;  uses TextilePHP 2.0.4 which is (non-strict) PHP5-compliant

Revision 1.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 28 16:09:31 2004 UTC (5 years, 4 months ago) by jhriggs
Branch: DRUPAL-4-4
Changes since 1.7.2.3: +3 -3 lines
Diff to previous 1.7.2.3 , to branch point 1.7
updated for 2.0.4/2004072800;  uses TextilePHP 2.0.4 which is (non-strict) PHP5-compliant

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 29 17:17:35 2004 UTC (5 years, 6 months ago) by jhriggs
Branch: DRUPAL-4-4
Changes since 1.7.2.2: +68 -31 lines
Diff to previous 1.7.2.2 , to branch point 1.7
merge from HEAD

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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 28 04:31:27 2004 UTC (5 years, 6 months ago) by jhriggs
Branch: MAIN
Changes since 1.9: +5 -4 lines
Diff to previous 1.9
- release 2.0.2/2004052700
- added SmartyPants for quote and em-/en-dash handling

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 25 15:31:03 2004 UTC (5 years, 6 months ago) by jhriggs
Branch: DRUPAL-4-4
Changes since 1.7.2.1: +3 -3 lines
Diff to previous 1.7.2.1 , to branch point 1.7
merge from head

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 25 15:28:33 2004 UTC (5 years, 6 months ago) by jhriggs
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
updated for 2.0.1/2004052500

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 25 00:55:47 2004 UTC (5 years, 6 months ago) by jhriggs
Branch: DRUPAL-4-4
Changes since 1.7: +113 -489 lines
Diff to previous 1.7
merge from head

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

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 27 06:47:47 2004 UTC (5 years, 8 months ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-4
Changes since 1.6: +411 -408 lines
Diff to previous 1.6
updated for Drupal 4.4

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 27 05:52:09 2004 UTC (5 years, 8 months ago) by jhriggs
Branch: DRUPAL-4-3
Changes since 1.1.2.2: +27 -18 lines
Diff to previous 1.1.2.2 , to branch point 1.1 , to next main 1.22
    - added update of include path via ini_set() for Textile(1|2).php
      includes
    - only the first 100 characters of filtered text are checked for
      the Textile tag

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 14:23:41 2004 UTC (5 years, 9 months ago) by scouten
Branch: MAIN
Branch point for: drop
Changes since 1.5: +22 -14 lines
Diff to previous 1.5
Update for new filter API.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 22:36:17 2003 UTC (5 years, 11 months ago) by tdobes
Branch: MAIN
Changes since 1.4: +15 -11 lines
Diff to previous 1.4
Update for latest CVS version of Drupal

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 22:26:01 2003 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
- Theme system updates: theme() function return their data now.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 06:20:01 2003 UTC (6 years ago) by jhriggs
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
updated for 1.0.2/2003110900

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 06:17:36 2003 UTC (6 years ago) by jhriggs
Branch: DRUPAL-4-3
Changes since 1.1.2.1: +3 -3 lines
Diff to previous 1.1.2.1 , to branch point 1.1
updated for 1.0.2/2003110900

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 21:38:56 2003 UTC (6 years ago) by jhriggs
Branch: MAIN
Changes since 1.1: +10 -6 lines
Diff to previous 1.1
added module description for "administer > configuration > modules" list

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 21:36:54 2003 UTC (6 years ago) by jhriggs
Branch: DRUPAL-4-3
Changes since 1.1: +10 -6 lines
Diff to previous 1.1
added module description for "administer > configuration > modules" list

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 21:25:15 2003 UTC (6 years ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-3
initial import

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2