Commit graph

162 commits

Author SHA1 Message Date
Colin Kuskie
8ae16ba37c Have the Calendar iCal feed pass along the timeZone of events. Fixes bug #12030.
Squashed commit of the following:

commit ce957db5311c7fb11c7d780b9f63c1b0adc17cda
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Mon Jan 31 19:00:23 2011 -0800

    Changelog notice for the ical bugfix with timezones.

commit 24a3bc1c74b20ca6ba689641fa0187b659dc3c5e
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Mon Jan 31 15:32:50 2011 -0800

    Transfer the time zone as one of the WebGUI specific items for the Event.

commit 36f87539ba8b090a5e5c9f1879cd40b6f6e69afc
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Sun Jan 30 21:18:12 2011 -0800

    Refactor the code so that the Event adds itself to a calendar object, giving it access to add other things to the calendar, like a timezone definition.

commit f401966bd53b51950f1402a5a19b92b13dcc6b06
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Sun Jan 30 19:42:49 2011 -0800

    Document which version of Data::ICal that we're now using.

commit 689522e30b26fc445da5b59b81789c0d72e157d4
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Sat Jan 29 14:27:25 2011 -0800

    Fix a typo in the Event preventing menuTitle from being sent out.  Fix issue with the menuTitle being set twice.  Update the test to fix long string handling.

commit 59043eee1536e60d92f23313a33dc54da6f15122
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Fri Jan 28 19:48:16 2011 -0800

    Move iCal generation over to Data::ICal.  Give each event the ability to return itself as an Data::ICal::Entry::Event object.

commit eec448b38c101b599c0fb695f442012e311385fb
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Fri Jan 28 19:47:14 2011 -0800

    Document new testing module.  It't only required if you're doing testing.

commit 3d1e82229423834330dcdd31c0a81df986df0f32
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Fri Jan 28 17:05:09 2011 -0800

    Fix setting the title in the iCal feed.

commit 458f4d2e0e1faa1cc6dcb7107040d06b51b97d36
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Fri Jan 28 13:37:52 2011 -0800

    Rewrite of CalendarUpdateFeeds to use Data::ICal

commit 1a271ebc78bbe8b21a26f7a0dba61d1462922f30
Author: Colin Kuskie <colink@perldreamer.com>
Date:   Fri Jan 28 10:49:27 2011 -0800

    Begin building an ICal object for parsing the ical feeds.
