Colin Kuskie
3982b7ee39
ProfileFields were missing extras from their properties. Fixes bug #12102 .
2011-04-22 08:59:14 -07:00
Colin Kuskie
ef08d0d481
i18n the controls for the JsonTable form plugin. Fixes bug #12116
2011-04-21 19:54:18 -07:00
Doug Bell
8d527d1de9
start the test_content webgui command with Articles
2011-04-21 18:59:12 -05:00
Doug Bell
54b8cfc5a9
default asset helpers are now i18ned
2011-04-20 19:08:56 -05:00
Doug Bell
f0cd4ebbd5
add unarchiveall asset helper for collabs
2011-04-20 18:29:41 -05:00
Colin Kuskie
d4672a92f1
Consider search fields when doing search in a Thingy normally, or via Ajax. Fixes bug #12117 .
2011-04-20 16:05:20 -07:00
Doug Bell
db9753eb01
default www_edit now returns template. add errors to edit template
2011-04-20 17:49:49 -05:00
Doug Bell
0299d7837c
start on new layout draggables
2011-04-19 18:13:03 -05:00
Doug Bell
8906c3f28a
className is the full class name. type is the i18n name
2011-04-19 14:01:25 -05:00
Doug Bell
45ca3ea8d8
remove switchAdminOn. anyone in group 12 always has admin on
2011-04-19 11:43:21 -05:00
Doug Bell
e9f793365b
add the other, lesser magic groups
2011-04-19 11:19:22 -05:00
Doug Bell
71aa7115de
add documentation for magic numbers
2011-04-19 11:13:20 -05:00
Colin Kuskie
e5d94f3a5b
Fix the display of the lastUpdated and lastResult fields for Calendar iCal feeds. Fix the name of the status field in the Asset definition. Update all revisions of all calendars to fix the issue. Fixes bug #12104 .
2011-04-18 16:26:57 -07:00
Doug Bell
9068e75006
AdminToggle can only be on
2011-04-18 16:48:00 -05:00
Doug Bell
5612871d85
new, fully-javascript admin toolbars
2011-04-18 16:46:30 -05:00
Colin Kuskie
9065aa9eb8
Fix a syntax error in the Transaction.
2011-04-18 12:03:31 -07:00
Colin Kuskie
cf36a1510f
When the Sku for an item no longer exists, do not show links to it. Check for bad skus in Transaction/www_viewItem. Provide variables to not show links when the skus do not exist. Handle existing links better by not returning the user to the home page, but to the transaction. Fixes bug #12107 .
2011-04-18 11:36:27 -07:00
Paul Driver
e901b95520
rfe #12108 : Mail to Group preference field
2011-04-15 12:21:16 -05:00
Doug Bell
9d6fa33e16
remove toggleToolbar and getToolbar state
...
These are not necessary with the new toolbars
2011-04-14 15:22:31 -05:00
Doug Bell
f5ebb6e916
change admin console to get asset info via ajax call after frame is loaded
...
this is step one in making the asset control toolbars work
correctly without having an "Admin Mode"
2011-04-14 15:08:35 -05:00
Peter Christiansen
1966cc02a7
Updates and bugfixes for Thingy:
...
Bugfixes:
1. maxuser entries not respected in imports.
2. newly created records via CSV are not stored with createdById and dateCreated and ipAddress
Updates:
1. added : Thingy fields can now be set as unique and checked upon insert
2. added : Thingy max entries of thingy records added
2011-04-14 21:31:21 +02:00
Doug Bell
d466e757e4
make Admin interface into a settings template
2011-04-13 17:51:18 -05:00
Doug Bell
49da157eea
add flags to determine what formbuilder object type
2011-04-13 16:53:41 -05:00
Doug Bell
4a43f9fafb
allow non-hash values in arrays, valid in TT templates
2011-04-13 16:53:00 -05:00
Doug Bell
ad3231af73
change asset www_add and www_edit into templates
2011-04-13 16:52:07 -05:00
Paul Driver
df2e1a5b27
rfe #12105 : Make shortcuts related for export purposes
2011-04-13 15:57:50 -05:00
Doug Bell
9489283960
add YUI button to WebGUI button
2011-04-13 12:47:20 -05:00
Doug Bell
04a420e0bd
formbuilder toTemplateVars is now complete and tested
2011-04-12 21:26:20 -05:00
Colin Kuskie
c015b6710c
Unescape paypal's content before parsing it so that multi-line data is handled correctly. Fixes bug #12103 .
2011-04-12 16:41:20 -07:00
Colin Kuskie
96ee557586
Allow the Rich Editor used by the Carousel to be customized for each Carousel asset instead of inheriting the Editor from the site's Settings. Fixes bug #12100 .
2011-04-11 15:48:15 -07:00
Doug Bell
67918361e6
remove old forwardButton class and "Please Wait..." text
...
We'll add similar functionality using the YUI button stuff
2011-04-11 16:59:22 -05:00
Doug Bell
0168cb16a4
add wg-form-TYPE class to all form control wrappers
2011-04-11 16:57:21 -05:00
Doug Bell
0c25620867
redefine a submit button in terms of a normal button
...
in short: override new() instead of toHtml to allow changes to be made
to the submit button.
2011-04-11 16:42:20 -05:00
Doug Bell
744568108f
add "type" param to button control
...
We're realigning Button and Submit so that Submit is just a
pre-configured Button. This should be repeated for other types
of form fields.
2011-04-11 16:34:10 -05:00
Doug Bell
d7fd89ce9d
move save buttons out into www_add and www_edit
...
Buttons are specific to those views of the form, not to any other,
so they should only be included on www_add and www_edit.
2011-04-11 15:23:20 -05:00
Doug Bell
332a734288
do not remove an element while splicing
2011-04-11 15:20:18 -05:00
Doug Bell
3a2b28eb76
allow adding formbuilder fields at specific positions
2011-04-11 15:14:03 -05:00
Doug Bell
caa1639617
fix syntax error :p
2011-04-11 13:33:30 -05:00
Colin Kuskie
4a58f574b1
Provide a method to see if a storage location exists. This is handy for testing.
2011-04-08 16:26:16 -07:00
Doug Bell
adb67b2137
add style parameter to template assets to store a style template id
2011-04-07 21:49:23 -05:00
Doug Bell
13e8040190
add setParam, getParam, deleteParam to template assets
2011-04-07 20:46:21 -05:00
Doug Bell
5f66eaac45
remove the last references to addSubmenuItem in Survey
2011-04-07 19:22:31 -05:00
Doug Bell
70cf625c80
migrate survey submenu items to asset helpers
2011-04-07 19:20:33 -05:00
Chris Hanson
bc00c4b6e0
fixed #12056 : Adding a Thing always creates a table
2011-04-07 14:07:58 -05:00
Colin Kuskie
5ca9da3784
Log and give the user an error message when the password recovery email template cannot be found/used. Fixes bug #12098 .
2011-04-07 09:57:47 -07:00
Colin Kuskie
f2f0338ab4
Fix JS and CSS issues with the GroupManager. Fixes bug #12097
2011-04-07 09:01:43 -07:00
Paul Driver
f06db47a02
tiny bugfix for remote images in story
2011-04-07 09:48:26 -05:00
Colin Kuskie
c515e65bed
Documentation on how to get a PDT Identity Token for PayPal standard checkout.
2011-04-06 16:35:16 -07:00
Colin Kuskie
5f44936580
Add missing includes for yahoo and event, required by the new Group Manager JS code. Fixes bug #12095 .
2011-04-06 11:20:05 -07:00
Graham Knop
8d374c2d92
move -inc to better location
2011-04-06 10:26:22 -05:00