1.0 stable ========== - new feature - help button with help windows are added - fixed bug when dash was used in unordered list, it cut the line, now it's fixed 1.0 RC1 ======= - fixed bug, when ordered-list-style like was used as headline.... now it's fixed - modified (php)(/php) implementation, original functions adds too many
's, now we filter them 0.9 beta ======== - changed inline links parsing, now accepting not only full URLs, but also relative paths - changed behaviour when using ordered lists ... The numbering element can now have only 2 letters/numbers - e.g. 12) or aa. but not aaa) --- (this is because "tel." also worked as order list, but it's obviusly not) - fixed bug in inline links parsing, now there can be safely as many inline links as wanted - fixed bug, when class definition was alone on one line, it was not parsed correcty, now it works - fixed bug, when list was right after headline, it incorrectly parsed the list, now it works - fixed behaviour when parser-off tags are used (!-- and --) . Now it doesn't enclose these tags into paragraph. - NEW TAG - ((block_name)) ((/block_name)) - will be parsed as
- NEW TAG - __ or <_ or >_ mean end of floating, in HTML this is
,
and
0.8 beta ======== - fixed bug, when modificator ^ was used with defined link, it didn't parse it correctly - added support for css styles and classes, both are defined at the beginning of new paragraph, class is >class< and styles are )param:value( - added support for defining css styles at different place in the text and then reuse them by their name... style is defined by )style_name=param:value( and usage in the text is )style_name( 0.7 beta ======== - added new config parameter ThimbleTextEditor->images_url - absolute or relative URL to images for editor, e.g. images (without slash at the end) - added missing stripslashes() into ThimbleTextEditor->html_body() - modified return value of ThimbleTextEditor->save_text(), now it always return id of thimbletext table row - added support for indenting first line of paragraph by adding 2 or more spaces right at the beginning of the paragraph - fixed bug when list was at the beginning of the text, it didn't parse first item - fixed bug when list was at the beginning of the text and after first item was non-list line... It parsed it as an item. 0.6 beta ======== - much better editor GUI, image buttons and better code inserting than previous GUI - many tests for code parsing, not know any issues, ready for new features to be added in new release - added new configuration parameter for ThimbleTextEditor->textarea_show_controls - if set to true (by default), it displays buttons above textarea 0.5 beta ======= - CHANGE IN SYNTAX: due to ambiguos meaning of star ( * ), it was used in lists and for bold text. Now its only for bold text. For lists there is only way how to define them and that is using - - change order of element parsing to avoid collisions - this should be fixed in future by more flexible regex, but good for now - fixed bugs in escape character ( / ) parsing. Now it parses all of the slashes in front of special characters. 0.4 beta ======= - CHANGE IN SYNTAX: instead of using ! (exclamation mark) as an escape character, now new escape character is / (slash) - added support for highlighting PHP code by using (php) (/php) tags - added support for converting HTML characters to entities by using (html) (/html) tags - added support for forcing creation of
by using single space on empty line - fixed minor bugs in regexes, to be more flexible - fixed bugs with lists - when was line right after the list - fixed bugs when in one text were inline links and defined links 0.3 beta ======= - fixed bug when special character was right at the end of the text ( i.e. bold *) - fixed bug when list character was used right at the beginning of the line - added default parameters for - border="0" and alt="" - fixed bug when using {image_url}, it parsed url of image as a link, not it's fixed - fixed bug in regex, when *bold* was at the file beginning, parser ignored it, now it works fine 0.2 beta ======= - Now accepting spaces in front of header definition. - Rewrite of parsing algorithm for bold/italics/underline for full support of UTF-8 - Added support for escape character ! (exclamation mark). When its put in front of special sign, parser skips it. - Added support for direct email and link address convert into xhtml code