Commit graph

13029 commits

Author SHA1 Message Date
Colin Kuskie
fae11ffcdb Bump testing module requirement to handle new test methods in Test::More. 2009-11-24 16:57:32 -08:00
Graham Knop
d0de544164 better messages for exceptions 2009-11-24 11:48:23 -06:00
Doug Bell
db14bc6458 fix 10888 final touches on map point bugs 2009-11-23 16:52:01 -06:00
Doug Bell
a1413a95b0 fix 11177 Code editor steals focus on load 2009-11-23 16:26:58 -06:00
Doug Bell
16cfc756ce fix 11185 Code editor broken in IE8 for SQLreport 2009-11-23 16:21:49 -06:00
Colin Kuskie
dd897f50ec Fix bad usage of quoteAndJoin in CleanLoginHistory. There's no other place where this happens. Fixes bug #11263 2009-11-23 10:53:27 -08:00
Colin Kuskie
e54d02cfe6 Fix i18n typo in EMS Submission. 2009-11-23 08:21:56 -08:00
Colin Kuskie
da2c6621d2 Fix usage of the assetId in comments, which can break the comment syntax. Fixes bug #10932 2009-11-20 15:47:48 -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
17297f4fe6 Fix cache setting and cleaning up issues in the Snippet. Fixes bug #11259 2009-11-20 11:34:13 -08:00
Colin Kuskie
50b26293c9 Adding Bart's back to site macro test. 2009-11-20 08:55:28 -08:00
Colin Kuskie
519a0915c3 Prevent the back button from resubmitting data as much as possible. Fixes bug #11143. 2009-11-20 08:47:21 -08:00
Colin Kuskie
a70269889f Remove trailing whitespace. 2009-11-19 10:06:35 -08:00
Colin Kuskie
e1c77cf314 Fix the issue with Assets with macro based content not showing the new content to Visitors. Fixes bug #11200. 2009-11-19 10:04:19 -08:00
Colin Kuskie
21e1ac8da6 Update test for a disabled workflow. 2009-11-19 10:04:19 -08:00
Colin Kuskie
9187b6b7b7 Fix problem with @INC in preload.perl. 2009-11-19 10:04:19 -08:00
Colin Kuskie
07a4a55f51 Add an explicit test for RTF files, due to cross platform issues. 2009-11-19 10:04:19 -08:00
daviddelikat
31fb0886bc Merge branch 'master' of git@github.com:plainblack/webgui 2009-11-18 19:31:17 -06:00
Colin Kuskie
49ec9f65f4 Use https method in SSL mode. Fixes bug #11249 2009-11-18 14:54:16 -08:00
Colin Kuskie
74a2df9ad6 Adding Luke Robinson to list of contributors. 2009-11-18 11:25:52 -08:00
Luke Robinson
64640003af ConvertUTCToTZ.pm macro and test
Conflicts:

	lib/WebGUI/Macro/ConvertUTCToTZ.pm
2009-11-18 10:44:34 -08:00
Colin Kuskie
53f3683c21 Do not include . in @INC. 2009-11-18 10:24:39 -08:00
daviddelikat
b0646e4358 added an optional param to pass in 'objectType' for the workflow. 2009-11-18 12:08:23 -06:00
Colin Kuskie
3951072f0c Fix an i18n typo. 2009-11-18 09:01:58 -08:00
daviddelikat
f12b0751e6 changed reset to rerun in Test::Activity 2009-11-18 09:45:58 -06:00
Colin Kuskie
816bc2c49f Ready for 7.8.6 development. 2009-11-18 00:25:17 -08:00
Colin Kuskie
cc84994ea7 Fix a problem with bad tests and bad code in globbed Pluggable excludes. 2009-11-17 23:33:44 -08:00
Colin Kuskie
77389ea60f Preparing for 7.8.5 release. 2009-11-17 22:19:00 -08:00
Colin Kuskie
3fb310cb9d Remove boilerplate and commented out code. 2009-11-17 19:32:23 -08:00
Colin Kuskie
fa7e1062c9 Add a test to make sure line item address changes are processed correctly in the USPS domestic driver. 2009-11-17 19:22:51 -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
5df15c6307 Revert "Merge branch 'master' of git@github.com:plainblack/webgui"
This reverts commit 7188b11b77, reversing
changes made to 9dd7056ecf.
2009-11-17 13:28:52 -08:00
Graham Knop
8e65345281 more diag -> note 2009-11-17 14:51:45 -06:00
Graham Knop
7913059097 fix unmocked warning 2009-11-17 14:12:37 -06:00
Colin Kuskie
5fd30d8d84 Revert "Separating ThingRecord object from Thingy"
This reverts commit df84c60d6a.
2009-11-17 12:12:19 -08:00
Colin Kuskie
a37f69cc04 Revert "Separating Thing object from Thingy"
This reverts commit 3d88789659.
2009-11-17 12:12:08 -08:00
Colin Kuskie
c99315aa0c Revert "Bugfix in thingy upgrade"
This reverts commit f3a4bd1b68.
2009-11-17 12:11:55 -08:00
Colin Kuskie
526360f77d Clean up a test comment. 2009-11-17 11:59:11 -08:00
Colin Kuskie
86a4cb5a11 Fix a test cleanup issue. 2009-11-17 11:59:11 -08:00
Graham Knop
614a901231 silence extra test output for non-verbose runs 2009-11-17 13:34:00 -06: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
15ce7b56cc Quote the id generated by the Image asset. Also, do not overwrite user uploaded parameters. Fixes bug #11246 2009-11-17 08:53:56 -08:00
Colin Kuskie
03d9263079 Fix a JS typo in the Edit Survey screen. Fixes bug #11247. 2009-11-17 07:48:12 -08:00
Colin Kuskie
0103cba326 Disable the Send Stats workflow, to avoid confusion. Fixes bug #11245 2009-11-16 22:19:53 -08:00
Colin Kuskie
a63dfa3ad1 Fix a typo in the updated style03 template. 2009-11-16 21:40:47 -08:00
Colin Kuskie
5bf3e44ad6 Accept time zones with spaces or underscores to help users. 2009-11-16 18:35:01 -08:00
Colin Kuskie
110a236fcd When using a download template, macros are always processed in the output. fixes bug #11242. 2009-11-16 17:03:38 -08:00
Colin Kuskie
c8bda63587 Test maintenance. 2009-11-16 17:03:29 -08:00
Colin Kuskie
01e873eec7 i18n the download type choices in the SQL Report. 2009-11-16 16:31:24 -08:00
Colin Kuskie
67c66c87b3 Remove deprecated use of defined() on hashes. 2009-11-16 16:30:56 -08:00