Revisions for merk/lib/base.php

Location: [ Horde ] / merk / lib / base.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.34 (+2 -2 lines) 09/02/2008 01:25 PM Chuck Hagenbuch chuck

Horde_Loader -> Horde_Autoloader

1.33 (+6 -4 lines) 01/07/2008 03:16 AM Duck duck

- Fix edit link name in stock options.
- Small templates clean up.
- @define -> define

1.32 (+1 -4 lines) 12/13/2007 11:18 AM Duck duck

Remove debug code

1.31 (+4 -1 lines) 12/13/2007 11:16 AM Duck duck

Use __construct

1.30 (+7 -5 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.29 (+2 -2 lines) 11/06/2007 10:03 AM Jan Schneider jan

Copyright assignments.

1.28 (+2 -3 lines) 06/26/2007 12:34 PM Duck duck

Move from templates to views

1.27 (+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.26 (+2 -2 lines) 06/15/2007 12:15 AM Chuck Hagenbuch chuck

$merk => $merk_driver

1.25 (+2 -3 lines) 01/10/2007 10:06 AM Duck duck

Use new template code and fix buggy templates.

1.24 (+6 -1 lines) 12/08/2006 04:33 AM Duck duck

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

1.23 (+1 -4 lines) 08/21/2006 11:34 AM Duck duck

Allow to set the minimal order value per delivery

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

Fix discount calculation

1.21 (+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.20 (+1 -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.19 (+2 -2 lines) 11/15/2004 11:25 PM Chuck Hagenbuch chuck

Oops, we didn't have a $_with_problem setting. Introduce
HORDE_MENU_MASK constatnts as the number of arguments was getting hard
to manage.

1.18 (+3 -3 lines) 11/15/2004 10:14 PM Chuck Hagenbuch chuck

- treat $with_login like the other $with_ Menu parameters. Saner.
- make sure to obey $_with_problem in render()
- related tweaks and cleanups

1.17 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.16 (+2 -2 lines) 04/20/2004 02:31 AM mdjukic

show prefs

1.15 (+1 -4 lines) 04/20/2004 02:18 AM mdjukic

not needed

1.14 (+5 -5 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.13 (+1 -5 lines) 02/13/2004 11:02 PM Chuck Hagenbuch chuck

Remove includes of Browser.php that are no longer needed.

1.12 (+2 -2 lines) 02/13/2004 08:36 PM Chuck Hagenbuch chuck

Config:: and Help:: moved to framework packages.

1.11 (+3 -3 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.10 (+2 -2 lines) 02/12/2004 03:50 PM Chuck Hagenbuch chuck

Browser:: is now a framework package.

1.9 (+2 -2 lines) 02/11/2004 09:18 PM mdjukic

change  to

1.8 (+1 -2 lines) 02/11/2004 08:46 PM mdjukic

take the template out of the base.php

1.7 (+2 -2 lines) 02/11/2004 06:06 PM mdjukic

fix scope

1.6 (+2 -2 lines) 02/11/2004 05:17 PM Chuck Hagenbuch chuck

move Menu.php to a framework package.

1.5 (+6 -3 lines) 01/24/2004 03:04 PM Chuck Hagenbuch chuck

[cjh] Various $no_auth and $self_contained_auth flags have been standardized
into an AUTH_HANDLER constant, which if defined signals the application
that it should not check permissions upon calling $registry->pushApp(),
as the calling script will handle that itself, or is a system-level cron
job/script/etc.
[cjh] Add an option to $registry->pushApp() to specify whether or not to check
application permissions.

1.4 (+1 -7 lines) 01/24/2004 12:15 AM Chuck Hagenbuch chuck

[cjh] The 'allow_guests' setting, and $registry->allowGuests(), have been
removed in favor of Horde_Perms application permissions.

1.3 (+2 -2 lines) 01/21/2004 11:28 AM mdjukic

class name, whitespace

1.2 (+3 -3 lines) 01/13/2004 11:11 PM mdjukic

fix for new class and paths

1.1 01/13/2004 11:00 PM mdjukic

merk libs