* commit 'tags/WebGUI_7.6.8-beta': (96 commits)
Release 7.6.8-beta
preparing for 7.6.8 release
convert to new storage format
fixing photo comment test
fixed: Syndicated Content corrupts wide characters
Add the WikiPage to the list of contributions shown in the Account Contributions tab.
added #!/usr/bin/env perl to all utility scripts
Forward port i18n fix for Gallery Album RSS list.
Fix some Survey i18n typos in the time limit hoverhelp.
Large batch of Help and i18n. Also, make sure that the
Fix a typo in the i18n help for the ITransact Pay Driver.
Correct dataform captcha variable name in the help.
Forward porting expanded patch for handling deleted things.
Have Thingy check for existance of table and column to prevent
Fix linking to other things and autocreating the form field for it.
Update test to match fixed code.
Remove the warnings pragma
Only resize photos if they are larger than the Gallery resolutions.
Fix a syntax error made in the i18n of the search button.
I18n'ed a submit button in the manage transactions screen.
...
Conflicts:
lib/WebGUI/Asset/Wobject/Survey.pm
lib/WebGUI/Asset/Wobject/Survey/SurveyJSON.pm
www/extras/wobject/Survey/editsurvey.js
www/extras/wobject/Survey/editsurvey/object.js
* master: (36 commits)
Add a mutator for questionsAnswered, with tests.
Fix i18n file namespace.
Flesh out the recordResponses POD. Almost ready for more in depth testing.
recordResponse tests (just a few)
goto tests.
Add POD stubs, fully document goto.
Fix my stupid typo in the Shelf template with div.
nextQuestions tests.
Add section separator comments between the subroutines.
Remove old discussion related items from the Article templates.
matrix compare screen bugfix
matrix bug fixes
Add more AdminBar tests.
Add tests for nextSectionid, nextSection, currentSection.
Tests for createSurveyOrder and shuffle.
Change ResponseJSON to use a proper mutator for startTime.
Forward porting site starter css fix for clears and page content positioning.
forward porting quotes in asset title fixTitle test
forward port syndicated articles i18n template fix
Forward port templated ITransact edit credentials screen.
...
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.