Commit graph

1709 commits

Author SHA1 Message Date
Martin Kamerbeek
60362cb747 - Added tests for Pay
- Fixed some tests/code for PayDriver
 - Added i18n for PayDriver
 - Added a really, really bare-bones Cash plugin.
2008-03-11 16:33:10 +00:00
Martin Kamerbeek
39a0b6ff1f Adding PayDriver code and tests 2008-03-11 13:22:46 +00:00
JT Smith
fc3ccba4f3 added payment manager 2008-03-07 20:16:09 +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
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
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
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
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
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
19591d37d4 Fix a bug in the upgrade script, with a default applied to the wrong column.
Built the add method, and tested it, too.
2008-02-15 23:17:52 +00:00
JT Smith
649d34f1a7 started cart tests, realizing need to build sku first 2008-02-15 23:02:59 +00:00
Colin Kuskie
70b8331794 Add the tax table.
Add the getItems method, for accessing the entire tax table.
2008-02-15 22:15:58 +00:00
Graham Knop
10c435dccb preparing for 7.5.3 dev 2008-02-14 21:46:23 +00:00
Graham Knop
8929765dd3 preparing for 7.5.2 release 2008-02-14 20:48:06 +00:00
Graham Knop
f59b84b01d oops 2008-02-13 16:00:34 +00:00
Graham Knop
6903f60092 really added tab fields to dataform default email template 2008-02-13 15:58:03 +00:00
Doug Bell
e1cee88638 fix: multiple Gallery template fixes 2008-02-12 01:00:58 +00:00
Doug Bell
fa156af1a9 add: i18n for more Gallery templates
add: International macro now takes sprintf arguments as third and subsequent parameters
add: Keywords are now processed and given to the photo template, along with a url to search the gallery for the keyword. 
add: Photos now track views
2008-02-12 00:55:06 +00:00
Graham Knop
25f9c46b17 preparing for 7.5.2 dev 2008-02-08 04:51:45 +00:00
Graham Knop
a4b0e89b79 added tab fields to dataform default email template
fix 7.5.1 upgrade creating extra storage locations
2008-02-08 00:47:05 +00:00
Graham Knop
f22646625b package importing fixes 2008-02-08 00:00:13 +00:00
Doug Bell
439fbce173 fix: importPackage now allows you to skip site's autocommit settings. This is necessary for upgrades.
Upgrades were fixed to use the new options
2008-02-07 22:43:05 +00:00
Colin Kuskie
d2e55307ed Set up enhanced logging of transactions.
Note that now, all transactions are logged, whether they
fail or not.  Failed transactions are logged with status
canceled.  ITransact transactions have additional data
logged.
2008-01-30 15:59:09 +00:00
JT Smith
bff94329dc - Slight performance increase in asset queries. 2008-01-29 17:54:55 +00:00
Doug Bell
ec3bc19d77 Added i18n for Gallery (Search) template
Fix: Album description showing up in Photos when photo has no synopsis
fix: Photo now shows correct confirmation screen
fix: Photo now gets auto-committed according to Gallery approval workflow
fix: Formatting problems in Album view
fix: Photo and Album assets now retain their Owner after other users edit them.
fix: Gallery::Utility migration now retains createdBy, creationDate, and ownerUserId.
Testing Gallery::Utility a bit more thoroughly.
fix: Photo EXIF data now gets cached correctly and sanitized for references (since JSON won't store them and they're of no use to us anyway).
2008-01-25 22:34:37 +00:00
JT Smith
b9b68a8655 - removed old CS based photo gallery prototype in favor of the new gallery
asset
2008-01-24 22:07:58 +00:00
JT Smith
0abdfd1dd2 preparing for 7.5.1 2008-01-24 22:03:01 +00:00
Doug Bell
ffa90c5fbd fix: 7.5.0 time tracker templates were corrupt, now fixed.
fix: AssetPackage www_importPackage would give an error message about package being corrupt, but the package would import correctly. No longer gives error message.
2008-01-24 20:31:23 +00:00
Graham Knop
1149fd54ed merging 7.4 changes 2008-01-23 23:48:35 +00:00
Doug Bell
5292426cc5 add: Events in calendar Week view can now be ordered arbitrarily\
fix: Event Related Links are now proper collateral in their own table. The HTML area is parsed and the table populated accordingly. No more silly HTML Area.
2008-01-23 02:41:38 +00:00
Graham Knop
e76a58a504 merging 7.4 changes 2008-01-09 17:22:03 +00:00
Graham Knop
d5e81e6cf4 Merged revisions 5261 via svnmerge from
https://svn.webgui.org/plainblack/branch/WebGUI_7.4

........
  r5261 | graham | 2008-01-09 07:55:49 -0600 (Wed, 09 Jan 2008) | 1 line
  
  fix: Calendar Edit template refers to non-existant and other unneeded javascript files
........
2008-01-09 14:00:10 +00:00
Doug Bell
f56c0873d8 Added userDefined fields to GalleryAlbum assets. Modified Gallery::Utility to migrate userDefined fields from Threads to GalleryAlbums. Added tests for the previous. 2008-01-07 22:38:59 +00:00
Chris Nehren
43bf612cdb Add a missing \t in the output of addIsExportable. 2008-01-05 01:11:34 +00:00
Doug Bell
c6106634fe Removed old .tmpl files from upgrades. All upgrade collateral must now be in .wgpkg packages 2008-01-04 20:53:06 +00:00
Colin Kuskie
a1fc60d984 reorder upgrade steps so that addIsExportable happens before we try to update the templates 2008-01-03 00:17:47 +00:00
Chris Nehren
f6f20d27d6 Maintain status quo and keep the default of exporting all assets. 2008-01-02 23:01:16 +00:00
Chris Nehren
7accc3c57f Add fine-grained export controls. You can now specify whether you want specific
assets to be exportable. If any of an asset's parents aren't exportable, that
asset also won't be exportable.
2008-01-02 22:32:40 +00:00
Doug Bell
30f22c9b7a fixed some bugs in URL/Content handlers. fixed some bugs in Gallery. 2007-12-18 15:38:06 +00:00