Patrick Donelan
b5186bfbab
fixed #10565 : Survey: add question doing double-create
2009-06-22 07:08:08 +00:00
Colin Kuskie
de4a3f2fb2
ready for 7.7.12 development
2009-06-20 13:42:43 +00:00
Patrick Donelan
cbc308c55a
SurveyJSON size reduction/optimization
...
SurveyJSON was storing a lot of redundant information (every setting on
every single section/question/answer, which, in most cases, will simply
take on the default values). This was bloating the surveyJSON property in
the db, and equally as importantly, slowing down Survey because it had to
do a lot of JSON parsing on the serialised surveyJSON object.
We now factor out and store the current section/question/answer defaults
along with the surveyJSON data itself, which means that we only needs to
store properties that differ from the defaults. This results is a massive
reduction in the size of the serialized surveyJSON stored in the database,
as well as a speed-up in json parsing time.
The compression/uncompression happens transparently to the rest of Survey.
2009-06-19 08:07:18 +00:00
Patrick Donelan
afb94a6bbd
Added template to go with previous ProgressBar commit
2009-06-19 02:09:41 +00:00
Colin Kuskie
a85924d07b
Add group privilege checking to the Shipping Drivers
2009-06-18 23:24:33 +00:00
JT Smith
0a004d72a0
spew forth more data!
2009-06-18 22:36:42 +00:00
Colin Kuskie
8f4e824004
Adding template for progress bar.
2009-06-18 20:03:47 +00:00
Patrick Donelan
d820d43760
Fixed #10520 - Survey responses get confused if survey structure modified
...
Survey responses are now revision-aware.
The survey structure gets revisioned automatically as necessary when changes
are made on the Edit Survey screen (as necessary ~~ a response exists
for the current revision)
2009-06-16 06:25:38 +00:00
Colin Kuskie
4758e10a20
Fix invalid CSS in the thingy.
2009-06-15 23:04:02 +00:00
Colin Kuskie
d710fde1f2
Fix old calendars with bad icalIntervals.
2009-06-14 22:53:45 +00:00
Yung Han Khoe
b788f82b0b
fixing Matrix stickied hide/show in IE
2009-06-12 16:44:56 +00:00
Colin Kuskie
1229ebb984
Preparing for 7.7.11 development.
2009-06-11 21:07:34 +00:00
Colin Kuskie
36c2a1458c
Fix rendering issues with the CS Q&A template.
2009-06-11 00:47:21 +00:00
Hao Ching
d8b9a64f83
Fixed #10491 : Side by Side template metadata extra headers CSS.
2009-06-09 12:33:49 +00:00
Colin Kuskie
fcad3a112d
Fix a bug in the Story when handling images of different sizes. Add a
...
photoWidth property to the StoryArchive, and resize all newly uploaded pictures
to a Story.
2009-06-08 21:51:33 +00:00
Kaleb Murphy
e1f71f655d
Moved surveyedit.css to a snippet. Pointed template url at the new snippet.
2009-06-08 19:16:56 +00:00
Colin Kuskie
4252b359dc
Make account inbox template layout symmetrical on both top and bottom bars.
2009-06-07 03:15:30 +00:00
Colin Kuskie
4d8ff20a08
Ready for 7.7.10 development
2009-06-04 23:26:41 +00:00
Colin Kuskie
05c9c7f0e8
Fix an i18n typo in the delete album screen.
2009-06-03 23:44:52 +00:00
Paul Driver
f1f4db0702
whoops, forgot the updated template
2009-06-03 19:29:34 +00:00
Yung Han Khoe
1ea08936f4
fixed #9851 : New Users have blank profile field privacy settings
2009-06-03 15:24:20 +00:00
David Delikat
d4215ba769
changed HTML tag in lower bar to match upper bar
...
see bug description for details
http://www.webgui.org/bugs/tracker/10261
2009-06-03 12:55:48 +00:00
Colin Kuskie
61832b62b9
When a user is deleted, delete any address books as well. Uses the API to get the
...
Addresses, too. With tests and upgrade script to take care of old address books.
2009-06-03 02:12:23 +00:00
Colin Kuskie
3c655ec2a6
Fix a typo in the upgrade script.
2009-06-02 21:28:11 +00:00
Colin Kuskie
6ac30bb2ea
Add noFormPost to packed content in the asset tables to prevent them
...
from overwriting the data that has been packed from the filter function.
Rerun the upgrade script to repack all areas that use packing.
2009-06-02 20:30:48 +00:00
Colin Kuskie
8f09dc062d
Add edit and delete icons to the Story Topic. Update tests. Adjust both
...
sets of templates. Use the correct privileges for displaying the icons.
Help and i18n.
2009-06-01 16:53:22 +00:00
Colin Kuskie
6844ef4559
Add missing edit story and delete story icons in the view method of the Story Archive.
2009-06-01 16:27:49 +00:00
Yung Han Khoe
ff61666ead
matrix template fix
2009-05-30 15:57:57 +00:00
Yung Han Khoe
398f5203f4
making all Matrix datatables templatable
2009-05-30 14:43:41 +00:00
Colin Kuskie
26142d4730
Preparing for 7.7.9 dev cycle.
2009-05-29 02:00:45 +00:00
Colin Kuskie
ba921e3e8f
Add missing flags for options in previous upgrades.
2009-05-29 00:19:32 +00:00
Colin Kuskie
67cce548ff
Add enableSurveyExpressionEngine to default WebGUI conf file.
...
Rerun the upgrade subroutine to handle newer surveys.
Handle the config option being off in Survey/Test.t
2009-05-28 23:28:52 +00:00
Colin Kuskie
f79e2031ec
Add the Ogone plugin to any new configs created in 7.7.7, using
...
the default site config.
2009-05-28 22:59:30 +00:00
Colin Kuskie
368ef7d411
When an inbox message is sent to a group, and any member reads it, it is
...
marked as read by all members.
2009-05-28 17:01:24 +00:00
Colin Kuskie
83497b773e
Fix Story permissions so that admin need not be turned on.
...
canEdit is now determined by the Story and the parent StoryArchive.
With tests, and template changes.
2009-05-28 04:15:50 +00:00
Colin Kuskie
d0dd5920a4
Fix the calendar list view to use the correct template variables.
2009-05-27 17:47:18 +00:00
Patrick Donelan
40c5a4fbfd
Moved upgrade packages to correct folder.
2009-05-27 06:57:19 +00:00
David Delikat
a054c9de73
added date pagination to EMS schedule table
...
also improved formatting of table
2009-05-24 22:51:39 +00:00
Patrick Donelan
0ad26a1921
Survey: more bug fixes
...
Fixed invalid calendar markup so that Date question type works in IE
Minor tweaks to ResponseJSON for more robustness
Fixed Number question type javascript
2009-05-24 09:59:43 +00:00
Colin Kuskie
8742b71227
Preparing for 7.7.8 development.
2009-05-21 21:41:34 +00:00
Graham Knop
8b86d56ec0
added: Activate, Deactivate, Delete User workflow activities
2009-05-21 14:49:28 +00:00
Yung Han Khoe
43f09b433f
fixed #10133 : Matrix compare for priv. group open to any user
2009-05-21 13:18:18 +00:00
Patrick Donelan
beb9b77440
Added Survey www_runTests to run and aggregate all tests
...
Added more i18n
2009-05-21 08:22:29 +00:00
Colin Kuskie
be4b0dc4d4
Fix bugs in the default story archive template (pagination bar) and
...
the subtitle in the Story.
2009-05-20 16:18:02 +00:00
Patrick Donelan
c64a1de9f3
Made Survey upgrades conditional in upgrade script because my 7.7.6 upgrades got
...
committed halfway through the release process.
2009-05-20 10:17:31 +00:00
David Delikat
0fb2b7775d
added EMS Schedule table
2009-05-20 02:51:44 +00:00
Colin Kuskie
39d6708e73
Fix code placement in upgrade script.
2009-05-19 22:12:37 +00:00
Colin Kuskie
57b1e47f30
Don't kill preaction's contentHandlers.
2009-05-18 22:03:40 +00:00
Colin Kuskie
98a1e4c409
Add the FilePump content handler in the right place in the config file.
2009-05-18 21:23:00 +00:00
Colin Kuskie
d8a1623ea0
adding FilePump
2009-05-18 16:03:50 +00:00