Commit graph

10522 commits

Author SHA1 Message Date
Patrick Donelan
8e7f378f4f Nuked console.log() so that js doesn't break in non-FFx browsers 2008-12-17 03:16:00 +00:00
JT Smith
8c410104a0 updated captcha 2008-12-16 23:05:38 +00:00
JT Smith
80fdb029b5 skip notify of spam 2008-12-16 23:01:47 +00:00
Graham Knop
b921f6bdc5 preparing for 7.6.8 dev 2008-12-16 21:45:10 +00:00
Graham Knop
28b3724bbe preparing for 7.6.7 release 2008-12-16 21:13:27 +00:00
Graham Knop
0487acca1d fix Thingy test to account for new template options 2008-12-16 21:13:21 +00:00
Graham Knop
0a882a92fa fixing PayDriver_ITransact help 2008-12-16 21:13:13 +00:00
JT Smith
88499e36a0 undocumented spam prevention measure until i can build the real one 2008-12-16 19:41:55 +00:00
Colin Kuskie
753a5d4200 fix i18n problems in two templates. 2008-12-16 18:55:31 +00:00
Colin Kuskie
6cb11764a1 forward porting ITransact template variable help fix 2008-12-16 18:41:17 +00:00
Yung Han Khoe
253b78f86b updating matrix help and international 2008-12-16 16:16:37 +00:00
Yung Han Khoe
5edad76d21 added lastUpdated and version to Matrix compare screen 2008-12-16 14:04:30 +00:00
Yung Han Khoe
6061dbf1b3 fixed #9296: Thingy View template not recognising field_isVisible 2008-12-16 13:09:26 +00:00
Yung Han Khoe
a0c6acd257 fixed #9296: Thingy View template not recognising field_isVisible 2008-12-16 12:08:16 +00:00
Colin Kuskie
d5e9af23e2 Forward port login history date display fix. 2008-12-16 04:25:43 +00:00
Colin Kuskie
da10f64d29 Forward port fix for no email address during username/email address password recovery. 2008-12-16 01:40:19 +00:00
Colin Kuskie
7addce2dd6 Forward port www_add/editSave fix for parents who are being edited. 2008-12-16 01:24:26 +00:00
Colin Kuskie
71b16e3bb3 Forward port Gallery Shortcut graphics fix. 2008-12-16 00:45:37 +00:00
Colin Kuskie
8dab87a83b Forward porting definition changes to the SQL Report. definition property
fields must have label keys to show up in the Shortcut overrides tab.
2008-12-15 23:52:45 +00:00
Colin Kuskie
1e820b9458 Forward port WGBP SQLReport definition sub. 2008-12-15 23:20:42 +00:00
Colin Kuskie
5381f3038d Forward port graceful handling of the deletion of the Auth LDAPLink. 2008-12-15 22:59:25 +00:00
Patrick Donelan
fa04344b7d SurveyJSON->update() should iterate over supplied object keys, not
existing object keys. Also applied PBP formatting, fat commas, etc..
2008-12-15 05:52:07 +00:00
Colin Kuskie
b8ef0d659c i18n one of the two stock data templates 2008-12-15 04:26:51 +00:00
Colin Kuskie
f3d40423be i18n a time tracking template 2008-12-15 03:22:12 +00:00
Colin Kuskie
3fd3bf8cd7 i18n the calendar print list template 2008-12-15 03:16:11 +00:00
Colin Kuskie
633d0fcedd Internationalize two Gallery templates. 2008-12-15 03:09:09 +00:00
Colin Kuskie
9890ede43d Forward porting removal of deleteFileUrl from Posts in the CS, re bug 9260. 2008-12-15 02:39:11 +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
14ebe05e68 Fix i18n file namespace. 2008-12-14 21:56:42 +00:00
Colin Kuskie
ad00b0f082 Flesh out the recordResponses POD. Almost ready for more in depth testing. 2008-12-14 04:56:43 +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
3c7162fb8f Add POD stubs, fully document goto.
Prevent recordResponses from autovivifying mcHash keys.  From page to page of
questions it does not matter, but if two questions in the same page have an
unrecognized, type, the second will be processed differently from the first.
2008-12-12 23:33:33 +00:00
Colin Kuskie
a8011070bf Fix my stupid typo in the Shelf template with div. 2008-12-12 21:44:46 +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
5fe0a7cbe2 Add section separator comments between the subroutines.
Add a few checks to getNextSection* so that it won't autovivify array elements
past the end of the survey order array.
2008-12-12 17:03:10 +00:00
Colin Kuskie
d42d4e2569 Remove old discussion related items from the Article templates. 2008-12-12 16:44:06 +00:00
Yung Han Khoe
ba24497686 matrix compare screen bugfix 2008-12-12 16:36:19 +00:00
Yung Han Khoe
80d7ac6ae1 matrix bug fixes 2008-12-12 12:20:54 +00:00
Colin Kuskie
8fa164200a Add more AdminBar tests.
Fix adminbar macro to handle bad asset classes without dying.
2008-12-12 03:24:09 +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
5096352780 Forward porting site starter css fix for clears and page content positioning. 2008-12-11 19:21:20 +00:00
Colin Kuskie
665284392f forward porting quotes in asset title fixTitle test 2008-12-11 19:20:12 +00:00
Colin Kuskie
b42d3a80de forward port syndicated articles i18n template fix 2008-12-11 16:37:21 +00:00
Colin Kuskie
b9edc2592d Forward port templated ITransact edit credentials screen. 2008-12-11 16:28:58 +00:00
Colin Kuskie
c15cc0ca51 Forward port address book title i18n fix 2008-12-11 16:26:15 +00:00
Yung Han Khoe
040da6f327 added tooltips to Matrix attributes 2008-12-11 14:55:22 +00:00
Doug Bell
9f58115cac fixed #9150: Edit Data Table - Cannot add column (David Delikat) 2008-12-11 00:27:54 +00:00