]> git.wincent.com - wikitext.git/history - ext/wikitext.c
Make it easier to set a link_proc
[wikitext.git] / ext / wikitext.c
2013-02-16  Wincent ColaiutaMake it easier to set a link_proc
2010-10-17  Wincent ColaiutaAdd ability to override external_link_rel via an accessor
2010-06-13  Wincent ColaiutaAdd options for "output_style" (no backend yet)
2010-06-12  Wincent ColaiutaAuto-initialize under Rails 3
2009-05-12  Wincent ColaiutaRemove Wikitext_parser_encode_special_link_target function
2009-04-28  Wincent ColaiutaMerge branch 'maint'
2009-04-15  Wincent ColaiutaSwitch from GPL to 2-clause BSD
2009-02-23  Wincent ColaiutaAdd "base_heading_level" option
2009-02-01  Wincent ColaiutaCreate "special links" from external rather than intern...
2008-04-24  Wincent ColaiutaAllow setting of minimum fulltext token length
2008-04-24  Wincent ColaiutaAdd "fulltext_tokenize" method to parser
2008-02-19  Wincent ColaiutaAdd ability to set and override image prefix
2008-02-18  Wincent ColaiutaAllow option overrides at intialization time
2008-02-18  Wincent ColaiutaExpose space_to_underscore attribute in parser
2008-02-10  Wincent ColaiutaDocumentation: remove source code comments covered...
2008-02-10  Wincent ColaiutaAdd public method for testing special link encoding
2008-02-08  Wincent ColaiutaTeach Wikitext::Parser#parse to accept an options hash
2008-02-05  Wincent ColaiutaMinor code comment cleanup
2008-02-05  Wincent ColaiutaRename link encoding and sanitization methods for consi...
2008-02-05  Wincent ColaiutaAdd profiling_parse method
2008-02-04  Wincent ColaiutaMove tokenizing specs into main spec directory
2008-02-03  Wincent ColaiutaMove Wikitext::Error to Wikitext::Parser::Error
2008-02-03  Wincent ColaiutaReplace ANTLR lexer with Ragel scanner
2008-02-02  Wincent ColaiutaPromote "experimental" to "ext"
2008-02-02  Wincent ColaiutaMove old "ext" folder into "legacy" subfolder as well
2008-02-02  Wincent ColaiutaSet up a tokenizing benchmark for ANTLR lexer
2008-02-01  Wincent ColaiutaMerge branch 'master' into ragel
2008-02-01  Wincent ColaiutaNote use of rb_obj_freeze for globals
2008-02-01  Wincent ColaiutaDrop escaped_tt_literal string
2008-02-01  Wincent ColaiutaRevert ESCAPED_TT tokenization
2008-02-01  Wincent ColaiutaTeach parser to handle backticks
2008-02-01  Wincent ColaiutaFix internal links embedded in paragraph flows
2008-02-01  Wincent ColaiutaRollback unclosed internal links on hitting EOF
2008-02-01  Wincent ColaiutaUse link target as link text when nothing follows separator
2008-02-01  Wincent ColaiutaTeach parser to recognize custom internal link text
2008-02-01  Wincent ColaiutaSpecial handling of entities in internal link targets
2008-01-31  Wincent ColaiutaAccept nil as internal link prefix
2008-01-31  Wincent ColaiutaFirst specs showing functioning internal links
2008-01-31  Wincent ColaiutaActually prepend internal link prefix if available
2008-01-31  Wincent ColaiutaPrepare for prepending internal link prefixes to intern...
2008-01-31  Wincent ColaiutaMove link encoding function and make it easier to call
2008-01-31  Wincent ColaiutaAdd code for terminating internal links on hitting...
2008-01-31  Wincent ColaiutaSanitize link targets when rolling back failed internal...
2008-01-31  Wincent ColaiutaRaise range errors for invalid link text
2008-01-31  Wincent ColaiutaFirst version of link sanitization function
2008-01-31  Wincent ColaiutaSplit link encoding specs into separate file, and renam...
2008-01-31  Wincent ColaiutaMore specs for unexpected link end tokens
2008-01-31  Wincent ColaiutaHandle unexpected link end tokens
2008-01-31  Wincent ColaiutaPass through "]]" literally in external link text
2008-01-31  Wincent ColaiutaPass through "[[" literally in external link text
2008-01-31  Wincent ColaiutaMerge branch 'master' into ragel
2008-01-31  Wincent ColaiutaUpdate copyright range and license headers
2008-01-31  Wincent ColaiutaYet more unterminated link specs
2008-01-31  Wincent ColaiutaMore unterminated link specs
2008-01-31  Wincent ColaiutaAdd spec for unterminated link (during link text)
2008-01-31  Wincent ColaiutaSpec for including [ inside "nowiki" span in an externa...
2008-01-31  Wincent ColaiutaSpec for "nowiki" tags in link text
2008-01-31  Wincent ColaiutaHandle links with no link target
2008-01-31  Wincent ColaiutaGet em markup inside link text working
2008-01-31  Wincent ColaiutaHandle EXT_LINK_END tokens
2008-01-31  Wincent ColaiutaExternal link work-in-progress
2008-01-30  Wincent ColaiutaSuppress autolinking inside "<nowiki></nowiki>" spans
2008-01-30  Wincent ColaiutaImplement autolinking
2008-01-30  Wincent ColaiutaMake line_ending accessor consistent with others
2008-01-30  Wincent ColaiutaPrepare for adding linkification
2008-01-30  Wincent ColaiutaSwap parameter in rb_define_attr call
2008-01-30  Wincent ColaiutaNormalize hex entities (downcase them)
2007-11-14  Wincent ColaiutaAdd GPL header to source files
2007-10-30  Wincent ColaiutaFix Leopard GCC warnings
2007-10-19  Wincent ColaiutaAdd notes on UTF-32 support
2007-10-18  Wincent ColaiutaAdd URL encoding for internal target links
2007-10-18  Wincent ColaiutaFactor conversion routines out into per-character functions
2007-10-18  Wincent ColaiutaFlesh out accessor methods for the internal link prefix
2007-10-18  Wincent ColaiutaTighten up module message sends
2007-10-18  Wincent ColaiutaAdd specs for encoding methods
2007-10-17  Wincent ColaiutaRemove dependence on Iconv module
2007-10-17  Wincent ColaiutaUse LEN macros for structure access
2007-10-17  Wincent ColaiutaRefactor for deployment using RubyGems