Commit graph

2804 commits

Author SHA1 Message Date
Colin Kuskie
11368a7cbb Fix a bug where the calendar will list all events, regardless of permissions. 2009-04-25 00:19:20 +00:00
Colin Kuskie
8d8d5f2d3b Do not set the exporting scratch variable in places where it is not needed. 2009-04-24 19:04:29 +00:00
Colin Kuskie
1b8ad91605 Add in StoryManager, 3 assets for managing news content in WebGUI.
Several small API changes to Keyword and AssetExportHtml to support StoryManager functionality.
2009-04-24 18:31:06 +00:00
Colin Kuskie
19f703dc9b Merge with HEAD, 10472 2009-04-24 17:12:17 +00:00
Colin Kuskie
32ef0d5068 getKeywordStaticURL function, with tests. 2009-04-24 16:53:53 +00:00
Colin Kuskie
a46038d734 Update the keyword URL callback to the correct method. 2009-04-24 03:44:52 +00:00
Colin Kuskie
25ead75eba Finish cleaning up after the move of getTaxRate from the Sku to the TaxDriver. 2009-04-24 03:35:34 +00:00
Colin Kuskie
09ad8d2a11 Remove subclass exportHtml_view in favor of a session scratch variable for telling
when the asset is being exported.  Keyword files are exported into a private directory
to prevent filename collisions.
2009-04-24 00:05:09 +00:00
Kaleb Murphy
a0d41dc5ae Survey slider answer updates, now update all the answers for max,min,step settings since only the first answers values are used anyways. 2009-04-23 19:33:10 +00:00
Patrick Donelan
6c58e1de81 Added Survey meta-targets NEXT_SECTION and END_SURVEY to allow for more
convenient jumping
Improved processGotoExpression tests
2009-04-22 07:19:23 +00:00
Patrick Donelan
99855719d0 Survey bug fixes: Verbatim responses now properly recorded
Added useText option to responseValuesByVariableName so that it can be
used for both branch expressions and [[var]] text substitution correctly
Added extra verbatim handling to [[var]] text substitution
All survey test now pass, except for one involving True/False
multi-chocie bundle, soon to be fixed by updating bundle
2009-04-22 05:16:29 +00:00
Colin Kuskie
f2451e2f7e Add feed support to StoryTopic. 2009-04-22 04:59:23 +00:00
Colin Kuskie
070df97708 tag cloud urls in export mode 2009-04-22 01:20:55 +00:00
Yung Han Khoe
ad6352d1eb fixed #10158: Matrix 2.0 - Screenshots rendering poorly 2009-04-21 17:28:05 +00:00
Patrick Donelan
c3ea6d4683 Added Survey back button, with option to turn it on/off, tests, and i18n
Noticed that some Survey tests are broken, will fix tomorrow
2009-04-21 07:12:07 +00:00
Yung Han Khoe
2c93df1bf7 fixed #10146: Thingy duplicate errors 2009-04-20 22:02:50 +00:00
Colin Kuskie
d1db12d1e4 Finish export code.
Make the list of assets templatable, since the user can see it.
Beginnings of export collateral tests.
2009-04-20 21:18:24 +00:00
Yung Han Khoe
7512724239 fixed: #10109: Matrix 2.0 - Updates to product listing by maintainer account require admin approval 2009-04-19 16:59:58 +00:00
Doug Bell
70fc3e2d11 missed some files 2009-04-19 02:10:50 +00:00
Doug Bell
6d20e7f5df added: ThingyRecord allows you to sell records in a Thing (like a classified ad) 2009-04-19 02:09:34 +00:00
Kaleb Murphy
724675c71c Survey new number type, if slider constraints are left blank, no constraints are applied. 2009-04-19 01:40:49 +00:00
Kaleb Murphy
9df02396b7 added Survey Number type. Text number entry that uses slider restrictions as constraints (server and client side). You can also use the arrow keys
to increment or decrement the number enter.
2009-04-18 22:23:35 +00:00
Yung Han Khoe
d47f5e1886 fixed #10143: Matrix 2.0 - Product maintainer accounts changed during upgrade 2009-04-18 20:47:48 +00:00
Colin Kuskie
08c033b2c5 Document how template variables work in export mode.
Change how pagination works when exporting.
Early code for exporting keyword pages.
2009-04-17 17:11:07 +00:00
Kaleb Murphy
caffe2751a Preliminary check in for new Survey text number type and validation. 2009-04-17 17:08:42 +00:00
Colin Kuskie
fa2768ea50 Remove package with modified dragger tags.
Put the new dragger tags into the template variables generated by the Layout.
Update the Layout Help now that dragger.icon is inside the position loops.
Remove the gotcha text for the manual modification solution.
2009-04-17 15:59:05 +00:00
Martin Kamerbeek
2e4ce42b76 Adding pluggable tax system. 2009-04-17 13:32:18 +00:00
Patrick Donelan
eec6ac3e47 Refactored Edit Survey page to improve UI, fixed some minor bugs,
cleaned up template and css, reduced memory usage
2009-04-17 09:39:52 +00:00
Tom Suchy
7209895dbf stripped out some personal comments to clean it up 2009-04-17 01:52:19 +00:00
Colin Kuskie
c439453784 Make rssUrl and atomUrl variables respond to exportMode. 2009-04-16 21:19:17 +00:00
Colin Kuskie
1ddf1b50a4 add export mode for StoryArchive.
Turn off search variables when in export mode.
2009-04-16 19:21:28 +00:00
Colin Kuskie
fbbd63eaa5 Static export for the topic is done. 2009-04-16 17:09:48 +00:00
Patrick Donelan
feb17b8acf Improved Edit Survey section list.
Removed unnecessary <br>'s from Section list
Made sections panel resizable
Made current selection highlighted via CSS
2009-04-16 05:18:45 +00:00
Tom Suchy
4e013703f4 Fix for bug # 10131 - WebGUI::Form::Integer returns 0 even if inbound value is empty, had to code a workaround (rather than change WebGUI::Form::Integer, which could have downstream effects) 2009-04-16 03:41:41 +00:00
Colin Kuskie
b786114949 remove debugging code 2009-04-15 17:49:55 +00:00
Graham Knop
383fa9a5e5 fixed #9816: Syndicated content asset fails on feeds including a UTF8 BOM 2009-04-14 20:51:44 +00:00
Colin Kuskie
ba156edb5a Refix synopsis output as metadata. 2009-04-14 19:33:16 +00:00
JT Smith
da8a68efca fixed a problem in the spam system for Post
and added spam prevention in Wiki
2009-04-14 16:47:33 +00:00
Colin Kuskie
d2012694dc Fix the alphabetFieldSearch in the UserList, #10163 2009-04-14 16:14:55 +00:00
Colin Kuskie
c28c7771c3 Top story photo template variables, with i18n, help and tests. 2009-04-13 23:16:53 +00:00
Colin Kuskie
4768a8687e Add storage locations to package data for a Story. With tests. 2009-04-13 17:56:44 +00:00
Colin Kuskie
9f5a82cec8 Update POD for several methods. 2009-04-13 17:43:41 +00:00
Colin Kuskie
1edaca4ed2 Merge up to 10305 2009-04-13 17:04:23 +00:00
Colin Kuskie
ec4713855a Convert Story asset to use Class::C3 properly.
Add a method to duplicate the photo collateral JSON data, with tests.
Make addRevision and duplicate use that method.
2009-04-13 16:33:24 +00:00
Yung Han Khoe
d5893a5a6a fixed product/manufacturer links on pending matrix lisstings 2009-04-13 15:43:51 +00:00
David Delikat
599d0ec770 fixed bug 9989: thing pagination no longer includes datasave params 2009-04-13 00:48:10 +00:00
Yung Han Khoe
a2540ddbfd added alphanumeric sort button to Matrix defaul view 2009-04-12 21:06:12 +00:00
Yung Han Khoe
dc0f5a9fea added some tmpl_vars to thingy's search template 2009-04-11 19:04:22 +00:00
Yung Han Khoe
bb330fd30c fixed #10141: Matrix 2.0 - Search does not check matching products 2009-04-11 17:31:33 +00:00
Colin Kuskie
8b6ff20822 Adding RSS and Atom template variables to the Story Topic. 2009-04-10 23:16:03 +00:00