/[drupal]/contributions/modules/textile/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/textile/CHANGELOG.txt

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


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

Revision 1.6.2.2 - (view) (download) (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.6.2.1: +8 -1 lines
Diff to previous 1.6.2.1 , to branch point 1.6 , to next main 1.8
Update from HEAD

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jun 28 00:30:31 2007 UTC (2 years, 5 months ago) by joshk
Branch: MAIN
CVS Tags: DRUPAL-5--2-1, DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.7: +8 -1 lines
Diff to previous 1.7
Noted changes

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

Revision 1.6.2.1 - (view) (download) (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.6: +6 -1 lines
Diff to previous 1.6
  - release 5.x-1.1
  - textile.module: fix quotes for filter settings (fixes bug 123860 reported by jhm)

Revision 1.6 - (view) (download) (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.5: +7 -1 lines
Diff to previous 1.5
  - 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.5 - (view) (download) (annotate) - [select for diffs]
Wed May 10 18:48:14 2006 UTC (3 years, 6 months ago) by jhriggs
Branch: MAIN
Changes since 1.4: +12 -1 lines
Diff to previous 1.4
merge from DRUPAL-4-7

Revision 1.4.2.1 - (view) (download) (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.4: +12 -1 lines
Diff to previous 1.4 , to next main 1.8
  - 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.4 - (view) (download) (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.3: +13 -3 lines
Diff to previous 1.3
- 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.3 - (view) (download) (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.2: +20 -1 lines
Diff to previous 1.2
version 4.6r1 - initial 4.6 release

Revision 1.2.2.2 - (view) (download) (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.2.2.1: +16 -0 lines
Diff to previous 1.2.2.1 , to branch point 1.2 , to next main 1.8
  - 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.2.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 14:02:13 2004 UTC (5 years, 1 month ago) by jhriggs
Branch: DRUPAL-4-5
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
merge from HEAD

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 13:34:57 2004 UTC (5 years, 1 month ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
updated for .txt extensions

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 13:21:16 2004 UTC (5 years, 1 month ago) by jhriggs
Branch: MAIN
- Renaming CHANGELOG, CREDITS, INSTALL, LICENSE, TODO to have .txt
  extension.
- Reverting rename of README in smartypants-php and textilephp by uwe,
  as these are imported sources.

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