|
1.44 (+7 -2 lines) |
09/05/2008 02:04 PM |
Duck duck |
Return full category names |
|
1.43 (+15 -2 lines) |
03/03/2008 12:43 PM |
Duck duck |
Check if item exists and is still in stock. Set the service only parameter. |
|
1.42 (+3 -1 lines) |
02/02/2008 02:35 PM |
Duck duck |
phpDOC |
|
1.41 (+25 -23 lines) |
01/17/2008 07:05 AM |
Duck duck |
Send mail only if an address is set. |
|
1.40 (+2 -2 lines) |
01/02/2008 06:13 AM |
Jan Schneider jan |
Happy New Year |
|
1.39 (+14 -1 lines) |
11/14/2007 06:32 AM |
Duck duck |
Expire language session cache when the language is changed during the session |
|
1.38 (+3 -3 lines) |
11/10/2007 07:41 AM |
Duck duck |
We already track chart with session ID and user name to allow selling to guest.
Replace time() with REQUEST_TIME. |
|
1.37 (+6 -6 lines) |
11/06/2007 10:03 AM |
Jan Schneider jan |
Copyright assignments. |
|
1.36 (+2 -2 lines) |
06/27/2007 01:23 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.35 (+5 -5 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.34 (+5 -5 lines) |
06/15/2007 12:15 AM |
Chuck Hagenbuch chuck |
$merk => $merk_driver |
|
1.33 (+5 -1 lines) |
05/04/2007 09:28 AM |
Duck duck |
Add show link method |
|
1.32 (+1 -2 lines) |
04/28/2007 07:40 AM |
Duck duck |
Move the stock selection fields in a Merk method to avoid code duplication.
Add a action to notify the user of too much selected quantity even before posting the form. |
|
1.31 (+25 -1 lines) |
04/28/2007 05:22 AM |
Duck duck |
Move process form to an object, instead of including a file.
Add getSellingForm api method to allow inclusion of direct selling form outside merk. For example on a custom product page. |
|
1.30 (+3 -3 lines) |
02/04/2007 01:52 PM |
Duck duck |
Change load_image to specify the image view size and show the big one in the direct selling. |
|
1.29 (+2 -2 lines) |
12/08/2006 04:33 AM |
Duck duck |
Move cache out of each object in the global space.
Cache taxes data. |
|
1.28 (+2 -2 lines) |
12/02/2006 01:26 PM |
Duck duck |
Move item category in parameter in the main item table.
Clean up the mess with item category naming (c, cid and item_category, becomes cid). |
|
1.27 (+3 -2 lines) |
11/22/2006 10:13 AM |
Duck duck |
Minor fixes |
|
1.26 (+7 -4 lines) |
10/17/2006 04:33 PM |
Duck duck |
Don't notify if of the successful invoice if we are passing to the payment system.
Don't border the client about unsuccessful mail send.
Fix mail recipient in authorizationResponse api call; |
|
1.25 (+19 -1 lines) |
10/17/2006 04:16 AM |
Duck duck |
- factory the invoice class in the process level
- add getName apo call for registy to retrive invoice name
- check currencies and type in incubator |
|
1.24 (+4 -2 lines) |
10/06/2006 10:01 AM |
Duck duck |
Pass even articles data to the payment system since some payment system contract their own bill. |
|
1.23 (+16 -1 lines) |
09/28/2006 12:27 PM |
Duck duck |
Basic authorizationResponse just to send us an email when a invoice status changes |
|
1.22 (+1 -2 lines) |
08/21/2006 11:34 AM |
Duck duck |
Allow to set the minimal order value per delivery |
|
1.21 (+11 -7 lines) |
07/26/2006 09:28 AM |
Duck duck |
Merge get and getItemStock in a single function to avoid code duplication |
|
1.20 (+15 -5 lines) |
07/25/2006 06:57 AM |
Duck duck |
Use merk globals in listCostStock() and allow getiing only needed items stock |
|
1.19 (+3 -1 lines) |
07/21/2006 01:53 PM |
Duck duck |
Clean ups |
|
1.18 (+55 -7 lines) |
07/21/2006 12:34 PM |
Duck duck |
- Added Country option to allow limit delivery to only some countries
- Added listCostOptions and listCostStock to pass detailed stock data |
|
1.17 (+1 -2 lines) |
07/19/2006 05:13 AM |
Duck duck |
Unifom admin permission check and add it where necessary |
|
1.16 (+2 -1 lines) |
07/19/2006 04:35 AM |
Duck duck |
Finish sending invoice by email support |
|
1.15 (+5 -1 lines) |
06/27/2006 07:31 PM |
Chuck Hagenbuch chuck |
Fix error checking; load Horde_Currencies from its current path. |
|
1.14 (+5 -4 lines) |
06/15/2006 01:52 AM |
Duck duck |
Rename to listCategories to listCostCategories |
|
1.13 (+11 -1 lines) |
06/14/2006 01:56 PM |
Duck duck |
Added listCategoires call |
|
1.12 (+2 -5 lines) |
06/08/2006 11:15 PM |
Chuck Hagenbuch chuck |
"If no criteria is passed, show all items.
Before ony those in the first level categories was retrived."
Submitted by: duck@obala.net |
|
1.11 (+10 -9 lines) |
06/05/2006 09:18 PM |
Chuck Hagenbuch chuck |
Don't ignore $criteria parameter
Submitted By: duck@obala.net |
|
1.10 (+2 -1 lines) |
04/27/2006 11:39 PM |
Chuck Hagenbuch chuck |
- show discount only if is set.
- use css to line-through the price and highlight the discount
Submitted by: Duck <duck@obala.net> |
|
1.9 (+11 -10 lines) |
04/15/2006 11:21 PM |
Chuck Hagenbuch chuck |
- make item delivery non-required. Make it Boolean since we have only two
options (default and non-default). This is not used anywhere.
- added item_model field: stores product model IDs. Allows to import/sync data
from client based items databases/categories (bridge from merk to companies
internal ids)
- Categories: suppress errors if the current language used is not present in
categories data (log error and return empty array)
- deleted not used /templates/deliveries/edit.html
- clean up and simplify templates: use more divs, styles, use stripe.js for
lists
Submitted by: Duck <duck@obala.net> |
|
1.8 (+12 -13 lines) |
03/27/2006 01:21 PM |
Chuck Hagenbuch chuck |
Minor CS, WS. |
|
1.7 (+34 -1 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.6 (+2 -3 lines) |
12/07/2004 11:09 AM |
Chuck Hagenbuch chuck |
Instead of hardcoding '-1' in tons of places, use a new constant: DATATREE_ROOT. Much more readable, etc. At the same time, make this an int (-1) instead of the string value ('-1') which was inconsistent with all other datatree ids, buggy, etc. |
|
1.5 (+2 -40 lines) |
05/31/2004 02:22 PM |
Jan Schneider jan |
Block APIs are now exposed globally by the Horde API.
Some blocks probably have yet to be fixed because we don't include
lib/base.php anymore. |
|
1.4 (+2 -14 lines) |
05/29/2004 05:12 PM |
Jan Schneider jan |
Blocks are no longer defined by the applications' api.php files or
registry.php. Instead we scan all application/lib/Block directories for blocks
once per session now. |
|
1.3 (+3 -3 lines) |
05/20/2004 11:56 AM |
Jan Schneider jan |
Fix package names. |
|
1.2 (+33 -2 lines) |
02/02/2004 11:51 AM |
mdjukic |
add basic permissions |
|
1.1 |
01/13/2004 11:00 PM |
mdjukic |
merk libs |