|
1.20 (+39 -5 lines) |
05/15/2008 12:20 AM |
Ben Klang bklang |
Add new PowerDNS SQL driver. Right now only the read functions are implemented but the write ones will be added soon. |
|
1.19 (+3 -5 lines) |
03/11/2008 04:57 AM |
Duck duck |
Fix double define in api.
Small clean up |
|
1.18 (+3 -3 lines) |
10/25/2007 01:15 PM |
Ben Klang bklang |
Use PEAR::Error instead of throw for PHP4 |
|
1.17 (+3 -3 lines) |
06/27/2007 01:23 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.16 (+6 -6 lines) |
06/14/2007 11:45 PM |
Chuck Hagenbuch chuck |
Missed a few globals. Not sure why some of these methods were using
globals to access what is essentially $this? |
|
1.15 (+31 -74 lines) |
06/14/2007 11:40 PM |
Chuck Hagenbuch chuck |
Use 'beatnik' for session space and $beatnik_driver for global driver |
|
1.14 (+7 -11 lines) |
04/11/2007 11:55 PM |
Ben Klang bklang |
* Catch autogeneration errors
* Don't cache zone data when checking for record existance |
|
1.13 (+7 -2 lines) |
04/11/2007 09:39 PM |
Ben Klang bklang |
Sort the domains by name |
|
1.12 (+3 -3 lines) |
04/05/2007 09:05 PM |
Ben Klang bklang |
Missing GLOBAL reference |
|
1.11 (+21 -2 lines) |
01/08/2007 12:50 AM |
Ben Klang bklang |
Make getDomain() common to the drivers |
|
1.10 (+7 -12 lines) |
09/13/2006 06:36 AM |
Duck duck |
Admin sould always have all rights.
Formatting. |
|
1.9 (+7 -7 lines) |
09/04/2006 07:01 PM |
Ben Klang bklang |
Coding standards: avoid is_null() |
|
1.8 (+38 -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 (+88 -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 (+96 -3 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.5 (+3 -3 lines) |
07/16/2006 02:31 PM |
Ben Klang bklang |
Fix other copyrights and attributions (phpdoc) |
|
1.4 (+2 -11 lines) |
07/01/2006 11:42 PM |
Ben Klang bklang |
Code cleanup: remove code folding markers, fix comment style |
|
1.3 (+3 -3 lines) |
07/01/2006 11:25 PM |
Ben Klang bklang |
Updating CVS tags to match Horde |
|
1.2 (+4 -3 lines) |
06/23/2006 09:50 PM |
Ben Chavet ben |
fix reference. |
|
1.1 |
06/23/2006 04:10 AM |
Jan Schneider jan |
Import Beatnik |