added WebGUI.str javascript class with sprintf and trim functions

got the badge builder working in the EMS
This commit is contained in:
JT Smith 2008-03-26 02:00:16 +00:00
parent ff7d72becc
commit 3ce33df7ec
6 changed files with 610 additions and 47 deletions

View file

@ -12,6 +12,11 @@ Commerce merge
migrated to the code provided by YUI 2.5.0.
- As a result of the above, we no longer need extjs, and it has been
removed.
- fix: Fwd: lazy guys bug report about the product system
- fix: Processing a Cash/Check Order
- Rewrote Event Manager fromthe ground up.
- Added WebGUI.str javascript class with sprintf and trim methods.
7.5.3
- prevent HTML and Macro injection in usernames

View file

@ -111,8 +111,8 @@ sub upgradeEMS {
)");
$db->write("create table EMSRegistrantRibbon (
badgeId varchar(22) binary not null,
tokenAssetId varchar(22) binary not null,
primary key (badgeId,tokenAssetId)
ribbonAssetId varchar(22) binary not null,
primary key (badgeId,ribbonAssetId)
)");
$db->write("create table EMSBadge (
assetId varchar(22) binary not null,