Colin Kuskie
dd7e6016dc
Add a workflow activity that reverifies that all subscribers to a CS can still view the CS, otherwise, remove them. Hook up the workflow to the update method in Collaboriation.pm and create an instance for it if the groupIdView changes. Add tests for the activity. Add a new workflow. Update the default WebGUI.conf.
2010-11-30 15:07:49 -08:00
Doug Bell
19dedc0b7c
fix problem revealed by tests
...
update() in a File asset would always create a storage location if one
was not yet saved. calling update() in a filter method would cause
another one to be created too, messing up the tests.
2010-11-16 20:54:49 -06:00
Doug Bell
270f52aaaa
fix 11954 Can't clear packed head tags
2010-11-16 18:47:51 -06:00
Doug Bell
55920f59e0
fix #11964 files show in trash and old revisions
2010-11-16 17:54:08 -06:00
Doug Bell
5f89a281e9
fix #11965 : FriendMgr pagination and getUsersNotIn
2010-11-16 13:26:38 -06:00
Colin Kuskie
ce7a7394b5
Handle assets that can't be instanciated in ExtendCalendarRecurrences. Fixes bug #11956 .
2010-11-10 08:46:08 -08:00
Colin Kuskie
1ff8907bc2
Move all User.t test cleanup out of the END block and into WebGUI::Test->addToCleanup.
2010-11-09 11:16:30 -08:00
Colin Kuskie
897c2e0248
If a user does not have privacy data for a field, check back with the field for the privacy default. Fixes bug #11951 . Added ProfileField cleanup code.
2010-11-09 11:06:57 -08:00
Colin Kuskie
76f32f3b6d
Don't consider a time zone when given a mysql style date, versus an epochal date. Fixes bug #11946 .
2010-11-08 13:46:35 -08:00
Colin Kuskie
e66092deaa
Anchor words to replace in processReplacements. Fixes bug #11939 .
2010-11-02 11:28:20 -07:00
Doug Bell
4864a75340
fix 11940: quickCSV chokes on newlines in data
2010-11-01 14:39:44 -05:00
Colin Kuskie
f2ac0bc67c
Shortcut uses the wrong date for the overridden getContentLastModified. Fixes bug #11935 .
2010-11-01 10:26:08 -07:00
Colin Kuskie
04ec75719e
Make a new storage location when an Event is duplicated. Fixes bug #11937 .
2010-11-01 09:19:08 -07:00
Paul Driver
7219e21f86
Merge branch 'fork'
2010-11-01 08:20:38 -05:00
Colin Kuskie
2b10a08938
And again...
2010-10-29 10:26:06 -07:00
Colin Kuskie
296ed5fc19
Rework all encodings of the spanish RSS file.
2010-10-29 10:26:00 -07:00
Colin Kuskie
9e8a90d9f3
Alter the Spanish entity testing collateral.
2010-10-29 09:41:41 -07:00
Paul Driver
fa471df450
Story Archive now plays nice with urlExtensions
2010-10-26 14:27:47 -07:00
Paul Driver
e67ad18517
fixed #11929 : In/Out board breaks in Chrome sometimes
2010-10-26 13:16:57 -07:00
Paul Driver
0d46331745
fixed #11928 : Story Archive breaks if url has extension
2010-10-26 11:09:11 -07:00
Colin Kuskie
19a87ea003
Variable hour formats don't add an extra space any longer. Fixes bug #11915 .
2010-10-18 10:32:45 -07:00
Colin Kuskie
8200f35661
Basic test for Form/Workflow.pm
2010-10-12 11:38: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
Paul Driver
c86ee12651
Fixing some failing tests
2010-10-07 16:14:48 -07:00
Paul Driver
f2e0a4f667
Rename to WebGUI::Fork
2010-10-06 08:53:40 -07:00
Paul Driver
c8fd0b56ed
Implemented Graham's fork-at-startup idea
2010-10-06 08:53:39 -07:00
Paul Driver
79de38dc4a
WebGUI::BackgroundProcess (used now by AssetExport)
2010-10-06 08:53:39 -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
d93238d53c
Move Auth cleanup into a addToCleanup sub.
2010-10-05 11:30:17 -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
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
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
Colin Kuskie
fa5764dbc1
Add tests for inclusive intervals for secondsToDuration
2010-09-22 10:49:40 -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
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
f0476bdc82
Revert "Rename template variables in the Account and Admin Toggle templates to not use underscores."
...
This reverts commit 0b4e8d5460 .
2010-09-21 11:17:01 -07:00