|
1.13 (+4 -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 (+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.8 (+9 -53 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.7 (+2 -2 lines) |
08/23/2006 05:16 PM |
Ben Klang bklang |
Refactor driver wrappers from Beatnik:: back into the driver object where they
belong. Both drivers are updated to provide private methods and phpdoc is
updated accordingly.
More methods will be moved up to the generic Driver level as appropriate. |
|
1.6 (+2 -2 lines) |
08/14/2006 12:33 AM |
Ben Klang bklang |
Typo |
|
1.5 (+2 -2 lines) |
08/13/2006 08:39 PM |
Ben Klang bklang |
Add wrapper for saveRecord() to check if the zone serial needs updating
Add zone serial check notification. |
|
1.4 (+40 -2 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.3 (+5 -5 lines) |
08/11/2006 01:43 PM |
Ben Klang bklang |
Fix typos |
|
1.2 (+7 -5 lines) |
08/08/2006 08:54 AM |
Duck duck |
Save method requires an array: ex. from Horde_Form::getInfo(). This was needed for autogeneration. So Ben please update the LDAP driver. |
|
1.1 |
08/08/2006 08:28 AM |
Duck duck |
Base for records autogeneration |