Colin Kuskie
9487b7d4ac
Complete rework of Story autocommit.
...
Tests for status of Stories that have been autocommitted.
Keyword search interface with UI and tests.
2009-03-09 20:59:28 +00:00
Colin Kuskie
925a218224
keyword tag cloud for StoryArchive, with tests
2009-03-06 17:17:21 +00:00
Colin Kuskie
17b124c39f
Change how the view template variables work. It no longer appends, viewTemplateVars
...
makes them all.
2009-03-05 20:43:57 +00:00
Colin Kuskie
04105713f0
merge back with HEAD for 7.7.0
2009-03-05 16:19:12 +00:00
Colin Kuskie
cff0a9ae9d
Templates for archive, and edit story.
...
Added switches and URLs for adding stories.
Fixed date problems in the date_loop.
Fixed an autocommit issue with folders when there's no currently open version tag.
2009-03-05 00:15:20 +00:00
Colin Kuskie
df4d6efb10
Tests for StoryArchive view variables.
2009-03-04 00:01:37 +00:00
Colin Kuskie
bd59ac6006
Test adding children, along with automatically adding folders.
2009-03-03 00:36:12 +00:00
Colin Kuskie
716ef998a7
Add methods for creating and getting date specific folders below the Archive for
...
holding stories. With tests.
Code for the approval workflow for stories.
2009-03-02 16:49:26 +00:00
Colin Kuskie
2ce2155321
test canPostStories method
2009-02-28 00:56:38 +00:00
Colin Kuskie
2345c6a2d1
Test Skeletons for Story Archive and Topic Wobjects.
2009-02-27 23:48:28 +00:00
Colin Kuskie
f509317d55
Complete the Asset/Wobject/Matrix.t fix by using the newly calculated assetId in the test.
2009-02-21 02:24:34 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Graham Knop
2079266627
fix matrix test function
2009-02-17 20:53:09 +00:00
Graham Knop
bf9bd2f0d2
use proper JSON encoding/decoding
2009-02-10 21:41:36 +00:00
Graham Knop
0487acca1d
fix Thingy test to account for new template options
2008-12-16 21:13:21 +00:00
Colin Kuskie
941240370b
Add a mutator for questionsAnswered, with tests.
...
Correct POD for recordResponses.
Begin recordResponses answer processing tests.
2008-12-15 00:09:03 +00:00
Colin Kuskie
aa04599aec
recordResponse tests (just a few)
...
Fix a bug where if a section is terminal, and has no questions, it did not return the terminal flag as true.
A little recordResponse POD.
2008-12-13 03:56:26 +00:00
Colin Kuskie
aafd5e5a2e
goto tests.
2008-12-12 23:33:45 +00:00
Colin Kuskie
574d6cf036
nextQuestions tests.
...
Add POD, and make sure that answers returned by nextQuestions are safe refs.
2008-12-12 19:27:12 +00:00
Colin Kuskie
98294e4e78
Add tests for nextSectionid, nextSection, currentSection.
...
Add more POD to ResponseJSON
2008-12-12 00:36:08 +00:00
Colin Kuskie
c60393e44a
Tests for createSurveyOrder and shuffle.
...
POD for several methods.
2008-12-12 00:03:16 +00:00
Colin Kuskie
1c1f01d473
Change ResponseJSON to use a proper mutator for startTime.
...
Add tests for startTime.
Survey uses the accessor, and no longer needs to manually set startTime.
2008-12-11 19:45:19 +00:00
Colin Kuskie
08bf6b5147
Flesh out the ResponseJSON test more. Add POD.
2008-12-10 02:25:42 +00:00
Colin Kuskie
8ea45fe456
Switch to using dclone from Clone::clone due to bugs under
...
perl 5.10
2008-12-05 04:21:43 +00:00
Colin Kuskie
ace2c81fca
update SurveyJSON test to fix perl 5.10 misleading errors
2008-12-05 03:41:29 +00:00
Colin Kuskie
75da4c46bd
Add more tests for coverage.
...
Interim checkin for debug assistance.
2008-12-05 03:32:47 +00:00
Colin Kuskie
a50c27de67
add POD, fix a few typos.
...
Add tests for updateQuestionAnswers
2008-12-04 23:35:40 +00:00
Colin Kuskie
75f6497924
Tests for getEditVars, getEditSectionVars and addAnswersToQuestion.
...
Add POD.
Fix a bug with setting verbatims in addAnswersToQuestion
2008-12-04 22:01:17 +00:00
Colin Kuskie
24fe2e6dc0
Add tests for getQuestionEditVars.
...
Refactor out the list of valid question types to make testing easier.
2008-12-04 20:47:42 +00:00
Colin Kuskie
0453f47bc1
Tests for getDragDrop and getAnswerEditVars.
...
More POD.
2008-12-04 20:18:49 +00:00
Colin Kuskie
d370772762
Make copy use safe references.
...
Add tests for remove, and copy.
2008-12-03 04:41:38 +00:00
Colin Kuskie
f41421058c
Add wide character JSON encoding test.
2008-12-03 02:39:35 +00:00
Colin Kuskie
23f8e48f6d
Update POD for several methods.
...
Make getObject clone data for safety and update tests.
Make newObject always alter $address for consistency and update tests.
2008-12-01 17:39:34 +00:00
Colin Kuskie
377126da8c
Add more POD to SurveyJSON.
...
Add some basic tests for getObject, update and remove.
2008-11-30 04:30:40 +00:00
Colin Kuskie
020c882fb6
Test abusing references in getObject.
...
More insertObject testing.
More POD.
2008-11-29 17:29:00 +00:00
Colin Kuskie
fe33c87f13
Add tests for insertObject, and a helper method for summarizing the SurveyJSON data structure.
...
Add POD for insertObject. Note that splicing beyond the end of the array will generate
a warning.
2008-11-29 05:32:14 +00:00
Colin Kuskie
63646aa497
rename test
2008-11-28 17:25:40 +00:00
Colin Kuskie
356772b722
Build Survey2 tests. Each survey2 module has at least a basic
...
load test, and the SurveyJSON module has many more tests in
it, testing new, log, newSection, newQuestion, newAnswer and
newObject.
2008-11-28 05:02:38 +00:00
JT Smith
ee84cc7611
Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
...
WebGUI::Storage::Image can do.
2008-11-26 16:06:18 +00:00
Yung Han Khoe
ee2e0ad48d
Added Matrix tests, fixed some bugs
2008-11-25 07:50:50 +00:00
Colin Kuskie
e2101ad8d2
Products imported by the Shelf do not have good URLs.
2008-11-24 22:19:06 +00:00
Graham Knop
758a321e70
modules, tests, etc shouldn't be set as executable
2008-11-24 04:01:23 +00:00
Graham Knop
dd90696d7c
cleaning up warnings/variable redefinition and pod
2008-11-24 01:34:32 +00:00
Yung Han Khoe
79bfa826e0
Replaced Matrix with newer version
2008-11-19 19:01:34 +00:00
Patrick Donelan
564b4e90d1
Added skeleton Survey2 test file.
...
Changed debug logging from ERROR level to DEBUG
2008-11-13 22:39:29 +00:00
JT Smith
07519c7e98
fixed some caching and parsing problems
2008-11-12 21:11:19 +00:00
Doug Bell
f802044df3
added tests for movefield
2008-11-07 03:56:23 +00:00
JT Smith
ef6aedc862
- The Syndicated Content asset was rewritten, and now uses 35% less memory and is 400% faster.
2008-11-06 02:32:10 +00:00
Graham Knop
f90e08c93f
fix DataTable test
2008-11-04 22:47:30 +00:00
Doug Bell
ac80e166a4
added testing for DataTable form and asset
2008-10-29 21:28:45 +00:00