Patrick Donelan
7ec5cab126
Merge branch 'master' into survey
...
* master: (121 commits)
Fix a POD typo.
correct inbox message from user preface
Fix a typo in the Default gallery view template
Documentation bug in buildArrayRefOfHashRefs
changed screenshots in Matrix Listing view to popup
matrix privileging fixes
Fix an i18n typo in the Post user defined variables.
Remove debugging code.
approval workflow fix
matrix upgrade and privileging fixes
fixed: Template parser cannot be set
forward porting gallery bug fixes
preparing for 7.7.0 dev
parser should be a selectbox, not a selectlist.
labeling survey as beta
fixeding my borkes to the changelog
fixed #9852 : Users can accept private messages from Visitor, but Visitor cannot send messages
preparing for 7.6.14 release
fix AdSpace, Ad tests
Restore the original properties for the profile category that was modified for test.
...
Conflicts:
docs/gotcha.txt
docs/upgrades/upgrade_7.6.10-7.6.11.pl
lib/WebGUI/Asset/Wobject/Survey.pm
lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm
2009-03-11 15:26:07 +11:00
Colin Kuskie
c7a66861a6
The URL for the story was changing when the story was edited. The initial
...
URL was based on the current asset, which is the Archive instead of the Folder.
(Archive hands off to Folder in addChild).
On following edits, no URL was passed, so one was built from the parent, which
is the Folder.
Fix this by passing in the existing URL as an hidden form param.
2009-03-10 00:31:19 +00:00
Colin Kuskie
40e068e0fb
Search interface, in addition to the default view and the keywords view.
2009-03-09 23:23:34 +00:00
Colin Kuskie
087b7afb08
Fix searching by keyword via the form.
2009-03-09 21:28:43 +00:00
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
Kaleb Murphy
0db9be4512
Added goto to sections and questions. Order of precedence is answer, question, then section.
2009-03-09 17:23:06 +00:00
Yung Han Khoe
d7f94f450b
changed screenshots in Matrix Listing view to popup
2009-03-09 10:48:26 +00:00
Colin Kuskie
c12e1b3758
Search form for StoryArchive view form.
2009-03-07 04:16:29 +00:00
Colin Kuskie
4b1ec30748
Formatted duration template variable and method, with tests.
...
Start writing Story help.
2009-03-07 00:01:41 +00:00
David Delikat
30fa2028ff
some changes
2009-03-06 21:54:28 +00:00
Colin Kuskie
925a218224
keyword tag cloud for StoryArchive, with tests
2009-03-06 17:17:21 +00:00
Yung Han Khoe
03dce77e90
matrix upgrade and privileging fixes
2009-03-06 05:04:24 +00:00
Colin Kuskie
5bb4cbf299
change names of loops to be _loop vs Loop.
...
Added keyword loop variable.
Change subtitle to a textarea.
Add tests for Story template variables.
2009-03-05 23:43:50 +00:00
Colin Kuskie
882b8a5c89
Viewing stories is now possible.
2009-03-05 22:47:43 +00:00
Colin Kuskie
06790fa72b
Fix label typos in storiesPerPage.
...
Add Story templateId.
2009-03-05 22:00:17 +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
e0f46517bb
Add a cancel button to the edit story form.
2009-03-05 17:59:22 +00:00
Colin Kuskie
40d17b7be9
Add stories to a story archive.
...
i18n support for that.
log problems when calling www_add in the story archive.
2009-03-05 17:22:41 +00:00
Colin Kuskie
04105713f0
merge back with HEAD for 7.7.0
2009-03-05 16:19:12 +00:00
Colin Kuskie
426bc41b04
Add a getArchive method to the Story. Test it.
...
Make www_edit work.
2009-03-05 01:01:45 +00:00
Colin Kuskie
2cd648d717
override www_add so that it makes or access a folder to hold stories.
2009-03-05 01:00:41 +00:00
Brian Medley
8761848ab3
checkpoint
2009-03-05 00:49:35 +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
874fad9917
Make edit story form values sticky, for preview.
2009-03-04 23:25:18 +00:00
Graham Knop
cc1c1d165a
fixed: Template parser cannot be set
2009-03-04 22:09:08 +00:00
JT Smith
1cfa9372b5
forward porting gallery bug fixes
2009-03-04 21:57:31 +00:00
Colin Kuskie
f7ebd6189a
Beginnings of an edit form for the Story.
2009-03-04 18:11:57 +00:00
Colin Kuskie
01caef804c
parser should be a selectbox, not a selectlist.
2009-03-04 18:08:35 +00:00
Colin Kuskie
2f0b2638cf
Handle the case when purging a story, and there's no storage location.
2009-03-03 23:50:45 +00:00
Brian Medley
00cbaa49af
checkpoint
2009-03-03 11:15:39 +00:00
Colin Kuskie
e5c56dcf70
Add JSON handling, and move code form addRevision to update.
2009-03-03 00:36:38 +00:00
Colin Kuskie
bd59ac6006
Test adding children, along with automatically adding folders.
2009-03-03 00:36:12 +00:00
Colin Kuskie
02dc71055b
Story code. Added validParent, storage location code.
2009-03-02 20:20:43 +00:00
Colin Kuskie
3049a3cce3
Fix POD/whitespace issues.
2009-03-02 17:48:06 +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
Yung Han Khoe
8a06e67b83
added edit link to matrix listing view
2009-03-02 09:54:22 +00:00
David Delikat
1869017ff3
first success
2009-02-28 20:17:32 +00:00
Yung Han Khoe
b7037dc7f9
matrix bugfixes
2009-02-28 01:49:03 +00:00
Colin Kuskie
b20f4b4a08
Story Topic skeleton code.
2009-02-27 22:14:30 +00:00
Colin Kuskie
8397b96ef8
Pick up some missing dependencies.
2009-02-27 22:14:05 +00:00
Yung Han Khoe
c4376366f3
fixing matrix compare results
2009-02-27 21:53:24 +00:00
Colin Kuskie
802a275bb0
Skeletal code for Story Archive.
2009-02-27 21:35:33 +00:00
Colin Kuskie
daf6c7bd92
Clean up autoGenerateForms in definition.
2009-02-27 20:56:26 +00:00
Colin Kuskie
4085c246b1
Skeletal code for Story Asset. i18n as well.
2009-02-27 20:52:26 +00:00
Kaleb Murphy
31341e5701
removing surveybundle
2009-02-27 18:40:05 +00:00
Kaleb Murphy
91b49f96b0
removing trace
2009-02-27 18:39:38 +00:00
Yung Han Khoe
45a724f761
fixing combo/select boxes on Matrix search and edit listing screens
2009-02-27 14:17:09 +00:00
Colin Kuskie
f8b11b5423
merging back with HEAD
2009-02-27 06:06:05 +00:00
David Delikat
15a2cbd840
first part of coding
2009-02-27 03:37:55 +00:00
Colin Kuskie
e25d605ccc
Add a cancel button to the Matrix Listing form.
2009-02-26 21:04:46 +00:00