Elive

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Elive

1.37   3rd November 2015
       [Elive::DAO]
       - preserve argument order on soap calls.
         This is work around restrictions with Bb::Collaborate::Multimedia
         (and Presentation). uploads Seems that arguments needs to supplied
	 in a particular order (size following upload content).

1.36   1st November 2015
       [Elive::DAO]
       - added support for class level invocation of Elive::DAO update and delete methods.
       Note: that all primary keys and mandatory fields need to be supplied.
       [distribution]
       - moved source repository to https://github.com/dwarring/p5-Bb-Collaborate.git

1.35   7th June 2015
       Support for new module Bb::Collaborate::V3.
       [Elive::DAO]
       - added list() params options
       [Elive::Util::Type]
       - removed Elive:: namespace dependency.
       [scripts/elive_query]
       - added --adapter=v3 option (Bb::Collaborate::V3). removed deprecated v2 adapter

1.34   4th April 2015
       - Update copyright notices
       [Elive::DAO]
       - tweaks for latest (SAS compatibile) Elive::StandardV3
       [kwalitee]
       - Use consistant version number in sub-classes

1.33   22nd January 2015
       [bug-fixes]
       - RT#101018 "Mouse 2.4.1 when Test::Script::Run is installed"
         Removed fragile 'stderr empty' tests from t/script-elive_query.t
         and t/script-elive_raise_meeting.t.
       - fixed a taint issue in Elive::Entity::Preload.

1.32   1st March 2014
       [testing]
       - raised max tested ELM version 11.1.2 => 12.5.4
       - fixed soap-session-connect.t test plan
       [distribution]
       - removed Elive::Array
       - relocated sourceforge repository

1.31   28th March 2013
       [testing]
       - added Test::More 0.98 dependency. Older versions don't understand
         $t->is_passing

1.30   4th January 2013
       [bug fixes]
       Elive::DAO
       - Relax HiResDate constraints to allow negative timestamps; downgrade
         to a warning

1.29   25th October 2012
       [enhancements]

       Elive::Entity::Meeting, Elive::Entity::Session, Elive::View::Meeting
       - buildJNLP() method: Tidy up of POD and argument handling.
         -- removed `version' argument; not used.
         -- added 'sessionRole' parameter.
         -- accept any one of 'userId', 'userName' or 'displayName'. In
            particular, don't default 'userId' when 'displayName' given.

       Elive::Entity::Role - added some constants:
       - ${Elive::Entity::Role::PARTICIPANT}       (3)
       - ${Elive::Entity::Role::MODERATOR}         (2)
       - ${Elive::Entity::Role::APPLICATION_ADMIN} (1)
       - ${Elive::Entity::Role::SYSTEM_ADMIN}      (0)

       Elive::Entity::Participant - added some constants:
       - ${Elive::Entity::Participant::TYPE_USER}  (0)
       - ${Elive::Entity::Participant::TYPE_GROUP} (1)
       - ${Elive::Entity::Participant::TYPE_GUEST} (2)

       Elive::DAO
       - revert() method - Silence 'unsaved changes' warnings

1.28   12th October 2012
       [bug fixes]
       elive_raise_meeting, script-elive_raise_meeting.t
       - fixed -moderators option. These were being downgraded to regular
         participants. Added tests (bug introduced in 1.20)
       Elive::Entity::InvitedGuest, soap-session-participants.t
       - added BUILDARGS method plus string coercement (it's never had these).
         The following now works:
                Elive::Entity::InvitedGuest->new('Robert (bob@example.com)');
       [enhancements]
       Elive:
       - server_details() - Return all server(s) in a list context:
                my @servers = Elive->server_details;

1.27   14th July 2012
       [bug fixes]
       Elive::Entity::Participant
       - tightened up handling of reference structures (BUILDARGS method)
       - fixed bug with handling of invited guest objects.
       Elive::Entity::Group, Elive::Util::Type, dao-construct.t
       - Fixed element_class declaration and tightened tests to match actual
         content. Elements may be subgroups (group objects) or user-ids
         (strings).
       [testing]



( run in 0.732 second using v1.01-cache-2.11-cpan-71847e10f99 )