| /[drupal]/contributions/modules/codefilter/codefilter.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#565328 by John Morahan: Port to 7.x
Split /e text manipulation from other newline protection.
Split /e text manipulation from other newline protection.
#208636: Drupal 5.6 breaks Code Filter due to Fix for SA-2008-006
#208636: Drupal 5.6 breaks Code Filter due to Fix for SA-2008-006
Replaced \\1 with $1 which is the preferred backreference.
Replaced \\1 with $1 which is the preferred backreference.
Minor code style/comment cleanup.
Minor code style/comment cleanup.
#196121 by corsix [GHOP]: Ported to D6 core.
Fix whitespace in non-php code
Fix whitespace in non-php code
Fix whitespace in non-php code
Fix whitespace in non-php code
Fix whitespace for non-PHP code
Fix whitespace for non-PHP code
Codefilter branching 5.0
file codefilter.module was added on branch DRUPAL-5 on 2006-12-27 13:23:38 +0000
5.0 update
- Single quotes goof
- Single quotes goof
- Fix single spaces at beginning of a line being munched - Play nice with the linebreak filter
- Fix single spaces at beginning of a line being munched - Play nice with the linebreak filter
- Tweaking newline behaviour
Tweaking newline behaviour
- Tweaking newline behaviour
- Tweak indentation behaviour
- Tweak indentation behaviour
- Tweak indentation behaviour
- Tweak indentation behaviour
- Tweak indentation behaviour
- Tweak indentation behaviour
file codefilter.module was added on branch DRUPAL-4-7 on 2006-03-27 03:42:43 +0000
- Tweak indentation behaviour
in 4.7 the prefered way to add css it to theme('add_style'), not drupal_set_html_head()
patch for issue #22994 by Richard Eriksson
patch for issue #22994 by Richard Eriksson
- Add highlighting of PHP embedded into <code> tags.
- Add highlighting of PHP embedded into <code> tags.
- Adding codefilter 4.6
- Improve handling of leading and trailing linebreaks - Code cleanup
- Improve handling of leading and trailing linebreaks - Code cleanup
check_plain update.
- #19079 Backreference oopsie
- #19079 Backreference oopsie
- Only allow longhand <?php tag, as <? is prone to errors with XML.
- Only allow longhand <?php tag, as <? is prone to errors with XML.
#16068: Preserve indentation
#16068: Preserve indentation
- Changed _init hook to _menu hook.
Codefilter: improving handling of newlines at the beginning or end.
Adding project.modules [?php ?] syntax as an alternative to <?php ?>.
- Updating to CVS - Fixing issue when people provide <p> and <br> tags.
Adding to 4.4.x branch.
This is a simple filter module. It handles <code></code> and <?php ?> tags so that users can post code without having to worry about escaping with < and >. Based on the PHP filter from project.module.
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |