Revisions for merk/lib/Driver.php

Location: [ Horde ] / merk / lib / Driver.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.48 (+3 -2 lines) 12/04/2008 02:39 PM Duck duck

Tax index fixes

1.47 (+5 -7 lines) 12/01/2008 08:04 AM Duck duck

Fix cache expiration

1.46 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

1.45 (+2 -1 lines) 11/10/2007 07:05 AM Duck duck

We don't need to require a default category to be set. If no default category is defined, we show a full items list like in every  common eshop.
Fix bug that double select items.
Declare functions public or private and remove unused hashes.
Use autoload.

1.44 (+3 -3 lines) 11/06/2007 10:03 AM Jan Schneider jan

Copyright assignments.

1.43 (+2 -2 lines) 06/27/2007 01:23 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.42 (+26 -26 lines) 06/25/2007 12:09 PM Duck duck

move categories out of DT
php5 style methods definition
move vfs path constant to merk object

1.41 (+4 -4 lines) 06/15/2007 12:15 AM Chuck Hagenbuch chuck

$merk => $merk_driver

1.40 (+2 -2 lines) 02/11/2007 12:25 PM Duck duck

Add seller add/edit form.

1.39 (+17 -10 lines) 01/11/2007 06:07 AM Duck duck

Fix images editing

1.38 (+3 -19 lines) 01/10/2007 09:28 AM Duck duck

Use Horde_Image to resize images to thumbnails and big images.
Store images by ID, to avoid problems with strange filenames (spaces, special characters etc).
Don't load VFS driver on every driver creation, but only when needed (store and edit images).
Open big images and linked Ansel images in a ?big picture? pop-up.
Upgrade script will come soon.

1.37 (+64 -4 lines) 12/08/2006 06:35 AM Duck duck

Cache the common item data selection by category.

1.36 (+17 -27 lines) 12/08/2006 04:33 AM Duck duck

Move cache out of each object in the global space.
Cache taxes data.

1.35 (+3 -3 lines) 11/20/2006 09:49 AM Duck duck

Less sql load in Merk_Driver_sql::getItems.

1.34 (+2 -2 lines) 10/10/2006 12:24 PM Duck duck

Format the prices only for the template parts. Other rounding price can produce incorrect  calculation of invoices or payment calculation.

1.33 (+2 -7 lines) 10/09/2006 01:27 PM Duck duck

Pass original article price to the selling app.
Deliveries do not need Horde_SQL_Attributes

1.32 (+5 -7 lines) 10/03/2006 01:40 PM Duck duck

Fix RDO taxes usage

1.31 (+2 -6 lines) 10/03/2006 02:59 AM Duck duck

Add delivery cost to the generated invoice by adding it as a additional item.

1.30 (+2 -2 lines) 07/26/2006 09:28 AM Duck duck

Merge get and getItemStock in a single function to avoid code duplication

1.29 (+6 -2 lines) 07/25/2006 05:56 PM Duck duck

Fix discount calculation

1.28 (+2 -1 lines) 07/24/2006 07:19 AM Duck duck

- Uniform item_id variable name
- Show item category in stock index
- Show full categroy name in item name when setting stock
- Added pager to stock listing
- Added a script to automaticaly generate stock option combination
- Clean ups

1.27 (+2 -2 lines) 07/23/2006 02:46 PM Duck duck

- Snow category name in the browsing title
- Use vfs direct for category image too
- Remove payment prefs, never implemented
- Actually set the prefs values in the checkout
- Change vfs direct config to be a string so other alias can be specified. For example web-servers with disabled sym-links.
- Combine confusing double addresses
- Some more clean ups and fixes

1.26 (+80 -85 lines) 07/22/2006 06:32 AM Duck duck

Fix deleting category

1.25 (+20 -48 lines) 07/20/2006 06:57 AM Duck duck

Allow to supply item model for every item option combination
Uniform chart display
Clean ups and reformat

1.24 (+4 -4 lines) 07/20/2006 01:44 AM Duck duck

Move stock functions in a separate driver. To allow different storages, for example one on-line with catalogue an one on company's extranet for stocks updating. Added Null stock driver for supporting shops without stock manipulation.

1.23 (+1 -26 lines) 07/17/2006 06:03 AM Duck duck

Split invoice handling in separate driver ? making space for Minerva invoice driver.

1.22 (+57 -1 lines) 06/13/2006 03:41 AM Duck duck

Remove old taxes and currencies code.
Move addTax, getTax and getTaxes directly to Merk_Driver.
Try first currency from current locale info, if is not set, use to default.
Remove not used getCurrencySymbol, getCurrency and calcTax.
Remove deprecated title2 from Horde::link calls.

1.21 (+2 -2 lines) 03/27/2006 01:05 PM Chuck Hagenbuch chuck

- avoid erros by skip image selections if the gallery is not set
- added Merk::getLang() select the current locale, since preference value can
be empty
- added "bare" option to Merk::getItems to return unformated items data
- added listCostObject api call
Submitted by: Duck <duck@obala.net>

1.20 (+3 -2 lines) 12/01/2005 05:48 AM Matt Selsky selsky

References.

1.19 (+3 -3 lines) 08/24/2005 01:35 AM Matt Selsky selsky

Use double-quotes.

1.18 (+3 -3 lines) 06/23/2005 04:50 PM Matt Selsky selsky

Clean up phpdoc.

1.17 (+4 -4 lines) 05/10/2005 08:55 PM Matt Selsky selsky

Fix viral 'wil' typo.

1.16 (+17 -23 lines) 05/10/2005 08:34 PM Matt Selsky selsky

Remove "optional" from phpdoc.

1.15 (+13 -3 lines) 04/24/2005 03:18 PM Chuck Hagenbuch chuck

"- clean up nested spaces in the code
- checkout and invoice templates clean up
- stores the tax total value in the invoice table
- correctly display tax in checkout, invoice and invoice print view
- fix state/country mix in the invoice print view"

Submitted by: duck@obala.net

1.14 (+1 -2 lines) 04/20/2005 02:34 AM Matt Selsky selsky

Remove @version.

1.13 (+6 -7 lines) 12/19/2004 11:02 AM Jan Schneider jan

Use new VFS configuration style.

1.12 (+9 -3 lines) 11/19/2004 01:57 PM Chuck Hagenbuch chuck

Error checking.

1.11 (+0 -5 lines) 11/19/2004 01:45 PM Chuck Hagenbuch chuck

- New CSS menu for Merk (Duck <duck@obala.net>)
- I also cleaned up what coding standards stuff I could while I was there.

1.10 (+7 -2 lines) 11/09/2004 05:44 AM Jan Schneider jan

Error checking.

1.9 (+3 -12 lines) 06/22/2004 11:08 AM Chuck Hagenbuch chuck

Use ANSI single quotes (Alan Garrison <alang@cronosys.com>).

1.8 (+48 -22 lines) 04/27/2004 04:10 PM miki

Finished function removeByCategory()

1.7 (+69 -2 lines) 04/27/2004 05:23 AM miki

New function removeByCategory()
(not finished yet!)

1.6 (+23 -2 lines) 04/26/2004 12:43 PM miki

Added reduceStock() function

1.5 (+15 -2 lines) 04/20/2004 02:28 AM mdjukic

function to get and format a cart total

1.4 (+5 -7 lines) 02/11/2004 10:22 PM Chuck Hagenbuch chuck

minor cleanup/CS

1.3 (+17 -2 lines) 02/06/2004 01:37 AM mdjukic

- add invoice saving

1.2 (+18 -4 lines) 01/21/2004 05:12 AM mdjukic

set up the vfs with logic to determine what config to use

1.1 01/13/2004 11:00 PM mdjukic

merk libs