]> git.wincent.com - wikitext.git/history - spec
Change license header from GPL to BSD
[wikitext.git] / spec /
2009-05-12  Wincent ColaiutaChange remaining instances of "_Wikitext_" to "wiki_"
2009-05-12  Wincent ColaiutaRemove Wikitext_parser_encode_special_link_target function
2009-05-08  Wincent ColaiutaDon't apply "external" class when rolling back failed...
2009-05-08  Wincent ColaiutaHandle blank link text
2009-05-06  Wincent ColaiutaAccept "indent" value of "false" to disable indentation...
2009-05-06  Wincent ColaiutaAdd support for "absolute" image "src" attributes
2009-05-06  Wincent ColaiutaPass through zero-length image targets unchanged
2009-04-28  Wincent ColaiutaMerge branch 'maint'
2009-04-28  Wincent ColaiutaHandle empty (whitespace-only) link targets
2009-04-28  Wincent ColaiutaHandle empty (zero-width) link targets
2009-04-15  Wincent ColaiutaAdd vim_fomatter script
2009-04-15  Wincent ColaiutaSwitch from GPL to 2-clause BSD
2009-03-27  Wincent ColaiutaExtend e7f856d to handle nested shorthand
2009-03-27  Wincent ColaiutaFix PRE_START and BLOCKQUOTE_START following shorthand
2009-03-27  Wincent ColaiutaConsistently apply "mailto" class to mailto URIs
2009-02-23  Wincent ColaiutaAccept options hash in "to_wikitext" and "w" methods
2009-02-23  Wincent ColaiutaAdd "base_heading_level" option
2009-02-13  Wincent ColaiutaRuby 1.9: add magic comments to indicate source file...
2009-02-13  Wincent ColaiutaRuby 1.9: use String#each_line instead of #each
2009-02-01  Wincent ColaiutaCreate "special links" from external rather than intern...
2009-01-06  Wincent ColaiutaToggle default value of space_to_underscore
2009-01-06  Wincent ColaiutaUse shared parser from Wikitext::Parser rather than...
2009-01-06  Wincent ColaiutaAdd specs for version module
2009-01-06  Wincent ColaiutaAdd specs for NilClass extensions
2009-01-06  Wincent ColaiutaAdd specs for string extensions
2009-01-05  Wincent ColaiutaAdd tests against Edge Rails
2009-01-05  Wincent ColaiutaReplace backticks and "system" calls with custom run...
2009-01-05  Wincent ColaiutaSpew diagnostic text to console in the event of an...
2009-01-05  Wincent ColaiutaAdd low-level "run" method to Rails specs
2009-01-05  Wincent ColaiutaPerform tests using Rails integration tests
2009-01-05  Wincent ColaiutaInitial set-up for tests against Rails
2009-01-04  Wincent ColaiutaPrepend "lib" path to load paths for specs
2009-01-04  Wincent ColaiutaSet up "trash" subdirectory for Rails tests
2008-09-27  Wincent Colaiutaspec: prepend to load path to ensure development versio...
2008-04-24  Wincent ColaiutaAllow setting of minimum fulltext token length
2008-04-24  Wincent ColaiutaFix handling of parse-time overrides
2008-04-23  Wincent ColaiutaTokenize alphanumeric characters separately from other...
2008-04-23  Wincent ColaiutaMerge branch 'maint'
2008-04-17  Wincent ColaiutaFix BLOCKQUOTE_START after lists
2008-03-27  Wincent ColaiutaMerge branch 'maint'
2008-03-27  Wincent ColaiutaAdd left-parenthesis to "URI special chars" class
2008-03-24  Wincent ColaiutaMerge branch 'maint'
2008-03-24  Wincent ColaiutaHandle auto-linking in when followed by "special" URI...
2008-03-23  Wincent ColaiutaMerge branch 'maint'
2008-03-23  Wincent ColaiutaFix all known pending CRLF emission bugs
2008-03-23  Wincent ColaiutaAnnotate regression specs with commit that supplies...
2008-03-23  Wincent ColaiutaFix non-indentation inside PRE blocks
2008-03-23  Wincent ColaiutaAnnotate regression specs with commit that supplies...
2008-03-23  Wincent ColaiutaFix inconsistent behaviour of unexpected PRE_START...
2008-03-21  Wincent ColaiutaMerge branch 'maint'
2008-03-21  Wincent ColaiutaFix obscure bug handling empty lines in PRE blocks
2008-02-23  Wincent ColaiutaAdd one long-running spec to guard against GC and memor...
2008-02-19  Wincent ColaiutaMore img specs
2008-02-19  Wincent ColaiutaAdditional specs for img_prefix attribute
2008-02-19  Wincent ColaiutaAdd ability to set and override image prefix
2008-02-19  Wincent ColaiutaAdd specs for image markup
2008-02-19  Wincent ColaiutaTeach tokenize to tokenize new symbols
2008-02-18  Wincent ColaiutaCorrect file mode on spec files
2008-02-18  Wincent ColaiutaAllow option overrides at intialization time
2008-02-18  Wincent ColaiutaAdd specs for "space_to_underscore" mode
2008-02-11  Wincent ColaiutaRemove redundant parameters to dedent method
2008-02-11  Wincent ColaiutaTeach dedent helper to default to 6 spaces
2008-02-11  Wincent ColaiutaUpdate ul spec to use indentation helper
2008-02-11  Wincent ColaiutaUpdate tokenization specs to use indent helper
2008-02-11  Wincent ColaiutaUpdate regression specs to use indentation helper
2008-02-11  Wincent ColaiutaUpdate pre specs to use indentation helper
2008-02-11  Wincent ColaiutaUpdate integration spec to use helpers
2008-02-11  Wincent ColaiutaUpdate indentation spec to use helpers
2008-02-11  Wincent ColaiutaUpdate blockquote specs to use "dedent" helper
2008-02-11  Wincent ColaiutaMore blockquote specs
2008-02-11  Wincent ColaiutaAdd "dedent" helper for specs
2008-02-11  Wincent ColaiutaMore blockquote specs and one fix for nested pre blocks
2008-02-11  Wincent ColaiutaBasic blockquote implementation using real HTML tags
2008-02-10  Wincent ColaiutaAdd specs for treat_slash_as_special instance variable
2008-02-10  Wincent ColaiutaAdd a bunch more PRE specs
2008-02-10  Wincent ColaiutaFix bad emission of BLOCKQUOTE inside NO_WIKI spans
2008-02-10  Wincent ColaiutaAdd "regressions" spec file
2008-02-10  Wincent ColaiutaAdd specs for internal special links
2008-02-10  Wincent ColaiutaNew link encoding specs
2008-02-10  Wincent ColaiutaAdd support for HTTPS URIs
2008-02-10  Wincent ColaiutaAdd tokenization of mailto URIs
2008-02-09  Wincent ColaiutaAdd specs for questionable or invalid links
2008-02-09  Wincent ColaiutaFix unterminated external links nested inside LI blocks
2008-02-09  Wincent ColaiutaFix for unterminated links in LI blocks
2008-02-09  Wincent ColaiutaFix handling of unclosed span-level elements in lists
2008-02-09  Wincent ColaiutaAdd specs to catch regressions
2008-02-09  Wincent ColaiutaMinor cleanup and fix for blockquote/pre interaction
2008-02-09  Wincent ColaiutaFix minor wart with pre block closing
2008-02-09  Wincent ColaiutaAdd indentation specs
2008-02-08  Wincent ColaiutaUpdate integration tests for indentation
2008-02-08  Wincent ColaiutaFix list indentation
2008-02-08  Wincent ColaiutaFix pre indentation
2008-02-08  Wincent ColaiutaAdjust internal link specs for indentation
2008-02-08  Wincent ColaiutaAdjust header specs for indentation
2008-02-08  Wincent ColaiutaAdjust external links specs for indentation
2008-02-08  Wincent ColaiutaInitial activation of indenting code
2008-02-08  Wincent ColaiutaFix autolinking spec (missing variable)
2008-02-08  Wincent ColaiutaAdd specs to test external_link_class overrides
2008-02-08  Wincent ColaiutaSimplify _Wikitext_rollback_failed_external_link
2008-02-08  Wincent ColaiutaEmit trailing newline after opening blockquote block
next