|
1.48 (+2 -2 lines) |
04/16/2008 04:25 PM |
Chuck Hagenbuch chuck |
Use .html.php for Views. |
|
1.47 (+2 -3 lines) |
01/30/2008 04:15 AM |
Duck duck |
- Convert read the prefs address inside the getInfo call
- Save the default shipping address
- Avoid some warnings |
|
1.46 (+2 -2 lines) |
01/07/2008 03:15 AM |
Duck duck |
- Fix edit link name in stock options.
- Small templates clean up.
- @define -> define |
|
1.45 (+2 -2 lines) |
01/02/2008 06:13 AM |
Jan Schneider jan |
Happy New Year |
|
1.44 (+1 -3 lines) |
12/13/2007 11:18 AM |
Duck duck |
Remove debug code |
|
1.43 (+6 -3 lines) |
12/13/2007 11:16 AM |
Duck duck |
Use __construct |
|
1.42 (+2 -2 lines) |
12/10/2007 07:32 AM |
Duck duck |
Ensure passed parameters are integers. |
|
1.41 (+2 -11 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.40 (+3 -3 lines) |
11/06/2007 10:03 AM |
Jan Schneider jan |
Copyright assignments. |
|
1.39 (+2 -2 lines) |
06/27/2007 01:23 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.38 (+10 -11 lines) |
06/26/2007 12:34 PM |
Duck duck |
Move from templates to views |
|
1.37 (+3 -4 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.36 (+2 -2 lines) |
06/15/2007 08:19 PM |
Chuck Hagenbuch chuck |
small CS cleanups |
|
1.35 (+4 -4 lines) |
06/15/2007 12:15 AM |
Chuck Hagenbuch chuck |
$merk => $merk_driver |
|
1.34 (+2 -2 lines) |
05/26/2007 11:39 AM |
Duck duck |
Use MERK_TEMPLATES |
|
1.33 (+2 -2 lines) |
04/16/2007 04:27 AM |
Duck duck |
Fix stock value edit option.
Update slovenian translation |
|
1.32 (+3 -2 lines) |
01/10/2007 02:20 PM |
Duck duck |
Finish upgrade script and image display.
Update table structure. |
|
1.31 (+4 -4 lines) |
01/10/2007 10:06 AM |
Duck duck |
Use new template code and fix buggy templates. |
|
1.30 (+12 -3 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.29 (+6 -6 lines) |
12/04/2006 03:58 PM |
Duck duck |
Various fixes |
|
1.28 (+13 -6 lines) |
12/03/2006 11:54 AM |
Duck duck |
Add items sorting support |
|
1.27 (+2 -2 lines) |
12/03/2006 10:46 AM |
Duck duck |
Continue working on sellers support |
|
1.26 (+19 -16 lines) |
12/02/2006 03:52 PM |
Duck duck |
Browse items for a selected seller. |
|
1.25 (+14 -1 lines) |
12/02/2006 12:05 PM |
Duck duck |
Start working on sellers support. |
|
1.24 (+5 -4 lines) |
11/12/2006 11:39 AM |
Duck duck |
If no category is selected, instead to leave a the blank page with left tree selection, show all categories images to select from. |
|
1.23 (+2 -1 lines) |
09/27/2006 12:42 PM |
Duck duck |
Added null invoice driver. Disables chart selling activities. So Merk can be used only as a catalog or we can easy temporary disable selling without deactivate it and allow users to browse article while administrating. |
|
1.22 (+16 -9 lines) |
08/11/2006 03:52 PM |
Duck duck |
Catch errors |
|
1.21 (+3 -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.20 (+2 -2 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.19 (+11 -25 lines) |
07/19/2006 05:59 AM |
Duck duck |
Clean ups |
|
1.18 (+7 -4 lines) |
07/19/2006 03:33 AM |
Duck duck |
$1 |
|
1.17 (+2 -1 lines) |
07/17/2006 03:25 PM |
Duck duck |
Activate gettext in templates |
|
1.16 (+1 -5 lines) |
04/25/2006 11:17 AM |
Chuck Hagenbuch chuck |
- only store image basename since we use only it, not the whole path
- add parameter Merk_Driver_sql::getItemArray() to load image data only if
needed (needed only while editing)
- don't need subcategories since we already render the whole tree
Submitted by: Duck <duck@obala.net> |
|
1.15 (+2 -1 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.14 (+2 -2 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.13 (+5 -4 lines) |
04/09/2005 12:04 PM |
Chuck Hagenbuch chuck |
- clean up templates
- adds config option to show prices with or without prices
- displays prices taxed or not
Submitted by: Duck <duck@obala.net> |
|
1.12 (+2 -2 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.11 (+2 -2 lines) |
10/19/2004 11:22 AM |
mdjukic |
Change all references to *.gif images to the new *.png. |
|
1.10 (+2 -2 lines) |
10/18/2004 08:45 PM |
Chuck Hagenbuch chuck |
Registry::getParam() -> Registry::get(). |
|
1.9 (+2 -1 lines) |
04/20/2004 02:30 AM |
mdjukic |
show cart summary |
|
1.8 (+1 -6 lines) |
02/25/2004 04:22 PM |
Chuck Hagenbuch chuck |
don't need these tags in non-library scripts |
|
1.7 (+4 -5 lines) |
02/12/2004 04:20 PM |
Chuck Hagenbuch chuck |
Put in any error handling I could find was needed by poking around without
having created any of the database tables. :) |
|
1.6 (+4 -4 lines) |
02/11/2004 09:18 PM |
mdjukic |
change to |
|
1.5 (+3 -2 lines) |
02/11/2004 08:45 PM |
mdjukic |
take the template out of the base.php |
|
1.4 (+18 -11 lines) |
02/06/2004 01:10 AM |
mdjukic |
fix session setting, some cleanups |
|
1.3 (+7 -3 lines) |
01/21/2004 11:17 AM |
mdjukic |
fetch subcategory information too |
|
1.2 (+3 -3 lines) |
01/20/2004 07:16 PM |
mdjukic |
fix footer template path |
|
1.1 |
01/13/2004 10:09 PM |
mdjukic |
index, browse and prefs |