Patrick Donelan
9004e5d711
Survey cleanup and minor bug fixes
...
Cleaned up edit page tabs
Improved API docs
Added noCreate option to responseId so that it doesn't create unnecessary responses
Added groupToTakeSurvey priv check to takeSurvey
2009-06-09 03:27:06 +00:00
Patrick Donelan
977be654cc
Fixed bug in privs check for Survey::www_showFeedback
2009-06-09 03:26:44 +00:00
Patrick Donelan
cdc44a1bfb
Made Survey Preview a little less brutal
2009-06-09 03:26:24 +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
Colin Kuskie
56fa667f9d
Update Navigation docs to show that all asset variables are available for each asset in the page_loop.
2009-06-08 21:10:40 +00:00
Colin Kuskie
971f300162
And more changes.
2009-06-08 21:03:11 +00:00
Colin Kuskie
0c60ac39c5
Update help to show that ALL asset variables are available for every page in the page_loop.
2009-06-08 21:00:14 +00:00
Colin Kuskie
d6edd7f3a3
Fix the error message shown when you try to send a message from the Inbox, but none
...
of your friends allow private messaging.
2009-06-08 20:59:31 +00:00
Kaleb Murphy
9fbd21ee9e
Removed debug line, whups.
2009-06-08 17:03:41 +00:00
Kaleb Murphy
34429aec62
Changed survey .js/css files to remove hardcoded absolute extras paths.
2009-06-08 16:58:44 +00:00
Colin Kuskie
8a683d1aef
Better template diagnostics on failure. It now also includes the template URL, and templateId
...
in both the onscreen and logged output.
2009-06-08 16:53:53 +00:00
Colin Kuskie
7016594da1
If adding content from the asset manager, return user to the asset manager.
2009-06-05 23:31:28 +00:00
Doug Bell
1de7439056
fixed issue with getSortOrder and rating
2009-06-05 17:31:39 +00:00
Colin Kuskie
74c2899a54
Fix typos in the lastUpdated for newly added Account_Inbox labels.
2009-06-05 16:04:19 +00:00
JT Smith
fa97bbc58c
- Made a change to LDAP auth that adds an OR to that query so that it also searches for a row with fieldData REGEXP '^uid=(value-from-ldap-directory-server),'.
2009-06-05 14:34:28 +00:00
Colin Kuskie
0cf94b4c32
Fix a syntax warning in Survey.pm
2009-06-04 21:45:13 +00:00
Colin Kuskie
9d5f979c15
Allow any Asset to use the proceed=goBackToPage;returnUrl=url url parameter coda.
2009-06-04 21:26:43 +00:00
Colin Kuskie
957c0bc2fe
6 bugs fixed in Shortcut.
...
Added missing POD and i18n'ed some error messages.
Set the UI level on a tab to work with the form elements it contains.
Change the title bar ajax edit form so that people can't accidently change Visitor's profile.
Remove overrides caching if admin mode is on.
Have caching consider the user's last updated time to check if profile settings are updated, too.
2009-06-04 19:48:42 +00:00
Colin Kuskie
f9f5a8b12a
Remove patch temporary file.
2009-06-04 16:24:37 +00:00
Patrick Donelan
d3f5c9ecfd
Survey - differentiated between endDate and endDateEpoch.
2009-06-04 07:22:48 +00:00
Colin Kuskie
472580dd45
Prevent Form/File from returning links in getValueAsHtml if there's
...
no real value in the storage element to return.
2009-06-03 21:08:40 +00:00
Hao Ching
cdedf8c6b5
Oops, didn’t notice the lc shift, removing unnecessary case-insensitive matching from regex.
2009-06-03 20:21:27 +00:00
Paul Driver
af237cb125
fixed #10266 : Public Profile overrides Able to be friend
2009-06-03 19:28:42 +00:00
Hao Ching
c32bfac709
Fixed #10211 : Regex quantifiers like ? and + broke search engine.
2009-06-03 19:26:08 +00:00
Colin Kuskie
501a5be7dc
pull out an i18n message I created but didn't use.
2009-06-03 17:13:18 +00:00
Colin Kuskie
29759ede9c
Fix multiple email handling in the Inbox.
...
Put an email regex into WebGUI::Utility, and use it in Form/Email and Account/Inbox.
2009-06-03 17:11:36 +00:00
JT Smith
9381fd02d8
Insufficient filtering in javascript filter ( #10001 )
2009-06-03 15:53:55 +00:00
Yung Han Khoe
1ea08936f4
fixed #9851 : New Users have blank profile field privacy settings
2009-06-03 15:24:20 +00:00
JT Smith
8d12d12db0
WebGUI::Search epoch maximum range error ( #10288 )
2009-06-03 15:14:48 +00:00
Martin Kamerbeek
bb31750e7c
Fixed: Calendar: Weekly re-occurence function not working properly ( #10228 )
2009-06-03 14:28:11 +00:00
Yung Han Khoe
15b197976e
Adding Matrix tests
2009-06-03 13:22:32 +00:00
Patrick Donelan
3ffb76ef7f
Fixed Survey testsuite handling of Tagged question type
2009-06-03 07:16:14 +00:00
Patrick Donelan
5acade845a
Fixed Survey test suite 'tagged' check to work with nested data
2009-06-03 07:15:52 +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
Patrick Donelan
9702ffcaac
Fixed Survey section-level branch precedence bug
...
For Sections with questions spread out over multiple pages, branch
expressions should only happen on the last page of the Section.
Added explicit test.
2009-06-03 02:12:00 +00:00
Patrick Donelan
da595da89e
Remove bloat from Survey response record to reduce json serialisation time
2009-06-03 02:11:31 +00:00
Colin Kuskie
f49d96152e
Pluggable::load is not a class method.
2009-06-03 01:41:03 +00:00
Patrick Donelan
216a48580a
Fixed #9927 Survey - verbatim
...
Fixed inconsistencies between answer 'comment' and 'verbatim'.
Updated tests.
Made minor changes to reporting methods but they still need some love.
2009-06-03 00:29:29 +00:00
Colin Kuskie
a5f798d339
Remove debuggin output.
2009-06-02 21:33:12 +00:00
Arjan Widlak
6c6495ce46
Restored i18n's LDAPLink_104 message in AuthLDAP.pm
...
that was deleted undeserved in revision 11077.
2009-06-02 21:31:26 +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
80dfb9ffd0
Throw an exception in all wobjects if the main template (used by view)
...
has been deleted.
2009-06-02 19:34:18 +00:00
JT Smith
62b776d55a
Fixed a problem with graphing created by the newer versions of Image Magick.
2009-06-02 18:42:43 +00:00
Colin Kuskie
9bf275a790
Forward port POD whitespace fix.
2009-06-02 16:31:14 +00:00
Doug Bell
b7bd11acb5
added tests for asset manager
2009-06-02 08:28:46 +00:00
Patrick Donelan
8a6327dc2a
Fixed #9920 Survey: cannot add questions in IE
2009-06-02 07:04:41 +00:00
Patrick Donelan
084a0c3105
Fixed naff Survey::takenCount bug, added explicit test for it
2009-06-02 02:42:37 +00:00
Patrick Donelan
7faa9c3e9d
Fixed Survey Date question type server-side validation, and made
...
all validation messages generate debug output
2009-06-02 01:48:41 +00:00
Colin Kuskie
45d1791876
Remove multiple delete buttons for photos in the Story. Ala GalleryFile/Photo.
2009-06-02 01:39:22 +00:00
Colin Kuskie
5fd74af21e
Don't make a 2nd i18n object.
2009-06-01 20:47:06 +00:00