2015-09-25 07:46:56 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
|
2012-09-03 17:08:45 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-activeldap to 3.2.2.
Now this package supports Ruby on Rails 3.2.
3.2.2: 2012-09-01
* Supported entry creation by direct ActiveLdap::Base use.
[Reported by Craig White]
* Started to use Travis CI.
3.2.1: 2012-08-31
* Fixed a bug that ActiveLdap::Base#delete doesn't work.
[Reported by Craig White]
3.2.0: 2012-08-29
* [GitHub:#39] Supported Rails 3.2.8. [Reported by Ben Langfeld]
* [GitHub:#13] Don't use deprecated Gem.available?. [Patch by sailesh]
* [GitHub:#19] Supported new entry by @ha_many :wrap@. [Patch by Alex Tomlins]
* Supported @:only@ option in XML output.
* [GitHub:#14] Supported nil as single value. [Reported by n3llyb0y]
* [GitHub:#20] Supported ActiveModel::MassAssignmentSecurity.
[Reported by mihu]
* [GitHub:#24] Supported Ruby 1.9 style Hash syntax in generator.
[Patch by ursm]
* [GitHub:#25][GitHub:#39] Supported ActiveModel::Dirty.
[Patch by mihu][Reported by Ben Langfeld]
* [GitHub:#26] Improved speed for dirty. [Patch by mihu]
* [GitHub:#28] Improved speed for initialization. [Patch by mihu]
* [GitHub:#29] Added .gemspec. [Suggested by mklappstuhl]
* [GitHub:#34] Removed an unused method. [Patch by mihu]
* [GitHub:#37] Improved will_paginate support. [Patch by Craig White]
* [GitHub:#40] Added missing test files to .gemspec. [Reported by V«¿t Ondruch]
* [GitHub:#41] Improved speed for find. [Patch by unixmechanic]
* Changed i18n backend to gettext from fast_gettext again.
* [GitHub:#42] Fixed a bug that optional second is required for GeneralizedTime.
[Reported by masche842]
|
2012-06-14 17:14:10 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
Bump PKGREVISION for those RUBY_RAILS_STRICT_DEP is set to no implicitly now.
(Relax dependency to Ruby on Rails component packages.)
|
2012-03-20 11:13:13 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Remove dependency to ruby-fast_gettext since it is indirectly depeneded
by ruby-gettext_i18n_rails.
Bump PKGREVISION.
|
2012-02-14 15:36:45 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-activeldap pacakge to 3.1.1.
3.1.1: 2011-11-03
* Supported Rails 3.1.1.
* [GitHub:#9] Fixed a typo in document. [warden]
* [GitHub:#11] Added persisted?. [bklier]
* [GitHub:#16] Supported 4 or more bytes salt for SSHA and SMD5. [Alex Tomlins]
Thanks
* warden
* bklier
* Alex Tomlins
3.1.0: 2011-07-09
* Supported Rails 3.1.0.rc4. [Ryan Tandy, Narihiro Nakamura, Hidetoshi Yoshimoto]
* Removed ActiveRecord dependency and added ActiveModel dependency.
* Used YARD instead of RDoc as documentation sysytem.
|
2011-12-13 16:47:34 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Switch to use RUBY_RAILS_SUPPORTED.
|
2011-06-17 15:57:43 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-activeldap package to 1.2.4.
* pkgsrc change: make it Ruby on Rails 2 only.
= CHANGES
== 1.2.4: 2011-05-13
* Splited AL-Admin into other repository: https://github.com/activeldap/al-admin
* [GitHub:#2] Fixed "path po cound not be found" error by fast_gettext.
[rbq]
== 1.2.3: 2011-04-30
* [#40] Ignored nil value attribute.
[christian.pennafort]
* [#48] Escaped ":" in filter value.
[planetmcd]
* Added missing rubygems require.
[spoidar]
* Used fast_gettext instead of gettext.
[Peter Fern]
* Supported Rails 2.3.11.
[Kris Wehner]
* Fixed wrong assertion in test.
[Ryan Tandy]
=== Thanks
* christian.pennafort
* planetmcd
* spoidar
* Peter Fern
* Kris Wehner
* Ryan Tandy
|
2011-03-27 17:51:49 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Switch to use RUBY_RAILS.
No functional change.
|
2010-09-10 06:09:42 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update databases/ruby-activeldap to 1.2.2.
* Add LICENSE.
* Add proper dependency.
* Remove default value of GEM_BUILD.
= CHANGES
== 1.2.2: 2010-07-04
* Supported ActiveRecord 2.3.8 and Rails 2.3.8.
* [#37] Fixed gem dependencies in Rakefile. [zachwily]
* Fixed a bug that setting 'false' but 'nil' is returned. [Hideyuki Yasuda]
* Supported non-String attribute value as LDIF value. [Matt Mencel]
* Worked with a LDAP server that uses 'objectclass' not 'objectClass' as
objectClass attribute name. [Tim Hermans]
* [#41] Provide SASL-option support, primarily for authzid
[Anthony M. Martinez]
* [#43] Error with to_xml [ilusi0n.x]
* [#44] Accept '0' and '1' as boolean value [projekttabla]
* [#27429] Fixed inverted validatation by validate_excluded_classes
[Marc Dequ«²nes]
* Supported DN attribute value for assosiation replacement.
[J«Órg Herzinger]
|
2010-02-16 04:15:11 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
Distfile has changed with the same file name.
It changes some Ruby gem dependency only.
Introduce DIST_SUBDIR and update dependency of this package.
Should be fix PR pkg/42819 by Robert Elz.
|