Commit graph

11640 commits

Author SHA1 Message Date
Kaleb Murphy
1dc5387e1f Moved draggable.js to extras/yui-webgui/build/layout since it is now a wrapper around YUI dragdrob 2009-01-16 16:20:30 +00:00
Colin Kuskie
329663dff9 Attributions in the changelog for a patch provided to fix a bug. 2009-01-16 16:10:00 +00:00
Yung Han Khoe
2584482fcf applied changes for rfe 9200 to later version of object.js 2009-01-16 14:23:30 +00:00
Kaleb Murphy
4dc51dd879 whups, left in console.logs 2009-01-16 00:36:30 +00:00
Kaleb Murphy
2e47d3b2a1 Updated draggable.js to wrap the YUI 2009-01-16 00:34:50 +00:00
Doug Bell
96662a5f59 fixed #4137: Calendar Search page has extra head tags in body 2009-01-15 20:12:36 +00:00
Colin Kuskie
8cee4f745a Fix a typo typo in the Operation/Workflow POD. 2009-01-15 17:46:39 +00:00
Colin Kuskie
1460618ad4 Forward port Shelf view fix. Was not displaying child shelves, only self. 2009-01-15 16:35:01 +00:00
Yung Han Khoe
f4dab79093 Rfe 9201: Make Survey textAreas yui resizable 2009-01-15 15:51:39 +00:00
Yung Han Khoe
46cca4fae1 rfe 9200: Survey Text/TextArea handling 2009-01-15 14:17:40 +00:00
Patrick Donelan
723d39df79 Removed unused function from editsurvey.js 2009-01-15 09:18:01 +00:00
Patrick Donelan
d5f6d8603e Fixed a few js memory leaks in EditSurvey page (SimpleEditor appears to
have a memory leak of its own which we either need to get fixed or
work-around).
2009-01-15 09:12:06 +00:00
Colin Kuskie
1b6dd7be63 Forward port the PayDriver bug fixes from 7.5 branch. Labels are always
taken consistently from the JSON blob, and not a mixture of the two.
2009-01-15 00:34:34 +00:00
Arjan Widlak
3348df94da fixed #9264: new slideShow.swf uploaded in extras/ukplayer (United Knowledge/Arjan Widlak) 2009-01-14 23:21:56 +00:00
Colin Kuskie
7081202353 Mirror the indent loop calculation to the rel_depth in the Navigation. 2009-01-14 17:44:17 +00:00
Colin Kuskie
55d4c12ce1 Update POD about getKeywordsForAsset. 2009-01-14 17:43:42 +00:00
Patrick Donelan
a02cbf95a7 More minor edits from flux branch 2009-01-14 06:15:10 +00:00
Patrick Donelan
42ce45f825 More code from flux branch 2009-01-14 06:14:52 +00:00
Patrick Donelan
34b44def2f Added gotoExpression tests (from flux branch) 2009-01-14 06:14:37 +00:00
Patrick Donelan
b7520da07d Merge commit 'tags/WebGUI_7.6.8-beta' into survey-rfe
* 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
2009-01-14 06:00:06 +00:00
Colin Kuskie
3804ad7ddd Moving toolbar cache into the getToolbar sub. This was to be the forward port
of the getToolbar adminOn fix, but 7.6 already does uses adminOn to prevent
extra output from being generated.
2009-01-14 04:22:27 +00:00
David Delikat
d27b5b0066 fixed bug 9428: ASSET::get now includes keywords when
called without a property name.
2009-01-12 22:28:46 +00:00
Colin Kuskie
e3c77d4e80 Add a test for evaluating templates and macros in the right order
in the Snippet.  Fix a bug with that.
2009-01-12 22:23:41 +00:00
Graham Knop
1af2704e0c marked sbin scripts as executable 2009-01-12 16:28:33 +00:00
Colin Kuskie
888c594bdc Add license boiler plate to installClass. 2009-01-12 16:00:01 +00:00
Frank Dillon
dde2b149b5 Fixed a bug where posts would error because they didn't point to the thread 2009-01-12 04:46:25 +00:00
Colin Kuskie
501c686872 Clarify size vs density in the ImageGallery i18n. 2009-01-12 00:47:03 +00:00
Colin Kuskie
f90f2f3a57 fix i18n typo in MatrixListing. 2009-01-12 00:44:58 +00:00
Graham Knop
5334a678cc preparing for 7.6.9 dev 2009-01-09 12:07:02 +00:00
Graham Knop
cfc00207b5 preparing for 7.6.8 release 2009-01-09 10:43:01 +00:00
Graham Knop
ab403b32cf convert to new storage format 2009-01-09 10:37:55 +00:00
Graham Knop
b5104d9581 fixing photo comment test 2009-01-09 10:33:20 +00:00
Graham Knop
33a3f2b439 fixed: Syndicated Content corrupts wide characters 2009-01-09 10:33:12 +00:00
Patrick Donelan
021bac39ec Refactored editsurvey js 2009-01-09 07:13:35 +00:00
Patrick Donelan
63e74f14f4 Added "Preview" button for survey builders 2009-01-09 07:13:15 +00:00
Patrick Donelan
8a4f26215a Handle Survey qs without answers even more gracefully (e.g. by not
breaking)
2009-01-09 03:37:32 +00:00
Patrick Donelan
11ff75f778 Gracefully handle Survey question with no answers 2009-01-09 03:27:17 +00:00
Patrick Donelan
47d16d3baa Combined the folllowing RFE packages into a single Survey folder
package:

rfe-9202
* Default Answer Edit
* Default Survey Edit
* Default Answer Edit

rfe-9199
* Default Questions

rfe-9198
* Default Answer Edit
* Default Question Edit
* Default Section Edit

Also cleaned up invalid html mark-up in Section/Question/Answer edit
templates
2009-01-08 06:22:37 +00:00
Patrick Donelan
c402227d16 Removed SimpleEditor title, improved handling of editor window when it
is bigger than viewable screen
2009-01-08 03:15:05 +00:00
Patrick Donelan
1823bdefe3 Deleted unused js files 2009-01-08 03:14:47 +00:00
Colin Kuskie
08d961fee2 Add the WikiPage to the list of contributions shown in the Account Contributions tab. 2009-01-08 00:08:20 +00:00
JT Smith
75faea98af added #!/usr/bin/env perl to all utility scripts 2009-01-07 23:40:15 +00:00
Colin Kuskie
6c367d66f2 Forward port i18n fix for Gallery Album RSS list. 2009-01-07 02:33:44 +00:00
Yung Han Khoe
c47a6fb466 rfe 9198: Turn Survey Edit Section/Question/Answer fields into RTEs 2009-01-06 13:23:52 +00:00
Colin Kuskie
2765e61457 Fix some Survey i18n typos in the time limit hoverhelp. 2009-01-05 22:05:46 +00:00
Colin Kuskie
5d490fbeb6 Large batch of Help and i18n. Also, make sure that the
Shop plugin for the Account always has an array ref in it.
2009-01-05 21:52:38 +00:00
Colin Kuskie
fd39a8dcc2 Fix a typo in the i18n help for the ITransact Pay Driver. 2009-01-05 21:49:42 +00:00
Colin Kuskie
9cbe4c7c04 Correct dataform captcha variable name in the help. 2009-01-05 18:53:25 +00:00
Colin Kuskie
9c87479f20 Forward porting expanded patch for handling deleted things. 2009-01-05 18:47:35 +00:00
Colin Kuskie
ee66303d56 Have Thingy check for existance of table and column to prevent
SQL from dying.
2009-01-05 18:09:52 +00:00