Commit graph

169833 commits

Author SHA1 Message Date
taca
85919eedfb Update ruby-sequel package to 3.21.0.
=== 3.21.0 (2011-03-01)

* Make symbol splitting (:table__column___alias) work correctly for identifiers that are not in the \w character class (authorNari)
* Enable row locks in Oracle (authorNari)
* Prefer cover? over include? for validates_includes/validates_inclusion_of (jeremyevans)
* Make using NULL/NOT NULL, DEFAULT, and UNIQUE column options work correctly on H2 and possibly Oracle (jeremyevans)
* Make bin/sequel accept file arguments and work correctly when $stdin is not a tty (jeremyevans)
* Add support for -I and -r options to bin/sequel (jeremyevans)
* Sequel::Model.plugin can now be overridden just like the other Model methods (jeremyevans)
* Add tinytds adapter, the best way to connect to MSSQL from a C based ruby running on *nix (jeremyevans)
* Recognize bigint unsigned as a Bignum type in the schema dumper (gamespy-tech) (#327)
* Add Dataset#calc_found_rows for MySQL datasets (macks)
* Add association_autoreloading plugin for clearing association cache when foreign key value changes (jfirebaugh, jeremyevans)
* Fix join_table on MySQL ignoring the block (jfirebaugh)
* Transfer CTE WITH clauses in subselect to main query when joining on MSSQL (jfirebaugh)
* Make specs support both RSpec 1 and RSpec 2 (jeremyevans)
* Work with ruby-informix versions >= 0.7.3 in the informix adapter (jeremyevans) (#326)

=== 3.20.0 (2011-02-01)

* Allow a :partial option to Database#indexes on MySQL to include partial indexes (roland.swingler) (#324)
* Add a SQLite subadapter to the swift adapter, now that swift supports it (jeremyevans)
* Update swift adapter to support swift 0.8.1, older versions no longer supported (jeremyevans)
* Allow setting arbitrary JDBC properties in the jdbc adapter with the :jdbc_properties option (jeremyevans)
* Use a better error message if a validates_max_length validation is applied to a nil value (jeremyevans) (#322)
* Add some basic Microsoft Access support to the ado adapter, autoincrementing primary keys now work (jeremyevans)
* Make class_table_inheritance plugin handle subclass associations better (jeremyevans) (#320)

=== 3.19.0 (2011-01-03)

* Handle Date and DateTime types in prepared statements when using the jdbc adapter (jeremyevans)
* Handle Date, DateTime, Time, SQL::Blob, true, and false in prepared statements when using the SQLite adapter (jeremyevans)
* Use varbinary(max) instead of image for the generic blob type on MSSQL (jeremyevans)
* Close prepared statements when disconnecting when using SQLite (jeremyevans)
* Allow reflecting on validations in the validation_class_methods plugin (jeremyevans)
* Allow passing a primary key value to the add_* association method (gucki)
* When typecasting model column values, check the classes of the new and existing values (jeremyevans)
* Improve type translation performance in the postgres, mysql, and sqlite adapters by using methods instead of procs (jeremyevans)

=== 3.18.0 (2010-12-01)

* Allow the user to control how the connection pool deals with attempts to access shards that aren't configured (jeremyevans)
* Typecast columns when creating model objects from JSON in the json_serializer plugin (jeremyevans)
* When parsing the schema for a model that uses an aliased table, use the unaliased table name (jeremyevans)
* When emulating schema methods such as drop_column on SQLite, recreate applicable indexes on the recreated table (jeremyevans)
* Only remove hook pairs that have been run successfully in the instance_hooks plugin (jeremyevans)
* Add reversible migration support to the migration extension (jeremyevans)
* Add to_dot extension, for producing visualizations of Dataset abstract syntax trees with Graphviz (jeremyevans)
* Switch to using manual type translation in the SQLite adapter (jeremyevans)
* Support :read_timeout option in the native mysql adapter (tmm1)
* Support :connect_timeout option in the native mysql and mysql2 adapters (tmm1)

=== 3.17.0 (2010-11-05)

* Ensure that the optimistic locking plugin increments the lock column when using Model#modified! (jfirebaugh)
* Correctly handle nil values in the xml_serializer plugin, instead of converting them to empty strings (george.haff) (#313)
* Use a default wait_timeout that's allowed on Windows for the mysql and mysql2 adapters (jeremyevans) (#314)
* Add support for connecting to MySQL over SSL using the :sslca, :sslkey, and related options (jeremyevans)
* Fix Database#each_server when used with jdbc or do connection strings without separate :adapter option (jeremyevans) (#312)
* Much better support in the AS400 JDBC subadapter (bhauff)
* Allow cloning of many_through_many associations (gucki, jeremyevans)
* In the nested_attributes plugin, don't make unnecessary update calls to modify associated objects that are about to be deleted (jeremyevans, gucki)
* Allow Dataset#(add|set)_graph_aliases to accept as hash values symbols and arrays with a single element (jeremyevans)
* Add Databse#views and #view_exists? to the Oracle adapter (gpheruson)
* Add Database#sql_log_level for changing the level at which SQL queries are logged (jeremyevans)
* Remove unintended use of prepared statements in swift adapter (jeremyevans)
* Fix logging in the swift PostgreSQL subadapter (jeremyevans)

=== 3.16.0 (2010-10-01)

* Support composite foreign keys for associations in the identity_map plugin (harukizaemon, jeremyevans) (#310)
* Handle INTERSECT and EXCEPT on Microsoft SQL Server 2005+ (jfirebaugh)
* Add :replace option to Database#create_language in the postgresql adapter (jeremyevans)
* Make rcte_tree plugin work when not all columns are selected (jeremyevans)
* Add swift adapter (jeremyevans)
* Fix literalization of DateTime objects on 1.9 for databases that support fractional seconds (jeremyevans)
2011-03-23 15:49:05 +00:00
obache
1f93c8cd46 Backport Haiku support, taken from upstream.
(I'm using this patch over 10 months).
2011-03-23 15:46:36 +00:00
joerg
c55c476d69 Fix dependencies. XXX why is this not using USE_TOOLS? 2011-03-23 15:41:55 +00:00
joerg
d7ab164f7e Python 2.4 is not support by py-gtk2. 2011-03-23 15:40:23 +00:00
taca
30db24d919 Note update of these pacakge:
www/ruby-patron		0.4.10
	www/ruby-css-parser	1.1.4
2011-03-23 15:33:10 +00:00
taca
e94c2d94d2 Update ruby-css-parser pacakge to 1.1.4.
=== Ruby CSS Parser CHANGELOG

=== Version 1.1.3
 * allow limiting by media type in add_block!

=== Version 1.1.2
 * improve parsing of malformed declarations
 * improve support for local files
 * added support for loading over SSL
 * added support for deflate

==== Version 1.1.1
 * Ruby 1.9 compatibility
 * @import regexp updates
 * various bug fixes

==== Version 1.1.0
 * Added support for local @import
 * Better remote @import handling
2011-03-23 15:31:53 +00:00
taca
d528bc27f5 Update ruby-patron package to 0.4.10.
0.4.10.

* buffer size option.
* Added mutipart post.
2011-03-23 15:30:25 +00:00
taca
2946ed5879 Note update of www/ruby-rack package to 1.2.1 and
www/ruby-rack11 package to 1.1.2.
2011-03-23 15:28:28 +00:00
taca
52faf3913a Update ruby-rack package to 1.1.2.
== Changes

* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
  * Security fix in Rack::Auth::Digest::MD5: when authenticator
    returned nil, permission was granted on empty password.
2011-03-23 15:27:28 +00:00
taca
441f3dff24 Update ruby-rack package to 1.2.2.
== Changes

* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
  * Security fix in Rack::Auth::Digest::MD5: when authenticator
    returned nil, permission was granted on empty password.
2011-03-23 15:26:29 +00:00
taca
533be3d236 Note update of www/fengoffice package to 1.7.4. 2011-03-23 15:22:51 +00:00
taca
c6f9d1dba8 Update www/fengoffice package to 1.7.4.
Changelog
=========

Since 1.7.3.3
------------
bugfix: Security issue with cookies.
bugfix: Issue in combine.php.
bugfix: Issue with report conditions with date comparisons.
bugfix: Fixed langs for es_es and es_la.
bugfix: Logs were not written for subtasks when trashing, untrashing,
	archiving and unarchiving tasks.
bugfix: Permissions issue at users history log.
bugfix: Tasks reports shows priority codes instead of showing prioriy names.
bugfix: Fixed: reminder didn't use timezone in some cases.
bugfix: Class name removed from search results.
bugfix: File revisions in search results sometimes shows html code.
bugfix: When reporting objects with list custom properties only the
	first value was shown.
bugfix: When composing an email, fields to, cc and bcc not always
	select the email from the list if clicking it.
bugfix: Event creator appears twice in the email when other user
	accepted the invitation.
bugfix: Email signature does not change when composing an email and
	changing the from address.
bugfix: Issue with upload control when attaching a file that already
	exists in the system.
bugfix: Bug with CKEditor and Chrome when adding an image to a document.
bugfix: Checkbox were not cleared when reloading contact list.
bugfix: Issue when having more than one tab with Feng Office and
	viewing emails in each tab.
bugfix: Templates with assigned tasks are not shown properly at tasks widgets.
bugfix: Date format config handler is not initializing correctly for
	some values.
bugfix: Escape characters for report results.
bugfix: Issue with calendar reports.
bugfix: Issue with tasks widget in dashboard.
bugfix: Issue with milestone due dates in listing.
bugfix: Issue with conversation list permissions when viewing an email.
bugfix: LinkedObjectManager issue fixed.

system: CKEditor upgraded to version 3.5.1

feature: Added APC cache for config options and other frequent objects.
feature: Added languages: Bulgarian, Suomi and Svenska.
feature: Upgraded languages: cs_cz, de_de, el_gr, it_it, ja_jp, nb_no,
	 nl_nl, pl_pl, zh_cn.
feature: Improved the message for emails in outbox when logging in.
feature: Added some indexes and improved parts of the code to improve
	 performance.
feature: Added more checks when sending emails.
feature: Performance improved for reminder and email pollings.
feature: Show label "Tags" when tags panel is collapsed.
feature: Javascript injection prevention.


Since 1.7.3.2
------------

bugfix: Sending emails fixed to avoid sending an email more than one
	time when receiving 'mysql has gone away' msg in the middle of the
	process.
2011-03-23 15:22:10 +00:00
minskim
1e3d8f3f9b Fix EMACSLOADPATH for emacs24. 2011-03-23 15:15:20 +00:00
taca
74cd3d7312 Note addition of textproc/mecab-naistdic version 20100801. 2011-03-23 15:15:06 +00:00
taca
016221cb5d Note update of misc/ruby-bundler package to 1.0.10. 2011-03-23 15:14:28 +00:00
taca
ed94c6f082 Add and enable mecab-naistdic. 2011-03-23 15:13:36 +00:00
taca
5ad27fe9d1 Importing mecab-naistdic version 0.6.3-20100801.
NAIST-jdic is Japanese Morphological Dictionary, succession of IPAdic but
it is licensed under modified BSD license.

This is the dictionary for MeCab.
2011-03-23 15:12:30 +00:00
taca
531790bcf7 Update misc/ruby-bundler package to 1.0.10.
## 1.0.10 (February 1, 2011)

Bugfixes:

  - Fix a regression loading YAML gemspecs from :git and :path gems
  - Requires, namespaces, etc. to work with changes in Rubygems 1.5

## 1.0.9 (January 19, 2011)

Bugfixes:

  - Fix a bug where Bundler.require could remove gems from the load
    path. In Rails apps with a default application.rb, this removed
    all gems in groups other than :default and Rails.env.

## 1.0.8 (January 18, 2011)

Features:

  - Allow overriding gemspec() deps with :git deps
  - Add --local option to `bundle update`
  - Ignore Gemfile.lock in newly generated gems
  - Use `less` as help pager instead of `more`
  - Run `bundle exec rake` instead of `rake` in Capistrano tasks

Bugfixes:

  - Fix --no-cache option for `bundle install`
  - Allow Vlad deploys to work without Capistrano gem installed
  - Fix group arguments to `bundle console`
  - Allow groups to be loaded even if other groups were loaded
  - Evaluate gemspec() gemspecs in their directory not the cwd
  - Count on Rake to chdir to the right place in GemHelper
  - Change Pathnames to Strings for MacRuby
  - Check git process exit status correctly
  - Fix some warnings in 1.9.3-trunk (thanks tenderlove)
2011-03-23 15:03:52 +00:00
taca
bada84584d Switch to use lang/ruby/rails.mk.
No functional change.
2011-03-23 15:02:09 +00:00
taca
4e040ec243 Note update of lang/pear package to 1.9.2nb1. 2011-03-23 15:00:32 +00:00
taca
e8d1bb36a6 Update included Console_Getopt to 1.3.1.
Release date: 2011-03-08 00:02 UTC
	Release state: stable

	Changelog:

	* Change the minimum PEAR installer dep to be lower

Bump PKGREVISION.
2011-03-23 14:59:33 +00:00
minskim
dae3151c83 Note update of apel. 2011-03-23 14:55:52 +00:00
minskim
286f8ceb87 Update apel to 10.8.
Changes:
        * EMU-ELS (emu-modules): Add setting for GNU Emacs 23 or later.
        * invisible.el: In GNU Emacs 23, inv-19.el overrides builtin
        function `invisible-p'.  To fix the bug, require `inv-23' when
        running with GNU Emacs 23 or later.
        * poe.el (format-time-string): Fix problem on GNU Emacs 22.2
2011-03-23 14:55:01 +00:00
taca
b78e6b126f Note update of Ruby on Rails 3.0.5 package.
devel/ruby-activesupport3
	www/ruby-actionpack3
	databases/ruby-activerecord3
	www/ruby-activeresource3
	devel/ruby-railties
	www/ruby-rails3
2011-03-23 14:54:45 +00:00
taca
9950adcd25 Update ruby-rails3 to 3.0.5.
Last, update ruby-rails3 (meta gem) package.
2011-03-23 14:53:20 +00:00
taca
bf052e9e19 Update ruby-railties package to 3.0.5.
Version update only.
2011-03-23 14:51:54 +00:00
taca
5da4942669 Update ruby-actionmailer3 package to 3.0.5.
Version update only.
2011-03-23 14:50:15 +00:00
gdt
d99529054b Updated parallel/paexec to 0.16.1 2011-03-23 14:50:03 +00:00
gdt
4b104be917 Update to 0.16.1 (via mail from $MAINTAINER)
paexec.1 and paexec_reorder.1 are included in paexec-0.16.1.tgz.
  Just like in paexec<=0.15.1 pod2man is not needed
  for building.
2011-03-23 14:49:47 +00:00
taca
8103a12825 Update ruby-activeresource3 package to 3.0.5.
Version update only.
2011-03-23 14:49:01 +00:00
taca
e7f00b2ac2 Update ruby-activerecord3 package to 3.0.5.
*Rails 3.0.5 (unreleased)*

* Model.where(:column => 1).where(:column => 2) will always produce an
  AND query.

  [Aaron Patterson]

* Deprecated support for interpolated association conditions in the
  form of :conditions => 'foo = #{bar}'.

  Instead, you should use a proc, like so:

  Before:

    has_many :things, :conditions => 'foo = #{bar}'

  After:

    has_many :things, :conditions => proc { "foo = #{bar}" }

  Inside the proc, 'self' is the object which is the owner of the
  association, unless you are eager loading the association, in which
  case 'self' is the class which the association is within.

  You can have any "normal" conditions inside the proc, so the
  following will work too:

    has_many :things, :conditions => proc { ["foo = ?", bar] }

  Previously :insert_sql and :delete_sql on has_and_belongs_to_many
  association allowed you to call 'record' to get the record being
  inserted or deleted. This is now passed as an argument to the proc.

  [Jon Leighton]
2011-03-23 14:48:12 +00:00
taca
fd3cfd7355 Update ruby-actionpack3 package to 3.0.5.
Version update only.
2011-03-23 14:46:51 +00:00
taca
41657796c5 Update ruby-activesupport3 package to 3.0.5.
Version update only.
2011-03-23 14:46:00 +00:00
taca
5ba9f9ce64 Note update of misc/rubygems package to 1.6.2. 2011-03-23 14:35:40 +00:00
taca
5e6c94b918 Update rubygems package to 1.6.2.
For complete changes, please refer:

	https://github.com/rubygems/rubygems/blob/master/History.txt
2011-03-23 14:35:04 +00:00
taca
6d9f079be2 Switch to utilize lang/ruby/rail.mk. 2011-03-23 14:27:14 +00:00
taca
8cf4e1d79a Add code fragment to select version of Ruby on Rails.
User settable variable is RUBY_RAILS_DEFAULT: 2 or 3.  (default 2)
2011-03-23 14:22:49 +00:00
taca
a7c94aff53 Note update of ruby-json packages to 1.5.1.
textproc/ruby-json-pure
	textproc/ruby-json
2011-03-23 14:14:22 +00:00
taca
ac53ddc1d5 Update ruby-json to 1.5.1.
2011-01-24 (1.5.1)
  * Made rake-compiler build a fat binary gem. This should fix issue
    https://github.com/flori/json/issues#issue/54.
2011-01-22 (1.5.0)
  * Included Java source codes for the Jruby extension made by Daniel Luz
    <dev@mernen.com>.
  * Output full exception message of deep_const_get to aid debugging.
  * Fixed an issue with ruby 1.9 Module#const_defined? method, that was
    reported by Riley Goodside.
2011-03-23 14:12:58 +00:00
taca
18ca501dde Update ruby-json-pure to 1.5.1.
2011-01-24 (1.5.1)
  * Made rake-compiler build a fat binary gem. This should fix issue
    https://github.com/flori/json/issues#issue/54.
2011-01-22 (1.5.0)
  * Included Java source codes for the Jruby extension made by Daniel Luz
    <dev@mernen.com>.
  * Output full exception message of deep_const_get to aid debugging.
  * Fixed an issue with ruby 1.9 Module#const_defined? method, that was
    reported by Riley Goodside.
2011-03-23 14:12:05 +00:00
obache
838fc2c67a * Fixes installation issue on FreeBSD and /DragonFly other than i386.
* Enable sound support for DragonFly.
2011-03-23 14:09:31 +00:00
adam
630bcb328c Changes 1.0.7:
* Fix wrong generation of directives of static methods in autosummary.
* Import PIL as ``from PIL import Image``.
* Fix longtables with captions in LaTeX output.
* Make token references work as hyperlinks again in LaTeX output.
* Show warnings by default when reference labels cannot be found.
* Include line number when complaining about missing reference
  targets in nitpicky mode.
* Fix inline display of graphviz diagrams in LaTeX output.
* Build using app.build() in setup command.
* Fix a bug in the inheritance diagram exception that caused base
  classes to be skipped if one of them is a builtin.
* Fix general index links for C++ domain objects.
* Make admonition boundaries in LaTeX output visible.
* Fix KeyErrors occurring on rebuild after removing a file.
* Fix a traceback when removing files with globbed toctrees.
* If an autodoc object cannot be imported, always re-read the
  document containing the directive on next build.
* If an autodoc object cannot be imported, show the full traceback
  of the import error.
* Fix a bug where the removal of download files and images wasn't
  noticed.
* Implement ``~`` cross-reference prefix for the C domain.
* Fix regression of LaTeX output.
* Fix lookup of class attribute documentation on descriptors
  so that comment documentation now works.
* Fix traceback with ``only`` directives preceded by targets.
* Fix tracebacks occurring for duplicate C++ domain objects.
* Fix JavaScript domain links to objects with ``$`` in their name.
2011-03-23 11:41:49 +00:00
adam
bc6972462c Changes 2.5.5:
* built documentation is no longer part of release.

Changes 2.5.4:
* Fixed extensions not loading properly with overlays.
* Work around a bug in cpython for the debugger that causes segfaults
  on 64bit big-endian architectures.

Changes 2.5.3:
* fixed an operator precedence error introduced in 2.5.2.  Statements
  like "-foo.bar" had their implicit parentheses applied around the
  first part of the expression ("(-foo).bar") instead of the more
  correct "-(foo.bar)".

Changes 2.5.2:
* improved setup.py script to better work with assumptions people
  might still have from it (``--with-speedups``).
* fixed a packaging error that excluded the new debug support.
2011-03-23 11:38:31 +00:00
adam
c5ac721cac Updated graphics/pngcheck to 2.3.0 2011-03-23 10:57:35 +00:00
adam
5693f4c0ed Changes 2.3.0:
This version adds a new ANSI-colorized-output option (probably optimized for
dark-background xterms) and more informative output for interlaced images.
2011-03-23 10:56:55 +00:00
adam
5db3bf7c55 Updated graphics/pngcrush to 1.7.15 2011-03-23 10:50:18 +00:00
adam
6fbc0cafd9 Updated dvipng to 1.4; py-django to 1.3; removed mkvtoolnix-old and liblzo 2011-03-23 10:41:05 +00:00
adam
71ddac1dd8 Changes 1.3:
Django 1.3’s focus has mostly been on resolving smaller, long-standing feature
requests, but that hasn’t prevented a few fairly significant new features from
landing, including:
* A framework for writing class-based views.
* Built-in support for using Python’s logging facilities.
* Contrib support for easy handling of static files.
* Django’s testing framework now supports (and ships with a copy of) the
  unittest2 library.
2011-03-23 10:38:48 +00:00
adam
ef6e976073 Removed archivers/liblzo successor archivers/lzo 2011-03-23 10:33:29 +00:00
adam
c2d1f6fbbe Removed multimedia/mkvtoolnix-old successor multimedia/mkvtoolnix 2011-03-23 10:30:39 +00:00