Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Changelog:
Version 5.0.11 Sep 10th 2013
Fixing upload in shared folders with create privileges
Making ldap more robust in certain situations
Handing quota violation earlier to make the desktop clients more robust
Several quota fixes
Fix issues with certain file names like 0 or false
Disable smb in files_External on windows servers
Enable user to decrypt files again after encryption app was disabled
Improved Encryption messages
Add a searchByMime call to API
Fix multiselects for Firefox on Mac in groups management
Reduce the number of ldap connections
Show a “password incorrect” notice when used shared password is wrong
Switch to the completely new Google Drive SDK.
Scanner: additional tests for reusing etags during scanning
Fix accessing files that are newly created by setting the right mime type
Several Calendar bugfixes
Fixed “Show on Map” in Contacts
A lof of Contacts fixes
Several “Tasks” fixes
|
|
|
|
|
|
A few bug fixes.
|
|
|
|
= Backports --- History
== Version 3.2.0 - April 3rd, 2013
* Moved `Proc#yield` & `Hash#key` from 1.8.7 to 1.9.1
== Version 3.2.0 - April 2nd, 2013
* Moved `Dir.mktmpdir` to the stdlib 'tmpdir' for Ruby 1.8.7
* Removed `returning` as it is no longer part of Rails.
== Version 3.1.0 - March 5th, 2013
* Backports can now be loaded separately!
* Small tweaks and fixes for many methods to pass more RubySpecs
== Version 3.0.0 - February 24th, 2013
* Features of 2.0.0 are now required when requiring 'backports'.
* Additional features of 2.0.0
* Struct#to_h, NilClass#to_h, Hash#to_h
* Hash#default_proc = nil
* OpenStruct lib
* 1.8.7's Enumerator#with_index (it wasn't in the 1.8.7 NEWS file...)
|
|
|
|
|
|
|
|
Ruby-atomic is an atomic reference implementation for JRuby, Rubinius, and MRI.
This library provides:
* an Atomic class that guarantees atomic updates to its contained value
The Atomic class provides accessors for the contained "value" plus two update
methods:
* update will run the provided block, passing the current value and replacing
it with the block result iff the value has not been changed in the mean
time. It may run the block repeatedly if there are other concurrent updates
in progress.
* try_update will run the provided block, passing the current value and
replacing it with the block result. If the value changes before the update
can happen, it will throw Atomic::ConcurrentUpdateError.
|
|
|
|
=== 3.7.1 / 2013-08-19
* 1 minor enhancement:
* Added N=testname option to the test task to shortcut TESTOPTS='-n testname'
=== 3.7.0 / 2013-07-24
* 1 minor enhancement:
* Warn and default to MIT license if not set.
=== 3.6.3 / 2013-06-20
* 1 bug fix:
* Fixed problems with shell redirection on non-bash systems. (kou)
|
|
|
|
=== 4.9.3 / 2013-08-12
* 1 minor enhancement:
* Added --debug option. Probably need to add more to help bug reports.
* 2 bug fixes:
* Fixed completed_re and failed_results_re to match minitest 5 (and still mt
4).
* Fixed handle_results to deal with minitest 5 output (eg
ClassName#method_name).
|
|
|
|
Exact changes aren't available. Please refer change log in github.
|
|
|
|
Exact changes aren't available. Please refer change log in github.
|
|
|
|
|
|
Changelog:
* Many bugfixes and improvements.
* New commands.
|
|
v0.22.0
- Add new composite API to resolve ambiguity between unpacking a composite and packing a composite with one element (issue #196, courtesy @kevinkehl)
- Breaking change: schema change methods no longer catch exceptions internally. They work the same as everything else.
v0.21.0
- Add 1.2 libs to gem
v0.19.0
- Fixed windows build by disabling native extensions (issue #188, courtesy @jacek99)
- Speed improvement to native composite column extension (issue #186, courtesy @muirmanders)
- Fix OrderedHash iterator return values (issue #185, courtesy @fester)
- Native support for dynamic composite decoding (issue #184, courtesy @muirmanders)
v0.18.0
- Cassandra 1.2 support (issue #175, courtesy @brainopia)
- drop_keyspace defaults to current keyspace (issue #176, courtesy @brianopia)
- Easier flush_batch interface (issue #182, courtesy @brianopia)
- Support for removing multiple columns (issue #183, courtesy @brianopia)
|
|
|
|
|
|
## 0.1.2 (2013-08-12)
Features:
- Add license to gemspec.
- Adjust dependencies for Ruby 1.8 to satisfy bundler.
|
|
Bump PKGREVISION.
But this version is known that it is incompatible with 5.1 (and later?) API,
so maeked as BROKEN.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
Changes since 0.4:
- SSL options updated --- based on OpenSSL 1.0.0d.
- Activate SSL_MODE_RELEASE_BUFFERS by default if it is available.
(thanks Prosody project)
|
|
|
|
Rakudo Perl 6, or simply Rakudo, is a compiler for the Perl 6 programming
language. It runs on the Parrot virtual machine.
The Rakudo Star distribution (fondly called Rakudo *) is the Rakudo
compiler plus a selection of useful Perl 6 modules, the most recent
incarnation of the "Using Perl 6" book, and other software that can
be used with the Rakudo compiler to enhance its utility. Rakudo Star
is meant for early adopters who wish to explore what's possible with
Rakudo Perl 6 and provide feedback on what works, what doesn't, and
what else they would like to see included in the distribution.
|
|
|
|
|
|
|
|
This Apache LDAP authentication/authorization module tries to solve
the following problems that other such modules may not solve in all cases:
* Map the short form of the distinguished name of a certificate and its
issuer obtained from the environment of mod_ssl to a user distinguished
name in an LDAP directory.
* Check the age of a password in an LDAP directory, denying authorization
in case the password is to old.
* Authorize a user based on roles or an arbitrary LDAP filter expression.
* Authorize a user based on whether he owns a file or belongs to the group
owning a file.
|
|
|
|
|
|
|
|
* Improving the File Abstraction Layer
* UI Improvements for the Extension Manager
* Use for PHP mysqli instead of "mysql" module
* Further Changes:
- Removed extension statictemplates
- Improved TCA load mechanism
- Install Tool: Environment Checks
- Extbase: The rewritten property mapper is now the default mapper
- Fluid: Allow Fluid arrays only in ViewHelper arguments
- Extbase: Object persistence behaviour changed from implicit to explicit
save
|
|
|
|
|
|
|
|
mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers
registered by the original output handler.
If it encounters the presence of such header it will discard all output
and send the file specified by that header instead using Apache internals
including all optimizations like caching-headers and sendfile or mmap if
configured.
|
|
|
|
pkgsrc change: change files/README to MESSAGE file.
2013-09-12 c0dfc7d [RELEASE] Release of TYPO3 6.0.10 (TYPO3 Release Team)
2013-09-11 8fb6d68 #51923 [TASK] Move StorageRepositoryTest tests to AbstractRepositoryTest (Anja Leichsenring)
2013-09-11 1831c95 #51562 [BUGFIX] Move forgotten getEnvironmentMode() (Anja Leichsenring)
2013-09-11 663ccd5 #51519 [TASK] FAL ResourceStorage must not access sys_file table directly (Steffen Ritter)
2013-09-11 016949f #50795 [BUGFIX] Follow-Up: Missing signals on adding file (Stefan Neufeind)
2013-09-11 5db38d3 #51562 [TASK] Remove sys_file.deleted flag and it's usage (Ernesto Baschny)
2013-09-11 7a4e75d #50795 [BUGFIX] Missing signals on adding file (Andreas Wolf)
2013-09-10 194702a #49386 [BUGFIX] Follow-up: Fix fileinfo property mapping in ResourceStorage (Stefan Neufeind)
2013-09-09 9af1d6b #50723 [BUGFIX] Extbase scheduler task serialization (arjenhoekema)
2013-09-09 506a920 #49386 [BUGFIX] Fix fileinfo property mapping in ResourceStorage::setFileContents (Thomas Maroschik)
2013-09-09 1ecf5cd #51018 [BUGFIX] excludeFromUpdates flag ignored (Francois Suter)
2013-09-09 937c3dc #48467 [BUGFIX] mounts of same storage had same subfolder count in Filelist (Simon Schick)
2013-09-09 4519179 #51743 [TASK] Replace double quotes in exceptions (Wouter Wolters)
2013-09-09 df49c8c #51744 [TASK] Cleanup (Wouter Wolters)
2013-09-09 3b52e07 #47414 [BUGFIX] Filename not displayed in selector (file_reference) (Martin Borer)
2013-09-09 8bd8e69 #51871 [BUGFIX] Ignore userTSConfig if not set in getModTSconfig() (Helmut Hummel)
2013-09-09 9d9db86 #51682 [BUGFIX] Disable caching for ADMCMD_view parameter (Philipp Kitzberger)
2013-09-09 c4179a1 #51761 [BUGFIX] Do not add trailing slashes to files (Helmut Hummel)
2013-09-09 3d4d785 #51808 [BUGFIX] Enable ProcessedFiles to do file exists (Helmut Hummel)
2013-09-08 9e2bfef #51758 [BUGFIX] Fix viewObjectNamePattern regression in Extbase (Alexander Schnitzler)
2013-09-08 248d9cf #45498 [FEATURE] Find best-matching local storage instead of default-storage (Stefan Neufeind)
2013-09-06 adf9802 #51747 [BUGFIX] Recreate processig folder without permission checks (Helmut Hummel)
2013-09-06 990cd92 #51733 [BUGFIX] Do not register storage factory slot during install (Helmut Hummel)
2013-09-06 54034a7 #51305,#51767 [FEATURE] Render icon with button view helper (Francois Suter)
2013-09-04 34d22cc #51745 [TASK] Remove conflict code (Wouter Wolters)
|
|
|