Revisions for merk/items/delete.php

Location: [ Horde ] / merk / items / delete.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.35 (+2 -2 lines) 04/16/2008 04:25 PM Chuck Hagenbuch chuck

Use .html.php for Views.

1.34 (+2 -2 lines) 01/07/2008 03:16 AM Duck duck

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

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

Happy New Year

1.32 (+1 -4 lines) 11/26/2007 03:44 AM Duck duck

Autoloader is already loded so use it.
Remove some unneeded references.

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

Copyright assignments.

1.30 (+7 -4 lines) 08/21/2007 04:47 AM Duck duck

Fix item image deletion

1.29 (+6 -7 lines) 06/26/2007 12:34 PM Duck duck

Move from templates to views

1.28 (+4 -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.27 (+2 -2 lines) 06/15/2007 08:19 PM Chuck Hagenbuch chuck

small CS cleanups

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

$merk => $merk_driver

1.25 (+2 -2 lines) 05/26/2007 11:39 AM Duck duck

Use MERK_TEMPLATES

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

Use new template code and fix buggy templates.

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

Cache the common item data selection by category.

1.22 (+2 -2 lines) 11/21/2006 03:31 PM Duck duck

Consolidate the usage and purpose of getItem() and getItemArray().
Minimize the sql load by retrieving just the data from the current language in getItem().

1.21 (+7 -7 lines) 08/04/2006 11:33 AM Duck duck

Show debugInfo in administration

1.20 (+26 -44 lines) 07/24/2006 03:49 PM Duck duck

Add  configure option to supply which currencies to use. Merk::formatPrice() will output all prices in selected format. For example EUR and USD. Or like country which is going to join the European monetary union and all the prices must be listed in our currency (SIT) and EUR.

1.19 (+2 -2 lines) 07/24/2006 09:47 AM Duck duck

Preserve page number in stock actions

1.18 (+7 -6 lines) 07/22/2006 05:03 AM Duck duck

Clean ups

1.17 (+5 -12 lines) 07/21/2006 01:53 PM Duck duck

Clean ups

1.16 (+2 -2 lines) 07/19/2006 05:13 AM Duck duck

Unifom admin permission check and add it where necessary

1.15 (+3 -2 lines) 07/17/2006 03:25 PM Duck duck

Activate gettext in templates

1.14 (+8 -10 lines) 03/10/2006 02:40 PM Chuck Hagenbuch chuck

remove unnecessary references and singleton() calls.

1.13 (+2 -2 lines) 05/31/2005 11:36 PM Matt Selsky selsky

Spaces.

1.12 (+4 -7 lines) 04/05/2005 10:22 AM Chuck Hagenbuch chuck

Assorted html cleanup from Duck <duck@obala.net>.

1.11 (+26 -33 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 (+3 -3 lines) 10/19/2004 11:22 AM mdjukic

Change all references to *.gif images to the new *.png.

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

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

1.8 (+3 -3 lines) 05/20/2004 11:56 AM Jan Schneider jan

Fix package names.

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

No more HORDE_LIBS.

1.6 (+9 -11 lines) 04/04/2004 10:04 PM mdjukic

bring merk up to date with changes in horde_form, include the renderer libs only when needed, fix redundant path

1.5 (+5 -5 lines) 02/11/2004 09:18 PM mdjukic

change  to

1.4 (+3 -2 lines) 02/11/2004 08:46 PM mdjukic

take the template out of the base.php

1.3 (+3 -3 lines) 01/20/2004 07:45 PM mdjukic

use a constant for merk's base vfs path

1.2 (+3 -3 lines) 01/20/2004 07:16 PM mdjukic

fix footer template path

1.1 01/13/2004 10:26 PM mdjukic

scripts to handle items, need a bit of cleaning up