Colin Kuskie
cd67bed213
Add a form to the admin console for CSRF protected actions.
2009-07-14 15:52:55 +00:00
Colin Kuskie
9e3ae7693c
Finish pruning out early release code.
2009-07-13 23:50:47 +00:00
Colin Kuskie
a2c275ee3e
Remove early commit of new template code.
2009-07-13 23:21:57 +00:00
Paul Driver
2adb08c79c
Requested docs/scripts added for 11777
2009-07-13 22:12:03 +00:00
Colin Kuskie
0a3329d7be
Reverting 11777 due to lack of docs, upgrade script, and adding new
...
code during feature freeze.
2009-07-13 20:40:09 +00:00
Colin Kuskie
bf2475afc7
Ready for 7.7.15 development.
2009-07-09 22:19:05 +00:00
Colin Kuskie
80b5c57155
Another upgraded upgrade script.
2009-07-09 16:48:24 +00:00
Colin Kuskie
3911846ce8
Better error handling for importing packages.
2009-07-09 16:37:51 +00:00
Colin Kuskie
26e366e17c
Change the default ThingyRecord template to show a thank you message,
...
View Cart link, and continue shopping link.
2009-07-08 05:22:27 +00:00
Colin Kuskie
d6e242f8b2
Duplicate the old RSS asset fix right before the upgrade sub that causes problems,
...
to catch users who have upgraded past the original stopping point.
2009-07-07 19:30:01 +00:00
Colin Kuskie
8fabfdb04c
Make sure that all old RSS assets are cleaned up during the switch to the RSS AssetAspect.
2009-07-07 02:00:17 +00:00
Colin Kuskie
53f657d58b
Ready for 7.7.14 development
2009-07-02 22:08:05 +00:00
Colin Kuskie
79e6e7aed6
Remove session db based token storage.
2009-07-02 20:50:29 +00:00
Colin Kuskie
7901e1d398
Fix the Post handling Metadata possibleValues differently from other Assets.
2009-06-26 22:42:15 +00:00
Colin Kuskie
e5a0af1260
Adding conditional check for column addition.
2009-06-26 17:26:18 +00:00
Colin Kuskie
8383fd9935
Add tokenId column to userSession table. Doing the session code changes
...
and db changes at the same time creates a huge mess.
2009-06-26 16:58:19 +00:00
Patrick Donelan
ac1272a835
Moved survey template upgrades to the correct folder
2009-06-26 02:30:30 +00:00
Patrick Donelan
9ac8ca9137
Survey: stopped RTE from overlapping dialog buttons in Edit Survey page
2009-06-26 02:29:51 +00:00
Colin Kuskie
c237a0c8b7
Ready for 7.7.13 development
2009-06-25 23:50:28 +00:00
Colin Kuskie
d533b7de8b
Add upgrade script to add new ConvertUTCToTZ macro to config files.
2009-06-25 00:07:15 +00:00
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