| /[drupal]/contributions/modules/bbcode/bbcode-filter.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#280851 by executex: Allow - and _ in bbcode tag
#206642 by tinou: XHTML fix for headings
#211315: Add class=bb-table to [table] tag
#166167 by Liam McDermott: Add [youtube] tag
#163992 by mindless: fix regexp errors/ prevent variable expansion
#140076 by Takafumi: Incorrect use of ordered lists
#146754 by Takafumi: Nested [size]/[font]/[color] tags are not correctly converted
#143205 by Takafumi: [url] tag double encoding issue
#142953 by Takafumi: Optional spam link deterrent - add rel=nofollow to links
#140075 by naudefj: Deletion of marquee support
Fix rendering of [b] and [i] tags
#130695 by naudefj: add support for [strong] and [em] tags
Improve index and table tags.
Add [index] tag to generate a page index
#104184: Allow commas and dots in [abbr] and [acronym] tags
106357 by Bart Jansens: Fix email regex + Javascript validation fix
Drupal 5 conversion + cosmetic changes
Allow tilde in image URLs + URL autolink fixes
patch by mindless to fix inline [code] tags + fix URLs that misses last character + introduce new table tags + relaxed [quote=...] tag
Allow commas in URLs
Fix url tag - http://drupal.org/node/66631
More security fixes + add class= to pre tags
Fix XSS html injection vulnerabilities
Allow admins to disable the automatic url converting feature
*** empty log message ***
Fix escaping of quotes in [size] and [notag] tags
Add [google] and [wikipedia] tags/ Fix message quoting
Recognize URL's within parenthesis
Add [abbr] tag
Fix hyperlinking to standalone URLs
Better list cleanup + documentation and other cosmetic changes
Add [acronym] tag and update help page
Nested [list] tags must output valid XHTML - http://drupal.org/node/55074
Add [justify] tag - http://drupal.org/node/54759
Encode @ in [notag] blocks
Encode @ in [notag] blocks
No line breaks in [code] blocks
Different line and paragraph break modes
Fix linebreak parser + cosmetic changes
Fix linebreak parser + cosmetic changes
Optimizations + cosmetic changes
Implement [notag] - http://drupal.org/node/51716
Allow nested [list] and [quote] tags - http://drupal.org/node/23980
Smart paragraph and line breaks is now enabled by default + cosmetic changes + update README file
Remove dead code + convert new lines within paragraphs to <br \>
Remove <p> surrounding lists - http://drupal.org/node/51152
Change DIV to SPAN + add flash support - http://drupal.org/node/51140
Add PHP syntax highlighting + better input validation for [SIZE=] tags
Update README.txt and optimize some regular expressions
Option to add intelligent paragraph breaks
Add alt attributes to image tags
Add alt attributes to image tags + change double quotes to single quotes
Conform to Drupal's coding conventions
Update README file + minor text changes
More tags: anchor, line break, headings
Fix E-mail address detection for spam filter when addresses are NOT preceded by a word - http://drupal.org/node/15654
Add protocol to URL tag - http://drupal.org/node/20410
Add SUP, SUB, S and MOVE tags - http://drupal.org/node/14607
Don't remove colons from URLs - take 2
Don't remove colons from URLs - http://drupal.org/node/13062
Add px to SIZE tag
Backport of email address encoding
Backport changing b,i and u tags to use styled spans as output
Update module to work with Drupal HEAD The module can now be configured in the input format in which BBCode is enabled.
Encoding email addresses typed in without [email] tags too.
New feature: encoding mailto links. There's also a setting to enable or disable this feature.
Using span tags with appropriate style attributes instead of b,i and u tags to conform to xhtml 1.1 and have unified output at the same time
forward porting of changes in DRUPAL-4-4
performance optimised bbcode module: - splitted module in three, so needed parts only loaded when required (this greatly helps PHP memory consumption) - replaced all underscores with hyphens in HTML class names - fine tuned multiline code handling - fixed help text to reflect newest install methods
file bbcode-filter.inc was initially added on branch DRUPAL-4-4.
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 |