Commit graph

10460 commits

Author SHA1 Message Date
Colin Kuskie
dcb22dfd6a Forward port Thingy_fields defaultValue size fix. 2008-12-09 01:35:18 +00:00
Colin Kuskie
e636e927e8 Fixed some Account i18n typos. 2008-12-08 22:06:08 +00:00
Colin Kuskie
aabec44de8 Forward porting singleton warn vs error for Cron. 2008-12-08 19:21:12 +00:00
Yung Han Khoe
a30d4140d9 fixed a bug in matrix compare display 2008-12-08 11:34:20 +00:00
Yung Han Khoe
77aefb85e6 fixed #9219: Thingy After Save Search This Thing not showing all rows 2008-12-07 17:25:17 +00:00
Yung Han Khoe
8ba4f6ef70 More Matrix bugfixes 2008-12-07 13:10:08 +00:00
Colin Kuskie
931b502666 Update SurveyJSON POD for the new method.
Add legal and header POD for ResponseJSON.
2008-12-06 00:23:17 +00:00
Kaleb Murphy
3671e80bea terminal sections now work correctly 2008-12-05 23:53:11 +00:00
Kaleb Murphy
36253e8a07 When an edit is submitted the edit screen no longer shows up 2008-12-05 23:09:15 +00:00
Kaleb Murphy
4d1f311c42 Fixed hasTimeLimit to work with the new storage location of the time limit. 2008-12-05 21:43:15 +00:00
Colin Kuskie
0768af119f fix quoting problems in webgui tinymce image plug-in 2008-12-05 18:46:43 +00:00
Colin Kuskie
187c19b84e canAdd is a class method 2008-12-05 17:22:58 +00:00
Yung Han Khoe
8a854a6ffa fixed some Matrix rating bugs 2008-12-05 11:18: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
Patrick Donelan
ec674dd5f4 Flagging of invalid Survey fields now uses CSS classes instead of <font> tags
(for skinnability)
2008-12-04 03:37:59 +00:00
Patrick Donelan
5083085abb Fixed some curly Survey js type casting bugs so that
questionsOnSectionPage, everyPageText and everyPageTitle work as
expected.
2008-12-04 01:19:50 +00:00
Patrick Donelan
71c56e1fcc Survey bug fix - showProgress, showTimeLimit and timeLimit should not be
stored at the response level (they are global to asset instance)
2008-12-04 00:52:45 +00:00
Colin Kuskie
a2a34e7a80 Have AssetAspect comment format its content as HTML, not text. 2008-12-03 22:46:51 +00:00
Colin Kuskie
49cbf11ed2 forward porting UserList profile field name bug fix 2008-12-03 22:39:11 +00:00
Colin Kuskie
1a3ad244b9 update RTE docs for adding toolbar buttons AND Valid Elements 2008-12-03 19:26:02 +00:00
Colin Kuskie
03c411b68e Remove 7.5.34 changelog that snuck into the 7.6 branch.
Forward port imageTree thumbnail relative url fix for sites with multiple hostnames
2008-12-03 18:14:13 +00:00
Martin Kamerbeek
1dde85aad0 Merging fixed #8775: Miscount in number of replies in CS Thread. 2008-12-03 15:39:33 +00:00
Yung Han Khoe
6f634a44c2 matrix bugfixes and code improvements 2008-12-03 10:34:07 +00:00
Colin Kuskie
d370772762 Make copy use safe references.
Add tests for remove, and copy.
2008-12-03 04:41:38 +00:00
Doug Bell
438058dc7d dum dum dum dum dum 2008-12-03 04:16:51 +00:00
Doug Bell
0bbae2fe41 cleaning up the rest of the extra head tags 2008-12-03 04:07:48 +00:00
JT Smith
99f035173d readded a line that i think i accidentally told colin to remove 2008-12-03 04:02:25 +00:00
Colin Kuskie
f41421058c Add wide character JSON encoding test. 2008-12-03 02:39:35 +00:00
Graham Knop
935054dd82 preparing for 7.6.6 dev 2008-12-03 01:11:48 +00:00
Graham Knop
a3ac48b485 preparing for 7.6.5 release 2008-12-03 00:33:19 +00:00
Graham Knop
6073703999 some fixes after Storage and Storage::Image merge 2008-12-03 00:33:13 +00:00
Graham Knop
706b24bcb6 fix some POD errors 2008-12-03 00:33:07 +00:00
Graham Knop
0957247dbc removing WSClient 2008-12-03 00:32:58 +00:00
Graham Knop
585e608506 don't need to decode content before indexing it, it's already decoded 2008-12-03 00:32:51 +00:00
Graham Knop
f3e08f3268 fixed: international characters are corrupted on export 2008-12-03 00:32:43 +00:00
Graham Knop
4a88e39c21 fixed: filtering of rich text areas very slow for large content 2008-12-03 00:32:36 +00:00
Graham Knop
314da5621e FormValidator doesn't need to handle defaults, the Forms API already does that 2008-12-03 00:32:30 +00:00
Graham Knop
83a3ed6983 Make sure SQL parameters are stringified (for overloaded entries) before converting to json for debug output 2008-12-03 00:32:25 +00:00
Graham Knop
5a1619f4f7 use proper method of formatting text for display in Textarea form
control
2008-12-03 00:32:18 +00:00
Colin Kuskie
a71e494d34 Fix Calendar copy behavior. By default, duplicate will only copy
the Calendar.  duplicateBranch must be called to copy it _and_ its
children.
2008-12-03 00:02:01 +00:00
JT Smith
943e220508 - security: A problem was discovered and fixed in which users could email executable attachments to a collaboration system and then when viewed online, could execute them. 2008-12-02 20:13:28 +00:00
Colin Kuskie
1fb383ec73 forward porting ems badge viewing permission fix 2008-12-02 19:07:40 +00:00
Kaleb Murphy
5127a307b7 Minor fix. JSON no longer assumes proper utf8, but uses whatever off-brand locale a luser wants to use. 2008-12-02 16:03:23 +00:00
Yung Han Khoe
a4207e7ec5 fixed a bug in Matrix deleteAttribute method 2008-12-02 11:18:02 +00:00