|
1.20 (+2 -2 lines) |
03/11/2008 04:49 AM |
Duck duck |
@define -> define |
|
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 (+2 -2 lines) |
06/14/2007 11:40 PM |
Chuck Hagenbuch chuck |
Use 'beatnik' for session space and $beatnik_driver for global driver |
|
1.17 (+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.16 (+4 -4 lines) |
08/08/2006 04:55 AM |
Duck duck |
Beatnik::getDomains() cannot return an error but pushes an notification message and returns an empty array. So we don't need to recheck output.
Move the empty check from getDefaultDomains to getDomains. Since we should notify about empty results even after permission check. Now the getDefaultDomains can be completely avoided.
Do not need the set curdomain as is already in session |
|
1.15 (+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.14 (+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.13 (+1 -2 lines) |
08/05/2006 06:22 PM |
Ben Klang bklang |
Revert: advanced mode belongs in the session |
|
1.12 (+6 -2 lines) |
08/05/2006 04:36 PM |
Duck duck |
Starting adding common edit/delete icons and delete confirmation |
|
1.11 (+2 -2 lines) |
08/05/2006 04:09 PM |
Duck duck |
No need to reinclude Beatnik.php as included in base.php |
|
1.10 (+3 -3 lines) |
08/05/2006 03:34 PM |
Ben Klang bklang |
Finish merging all record types into a single page. Columns are now
auto-selected based on available records. Next up: add sorting and paging |
|
1.9 (+17 -3 lines) |
08/05/2006 03:01 PM |
Ben Klang bklang |
* Convert leftover instance of "Forms.php" to "EditRecord.php"
* Begin working toward unified record table interface |
|
1.8 (+11 -2 lines) |
08/05/2006 07:04 AM |
Duck duck |
Move advanced mode detection out of session since is used only in some ocasions |
|
1.7 (+2 -1 lines) |
08/05/2006 06:37 AM |
Duck duck |
Start to provide a basic readonly sql driver support |
|
1.6 (+2 -1 lines) |
08/05/2006 05:17 AM |
Duck duck |
Other clean ups and added inital Slovenian translation |
|
1.5 (+2 -2 lines) |
08/05/2006 05:01 AM |
Duck duck |
Move action templates separate dir |
|
1.4 (+7 -14 lines) |
08/05/2006 04:10 AM |
Duck duck |
Notifications are already processed by menu.inc |
|
1.3 (+2 -3 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 09:26 PM |
Ben Klang bklang |
Updating tag |
|
1.1 |
06/23/2006 04:10 AM |
Jan Schneider jan |
Import Beatnik |