Commit graph

14029 commits

Author SHA1 Message Date
Colin Kuskie
d769f2c7f1 Add workarounds for bad CPAN dependency resolution. 2010-10-12 21:23:23 -07:00
Colin Kuskie
8200f35661 Basic test for Form/Workflow.pm 2010-10-12 11:38:00 -07:00
Colin Kuskie
4b1af3de18 Use WebGUI::Pluggable::instanciate instead of string eval to load Image::Graph modules. Fixes bug #11898. 2010-10-12 11:03:22 -07:00
Colin Kuskie
a614d4f230 '' is no longer a special value for Workflow Activities, that will cause them to pull their defaultValue. Instead, only undef will do that. Fixes bug #11900 2010-10-12 10:50:26 -07:00
Colin Kuskie
c46685a861 Add a height parameter to the LI style inside the Carousel loop. Fixes bug #11906 2010-10-11 13:39:12 -07:00
Colin Kuskie
a41ae977fe Fix a potential SQL injection issue with Thingy. 2010-10-11 13:12:20 -07:00
Colin Kuskie
106fcaedf7 Fix a form injection problem with the EMS. Addresses bug #11773. 2010-10-11 13:11:56 -07:00
Colin Kuskie
c50688f987 Use the WebGUI::Inbox module to build objects. 2010-10-11 11:16:30 -07:00
Colin Kuskie
81813902da Short circuit the instancation of a Message earlier. 2010-10-11 11:10:00 -07:00
Colin Kuskie
7d71a5d59e Be able to get messages from users who are deleted. Fixes bug #11909. 2010-10-11 11:09:47 -07:00
Colin Kuskie
f90a3f7c58 Manually remove messages for deleted users. Fixes bug #11908. 2010-10-11 11:09:17 -07:00
Colin Kuskie
3f17369ae8 Remove debug code from the Thingy. Fixes bug #11903 2010-10-08 14:25:48 -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
20db0287b4 Ready for 7.10.3 development. 2010-10-05 21:02:44 -07:00
Colin Kuskie
4635b91554 Preparing for 7.10.2 release. 2010-10-05 20:46:58 -07:00
Colin Kuskie
1689c01472 Fix a time sensitive problem with one of the tests. 2010-10-05 20:36:22 -07:00
Colin Kuskie
5ff871f2d5 Fix loose calls to $form->param('key') 2010-10-05 16:03:33 -07:00
Colin Kuskie
f883d8b35f Remove the YUI based code editor from WebGUI, and replace it with a textarea. Fixes bug #1618, and others. 2010-10-05 14:44:53 -07:00
Colin Kuskie
d93238d53c Move Auth cleanup into a addToCleanup sub. 2010-10-05 11:30:17 -07:00
Colin Kuskie
ab2be62157 The back to site URL in the login message should return the user to the page where they logged in. Fixes bug #11897. 2010-10-05 11:28:01 -07:00
Colin Kuskie
adbec05e97 refix the hanging singleton workflow problem with spectre. Fixes bug #10189, again. 2010-10-05 11:07:53 -07:00
Colin Kuskie
97ffe5187e Handle checkLists in the Shortcut query builder, and in the SQL. Fixes bug #11871. 2010-10-05 11:03:22 -07:00
Colin Kuskie
85e1815c9b Remove old debug code from the Shortcut. 2010-10-04 16:35:35 -07:00
Colin Kuskie
82ed3f03b8 Fix shop credit display and calculations in the PayDriver. Fixes bug #11891 2010-10-04 14:20:45 -07:00
Colin Kuskie
7f0657927d Add purge method to Shop::Credit, tests. 2010-10-04 14:20:08 -07:00
Colin Kuskie
229a4080a8 Make the default printable page template PB-agnostic. Fixes bug #11857. 2010-10-04 13:26:50 -07:00
Colin Kuskie
3cf77839ed Date form plugin needs to observe the time zone of the viewer of the data when processing AND displaying date. Fixes bugs #11789 11894 2010-10-04 11:53:05 -07:00
Scott Walters
8eb6de343b Load WebGUI::Test before other modules so that it can fix up @INC to point to the main, non-test, libs. Thanks, cj! 2010-09-30 12:01:30 -04:00
Colin Kuskie
0ef292d381 Update User.t test to handle the removal of group 14, Product Managers. 2010-09-28 21:08:25 -07:00
Colin Kuskie
5dde317480 getTTL is an object method, it requires an object. 2010-09-28 20:55:39 -07:00
Colin Kuskie
2adc7a24e2 Move "back to profile" link from Account Profile Layout template into the View template. Added the can_edit_profile template variable to common template variables for the Profile plugin. 2010-09-28 09:32:33 -07:00
Colin Kuskie
0406e82546 Links in wiki search to add a missing page should encode the titles to make them URL safe. Fixes bug #11883. 2010-09-27 09:33:41 -07:00
Arjan Widlak
c3d0c74952 Merge branch 'master' of https://github.com/arjancwidlak/webgui into arjancwidlak-master 2010-09-24 18:59:46 +02:00
Arjan Widlak
b10be67044 added links to the source of the ukplayer in extras/ukplayer/readme.txt as well 2010-09-24 18:51:57 +02:00
Colin Kuskie
8ecf297931 use the getTTL method to find the time to pause running a Workflow. 2010-09-24 08:16:58 -07:00
Arjan Widlak
8aea44334b Recommitted the ukplayer. Licence information in extras/ukplayer/licence.txt 2010-09-24 15:52:13 +02:00
Arjan Widlak
0a9abf93d9 recommitted UKPlayer the flash slideshow 2010-09-24 15:50:55 +02:00
Colin Kuskie
adcc2690f3 Fix the Codearea, which wasn't pushing out JS links anymore. 2010-09-23 07:59:58 -07:00
Colin Kuskie
fa5764dbc1 Add tests for inclusive intervals for secondsToDuration 2010-09-22 10:49:40 -07:00
Colin Kuskie
969b36231e Instead of logging non-existant thingId messages to Apache, log to webgui.log 2010-09-21 20:58:00 -07:00
Colin Kuskie
9764c2f406 Ready for 7.10.2 release cycle 2010-09-21 20:52:31 -07:00
Colin Kuskie
fb979dc533 Preparing for 7.10.1 release. 2010-09-21 20:09:29 -07:00
Colin Kuskie
10273ffae9 Note the removal of the UK player. 2010-09-21 20:03:07 -07:00
Colin Kuskie
d5d6381bd9 Remove Product Managers as a protected group. 2010-09-21 16:36:42 -07:00
Colin Kuskie
5faa77b2fb Also test for STYLE tags when making the DataForm form view. 2010-09-21 14:28:04 -07:00
Colin Kuskie
f34f8e59bd Add a test to make sure that view does not return CSS or JS links with src/href attributes. 2010-09-21 14:23:47 -07:00
Colin Kuskie
8750c4f488 The rest of the form plugins 2010-09-21 14:23:47 -07:00
Colin Kuskie
108065856f Tests for Form plugins C-I 2010-09-21 14:23:47 -07:00
Colin Kuskie
5e2e9d3091 Fix a POD typo. 2010-09-21 14:23:47 -07:00
Colin Kuskie
0b0c95522c Move method_check test, and add more methods. 2010-09-21 14:23:47 -07:00