2011-01-31 19:05:04 -08:00
Colin Kuskie
6101080332 Document the new version of Scope::Guard needed for Fork. 2010-11-02 14:40:41 -07:00
Paul Driver
fa471df450 Story Archive now plays nice with urlExtensions 2010-10-26 14:27:47 -07:00
Colin Kuskie
d769f2c7f1 Add workarounds for bad CPAN dependency resolution. 2010-10-12 21:23:23 -07:00
Colin Kuskie
aa96bb9994 Add a dependency in testEnvironment.pl for Test::Differences. Thanks to C.J. Adams-Collier. 2010-10-07 08:59:17 -07:00
Colin Kuskie
f17623624e Fix line ending processing by the Thingy. It will now accept CSV files with any line endings. Fixes bug #11746. 2010-09-13 07:52:14 -07:00
Doug Bell
121a55d65d add Net::Twitter requirement 2010-06-28 11:00:39 -05:00
Colin Kuskie
bbe962a185 add IO::Socket::SSL as prereq for LDAPS 2010-06-07 17:05:12 -07:00
Colin Kuskie
0f69d4fdf0 Install Cache::FastMmap first before CHI so it will run the tests on it. 2010-04-30 11:01:36 -07:00
Doug Bell
6a000fffd3 added CHI to testEnv 2010-04-29 13:24:50 -05:00
Graham Knop
aaa0924dc7 allow running sbin scripts from any directory 2010-04-15 14:02:39 -05:00
Colin Kuskie
5282a12d47 Note Test::Deep is required due to usage in Survey::Test and Asset::Event. 2010-04-14 09:34:34 -07:00
Paul Driver
c356a7acc6 DateTime::Event::ICal in Calendar, workflow to extend recurrence 2010-04-05 17:08:11 -07:00
Colin Kuskie
8128f54943 WebGUI now needs Test::Harness 3.17 or higher for the Survey. Fixes bug #11402. 2010-03-02 13:58:34 -08:00
Colin Kuskie
e3cbb27ae3 Fix typo in module name. 2010-02-02 20:38:58 -08:00
Colin Kuskie
5a346afd9e Fix FilePump parsing of lastModified times when fetching files via HTTP, using DateTime::Format::HTTP. Fixes bug #11373. 2010-01-26 10:39:20 -08:00
Colin Kuskie
ea53dcc037 Update version for JavaScript::Packed to handle some gnarly JS. Fixes bug #11034. 2010-01-19 09:06:35 -08:00
Colin Kuskie
13fd430a16 Test for the correct Template::Toolkit version, by the right name. Fixes bug #11278 2009-11-25 11:14:21 -08:00
Colin Kuskie
fae11ffcdb Bump testing module requirement to handle new test methods in Test::More. 2009-11-24 16:57:32 -08:00
Colin Kuskie
c0fea48a28 Bump requirement on LWP to fix a MIME type issue with LWP::MediaTypes. Fixes bug #11254 2009-11-20 14:19:02 -08:00
Colin Kuskie
fae8b162fa Replace the deprecated module Net::Subnets with Net::CIDR::Lite. 2009-11-17 18:34:42 -08:00
Colin Kuskie
f3e699e9a7 Retrofit UPS to use Locales instead of Locales::Country. Fixes bug #11221
Updated tests, module, gotcha.txt, and testEnvironment.pl
2009-11-17 09:37:05 -08:00
Colin Kuskie
727348a1c9 Fix module use issues. Fixes bug#11222
Remove bad use line from TaxDriver/EU.pm
Add line for TT2 in testEnvironment.pl
2009-11-11 14:19:37 -08:00
Colin Kuskie
0b972be5a7 Document that Locales::Country is required for the new UPS shipping driver. 2009-11-03 21:37:22 -08:00
JT Smith
d87d766856 added scheduled vendor payouts workflow activity 2009-10-20 11:04:03 -05:00
Colin Kuskie
eac2099246 Mark Testing modules as optional, fixes bug #11008. 2009-09-17 15:43:46 -07:00
Colin Kuskie
ca7ca6660d Document that Readonly is a required module. Fixes bug #10801 2009-08-21 00:30:10 +00:00
Colin Kuskie
7caa26628f Bump down IKC server by one notch. 2009-08-07 03:15:44 +00:00
Colin Kuskie
73c1258b9c Update module versions to 0.9.3 WRE versions.
Add notice about potential bad individual versions of DBI/DBD-mysql.
2009-08-07 03:03:46 +00:00
Colin Kuskie
bfd8f72496 Remove module used by WSClient. 2009-07-31 18:02:13 +00:00
Colin Kuskie
88003a58c1 Rollback Test::Harness requirement. 2009-05-29 01:11:24 +00:00
Colin Kuskie
b7d4b20f9f Note that Test::Harness 3.16 or high is now needed. Otherwise,
upgrades fail.
2009-05-29 00:42:01 +00:00
Colin Kuskie
d8a1623ea0 adding FilePump 2009-05-18 16:03:50 +00:00
Doug Bell
10d1228d85 removed testing module 2009-05-17 22:46:35 +00:00
Doug Bell
77a273c954 added --noprompt for testEnvironment 2009-05-17 22:44:19 +00:00
Martin Kamerbeek
489313a0b9 Adding Ogone payment plugin 2009-05-15 13:29:04 +00:00
Graham Knop
1f3ab6a419 export cleanups and mobile style 2009-05-15 09:30:20 +00:00
Joeri de Bruin
c91676b1ad add PayPal paydriver 2009-05-13 20:07:09 +00:00
Colin Kuskie
73fe4db180 Add {CSS,JavaScript}::Minifier::XS requirements. 2009-05-07 16:51:21 -07:00
Martin Kamerbeek
461c80a6b8 Pluggable Tax: more POD, more tests, better code and less bugs 2009-05-06 13:33:16 +00:00
Doug Bell
4ed841195d added gotcha and testEnvironment modules 2009-04-30 18:17:24 +00:00
Graham Knop
dd84e6c47c clean up remains of WSClient 2009-04-23 16:21:49 +00:00
Graham Knop
383fa9a5e5 fixed #9816: Syndicated content asset fails on feeds including a UTF8 BOM 2009-04-14 20:51:44 +00:00
Colin Kuskie
4e2a8bab91 Bump up the version for Clone, since the new version works with
perl 5.10.
Have SurveyJSON use it instead of dclone.
2009-03-30 19:47:27 +00:00
Colin Kuskie
624d6404aa Add test modules Test::Class and Test::Exception to testEnvironment.pl 2009-03-25 22:55:45 +00:00
Patrick Donelan
7ec5cab126 Merge branch 'master' into survey
* master: (121 commits)
  Fix a POD typo.
  correct inbox message from user preface
  Fix a typo in the Default gallery view template
  Documentation bug in buildArrayRefOfHashRefs
  changed screenshots in Matrix Listing view to popup
  matrix privileging fixes
  Fix an i18n typo in the Post user defined variables.
  Remove debugging code.
  approval workflow fix
  matrix upgrade and privileging fixes
  fixed: Template parser cannot be set
  forward porting gallery bug fixes
  preparing for 7.7.0 dev
  parser should be a selectbox, not a selectlist.
  labeling survey as beta
  fixeding my borkes to the changelog
  fixed #9852: Users can accept private messages from Visitor, but Visitor cannot send messages
  preparing for 7.6.14 release
  fix AdSpace, Ad tests
  Restore the original properties for the profile category that was modified for test.
  ...

Conflicts:
	docs/gotcha.txt
	docs/upgrades/upgrade_7.6.10-7.6.11.pl
	lib/WebGUI/Asset/Wobject/Survey.pm
	lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm
2009-03-11 15:26:07 +11:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Patrick Donelan
c7b5fa366a Added Params::Validate to testEnvironment.pl 2009-02-11 09:23:27 +00:00
Graham Knop
13d0433b53 fixed #9375: Syndicated Content asset improperly decodes wide XML entities 2009-01-28 18:03:44 +00:00
Graham Knop
1af2704e0c marked sbin scripts as executable 2009-01-12 16:28:33 +00:00