[DRE-commits] [ruby-org] tag upstream/0.8.0 created (now 0182860)

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a change to tag upstream/0.8.0
in repository ruby-org.

        at  0182860   (commit)
This tag includes the following new commits:

       new  a3f2578   Initial checkin: Skeleton
       new  913e56d   Loads file and extracts headlines
       new  3e9f81f   Headlines now parse tags
       new  fa3a4ca   Started work on textile export
       new  2c24d65   Added line class, some refactoring
       new  0e4d189   Checkpoint: rudimentary paragraph and list recognition
       new  7876bd1   Handle some classes of links
       new  8b012f9   Can now make a parser without a file; needed for Webby integration
       new  c1c8ad8   Big cleanup and bug fixing in textile output
       new  d825e8e   Added simple table support. Table headers don't yet work.
       new  d18817e   Added simple table support. No table headers yet.
       new  204206b   Added support for blockquotes.
       new  cfe07a0   Recognize simple headline keywords
       new  e409956   First stable package
       new  08f5885   Can handle line wraps inside list items
       new  f9497b0   Partial checkin: Starting to de-spaghetti. need to add logging -- blank lines don't work
       new  e1586ca   Fixed bug in blank lines. Spaghetti factor reduced!!
       new  5dc89e7   Getting ready to finish version 0.1
       new  dbb184c   Added 0.1 packages
       new  ec24e7e   Renamed gem to org-ruby
       new  13f93c0   Added a mode stack to OutputBuffer
       new  1b9078b   Tests pass in spite of new mode stack
       new  9b15196   Refactor: Created TextileOutputBuffer
       new  d7c3ec6   Remove intermediate pkg output
       new  0ee83dc   Final refactor before html?
       new  6292891   Checkpoint
       new  de83494   Passing my first HTML test case
       new  947824e   Pass my next test -- simple lists
       new  16e48df   Added Emphasis class to help with inline formatting
       new  6327267   Starting to use new emphasis class
       new  f3602f7   Moved to regular expressions in textile output
       new  7e24363   Added inline formatting support. REMOVED support of asterisk as a plain list identifier. It's not recommended in ORG.
       new  0d2f855   SIMPLE html table support. No table headers (yet)
       new  374a1b3   Added blockquote support
       new  3c7316f   Added block code support. HTML export should now be as buggy as textile export.
       new  1885dee   Refactor: Rename class and methods
       new  c9a03e8   Added TAGS file
       new  f5a8298   Version 0.2
       new  d93b2ab   Fixed: Tables/lists not closed at end of file; no inline formatting in table cells
       new  c23e6ec   Now escape HTML in PRE blocks
       new  760713f   Now use rubypants for typographically better html output
       new  9782c1f   Windows consoles won't colorize!
       new  2f5925d   Version 0.3 gem package created
       new  19b85ee   HTML output is now indented, two spaces per scope.
       new  3392f16   Ah, need "require 'rubygems'" to properly resolve the gem when running things via "rake spec". Live and learn.
       new  7d05561   Added multi-paragraph list item support.
       new  8a39e4c   Added very simple title decoration: The first paragraph or heading that gets output will have 'class="title"' appended to the output tag. If the file starts with a table or a list, there will be no title output for that file.
       new  77d8827   Version 0.4.0 gem.
       new  f8c87d2   Renamed README.txt to README.rdoc to get prettier formatting on GitHub.
       new  6ceb3c1   Fixed bug: HTML literals are now escaped in org text, at least in HTML output. I haven't tested this in textile.
       new  49ed71f   Added support for exporting comments inside code blocks.
       new  1bb4cb8   Added new gem
       new  23db402   Fixed regression in smart quotes.
       new  85ea1e9   Preparing to improve lexer. Added assigned_paragraph_type property to lines.
       new  33bcfaf   Everything now shows up in code blocks, even org-mode metadata.
       new  f901701   Got rid of the extraneous newline at the start of code blocks.
       new  3616f28   Version 0.4.2 of the gem.
       new  1a87985   Parse and store in-buffer settings. Still need to handle OPTIONS hash.
       new  aac4f93   Simple option parsing.
       new  cc49ea2   Started supporting the #+TITLE: directive. Better handling of links between ORG files.
       new  fb4801f   Now supports the option for exporting todo keywords.
       new  2495dac   Now numbers headlines on demand.
       new  6a66459   Fixed bug; Orgmode::Parser.to_html was no longer idempotent, and that messed up my rake testcase:accept task.
       new  28df9ae   Changed the parser spec to dynamically generate a different rspec example for each test input file. This makes it *much* easier to work with failing test cases.
       new  4009169   Added table header support
       new  3aecfa5   Got a little ahead of myself thinking I'd be at a 1.0 version by the end of tonight.
       new  c30a17e   Supports option skip:t
       new  dcd5084   Supports option skip:nil. WAAY harder than it should have been.
       new  4ddcdfa   Added support for in-buffer TODO keywords
       new  16e428b   More test cases for custom keywords. Fixed bug: HTML not escaped in headings.
       new  9690c73   Support EXPORT_SELECT_TAGS and EXPORT_EXLUDE_TAGS for controlling parts of the tree to export
       new  c894f07   Version 0.5.0 gem.
       new  3187a74   Updated announcement file.
       new  7dae601   Updated documentation.
       new  d749b82   Updated gem with latest documentation.
       new  f782a96   Updated timestamp on history.
       new  19a21fa   Recognizes ":" at the beginning of the line as a signal for preformatted text.
       new  aefe367   Added CSS tags to SRC and EXAMPLE blocks
       new  debfc6a   Version 0.5.1
       new  9b8f57c   Checkpoint
       new  a02d0fd   Big layering/refactoring
       new  0df1680   Checked in 0.5.2 gem.
       new  ba2e675   Make it easier to get debugging output.
       new  c0d0aa0   Added support for inline images
       new  8f3a4df   Version 0.5.3 package created
       new  6b3f299   Merge branch 'master' of github.com:bdewey/org-ruby
       new  49983d3   Bumped version to 0.5.4. Made block commands case-insensitive.
       new  5e70149   Makes comment support compatible with org-mode: Only lines beginning with a # are comments. And begin_block/end_block are not comments (they can have spaces in front).
       new  e7b058c   added support for block comments (#+BEGIN_COMMENT/#+END_COMMENT)
       new  73b5322   added support for subscript and superscript (foo_{sub} and foo^{sup})
       new  dbd0ed2   added support to deactivate subscript and superscript (#+OPTIONS: ^:nil). Works only for HTML export.
       new  1520600   Implemented definition lists (e.g., + a :: b). Only works with HTML (Textile does not support definition lists AFAIK).
       new  8deb95e   Implemented #+BEGIN/END_CENTER to center text (works with textile and HTML)
       new  03298ef   Added textile support for definition lists.
       new  7554cdc   Added support for Footnotes (both HTML and Textile).
       new  d37889f   Footnode export (for HTML) is controlled by #+OPTIONS: f:t (default off)
       new  7354b58   Convert special symbols (e.g., \alpha) to corresponding html or utf8 for textile.
       new  90dbb95   Fixed regex for special symbol replacement (handle \alpha\s properly).
       new  7af3266   More accurate table header support.  Org allows divider-type lines around the table as well as inside the table while only creating one header row.
       new  692847d   Fix bug Ordered and Unordered lists regexp.
       new  4e146aa   Allow pretty text in links to be images.
       new  8856eaa   Merge pull request #13 from punchagan/lists
       new  e39c867   Make inline images clickable.
       new  a7ac317   Checking in current test cases for invalid list recognizer.
       new  774a213   Merge pull request #11 from leathekd/spurious-table-headers
       new  e8a1f7a   Updated tests to catch the fixed list behavior.
       new  7d231b5   Merge pull request #14 from punchagan/image-links
       new  db2a99d   Fixed bug in the new image link text code and updated test cases.
       new  0535742   Merge ruediger changes
       new  878aa16   Added support header offset.
       new  4981bb0   Packaged and submitted as a new Gem version.
       new  ccf63b6   Added a clojure example to the export.
       new  961bcf5   Added preliminar support for the property drawer from org-mode. Property drawer tags do not appear on the output now.
       new  48e7bd9   Added support for angle links
       new  75fff88   Added tests for angle link and property drawer fixes.
       new  4274464   encode utf-8 comment to textile replace class
       new  1704057   Added encoding utf-8 directive to support Ruby 1.9
       new  237fe6c   Merge branch 'master' of git://github.com/bdewey/org-ruby
       new  52cac3d   Headlines marked with the COMMENT keyword are not exported as specified in the comment lines section from the org-mode documentation. <http://orgmode.org/org.html#Comment-lines>
       new  bf6e15e   Headlines marked with the COMMENT keyword are not exported
       new  8653d43   Headlines marked with the COMMENT keyword are not exported as specified in the comment lines section from the org-mode documentation. <http://orgmode.org/org.html#Comment-lines>
       new  ff42192   Merge branch 'master' of git://github.com/bdewey/org-ruby
       new  2d479a3   Add support for .org Tilt templates
       new  39b4155   Merge pull request #18 from crnixon/master
       new  8dcd7a9   Merge branch 'master' of git://github.com/bdewey/org-ruby
       new  1b9e838   Added code tags for #+BEGIN/END_SRC blocks and specify code language
       new  117ca26    Updating rake task to run rspec tests
       new  7908217   Modified History.txt to prepare for minor version up of the gem
       new  76deba1   Fixed issue with InlineExampleRegexp when a colon was at the beginning of line (fixes #21 and #6)
       new  7c61bd7   Fixed bug when angle links and normal links are on the same paragraph
       new  d118f52   Added Gemfile
       new  8474762   Added test for Tilt support
       new  c9938cb   add support for "-----" to "<hr>"
       new  e6a1474   added 5 hyphens (horizontal rule) to line.rb and html output - missing textile output functionality
       new  fc93370   added a comment to horizontal_rule test
       new  74c2b27   More than five dashes create an horizontal rule in html output (fixes #20)
       new  19bb4c9   Included credits for Neil-Smithline
       new  e2d330c   Updated gem version
       new  b816b80   Packaged new gem version
       new  5233eb5   Releasing version 0.6.1
       new  bc37fe0   Releasing version 0.6.2 of gem
       new  45372b6   Correct handling of .org URIs in HTML markup routine.
       new  614804e   Merge 'rayl/org-ruby' (Fixes #25)
       new  12e835d   Updated specs for link-features.org
       new  0c07b90   Bumped gem to 0.6.3 for patch release
       new  8dc7348   Add feature to colorize #+BEGIN_SRC blocks with Pygments or CodeRay
       new  5f55cee   Added tests for code syntax highlight feature
       new  0ddffaf   Property drawer items can include hyphens (e.g. :noweb-ref:) http://orgmode.org/manual/noweb_002dref.html
       new  f230794   Whitespace cleanup
       new  b280dfe   Remove require "rubygems"
       new  7d89a6a   Organize requires within the gem
       new  0e120d5   Adding some benchmarks using org-babel
       new  932e4a0   Merge branch 'organize-requires'
       new  978e73f   Change the tags used when colorizing code syntax: - Default and Coderay use a <pre> tag with the "src-#{lang}" css class like the elisp exporter - Pygments uses a <div> tag with the "highlight" css class
       new  9d3187e   Fix indentation
       new  c5d3108   Lists with code fragments should work (fixes #27)
       new  a3e0451   Remove pkg and doc directories from repo
       new  d05ceca   Remove code tags and use pre block with src-:lang class like org exporter
       new  73cd4d0   Merge latest features from master
       new  9212cfc   Modify properties_drawer example to use begin_example
       new  caba60a   Merge branch 'master' into code-syntax-highlight
       new  4e49803   Include tests for code lists with src blocks
       new  6986417   Print version of the gem with --version of option
       new  6537a62   Bumping version to 0.6.4
       new  94d7bd1   Bump version to 0.7.0. This version starts supporting syntax highlight
       new  9d1f4fc   Merge branch 'master' into release-v0.7.0
       new  eb0fb46   Merge branch 'master' into code-syntax-highlight
       new  c8ded09   Check first for Pygments support
       new  62739de   Merge branch 'code-syntax-highlight' into release-v0.7.0
       new  c026d7c   Only change ending of file: links like org exporter
       new  ceccde6   Merge branch 'master' into code-syntax-highlight
       new  69ad6a3   Merge branch 'master' into release-v0.6.4
       new  8715e6b   Update gemspec
       new  8ad8ade   Release 0.6.4 version of the gem
       new  b3d1d91   Merge master
       new  b9e8a8f   Merge branch 'code-syntax-highlight' into release-v0.7.0
       new  df04769   Support syntax highlight using Pygments (or Coderay) when available
       new  281ec7b   Modify tests content and remove test/ directory.
       new  180d995   Normalize language used in block for Pygments and CodeRay. This makes emacs-lisp, common-lisp and lisp use the scheme lexer in Pygments.
       new  468e753   Small bugfix release, bump version to 0.7.1.
       new  958262e   Asterisk can also be used for bullet lists (Fixes #29)
       new  b4add3f   Add more complex tests for emphasis markup
       new  ea2869d   Correct parsing of org-mode emphasis
       new  1f38304   Fix emphasis test to not use pygments
       new  8ac9fb8   Merge pull request #32 from vonavi/master
       new  1ace7d2   Update emphasis markup test to reflect improved regex Also use begin_example instead begin_example for general tests that do not need code block syntax highlighting.
       new  7e2f010   Merge three methods 'to_textile' into that one
       new  25806ec   Merge pull request #33 from vonavi/master
       new  1d04ab7   Add --format and --colour options to rspec output
       new  551ce19   Fix error when table starts with hline
       new  18bba9c   Stop catching RubyPython error from pygments
       new  8f5e1c0   Use text lexer when source block does not specify lang
       new  eff8fb5   Fix error when table starts with hline (fixes #34)
       new  f479f1f   Merge branch 'table-with-hline'
       new  5a89396   Bump version of gem to 0.7.2
       new  da2173c   Produce Textile and HTML outputs keeping newlines. RegexpHelper is modified, now it works better.
       new  c7a2761   Textile and HTML examplesupdated in accordance with the last commit.
       new  fa49ee3   Merge pull request #36 from vonavi/master
       new  af069b6   Assign the paragraph type to a variable.
       new  8482368   New pretty indentation of HTML output done, code essentially simplified. Currently, supports ordered and unordered lists, can broke Textile output.
       new  16b1e5b   Example outputs which satisfy me at the moment.
       new  03e4544   Update syntax highlight testcases
       new  2145515   More carefully does the accumulation of output.
       new  3ecb63e   Corrects HTML output for definition lists and tables.
       new  032bac2   Updates examples with tables and lists.
       new  4acf31f   Correction of HTML output for code blocks.
       new  583ab18   Examles of correct HTML outputs with code blocks.
       new  496a5a8   Correction of HTML output for general blocks.
       new  c9f2edf   Examples of HTML output with correct general blocks.
       new  2e96d42   Corrects the rest of HTML examples.
       new  44d48ca   The rest of HTML examples corrected.
       new  0ed172a   Corrects code syntax highlighting.
       new  7d7a2d3   Code syntax highlight examples corrected.
       new  ffda755   Corrects Textile output.
       new  f4d593f   Updates Textile examples.
       new  3922887   Slight code refactoring was done, which improves accumulating block contents.
       new  b3ca932   Suppresses to pop mode for a blank line.
       new  4eb595c   Fixes the translation of inline example.
       new  0c2ac5c   Assigning a CSS class for HTML output was modified a little bit.
       new  afaaaef   Simplifies adding lines to output buffer.
       new  c29d00f   Newlines are handled carefully.
       new  671f858   Updates examples in accordance with the previous commit.
       new  25bbe22   Handles an inline example without the need of a major mode.
       new  f596ca1   No major mode is needed for blocks from now, block contents is accumulated much carefully.
       new  71cf766   Line translating was moved to "output_buffer.rb", and needless accessors were removed.
       new  c0f9908   Indentation of ordinary lines was done.
       new  30f3c0c   Updates all examples in accordance with the previous commit.
       new  eba55de   Fix typo
       new  a0da860   Add test for code-blocks inside of lists
       new  dc53d54   Update tests
       new  ee63201   Update case of broken lists and improved indentation
       new  bac6e70   Modify paragraph_type symbol returned for list_item
       new  17c8ac5   Mark assigned_paragraph_type test as pending
       new  7cc4bfc   Merge branch 'vonavi/list_indentation' into master (Fixes #38)
       new  62f9191   Refactoring of method "flush!" from HTML output buffer.
       new  0c02e4a   Adds a newline at the end of HTML file. Updates corresponding examples.
       new  e28d5f7   Closes a horizontal-rule tag.
       new  a672361   Fixes handling definition lists.
       new  baeec14   Refactoring of method "flush!" from Textile output buffer.
       new  71eeb6b   Slight changes.
       new  6f81d58   Adds method "add_paragraph".
       new  7f09cda   Merge pull request #39 from vonavi/buffer_flush
       new  b93c01d   Refactoring of parser was done. Fixes parsing headlines within quote and center blocks.
       new  d370d5c   No need buffered lines from now.
       new  0e4d6e2   Quote and center blocks can include tables.
       new  a4c354d   Proper indentation of code blocks done.
       new  3af28da   Updates the examples in accordance with the last commit.
       new  2f09bbd   Fixes the title for HTML output. Updates the examples.
       new  b3ef10e   Code syntax highlight examples updated.
       new  cd43ace   Slight changes.
       new  945d7cd   Simplifies determining the indent of code block.
       new  3b9808e   Merge pull request #40 from vonavi/parser
       new  12a6174   Fix regexps for replacing Org-mode entities.
       new  b11e090   Fix for nonexistent Org-mode entity.
       new  dde3237   Keep text within a code emphasis as is.
       new  eb7deb0   Adds option #+html: to incorporate raw HTML text.
       new  8f10782   Fix for definition lists.
       new  f7c2f8d   Slight changes in definition lists.
       new  1db0682   Fixes regexps for links and images.
       new  547d584   Just changes util/gen-special-replace.el.
       new  f4abf72   Slight change for accumulating raw HTML.
       new  7de43a5   Add unit test for angle link in regexp helper
       new  704b09b   Add test for raw html input when using #+html in line.
       new  cb50fa1   Add test for entities that are supported in HTML output
       new  05a6a38   Update test about definition lists support for HTML output
       new  01a9809   Merge pull request #41 from vonavi/regexp
       new  ccbc19b   Change implementation of footnotes in textile_output.
       new  9907616   Merge branch 'fix-textile-footnote-test'
       new  d518386   Remove bones dependency
       new  a5b14df   Use Travis to test the build
       new  52c106c   Remove .bnsignore file
       new  a565b53   Merge branch 'use-travis'
       new  b6ad76e   Cosmetic change in regexps.
       new  efe8132   Support of HTML source blocks.
       new  326d1b6   Skip blocks of unsupported type.
       new  347cf8c   Skip a HTML code block for non-HTML output.
       new  ed347dc   Transfers @<text> into <text> for HTML output.
       new  76d8274   Switches the formatting of image links to default Org-mode behavior.
       new  52db546   Updates the examples in accordance with the last commit.
       new  f5e44dc   Fixes regexps for preparing links.
       new  835f8de   Slight modifies headline attributes.
       new  ff9be16   Merge pull request #42 from vonavi/html_block
       new  d0e0321   Fix for definition lists.
       new  0327922   Add test for the fix of definition lists
       new  81d738d   Merge pull request #43 from vonavi/defi_list
       new  29903d8   Fix the testcase:* rake tasks
       new  f60e529   Update README
       new  0182860   Bump version to 0.8.0

The 288 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list