Commit graph

14218 commits

Author SHA1 Message Date
Paul Driver
79de38dc4a WebGUI::BackgroundProcess (used now by AssetExport) 2010-10-06 08:53:39 -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
Colin Kuskie
a25e40d6a5 Add tests for Captcha, ClassName, Codearea, HTMLArea, IntSlider, RadioList, Slider 2010-09-21 14:23:47 -07:00
Colin Kuskie
8326417f06 Fix inheritance for Hidden. 2010-09-21 14:23:47 -07:00
Colin Kuskie
dd527838ee Fix inheritance for SelectList, -Box. Add AdSpace, Asset, AssetReportQuery, Attachments. 2010-09-21 14:23:47 -07:00
Colin Kuskie
200970cfd9 Tests for List, Radio, Checkbox, SelectBox, SelectList, Username 2010-09-21 14:23:47 -07:00
Colin Kuskie
2b440003ae Add tests for Hexadecimal, Password, Phone, Textarea, Zipcode 2010-09-21 14:23:47 -07:00
Colin Kuskie
ab9b730a4b Class tests for Color, CsrfToken, Guid, Hidden 2010-09-21 14:23:46 -07:00
Colin Kuskie
48debf2904 Add tests for Button, Float, Integer, ReadOnly 2010-09-21 14:23:46 -07:00
Colin Kuskie
7e136f6047 Begin Test::Class suite for Forms 2010-09-21 14:23:46 -07:00
Colin Kuskie
726707dd2e There is no local check to see if Form headTags have been sent yet. 2010-09-21 14:23:46 -07:00
Colin Kuskie
228b8c9216 Document the closing of the RFE and associated bug. 2010-09-21 14:23:46 -07:00
Colin Kuskie
b8ad4cc136 Add a method to get, store and cache the current Entry, since it's needed when creating the form data. 2010-09-21 14:23:30 -07:00
Colin Kuskie
748ec0c440 Code cleanup for moving form generation out of getFormTemplateVars 2010-09-21 14:23:30 -07:00