Graham Knop
abf9f93dd7
ensure proper XML for ITransact messages
2008-03-07 19:50:33 +00:00
Graham Knop
7f41c2d4c2
fixed: loadAllConfigs loads hidden files
2008-03-07 19:19:38 +00:00
Graham Knop
050128f313
fixed: changing image thumbnail size doesn't resize image
2008-03-07 18:55:46 +00:00
Graham Knop
d9d524a2fe
Use UTF8 for database connection when connecting to MySQL
2008-03-07 17:45:19 +00:00
Graham Knop
4a93766bf9
new datepicker
2008-03-07 16:35:19 +00:00
Graham Knop
797b1d2cc6
fixed: exporting as HTML leaks sessions for inaccessible assets
2008-03-07 16:35:12 +00:00
Graham Knop
c3744f160b
added i18n for calendar
2008-03-07 16:35:03 +00:00
Graham Knop
7c54c8ed93
preparing for 7.5.6 dev
2008-03-07 16:34:51 +00:00
Graham Knop
edeaadfc6f
preparing for 7.5.5 release
2008-03-07 05:47:42 +00:00
Colin Kuskie
d956e58bd7
Change the Shop::Tax system to be hierarchial.
...
Update all sample tax tables and tests.
2008-03-06 22:34:21 +00:00
JT Smith
cbe9cc29df
we now have shop settings admin screen
2008-03-06 22:33:57 +00:00
JT Smith
8a04f5911f
shipping system integrated with cart, but need admin interface to test if it works
2008-03-06 17:06:59 +00:00
JT Smith
56407bdc8f
address book works
...
yesno uses bool now instead of int
2008-03-06 00:22:59 +00:00
Doug Bell
3842ebf6fa
Added WebGUI::Asset::File::GalleryFile
...
Changed Photo to subclass WebGUI::Asset::File::GalleryFile
2008-03-05 23:06:58 +00:00
Graham Knop
77b09dee37
fixed: Child assets not indicated by plus sign in uncommited tags
2008-03-05 04:56:44 +00:00
Doug Bell
8af6f28988
fix: GalleryAlbum and Photo were not showing correct confirmation messages on editSave
...
add: Ability to edit comments to Photos
add: Ability to choose which rich editor for Albums
2008-03-04 21:26:30 +00:00
Colin Kuskie
4b17be6e54
Fix some comment typos in t/Shop/AddressBook
...
Add tests for WebGUI::Shop::Address
Fix bugs in the upgrade script (missing city entry) and
the Address new method.
2008-03-02 16:36:47 +00:00
Colin Kuskie
4323114a89
Migrate old tax data into the nex tax data script.
...
Tested this manually and it works okay.
2008-02-29 22:55:11 +00:00
JT Smith
cebb684536
added address book management system, no ui
2008-02-29 22:17:02 +00:00
Doug Bell
78776f2f33
fix: List View now begins at the beginning of the day of the date/time passed in
...
removed a spurious warning
2008-02-29 17:20:50 +00:00
Colin Kuskie
49d5f4c678
fixed some typos in the calendar help
2008-02-29 16:35:58 +00:00
Graham Knop
5cfba90e33
preparing for 7.5.5 dev
2008-02-29 15:45:30 +00:00
Graham Knop
3ea0f630f4
preparing for 7.5.4 release
2008-02-29 07:00:37 +00:00
Doug Bell
4a65691dcc
add: Calendar List view and associated Help
...
add: Ical Page length
add: WWW::Mech tests for Auth and Redirect
2008-02-28 18:40:06 +00:00
Graham Knop
8129bef2fb
add another index to SQL Form tables
2008-02-28 15:39:04 +00:00
Graham Knop
44e789544a
fixed: wiki pages link to deleted pages
2008-02-28 15:38:56 +00:00
JT Smith
99f1fc5eb8
base cart UI is working
2008-02-28 02:15:03 +00:00
JT Smith
08d2233991
a little closer
2008-02-27 23:21:41 +00:00
JT Smith
3cb0ccd0e2
started adding cart UI
2008-02-27 22:47:33 +00:00
JT Smith
152e96f695
added commerce ui glue
2008-02-27 16:30:10 +00:00
JT Smith
4a73cadf64
created donation asset
2008-02-27 02:44:33 +00:00
Graham Knop
f2297aa953
Simpler gotcha listing re YUI and Ext
2008-02-26 23:28:27 +00:00
Graham Knop
01cd5676e5
fixed: unable to remove calendar feeds in IE6
2008-02-26 23:28:16 +00:00
Graham Knop
1673a67dfc
added script to remove unneeded .wgaccess files instead of running during upgrade
2008-02-26 23:28:08 +00:00
Colin Kuskie
f2c0a672f4
Add the shippingDrivers entry to the config file.
...
Have the update script remove the old shipping plugin and add the new shipping driver entry to config files.
Tests for Ship.t. getDrivers and some "new" code for Shop::Ship.
2008-02-26 22:45:06 +00:00
Chris Nehren
8fdd413d12
* resizable text areas now use the YUI 2.5.0 code
...
* add the new YUI release
* document the change in both the changelog and gotcha.txt
2008-02-26 21:27:14 +00:00
JT Smith
d207994e90
cart should be pretty much working at this point...now need to test and whatnot
2008-02-26 02:12:31 +00:00
JT Smith
26d708a56b
fixing some bugs
2008-02-25 21:13:11 +00:00
JT Smith
032617a8ba
finished sku base class
2008-02-25 20:27:21 +00:00
JT Smith
4646561299
Moved the Wiki Help link into i18n so it can be pointed to other sites for
...
other lanugages.
2008-02-25 20:20:25 +00:00
Colin Kuskie
b1990836d0
Refactor out the getEditForm code from WebGUI::Workflow::Activity and
...
put it into HTMLForm. Now HTMLForm can generate dynamic, definition
based forms for WebGUI.
2008-02-24 04:04:36 +00:00
Colin Kuskie
72177f762c
label is already stored in the options, and never used directly in any method. Code that wants it can instanciate an object
2008-02-22 19:08:32 +00:00
Colin Kuskie
ac28252d53
side porting Windows testing fix
2008-02-22 18:32:56 +00:00
Colin Kuskie
ecfba4699d
forward porting Testing fix
2008-02-22 18:31:05 +00:00
Graham Knop
5aa79dba45
preparing for 7.5.4 dev
2008-02-22 00:54:33 +00:00
Graham Knop
6e0173bc25
preparing for 7.5.3 release
2008-02-21 23:52:09 +00:00
Graham Knop
0010134059
fixed: Rich editor page and image pickers are broken
2008-02-21 23:07:11 +00:00
Doug Bell
b801573414
added the new templates to fix the Add an Album button not showing up
2008-02-21 18:40:15 +00:00
Doug Bell
ce4688310e
More Gallery i18n
...
fix: Add an Album link now appears on Gallery List Albums view
2008-02-21 18:38:25 +00:00
Graham Knop
ab0bf8149d
note .wgaccess changes
2008-02-20 21:01:20 +00:00