ampli
8e7beabaf0
Fix #12179 .
...
In WebKit browsers, when a schema is saved, existing column
field types are reset to "Text". This is not a bug in WebKit, and
will happen in any browser that implements Option() as documented.
Option() is not supposed to have an immediate action if only the
default selection is updated on a newly added select object.
See: http://download.oracle.com/docs/cd/E19957-01/816-6408-10/option.htm .
Repeat-By:
1. New Content->basic->Datatable
2. data
3. Edit Schema
4. col1, Number, Add Column
5. col2, E-mail, Add Column
6. col3, URL, Add Column
7. Edit Schema (note that the field types got reset to "Text")
8 Save (now the field types incorrectly got overwritten in the DataTable)
Fixed by adding 4th arguments to actually make the new selection to be
equal to the default one.
2011-06-29 04:12:02 +03:00
ampli
ed0c400440
Columns in DataTable may be "randomly" deleted. This happens in updateSchema(), because both the column update loop and the row update loop use the same variable "i". Since variable scope in JS is by function and not block, the column loop variable gets overwritten.
...
Repeat-by:
1. New Content->Basic->DataTable
2. data
3. Edit Schema
4. col1, add Column
5. col2, add Column
6. col3, Save
7. Edit Schema
Note that col2 is missing.
Fix:
Change the name of the variable in the row loop.
2011-06-29 03:01:15 +03:00
khenn
97ec859653
Localized a global variable which interferes with other third party js packages.
2011-06-26 12:06:45 -05:00
Paul Driver
3acaa46713
fixed #12169 : extras uploads symlink export
2011-06-21 16:16:51 -05:00
Doug Bell
4d0e87a8d9
add ticket limits to badge groups. add ticket and badge metadata to templates
2011-06-20 18:39:45 -05:00
Doug Bell
d0077bdcec
allow specific expires dates for groups in userImport.pl
2011-06-20 18:26:39 -05:00
Chris Hanson
07d2c38dbc
Monday morning. Typo correction to 8a6ba94..c646f01
2011-06-20 11:45:29 -05:00
Chris Hanson
c646f012ae
Added template var to Thingy to reflect callerAssetId from RenderThingData.
2011-06-20 11:38:02 -05:00
Chris Hanson
8a6ba94191
Added POD and test for RenderThingData macro update
2011-06-16 18:07:54 -05:00
Chris Hanson
995eb34b5a
Added ability to pass caller assetId to RenderThingMacro
2011-06-14 14:11:02 -05:00
Colin Kuskie
a2425bdbc4
Ready for 7.10.19 development.
2011-06-13 20:31:05 -07:00
Colin Kuskie
daa14c594f
Ready for 7.10.18 release.
2011-06-13 20:12:02 -07:00
Colin Kuskie
81ae2b4f07
Fix cleaning up LDAP links in tests.
2011-06-13 19:50:40 -07:00
Colin Kuskie
638b2a1996
Fix tests that were leaking assets.
2011-06-13 18:52:44 -07:00
Colin Kuskie
9154db5e2b
Just test for falseness, not what kind of falseness.
2011-06-13 18:20:32 -07:00
Colin Kuskie
8978abc471
Restore the patch to fix creating tables unwisely in the Thingy. Fixes numerous bugs due to a bad merge.
2011-06-13 18:03:21 -07:00
Colin Kuskie
8b13c387be
Add missing i18n for Thingy RFE for unique fields.
2011-06-13 16:05:02 -07:00
Doug Bell
4557e2088a
handle reset problems more gracefully
2011-06-13 17:53:26 -05:00
Doug Bell
983e73a8d8
add TemplateToolkit before testing it
2011-06-13 17:53:26 -05:00
Doug Bell
3809817571
Ave trips mysql's stopwords?
2011-06-13 17:53:26 -05:00
Doug Bell
0577933006
2 letters is below the minimum word length
2011-06-13 17:53:25 -05:00
Doug Bell
f29f3e3851
XML::FeedPP::RSS returns "" and not undef
2011-06-13 17:53:25 -05:00
Colin Kuskie
8b3877c34e
Update the default CS notification template.
2011-06-13 13:46:01 -07:00
Paul Driver
1ff1ffe423
rfe #12159 : Asset Manager sort preferences
2011-06-13 13:25:01 -05:00
Colin Kuskie
328826e3f7
Create a fake item to send to PayPal for shipping, so it can be covered by shop credit. Fixes bug #12158 .
2011-06-13 11:03:29 -07:00
Paul Driver
9dd8658ceb
fixed #12156 : Asset Manager performance
2011-06-10 14:17:04 -05:00
Colin Kuskie
21bcd70980
Fix a syntax warning with multiple i18n objects in PP::ExpressCheckout
2011-06-06 19:53:22 -07:00
Colin Kuskie
00ea5c4df8
Add tests for checking user status via get.
2011-06-06 11:00:18 -07:00
Colin Kuskie
e2a218e6f5
Set the locale in the correct communication with PayPal.
2011-06-06 10:48:20 -07:00
Colin Kuskie
3c0cf0f1a5
Pass the user's locale along to PayPal. If it is supported, then the checkout screen on PayPal will be in the user's locale. Fixes bug #12119 .
2011-06-06 10:32:14 -07:00
Colin Kuskie
b21a6e331b
PayPal does not consider +5.00 to be the same as 5.00. Remove the sign from the number. Fixes bug #12152 .
2011-06-06 09:11:05 -07:00
Doug Bell
3151a029de
we don't always have an asset, so use the page url instead
2011-06-03 20:50:19 -05:00
Chris Hanson
1e5859b09c
Documented fix #12138
2011-06-01 13:54:45 -05:00
Chris Hanson
65a981f8ab
Corrected leaveVersionTag creating a version tag: 12138
2011-06-01 13:52:40 -05:00
Colin Kuskie
197f94c0e5
Fix gateway url handling in the RenderThingData macro. Fixes one part of #12133 .
2011-05-31 21:27:53 -07:00
Colin Kuskie
b866601efa
Fix the number of tests in Story.t, Test::Harness 3.x cannot come quickly enough.
2011-05-31 15:38:01 -07:00
Colin Kuskie
11b33ebfcb
Fix problems with tests for bugfix 12142.
2011-05-31 15:16:16 -07:00
Colin Kuskie
ab1b6aa4fd
Fix photo JSON handling in the story, where the data is cached incorrectly. Fixes bug #12136
2011-05-31 15:16:02 -07:00
Colin Kuskie
b872694390
Remove old debug content.
2011-05-31 15:14:39 -07:00
Paul Driver
181f21a0b7
WebGUI::Event
2011-05-31 16:13:09 -05:00
Colin Kuskie
c3652d12a9
Band-aid fix for bad decache of icalFeeds, where it is not deserialized from JSON. Fixes bug #12139 .
2011-05-30 11:34:43 -07:00
Colin Kuskie
444c006aae
Add a test for multiple tax entries with different case. First one wins.
2011-05-30 09:31:02 -07:00
Paul Driver
76a69c979f
changelog/gotchas for account change
2011-05-26 08:22:49 -05:00
Paul Driver
7b796ed76e
Check permissions in account plugin
2011-05-25 15:44:46 -05:00
Paul Driver
7b7d1b4d2e
cleanup extra thread in 12142 test
2011-05-25 12:30:12 -05:00
Paul Driver
d450ded7a1
fixed #12142 : Copy fails on imported threads
2011-05-25 10:51:10 -05:00
Colin Kuskie
90b37da740
Fix more i18n issues with the RenderThingData macro. Addresses bug #12141
2011-05-25 08:49:12 -07:00
Colin Kuskie
926cfd18e4
Ready for 7.10.18 development.
2011-05-24 20:54:32 -07:00
Colin Kuskie
8284ab40f1
Preparing for 7.10.17 release.
2011-05-24 20:37:38 -07:00
Colin Kuskie
595660e9e4
Tests for templateId and URL handling, some i18n for the RenderThingData macro.
2011-05-24 15:23:32 -07:00