Revisions for beatnik/listzones.php

Location: [ Horde ] / beatnik / listzones.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.22 (+2 -3 lines) 03/11/2008 04:49 AM Duck duck

@define -> define

1.21 (+2 -2 lines) 01/16/2008 04:13 PM Ben Klang bklang

Fix editing a zone's SOA from the zone list

1.20 (+4 -1 lines) 10/04/2007 11:56 AM Ben Klang bklang

* Change menu to make adding a new domain more obvious
* Unset the current domain when generating a list so records always get added to the right domain

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

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

1.18 (+11 -4 lines) 04/14/2007 03:26 PM Ben Klang bklang

Keep the current page sticky to make navigating the zone list more friendly

1.17 (+5 -5 lines) 08/09/2006 01:28 PM Ben Klang bklang

Allow editing of the SOA

1.16 (+13 -8 lines) 08/09/2006 01:10 PM Ben Klang bklang

Do all page initialization before beginning to render the HTML

1.15 (+2 -1 lines) 08/08/2006 08:28 AM Duck duck

Base for records  autogeneration

1.14 (+2 -2 lines) 08/08/2006 03:32 AM Duck duck

No need to set the expertmode global variable. _SESSION['beatink']['expertmode'] is alredy global.

1.13 (+3 -3 lines) 08/06/2006 04:56 AM Duck duck

- Remove unnecessary driver singleton on in Beatnik::getRecFields
- Added sql structure for other record types
- When cancel deleting return to zone view
- Fix delete links, and started to work on full crud sql support

1.12 (+2 -2 lines) 08/05/2006 06:32 PM Ben Klang bklang

* Replace $advancedmode with $expertmode to match UI
* Reformatted SOA in expert mode

1.11 (+4 -1 lines) 08/05/2006 04:36 PM Duck duck

Starting adding common edit/delete icons and delete confirmation

1.10 (+1 -2 lines) 08/05/2006 04:09 PM Duck duck

No need to reinclude Beatnik.php as included in base.php

1.9 (+15 -1 lines) 08/05/2006 02:53 PM Duck duck

Add pager in list view.
Remove JS from menu.inc was alredy in global js.

1.8 (+9 -11 lines) 08/05/2006 02:15 PM Ben Klang bklang

* Filter listzones.php for advanced mode and hidden fields
* Align fields properly with their labels

1.7 (+1 -2 lines) 08/05/2006 08:23 AM Duck duck

Remove Groups for now. Not used anywhere. Why not use horde groups? Or categories code from merk?

1.6 (+2 -2 lines) 08/05/2006 06:37 AM Duck duck

Start to provide a basic readonly sql driver support

1.5 (+11 -2 lines) 08/05/2006 05:49 AM Duck duck

While listing show all columns from getRecFields that exists in the driver

1.4 (+13 -18 lines) 08/05/2006 03:58 AM Duck duck

- move javascriots to /js
- replace table iteration with stripe.js
- added getttext to Beatnik.php
- Other cleanups

1.3 (+2 -13 lines) 07/07/2006 11:41 PM Chuck Hagenbuch chuck

- constructors will never return pear_errors
- remove commented out code
- top-level scripts don't get @package tags
- make index.php match other Horde index.php files

1.2 (+1 -1 lines) 07/01/2006 11:25 PM Ben Klang bklang

Updating CVS tags to match Horde

1.1 06/23/2006 04:10 AM Jan Schneider jan

Import Beatnik