Age | Commit message (Collapse) | Author | Files | Lines |
|
Tilt is a thin interface over a bunch of different Ruby template engines in
an attempt to make their usage as generic possible. This is useful for web
frameworks, static site generators, and other systems that support multiple
template engines but don't want to code for each of them individually.
The following features are supported for all template engines (assuming the
feature is relevant to the engine):
* Custom template evaluation scopes / bindings
* Ability to pass locals to template evaluation
* Support for passing a block to template evaluation for "yield"
* Backtraces with correct filenames and line numbers
* Template file caching and reloading
* Fast, method-based template source compilation
The primary goal is to get all of the things listed above right for all
template engines included in the distribution.
|
|
So style command was actually the diction command.
I guess nobody else used this.
|
|
|
|
FlightCrew is a C++, cross-platform, native code epub validator.
It is composed of three parts:
* FlightCrew, the validation library;
* FlightCrew-cli, the command-line front-end to the FlightCrew library;
* FlightCrew-gui, the GUI front-end to the FlightCrew library;
|
|
Release 1.2.4 - 2011/07/29
--------------------------
Improvements
^^^^^^^^^^^^
* Re-supported *BSD. (Reported by OBATA Akio)
* Improved sed related portability. (Suggested by OBATA Akio)
* Re-supported Visual C++ 2008.
* Supported :doc:`commands/check` for hash table.
* Ignored invalid _score in --sortby of :doc:`commands/select`
for convenience. #1030
* Added document about :doc:`log`.
* Supported ~/.editrc.
* Supported ~/.groonga-history.
Fixes
^^^^^
* Fixed broken libedit support. (Reported by Daiki Ueno)
* Fixed source URL in *.spec (Reported by Daiki Ueno)
* Fixed patricia trie cursor returns wrong records.
* Added missing database lock clear for grn_obj_clear_lock()
for database.
* Fixed wrong record's column values deletion possible on
record deletion.
|
|
Bug:
* [CPPXT-71] - Shorthand File CredentialResolver config fails to support use attribute
* [CPPXT-73] - make distclean not removing pkgconfig files
* [CPPXT-75] - sending SOAP 1.1 Fault to Shib Native SP ECP handler
* [CPPXT-77] - Library init routines should be idempotent
|
|
|
|
missing on some platforms. fixes PR#45181
|
|
This is a maintenance release of ICU 4.8. No new APIs were added.
|
|
2011-07-18 Tadamasa Teranishi <yw3t-trns@asahi-net.or.jp>
* configure.in: Bumped version number to to 2.0.21.
* configure.in (LTVERSION): Set "8:3:1".
* man: update.
* namazu.cgi:
Fix IE6,7 cross-site scripting problem.
* tests, pltests:
Add New Tests.
make check have passed by changing '$WATATI = ;' lines in pl/conf.pl
for LANG=ja, except $MECAB is set.
|
|
|
|
(resolves CVE-2009-5044 / SA44999)
Patches copied from:
http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/groff/groff-1.20.1-owl-tmp.diff?rev=1.2
Modified for pkgsrc and excluded a documentaion change to doc/groff.texinfo
that changes a `makeinfo' is too old warning into a fatal error.
Added patch to make pdfroff.sh use -dSAFER
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538338 for details.
|
|
add a missing LICENSE and fix a few COMMENT
|
|
|
|
Update to Automake 1.10.3
Fix a bug which caused a race condition (leading to a likely
crash) when two threads try to update the dictionary cache at
the same time.
Make it very clear that compiling Aspell with NDEBUG is a bad
idea (see http://aspell.net/ndebug.html) by outputting a warning
when building with NDEBUG defined.
Numerous other minor updates and bug fixes.
|
|
|
|
changes:
-bugfixes
-portability fixes in selftest
|
|
Release 1.2.3 - 2011/06/29
--------------------------
Improvements
^^^^^^^^^^^^
* Added invalid table name check. #912
* Added groonga-query-log-analyzer that analyze query log.
* groonga command shows failed command on error.
* groonga command shows file name and line no on error.
* Improved error message of :doc:`commands/column_create`. #952
* Added GRN_OBJ_TABLE_DAT_KEY, double array trie, table. (experimental)
Fixes
^^^^^
* fix get command crash. (Reported by OBATA Akio)
* fix elapsed time overflow in query log. #944
|
|
|
|
|
|
script.
|
|
changes:
-schema updates
-translation updates
|
|
changes: bugfixes
|
|
comment in file.
|
|
globbing...
|
|
|
|
|
|
|
|
* It fixes a critical bug in 1.4.6.
== 1.5.0 / 2011-07-01
* Notes
* See changelog from 1.4.7
* Features
* extracted sets of Node::SaveOptions into Node::SaveOptions::DEFAULT_{X,H,XH}TML (refactor)
* Bugfixes
* default output of XML on JRuby is no longer formatted due to
inconsistent whitespace handling. #415
* (JRuby) making empty NodeSets with null `nodes` member safe to operate on. #443
* Fix a bug in advanced encoding detection that leads to partially
duplicated document when parsing an HTML file with unknown
encoding.
* Add support for <meta charset="...">.
== 1.5.0 beta3 / 2010/12/02
* Notes
* JRuby performance tuning
* See changelog from 1.4.4
* Bugfixes
* Node#inner_text no longer returns nil. (JRuby) #264
== 1.5.0 beta2 / 2010/07/30
* Notes
* See changelog from 1.4.3
== 1.5.0 beta1 / 2010/05/22
* Notes
* JRuby support is provided by a new pure-java backend.
* Deprecations
* Ruby 1.8.6 is deprecated. Nokogiri will install, but official support is ended.
* LibXML 2.6.16 and earlier are deprecated. Nokogiri will refuse to install.
* FFI support is removed.
=== 1.4.7 / 2011-07-01
* Bugfixes
* Fix a bug in advanced encoding detection that leads to partially
duplicated document when parsing an HTML file with unknown
encoding. Thanks, Timothy Elliott (@ender672)! #478
=== 1.4.6 / 2011-06-19
* Notes
* This version is functionally identical to 1.4.5.
* Ruby 1.8.6 support has been restored.
|
|
It is deprecated header file since curl-2.12.0 and removed at curl-7.21.7.
fixes PR#45106.
|
|
patches of http://cvs.pld-linux.org/.
Bump PKGREVISION.
|
|
|
|
PR#44976 by David H. Gutteridge.
This module implements the Wagner-Fischer dynamic programming
technique, used here to calculate the edit distance of two strings.
The edit distance is a measure of the degree of proximity between two
strings, based on "edits": the operations of substitutions, deletions
or insertions needed to transform the string into the other one (and
vice versa). The module is designed to be easily extensible by
functioning as a base class for other modules.
|
|
3.1.1
* Update the vendored Sass to version 3.1.0.
3.1.0
* Don't add a type attribute to <script> and <style> tags generated by
filters when :format is set to :html5.
* Add an :escape_attrs option that allows attributes to either remain
unescaped (for things like embedding PHP directives in Haml) or to be always
escaped rather than #escape_onced. This can also be used from the command
line via --no-escape-attrs.
* Allow custom filters to be loaded from the command line.
Backwards Incompatibilities - Must Read!
* Get rid of the --rails flag for the haml executable. This flag hasn't been
necessary since Rails 2.0. Existing Rails 2.0 installations will continue to
work.
* Drop support for Hpricot 0.7. 0.8 has been out for nearly two years.
3.0.25
Tagged on GitHub.
* HTML-to-Haml conversion now works within Ruby even if Hpricot is loaded
before haml/html.
|
|
Changes are unknown but encoding problem seems to be solved.
|
|
== 4.2.7 / Febrary 10, 2011
* Fixed typo in gemspec to make case-sensitive require work. [Gabe da Silveira]
* Tested installing the gem and requiring it with both cases on Ubuntu 8.04, 10.10 and OS X Version 10.6.6.
* Have spaces around the en-dash in LaTeX [Benjamin Quorning]
* Turned double-quote close to smart quotes in LaTeX [Jonathan D. Blake]
=== 4.2.6 / February 9, 2011
* Add case-sensitive require back into the gemspec.
* Fix rdoc options in gemspec.
=== 4.2.5 / February 7, 2011
* Fix bundler and rubygems-test incompatibilities. Working around bug:
https://github.com/carlhuda/bundler/issues/issue/1021
=== 4.2.4 / February 7, 2011
* Add .gemtest to opt-in to rubygems-test program (gem install rubygems-test to participate)
* Allow attributes to be set on hr and br tags [Jesse Stormier]
* Fix dangling <li> [Stephen Bannasch]
* Switch to bundler and rake-compiler for gem management/compilation
* Fix invalid YAML for Ruby 1.9.2 [Aaron Patterson]
|
|
= 0.8.4
=== 28 February, 2011
* GH #21, #32, #33, #36: Fix for reported segfaults
|
|
* pkgsrc change: allow to install with ruby19-base.
= Change Log
Below is a complete listing of changes for each revision of FasterCSV.
== 1.5.4
* Improved test coverage for the parser.
* Improved documentation.
* Fixed a bug that prevented <tt>^</tt> from being used as <tt>:quote_char</tt>.
* Switched from abort() to throwing exceptions on Ruby 1.9.
|
|
Changes are unknown.
|
|
Not complete but from History.md:
## 2.0.11 [2011-02-10] Michael Granger <ged@FaerieMUD.org>
Enhancements:
* gem-testers support
* Update to Discount 2.0.5
Bugfixes:
* Removed unnecessary requires from top-level file
* Fix for Windows devkit installs
## v2.0.10 [2011-02-09] Michael Granger <ged@FaerieMUD.org>
Enhancements:
Updated to Discount 2.0.4:
* Added configuration options for all of Discount's extensions.
* Worked around a Discount bug when rendering the same document twice (appends a \0)
|
|
|
|
* reordered Changes to be recent at the top
* rewritten t/large_file.t to skip non-sparse file systems
code borrowed from lfs.t in newer perl
- coding done by Robert Buels
|
|
=== 1.4.5 / 2011-06-15
* New Features
* Nokogiri::HTML::Document#title accessor gets and sets the document title.
* extracted sets of Node::SaveOptions into
Node::SaveOptions::DEFAULT_{X,H,XH}TML (refactor)
* Raise an exception if a string is passed to Nokogiri::XML::Schema#validate.
#406
* Bugfixes
* Node#serialize-and-friends now accepts a SaveOption object as the, erm,
save object.
* Nokogiri::CSS::Parser has-a Nokogiri::CSS::Tokenizer
* [JRUBY+FFI only] Weak references are now threadsafe. #355
* Make direct start_element() callback (currently used for
HTML::SAX::Parser) pass attributes in assoc array, just as
emulated start_element() callback does. rel. #356
* HTML::SAX::Parser should call back a block given to parse*() if any, just
as XML::SAX::Parser does.
* Add further encoding detection to HTML parser that libxml2 does not do.
* Document#remove_namespaces! now handles attributes with namespaces. #396
* XSLT::Stylesheet#transform no longer segfaults when handed a
non-XML::Document. #452
* XML::Reader no longer segfaults when under GC pressure. #439
|
|
2011-05-11 (1.5.2)
* Apply documentation patch by Cory Monty <cory.monty@gmail.com>.
* Add gemspecs for json and json_pure.
* Fix bug in jruby pretty printing.
* Fix bug in object_class and array_class when inheriting from Hash or Array.
|
|
|
|
|
|
|
|
since ftp does not handle https: URLs.
|
|
PR#45033.
|
|
|