Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix heredoc indentation | Kornelius Kalnbach | 2019-11-24 | 2 | -8/+8 |
| | |||||
* | Remove executable bit for the script files with shebang. | Jun Aruga | 2017-01-11 | 3 | -0/+0 |
| | |||||
* | check token kinds in Lint encoders | Kornelius Kalnbach | 2013-07-21 | 1 | -3/+1 |
| | |||||
* | fix examples test | Kornelius Kalnbach | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | fix tests | Kornelius Kalnbach | 2013-06-09 | 1 | -10/+4 |
| | |||||
* | fix #41 by removing special case | Kornelius Kalnbach | 2013-03-10 | 1 | -1/+1 |
| | | | | Also, clean up some code. | ||||
* | remove ondblclick handler from HTML output | Kornelius Kalnbach | 2013-03-10 | 1 | -2/+2 |
| | |||||
* | let autoloading to the work (fix test warnings) | Kornelius Kalnbach | 2011-12-27 | 1 | -1/+0 |
| | |||||
* | add test for #6 (pry autoload issue) | Kornelius Kalnbach | 2011-12-27 | 1 | -0/+16 |
| | |||||
* | fix testv1.0.1 | Kornelius Kalnbach | 2011-10-19 | 1 | -2/+2 |
| | |||||
* | cleanups, documentation for TokensProxy | Kornelius Kalnbach | 2011-09-21 | 2 | -1/+4 |
| | |||||
* | TokensProxy: wrap up | Kornelius Kalnbach | 2011-09-19 | 1 | -1/+1 |
| | |||||
* | #352 CodeRay.scan returns TokensProxy | Kornelius Kalnbach | 2011-09-18 | 1 | -3/+5 |
| | |||||
* | fix tests | Kornelius Kalnbach | 2011-09-18 | 2 | -5/+5 |
| | |||||
* | cleanup CodeRay.scan* methods | Kornelius Kalnbach | 2011-08-20 | 1 | -3/+1 |
| | |||||
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 2 | -8/+8 |
| | |||||
* | trying to integrate Travis CI | Kornelius Kalnbach | 2011-08-19 | 1 | -4/+0 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 4 | -22/+42 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | new version scheme; use bundler + git for releasesv1.0.0.800pre | Kornelius Kalnbach | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s | murphy | 2011-07-04 | 2 | -4/+4 |
| | |||||
* | various fixes and cleanups in CodeRay's helpers | murphy | 2011-05-21 | 1 | -1/+1 |
| | |||||
* | Encoder refactoring to fix LOC and Statistic encoders | murphy | 2011-04-20 | 1 | -3/+5 |
| | |||||
* | added more basic tests, cleanups | murphy | 2011-03-07 | 2 | -8/+187 |
| | |||||
* | Remove tests that belong into the new test/unit folder. | murphy | 2010-06-29 | 3 | -216/+0 |
| | |||||
* | Cleaning up functional tests: Automatically load all files in the folder. | murphy | 2010-06-29 | 1 | -4/+5 |
| | |||||
* | Fixed for_redcloth test for the edge case that RedCloth is defined, but was ↵ | murphy | 2010-06-29 | 1 | -0/+1 |
| | | | | not loaded. | ||||
* | Updated for_redcloth test to latest Alpha style. | murphy | 2010-06-16 | 1 | -2/+2 |
| | |||||
* | Updated examples test to latest Alpha style. | murphy | 2010-06-16 | 1 | -4/+4 |
| | |||||
* | Fixed for_redcloth tests. | murphy | 2010-06-01 | 1 | -2/+2 |
| | |||||
* | Added :eyecatcher token type (for inline diff highlighting) and improved | murphy | 2010-06-01 | 1 | -3/+3 |
| | | | | | some nested styles. | ||||
* | Simplified example test: It broke every time the default stylesheet was ↵ | murphy | 2010-05-18 | 1 | -135/+1 |
| | | | | changed. Now it's independent. | ||||
* | Added examples tests to the functional suite. | murphy | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | Added tests for the CodeRay website examples. | murphy | 2010-05-01 | 1 | -0/+258 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 3 | -7/+7 |
| | |||||
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 5 | -28/+20 |
| | |||||
* | Improved functional tests. | murphy | 2010-03-26 | 2 | -3/+14 |
| | |||||
* | Cleaning up functional tests; test:functional scans without loading Rubygems ↵ | murphy | 2010-01-01 | 4 | -77/+93 |
| | | | | now. | ||||
* | Added a test case for loading plugin scanners. | murphy | 2009-10-20 | 2 | -0/+137 |
| | |||||
* | Testing for_redcloth and lines_of_code. | murphy | 2009-10-18 | 1 | -1/+48 |
| | |||||
* | Testing whether #dup works for WordList as expected. | murphy | 2009-10-18 | 1 | -0/+9 |
| | |||||
* | Added LinesOfCode encoder (issue #123) - simple version. | murphy | 2009-06-29 | 1 | -0/+30 |
| | |||||
* | Fixed for_redcloth for latest RedCloth (4.2.0+) versions (issue #119). | murphy | 2009-06-20 | 2 | -2/+2 |
| | |||||
* | FIXED: CaseIgnoringWordList respects default value (closes #97). | murphy | 2009-04-20 | 1 | -0/+4 |
| | | | | | * Test cases added. | ||||
* | Fixed some test suite problems. | murphy | 2009-04-20 | 2 | -18/+15 |
| | | | | | | | * coderay_suite: UTF-8 output is compared as binary. * functional tests: cleaned up. * test/unit: prevent Ruby 1.9 warning about circular require. | ||||
* | Fixed a bug in for_redcloth.rb (closes #87). | murphy | 2009-02-18 | 1 | -2/+20 |
| | | | | | | * No more closing PRE tags in RedCloth output. * Added j, j19, and test:functional:all tasks. | ||||
* | Fixes for Ruby 1.9. | murphy | 2008-12-25 | 2 | -17/+25 |
| | |||||
* | Fixed tests and YAML Scanner (#34) | murphy | 2008-10-20 | 1 | -2/+2 |
| | | | | | * The last commit (r262) also belongs to ticket #34. | ||||
* | Fixed coderay/for_redcloth escaping. | murphy | 2008-08-28 | 1 | -1/+22 |
| | |||||
* | Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'. | murphy | 2008-08-28 | 1 | -1/+1 |
| | | | | | * Cleanup in documentation.rake. | ||||
* | Added CodeRay.for_redcloth with test and documentation. | murphy | 2008-08-28 | 1 | -0/+7 |
| | | | | | | * Tested with RedCloth 4.0.3. * Also added :ee task for the Ruby Enterprise Edition (rubyee). |