Commit graph

591 commits

Author SHA1 Message Date
Joeri de Bruin
e07af2eb65 added upgrade scripts for 7.10.33 including upgrade to mysql 8.x 2026-02-25 17:28:31 +01:00
3cc88f8150 Update to current Perl 2026-02-06 13:40:47 +01:00
colin
c75ef5e044 fixed: Warnings about API changes in POE::Component::IKC::ClientLite 2017-05-09 13:37:55 -07:00
Ernesto Hernández-Novich
501d5f3757 =item cannot be immediately followed by a number
Since Perl 5.20 a POD =item cannot start with single
number, as is the case in syncToCdn POD explanation of
return codes. Using pod2* reports syntax errors like

line 228: Expected text after =item, not a number

Wrapped the numbers with POD's zero-effect markup Z<>
to fix the issue.
2015-07-04 11:34:33 -04:30
Colin Kuskie
3666077fb1 WRE dependencies are tracked in the WRE itself, not in WebGUI.
This reverts commit a1c7db7388.
2013-03-21 16:14:37 -07:00
Scott Walters
a1c7db7388 add String::Random which is used by the WRE 2012-11-28 19:10:03 -05:00
Colin Kuskie
be37f12ab1 Clone stopped working in several tests in 5.14.2. Remove it in favor of Storable::dclone.
Clone handles being passed scalar data, but dclone does not.
2012-10-23 10:00:53 -07:00
Colin Kuskie
fcbaa46c63 Fix a typo in the userImport POD. 2012-10-05 08:58:46 -07:00
Colin Kuskie
4d3056299c Fix a POD typo in the userImport script. Fixes bug #12379 2012-08-21 12:59:34 -07:00
Colin Kuskie
c120a8b28d Only transfer data that's being used, to reduce loading and speed things up. 2012-07-20 10:52:56 -07:00
Colin Kuskie
7c03fc78b0 Allow a single asset to be passed into findBrokenAssets via --assetId 2012-07-20 10:48:34 -07:00
Colin Kuskie
db3058c0b7 Removing exclude of files that don't exist anymore. 2012-06-11 10:20:05 -07:00
Colin Kuskie
8370cb15c8 Prevent a bunch of warnings about workflows that have not yet been run when getting the status report from Spectre. 2012-06-01 16:21:46 -07:00
Colin Kuskie
604887ff66 Fix an I/O wrapping problem with checking for broken file assets and storage locations. 2012-04-02 11:09:53 -07:00
Colin Kuskie
3b544ee4fb Fix a problem with fixing parents. Better handling of potential problems in File assets with no storage location. 2012-02-17 17:26:43 -08:00
Colin Kuskie
c35b2e5758 findBrokenAssets: Don't delete Shortcuts if they were requested to be fixed. Also handle File assets that have lost their files. 2012-01-19 08:41:32 -08:00
Colin Kuskie
3ef66c73c7 Add broken shortcut detection to findBrokenAssets 2012-01-18 20:22:00 -08:00
Colin Kuskie
ce327bd49a Fix some POD syntax issues in the userImport script. 2011-12-08 10:03:46 -08:00
Colin Kuskie
f33c19d503 Bump the module version for Business::OnlinePayment::AuthorizeNet to make WebGUI install the version that will automatically install. 2011-09-27 09:59:37 -07:00
Ernesto Hernández-Novich
70022f1187 Fixed typo in userImport POD 2011-09-06 15:30:33 -04:30
Scott Walters
f4a8aad9d1 WebGUI/Asset/Wobject/Survey/Test.pm uses JSON::PP 2011-09-02 15:20:15 -04:00
Colin Kuskie
1d54196f44 Add payment driver for Authorize.net. i18n, upgrade script, config file changes, and new template. 2011-07-27 13:24:30 -07:00
Paul Driver
182fc16021 added WaitForUserConfirmation activity 2011-07-25 14:07:01 -05:00
Colin Kuskie
9985d24ea2 make installClass read lines from preload.custom for additional directories. Fixes bug #12189 2011-07-11 15:09:21 -07:00
Colin Kuskie
a945396163 Add a requirement to check on the common::sense module for JSON::XS. Fixes bug #12135 2011-07-11 13:15:19 -07:00
Doug Bell
d0077bdcec allow specific expires dates for groups in userImport.pl 2011-06-20 18:26:39 -05:00
Colin Kuskie
ed4ab257de Set the correct version of the Google geocoder module. 2011-05-02 16:15:38 -07:00
Colin Kuskie
61534779d5 Add new MapPoint code for geolocation, Thingy searching and indexing and a macro for rendering thing data outside of the Thingy. 2011-05-02 13:49:18 -07:00
Colin Kuskie
85f52c2499 Make an explicit dependency on HTML::Form for testing only. 2011-04-05 11:06:39 -07:00
Colin Kuskie
11f7d40070 Document that Try::Tiny is required in testEnvironment.pl. This is really a requirement for backporting. 2011-03-30 15:11:48 -07:00
Paul Driver
16a89f59c9 Missing dependency on Net::DNS 2011-03-30 14:51:32 -05:00
Paul Driver
c8098e2ca6 rfe #618: Syndicated Content Asset: Make images in the downloaded RSS-feeds available in the template. 2011-03-30 09:52:55 -05:00
Doug Bell
906fa4aa97 try to reconnect to the DB if rebuildLineage.pl takes a long time 2011-03-21 21:04:52 -05:00
Colin Kuskie
88797c1d6c Add Asset Dashlets to Dashboard. Add required and static properties to Dashboard Assets. Add caching to StockData and WeatherData assets. Add LastModifiedBy macro. Add GroupManager to the Group form control. 2011-03-09 21:33:44 -08:00
Colin Kuskie
79aa44cf7e Add a switch to disable the progress bar for capturing the output of findBrokenAssets. 2011-03-08 11:30:11 -08:00
Colin Kuskie
44039fd555 >5.8.8 <> >= 5.8.8 2011-02-21 14:12:07 -08:00
Colin Kuskie
e04208e3a2 Document new version perl required for the updated *Packer modules. Fixes bug #12049. 2011-02-21 13:44:23 -08:00
Paul Driver
ae3e49d622 Versioned Metadata 2011-02-17 14:46:50 -06:00
Colin Kuskie
7cb1fa97b5 Update versions of *::Packer to get rid of regexp variables that slow down all regexen. Fixes bug #11704. 2011-02-02 11:00:06 -08:00
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
Doug Bell
ad8f1231fc fix 11985 Search.pl should warn on bad asset 2011-01-03 21:42:31 -06:00
Colin Kuskie
43903a9e0e Close all statement handles. 2010-12-23 00:32:16 -08:00
Colin Kuskie
b80b044202 Ham handed attempt to try and find the maximum revision date. 2010-12-23 00:24:56 -08:00
Graham Knop
e222cd97b6 move module loading to correct location 2010-12-13 19:01:38 -06:00
Scott Walters
922e4cef37 Take a --configFile of either absolute path or relative to etc. Maybe. 2010-12-02 18:18:50 -05:00
Colin Kuskie
8c4785b165 Don't call setParent if the asset is still broken. Alert user if the asset is still broken. Fixes bug #11957. 2010-11-16 18:39:37 -08:00
Colin Kuskie
6101080332 Document the new version of Scope::Guard needed for Fork. 2010-11-02 14:40:41 -07:00
Colin Kuskie
1c63a65377 Don't delete the special state unless we set it. Fixes bug #11938 2010-11-01 08:23:31 -07:00
Paul Driver
7219e21f86 Merge branch 'fork' 2010-11-01 08:20:38 -05:00
Paul Driver
fa471df450 Story Archive now plays nice with urlExtensions 2010-10-26 14:27:47 -07:00