Commit graph

2331 commits

Author SHA1 Message Date
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
Colin Kuskie
0b4e8d5460 Rename template variables in the Account and Admin Toggle templates to not use underscores. 2010-09-20 15:20:28 -07:00
Colin Kuskie
b4c20a1203 Fix importing an Archive in default order. Update the test to now explicitly test for archive order. Fixes bug #11866. 2010-09-20 11:45:30 -07:00
Colin Kuskie
2eed74891a Restore addAttachments and restoreAttachments to the 7.x series. In 8.x, the object property will act like an arrayref, so they won't be necessary. Fixes bug #11861. 2010-09-14 10:42:59 -07:00
Colin Kuskie
1131a5b4bc Ignore trailing slashes in requested URLS. Fixes bug #11865. 2010-09-14 10:01:57 -07:00
Colin Kuskie
1fa03c3ad8 Add an explicit test for getThumbnailUrl and non-image files (like a PDF) 2010-09-14 09:15:32 -07:00
Colin Kuskie
927b986795 Forbid pasting content below a shortcut, to prevent loops on purge and other operations. Fixes bug #11855. 2010-09-13 18:47:17 -07:00
Colin Kuskie
1d99ee451e Allow users to enter 24:00:00 by hand, and have the Event handle it correctly. Fixes bug #11788 2010-09-13 11:04:03 -07:00
Colin Kuskie
7a3ec47f6d Test that the RSS Aspect propagates the URL fragment. 2010-09-12 22:38:09 -07:00
Colin Kuskie
587ff397b5 More cleanup from dispatch. Do not set the session asset if the requested URL does not exist. In RssFeed, pass the fragment to the next method. Fixes bug #11854. 2010-09-10 11:14:03 -07:00