|
1.13 (+2 -7 lines) |
08/20/2008 04:56 AM |
Duck duck |
Assign my copyrights to Horde.
Small clean up.
Remove unused JS functions |
|
1.12 (+2 -2 lines) |
03/11/2008 04:57 AM |
Duck duck |
Fix double define in api.
Small clean up |
|
1.11 (+2 -2 lines) |
03/11/2008 04:49 AM |
Duck duck |
@define -> define |
|
1.10 (+2 -2 lines) |
06/27/2007 01:23 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.9 (+3 -3 lines) |
06/14/2007 11:40 PM |
Chuck Hagenbuch chuck |
Use 'beatnik' for session space and $beatnik_driver for global driver |
|
1.8 (+2 -2 lines) |
08/27/2006 01:01 PM |
Ben Klang bklang |
Renaming lib/Form to lib/Forms for consistency with other Horde apps |
|
1.7 (+2 -2 lines) |
08/23/2006 07:39 PM |
Ben Klang bklang |
* Created Autogeneration form for reuse with Horde Registry API
* Moved autogeneratino logic into Beatnik::autogenerate() method for use with
the Horde Registry API
* Moved recordExists() to Beatnik_Driver::. This will allow overrides later
if a backend has a more efficient way than iterating over all results of
getRecords(). It also allows the method to be used generically rather than
just for the autogeneration routine
* Moved getRecord() into Beatnik_Driver:: rather than Beatnik:: for consistency
* Created ability to choose from a list of multiple templates |
|
1.6 (+15 -13 lines) |
08/23/2006 01:09 PM |
Ben Klang bklang |
* Move DeleteRecord into reuseable form
* Refresh to zone view if deleting a non-SOA record instead of zone list
* Move getRecord into Beatnik:: temporarily
* Add initial permissions checking routine (not used yet, but soon)
* Fix ldap2dns driver's deleteRecord functionality
TODO: Refactor driver bits that have strayed into Beatnik:: into a generic
driver class that can call private methods on the backends. This will allow
for a clean API and reuse as much code as possible (for example with access
control and sorting/filtering) |
|
1.5 (+2 -1 lines) |
08/13/2006 02:52 PM |
Duck duck |
- Check if records exists before autogenerate it
- Remove superadmin permission. Is not needed. Super-admins can be set by adding them to the main beatnik:domains permission.
- Added page titles
- Added id column to sql beatnik_soa sql script
- Order getRecords in sql driver by hostname
- Fix permissions on domain names.
- Populate ipaddreses in tinydns.php script
- Update slovenian translation |
|
1.4 (+7 -6 lines) |
08/08/2006 09:14 AM |
Duck duck |
* Call the renderer directly in editre.php and remove uneeded edit.inc.
* Dont show id and rectype when deleting an SOA. |
|
1.3 (+21 -10 lines) |
08/06/2006 05:37 AM |
Duck duck |
- Move deleting code to a separate method.
- If deleting a soa, delete all connected records. |
|
1.2 (+18 -5 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.1 |
08/05/2006 04:36 PM |
Duck duck |
Starting adding common edit/delete icons and delete confirmation |