Commit graph

684 commits

Author SHA1 Message Date
Scott Walters
176b6297dd deal with Package::Stash changing its API 2014-01-07 17:08:06 -06:00
Scott Walters
460e29b93d spectre.pl requires Devel::Size; wasn't tested for in testEnvironment.pl 2013-02-24 19:45:09 -05:00
Scott Walters
af18f5a7be add Imager::File::PNG to the list of deps since, according to one report, Imager considers it an optional dep and it may not be installed automatically with Imager 2013-02-17 15:13:45 -05:00
Scott Walters
935bc110b3 make HTML::Template::Expr not optional; fixes #12395 2012-11-11 23:17:55 -05:00
Scott Walters
0c01db9069 Revert "testenvironment does not check for correct perl version (#12377)" ... apparently this was either already done or done separately
This reverts commit b009dc7b5a.

Conflicts:
	docs/changelog/8.x.x.txt
2012-11-11 23:16:05 -05:00
Scott Walters
a6dc17313f changelog and testEnvironment entries for haarg's Imager work 2012-11-02 17:33:18 -04:00
Scott Walters
b009dc7b5a testenvironment does not check for correct perl version (#12377)
add verbiage about requiring a post Apollo era perl if such a perl is detected
2012-11-02 17:26:28 -04:00
Scott Walters
a5350dbc62 maintenanceMode.pl trying to FindBin 2012-11-02 17:24:00 -04:00
Scott Walters
560e7228fc Revert "Config::JSON stopped providing a BUILDARGS method, so we can't "around" it. subclass new() the old fashioned way and bump the Config::JSON version dep so we know we're getting the non-Moose one."
... fix is bad Moose style and no one can replicate this problem but me; need to look harder for the problem locally

This reverts commit 55aead887b.
2012-07-10 14:04:50 -04:00
Scott Walters
55aead887b Config::JSON stopped providing a BUILDARGS method, so we can't "around" it. subclass new() the old fashioned way and bump the Config::JSON version dep so we know we're getting the non-Moose one. 2012-07-10 03:49:11 -04:00
Colin Kuskie
02bb3a9d67 Template::Toolkit is no longer an optional dependency for WebGUI. 2012-02-12 21:47:30 -08:00
Colin Kuskie
4ea362ba6f Merge branch 'master' into WebGUI8. 2012-01-19 11:17:44 -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
3b418ede3c Merge commit 'v7.10.24' into WebGUI8 2012-01-17 15:03:45 -08:00
Colin Kuskie
1e8d6d90f8 Remove module check for Text::Aspell 2012-01-06 09:26:56 -08:00
Colin Kuskie
5d89201d2b Add a missing test requirement. 2012-01-01 08:20:41 -08:00
Colin Kuskie
e6cb511ceb We don't depend on starman. 2012-01-01 07:23:07 -08:00
Colin Kuskie
03a22421a7 Add native size limiting to WebGUI via plack. This is no longer a WRE specific feature. 2011-12-31 19:01:25 -08:00
Colin Kuskie
b323f74121 Update copyright notice 2011-12-28 11:30:38 -08:00
Colin Kuskie
a20dd83ae0 Remove deprecated userProfile code from userImport. 2011-12-27 21:46:30 -08:00
Colin Kuskie
ce327bd49a Fix some POD syntax issues in the userImport script. 2011-12-08 10:03:46 -08:00
Colin Kuskie
d1f3d0771d Specify a known minimum good version of Package::Stash. 2011-12-05 11:06:54 -08:00
Colin Kuskie
a2a821822d Merge commit 'v7.10.23' into WebGUI8. Tests need fixing. 2011-11-02 11:12:18 -07:00
Colin Kuskie
431cd280a4 Merge commit 'v7.10.22' into WebGUI8 2011-10-31 20:13:01 -07:00
Colin Kuskie
4855816a29 Merge commit 'v7.10.21' into WebGUI8. Also, add POD and fix broken tests. 2011-10-27 16:45:19 -07:00
Colin Kuskie
fdb979ca8a Merge commit 'v7.10.20' into WebGUI8 2011-10-26 15:02:51 -07:00
Colin Kuskie
4fea10a1f5 Merge commit 'v7.10.19' into WebGUI8 2011-10-25 20:31:50 -07: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
Graham Knop
3929d16adb convert diskUsage to WebGUI::Command 2011-07-05 09:21:13 -05:00
Graham Knop
106d888e97 stop using readAllConfigs in testEnvironment.pl 2011-07-05 08:35:48 -05:00
Graham Knop
6bf9fbb8d9 stop using readAllConfigs in search.pl 2011-07-05 08:34:16 -05:00
Graham Knop
caf9efc784 move autoflush to better location 2011-07-05 07:39:41 -05:00
Graham Knop
6d4d1af28f convert classLoadTest to WebGUI::Command 2011-07-04 12:15:14 -05:00
ampli
f0d5a29e29 findBrokenAssets.pl: redundant argument in WebGUI::Session->open() (#12181)
Problem:
Doesn't work, prints an error message:
Couldn't parse JSON in config file '/'

Fix:
WebGUI::Session->open() is called with $webguiRoot as first arguments, and it should not be supplied any more due to an API change.
2011-06-30 02:59:04 +03:00
Doug Bell
d0077bdcec allow specific expires dates for groups in userImport.pl 2011-06-20 18:26:39 -05:00
Graham Knop
b177bb5c3f convert changeIobStatus.pl to module 2011-06-16 01:56:21 -05:00
Graham Knop
841b1f60f7 remove merge remnants 2011-06-16 00:36:45 -05:00
Scott Walters
cd66af7855 Warn the user if upgradeState is set but not current, and WebGUI::Middleware::Maintenance is going to block everything because of it. 2011-05-22 21:44:44 -04:00
Scott Walters
d6f66b0245 session->var is apparently deprecated. 2011-05-22 21:04:41 -04:00
Doug Bell
677ac978b6 Merge branch 'WebGUI8' of github.com:plainblack/webgui into 8
Conflicts:
	lib/WebGUI.pm
	lib/WebGUI/Auth/WebGUI.pm
	sbin/findBrokenAssets.pl
	sbin/testEnvironment.pl
2011-05-13 18:20:52 -05:00
Doug Bell
277faae8a1 Merge commit 'v7.10.15' into 8
Conflicts:
	docs/gotcha.txt
	docs/previousVersion.sql
	docs/templates.txt
	lib/WebGUI.pm
	lib/WebGUI/Asset.pm
	lib/WebGUI/Asset/Event.pm
	lib/WebGUI/Asset/File.pm
	lib/WebGUI/Asset/MapPoint.pm
	lib/WebGUI/Asset/RichEdit.pm
	lib/WebGUI/Asset/Sku/Product.pm
	lib/WebGUI/Asset/Snippet.pm
	lib/WebGUI/Asset/Story.pm
	lib/WebGUI/Asset/Template.pm
	lib/WebGUI/Asset/Template/TemplateToolkit.pm
	lib/WebGUI/Asset/Wobject/Calendar.pm
	lib/WebGUI/Asset/Wobject/Carousel.pm
	lib/WebGUI/Asset/Wobject/Collaboration.pm
	lib/WebGUI/Asset/Wobject/Dashboard.pm
	lib/WebGUI/Asset/Wobject/DataForm.pm
	lib/WebGUI/Asset/Wobject/Folder.pm
	lib/WebGUI/Asset/Wobject/Map.pm
	lib/WebGUI/Asset/Wobject/Search.pm
	lib/WebGUI/Asset/Wobject/Shelf.pm
	lib/WebGUI/Asset/Wobject/StockData.pm
	lib/WebGUI/Asset/Wobject/StoryTopic.pm
	lib/WebGUI/Asset/Wobject/SyndicatedContent.pm
	lib/WebGUI/Asset/Wobject/Thingy.pm
	lib/WebGUI/Asset/Wobject/WeatherData.pm
	lib/WebGUI/AssetClipboard.pm
	lib/WebGUI/AssetCollateral/DataForm/Entry.pm
	lib/WebGUI/AssetExportHtml.pm
	lib/WebGUI/AssetLineage.pm
	lib/WebGUI/AssetMetaData.pm
	lib/WebGUI/AssetTrash.pm
	lib/WebGUI/AssetVersioning.pm
	lib/WebGUI/Auth.pm
	lib/WebGUI/Cache/CHI.pm
	lib/WebGUI/Content/AssetManager.pm
	lib/WebGUI/Fork/ProgressBar.pm
	lib/WebGUI/Form/JsonTable.pm
	lib/WebGUI/Form/TimeField.pm
	lib/WebGUI/Form/Zipcode.pm
	lib/WebGUI/Group.pm
	lib/WebGUI/International.pm
	lib/WebGUI/Macro/AssetProxy.pm
	lib/WebGUI/Macro/FileUrl.pm
	lib/WebGUI/Operation/SSO.pm
	lib/WebGUI/Operation/User.pm
	lib/WebGUI/Role/Asset/Subscribable.pm
	lib/WebGUI/Shop/Cart.pm
	lib/WebGUI/Shop/Transaction.pm
	lib/WebGUI/Shop/TransactionItem.pm
	lib/WebGUI/Test.pm
	lib/WebGUI/URL/Content.pm
	lib/WebGUI/URL/Uploads.pm
	lib/WebGUI/User.pm
	lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm
	lib/WebGUI/Workflow/Activity/SendNewsletters.pm
	lib/WebGUI/i18n/English/Asset.pm
	lib/WebGUI/i18n/English/WebGUI.pm
	sbin/installClass.pl
	sbin/rebuildLineage.pl
	sbin/search.pl
	sbin/testEnvironment.pl
	t/Asset/Asset.t
	t/Asset/AssetClipboard.t
	t/Asset/AssetLineage.t
	t/Asset/AssetMetaData.t
	t/Asset/Event.t
	t/Asset/File.t
	t/Asset/File/Image.t
	t/Asset/Post/notification.t
	t/Asset/Sku.t
	t/Asset/Story.t
	t/Asset/Template.t
	t/Asset/Wobject/Collaboration/templateVariables.t
	t/Asset/Wobject/Collaboration/unarchiveAll.t
	t/Asset/Wobject/Shelf.t
	t/Auth.t
	t/Macro/EditableToggle.t
	t/Macro/FilePump.t
	t/Shop/Cart.t
	t/Shop/Transaction.t
	t/Storage.t
	t/User.t
	t/Workflow.t
2011-05-13 18:15:11 -05:00
Scott Walters
96bb194402 Change newByDynamicClass calls that creept in back to newById, except for the ones in doc/upgrade. Kinda important. 2011-05-11 16:26:32 -04:00
Scott Walters
57d2dbed56 WebGUI::Session::Http should go away (#11647)
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working.  These can be changed later.
2011-05-11 16:17:54 -04:00