Code

gosa.git
12 years agoFixed error message when the class.cache is missing
hickert [Wed, 27 Jul 2011 08:37:04 +0000 (08:37 +0000)]
Fixed error message when the class.cache is missing

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20963 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoReplaced in_array calls with in_array_strict
hickert [Wed, 27 Jul 2011 08:00:12 +0000 (08:00 +0000)]
Replaced in_array calls with in_array_strict

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20962 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoremoved last in_array call
hickert [Wed, 27 Jul 2011 07:43:19 +0000 (07:43 +0000)]
removed last in_array call

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20959 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoHardened error handler
hickert [Wed, 27 Jul 2011 07:33:04 +0000 (07:33 +0000)]
Hardened error handler

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20955 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoRemoved debug stuff
hickert [Wed, 27 Jul 2011 06:39:02 +0000 (06:39 +0000)]
Removed debug stuff

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20953 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated in_array checks in GOsa.
hickert [Wed, 27 Jul 2011 06:38:29 +0000 (06:38 +0000)]
Updated in_array checks in GOsa.
PHPs in_array function casts operant types in a unconventional way.

e.g.    This is true in_array("+49134", array("00491234"))

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20952 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoAdded new in_array_strict method which defaults to a strict mode.
hickert [Wed, 27 Jul 2011 06:03:21 +0000 (06:03 +0000)]
Added new in_array_strict method which defaults to a strict mode.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20951 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated config item mangement
hickert [Tue, 26 Jul 2011 11:21:57 +0000 (11:21 +0000)]
Updated config item mangement

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20949 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoAdded caching for static InstallRecipe information
hickert [Tue, 26 Jul 2011 08:31:58 +0000 (08:31 +0000)]
Added caching for static InstallRecipe information

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20948 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated smarty to 3.0.8
cajus [Mon, 11 Jul 2011 10:26:17 +0000 (10:26 +0000)]
Updated smarty to 3.0.8

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20947 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed encoding detection of the ldap backend.
hickert [Thu, 7 Jul 2011 13:04:43 +0000 (13:04 +0000)]
Fixed encoding detection of the ldap backend.
-Do not check encoding on each page reload, instead cache results.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20946 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed typo
hickert [Thu, 7 Jul 2011 12:46:17 +0000 (12:46 +0000)]
Fixed typo

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20945 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated device tab
hickert [Thu, 7 Jul 2011 12:26:05 +0000 (12:26 +0000)]
Updated device tab

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20944 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated the Device template
hickert [Thu, 7 Jul 2011 12:04:35 +0000 (12:04 +0000)]
Updated the Device template

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20943 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed preselection of the config managemenet
hickert [Thu, 7 Jul 2011 08:28:10 +0000 (08:28 +0000)]
Fixed preselection of the config managemenet

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20942 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoAdded removal of Device Installation Tab
hickert [Thu, 7 Jul 2011 08:25:58 +0000 (08:25 +0000)]
Added removal of Device Installation Tab

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20941 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoremoved debug output
hickert [Wed, 6 Jul 2011 15:01:04 +0000 (15:01 +0000)]
removed debug output

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20940 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated Install Recipe
hickert [Wed, 6 Jul 2011 15:00:42 +0000 (15:00 +0000)]
Updated Install Recipe

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20939 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed sprintf error
hickert [Wed, 6 Jul 2011 14:50:00 +0000 (14:50 +0000)]
Fixed sprintf error

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20938 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoRemoved dummy code.
hickert [Wed, 6 Jul 2011 14:38:26 +0000 (14:38 +0000)]
Removed dummy code.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20937 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoChecked in working save() method
hickert [Wed, 6 Jul 2011 14:21:45 +0000 (14:21 +0000)]
Checked in working save() method

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20936 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated install recipe
hickert [Wed, 6 Jul 2011 12:29:38 +0000 (12:29 +0000)]
Updated install recipe

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20935 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated device RDN to GOsaDeviceRDN
hickert [Tue, 5 Jul 2011 13:47:58 +0000 (13:47 +0000)]
Updated device RDN to GOsaDeviceRDN

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20934 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated GOsa Device Migration
hickert [Tue, 5 Jul 2011 13:45:50 +0000 (13:45 +0000)]
Updated GOsa Device Migration

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20933 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated syntax strings
hickert [Tue, 5 Jul 2011 11:31:25 +0000 (11:31 +0000)]
Updated syntax strings

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20932 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed Syntax validation
hickert [Tue, 5 Jul 2011 11:29:43 +0000 (11:29 +0000)]
Fixed Syntax validation

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20931 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated dyngroup handling for ogroups
hickert [Mon, 4 Jul 2011 07:38:59 +0000 (07:38 +0000)]
Updated dyngroup handling for ogroups

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20930 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated dyngroup plugin
hickert [Mon, 4 Jul 2011 07:04:07 +0000 (07:04 +0000)]
Updated dyngroup plugin

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20929 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated group handling.
hickert [Mon, 4 Jul 2011 06:31:09 +0000 (06:31 +0000)]
Updated group handling.
-Avoid saving group members while the dyngroup extension is enabled.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20928 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoAdded uid proposal modification patch
hickert [Thu, 30 Jun 2011 07:28:48 +0000 (07:28 +0000)]
Added uid proposal modification patch

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20927 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoAdded a method which checks if a given attribute is managed by the dyngroup or not.
hickert [Tue, 28 Jun 2011 12:37:39 +0000 (12:37 +0000)]
Added a method which checks if a given attribute is managed by the dyngroup or not.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20925 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated gosa.conf manpage
hickert [Tue, 28 Jun 2011 09:52:42 +0000 (09:52 +0000)]
Updated gosa.conf manpage

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20923 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoAdded ability to edit uid proposals for users created from a template
hickert [Tue, 28 Jun 2011 09:17:58 +0000 (09:17 +0000)]
Added ability to edit uid proposals for users created from a template

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20921 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed problem with user creation from template.
hickert [Tue, 28 Jun 2011 08:10:02 +0000 (08:10 +0000)]
Fixed problem with user creation from template.
-If no uid could be generated, then allow to assign it manually.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20920 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdate logging for failed logins
hickert [Mon, 27 Jun 2011 06:27:06 +0000 (06:27 +0000)]
Update logging for failed logins

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20918 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed scrolling problem in lists for ff5
hickert [Fri, 24 Jun 2011 13:10:17 +0000 (13:10 +0000)]
Fixed scrolling problem in lists for ff5

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20916 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoiSorted mail forward adresses by their sn not cn in case of users.
hickert [Fri, 24 Jun 2011 11:21:32 +0000 (11:21 +0000)]
iSorted mail forward adresses by their sn not cn in case of users.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20915 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed loading of property lists.
hickert [Wed, 22 Jun 2011 07:31:07 +0000 (07:31 +0000)]
Fixed loading of property lists.
- Parameters were overwritten during iteration of list values.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20911 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed problems with listing of properties
hickert [Wed, 22 Jun 2011 07:17:53 +0000 (07:17 +0000)]
Fixed problems with listing of properties

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20910 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed loading of server attributes.
hickert [Wed, 22 Jun 2011 07:12:33 +0000 (07:12 +0000)]
Fixed loading of server attributes.
-Somehow, we do not have an up-to-date config object here.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20909 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated Kolab tab, to support listed mynetworks entries, instead of comma separated...
hickert [Wed, 22 Jun 2011 06:32:00 +0000 (06:32 +0000)]
Updated Kolab tab, to support listed mynetworks entries, instead of comma separated strings

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20908 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed ACL warnings for services
hickert [Wed, 22 Jun 2011 06:07:11 +0000 (06:07 +0000)]
Fixed ACL warnings for services

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20907 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed problem with wrong progressbar assignment
hickert [Wed, 22 Jun 2011 05:57:42 +0000 (05:57 +0000)]
Fixed problem with wrong progressbar assignment

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20906 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoSwitched listing mode to no ACL-checks-mode.
hickert [Wed, 22 Jun 2011 05:52:53 +0000 (05:52 +0000)]
Switched listing mode to no ACL-checks-mode.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20905 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoAdded new listing property which allows to disable ACLs checks for the current listing.
hickert [Wed, 22 Jun 2011 05:52:22 +0000 (05:52 +0000)]
Added new listing property which allows to disable ACLs checks for the current listing.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20904 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated loading of kernel packages
hickert [Fri, 27 May 2011 11:17:10 +0000 (11:17 +0000)]
Updated loading of kernel packages

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20899 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed problem with listing of fax details. The entry id is NOT an integer nor float.
hickert [Thu, 26 May 2011 13:15:02 +0000 (13:15 +0000)]
Fixed problem with listing of fax details. The entry id is NOT an integer nor float.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20895 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoUpdated Fax Plugin
hickert [Wed, 25 May 2011 11:28:14 +0000 (11:28 +0000)]
Updated Fax Plugin

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20894 594d385d-05f5-0310-b6e9-bd551577e9d8

12 years agoFixed bug in ACL list (newly created ACL shows items of last selected ACL).
dradon [Mon, 23 May 2011 06:50:35 +0000 (06:50 +0000)]
Fixed bug in ACL list (newly created ACL shows items of last selected ACL).

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20893 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Installable Device to display kernel packages
hickert [Fri, 20 May 2011 13:32:29 +0000 (13:32 +0000)]
Updated Installable Device to display kernel packages

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20892 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoFixed saving of lists
hickert [Thu, 19 May 2011 13:27:30 +0000 (13:27 +0000)]
Fixed saving of lists

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20889 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoFixed Listing temlate
hickert [Thu, 19 May 2011 12:50:25 +0000 (12:50 +0000)]
Fixed Listing temlate

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20888 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated ACLs for devices
hickert [Thu, 19 May 2011 12:31:35 +0000 (12:31 +0000)]
Updated ACLs for devices

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20887 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoAdded missing properties
hickert [Thu, 19 May 2011 12:26:13 +0000 (12:26 +0000)]
Added missing properties

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20886 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated listing class
hickert [Thu, 19 May 2011 12:04:06 +0000 (12:04 +0000)]
Updated listing class
-Check entry permissions in management listings

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20884 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated TemplateEngine itself to support ACLs
hickert [Thu, 19 May 2011 09:27:29 +0000 (09:27 +0000)]
Updated TemplateEngine itself to support ACLs

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20883 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Template widgets to support readable acls
hickert [Thu, 19 May 2011 09:24:58 +0000 (09:24 +0000)]
Updated Template widgets to support readable acls

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20882 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated template widgets
hickert [Thu, 19 May 2011 09:21:26 +0000 (09:21 +0000)]
Updated template widgets

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20881 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Template Widgets to support ACls
hickert [Thu, 19 May 2011 09:19:10 +0000 (09:19 +0000)]
Updated Template Widgets to support ACls

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20880 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoPrepared classes to support ACLs
hickert [Thu, 19 May 2011 09:05:12 +0000 (09:05 +0000)]
Prepared classes to support ACLs

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20879 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoFixed remove acls
hickert [Thu, 19 May 2011 08:24:41 +0000 (08:24 +0000)]
Fixed remove acls

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20878 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoMoved class
hickert [Thu, 19 May 2011 08:23:05 +0000 (08:23 +0000)]
Moved class

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20877 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated cfg management
hickert [Thu, 19 May 2011 08:22:46 +0000 (08:22 +0000)]
Updated cfg management

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20876 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoAdded remove confirm dialog
hickert [Thu, 19 May 2011 08:19:23 +0000 (08:19 +0000)]
Added remove confirm dialog

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20875 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Device Config ACLs
hickert [Thu, 19 May 2011 08:02:42 +0000 (08:02 +0000)]
Updated Device Config ACLs

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20874 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated management listing
hickert [Thu, 19 May 2011 07:42:02 +0000 (07:42 +0000)]
Updated management listing

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20873 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Config Mangement class names
hickert [Thu, 19 May 2011 07:18:01 +0000 (07:18 +0000)]
Updated Config Mangement class names

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20872 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Config management data model
hickert [Thu, 19 May 2011 07:06:09 +0000 (07:06 +0000)]
Updated Config management data model

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20871 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Config Item mangement, we are now able to set Acls
hickert [Thu, 19 May 2011 07:00:22 +0000 (07:00 +0000)]
Updated Config Item mangement, we are now able to set Acls

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20870 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoRenamed class
hickert [Thu, 19 May 2011 06:36:11 +0000 (06:36 +0000)]
Renamed class

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20869 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated class config mangement
hickert [Thu, 19 May 2011 06:35:34 +0000 (06:35 +0000)]
Updated class config mangement

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20868 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated ACLs and set plugin image
hickert [Thu, 19 May 2011 06:28:13 +0000 (06:28 +0000)]
Updated ACLs and set plugin image

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20867 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoFixed image name
hickert [Thu, 19 May 2011 06:21:06 +0000 (06:21 +0000)]
Fixed image name

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20866 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoAdded image
hickert [Thu, 19 May 2011 06:19:18 +0000 (06:19 +0000)]
Added image

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20865 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoFixed label for file upload in textEditor widget
hickert [Thu, 19 May 2011 05:31:09 +0000 (05:31 +0000)]
Fixed label for file upload in textEditor widget

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20864 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated config management
hickert [Wed, 18 May 2011 14:09:05 +0000 (14:09 +0000)]
Updated config management

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20863 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoAdded comment
hickert [Wed, 18 May 2011 14:00:56 +0000 (14:00 +0000)]
Added comment

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20862 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated config mangement
hickert [Wed, 18 May 2011 13:58:25 +0000 (13:58 +0000)]
Updated config mangement

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20861 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated config mangement, enabled remove of templates
hickert [Wed, 18 May 2011 12:39:16 +0000 (12:39 +0000)]
Updated config mangement, enabled remove of templates

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20860 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Config Mangement to enabled Template editing
hickert [Wed, 18 May 2011 12:35:55 +0000 (12:35 +0000)]
Updated Config Mangement to enabled Template editing

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20859 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoRemoved debug output
hickert [Wed, 18 May 2011 12:07:26 +0000 (12:07 +0000)]
Removed debug output

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20858 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoAdded syntax checks
hickert [Wed, 18 May 2011 12:07:10 +0000 (12:07 +0000)]
Added syntax checks

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20857 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated json definition file for config mangement items.
hickert [Wed, 18 May 2011 11:51:03 +0000 (11:51 +0000)]
Updated json definition file for config mangement items.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20856 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoRenamed root definition file
hickert [Wed, 18 May 2011 11:50:33 +0000 (11:50 +0000)]
Renamed root definition file

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20855 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Config parser
hickert [Wed, 18 May 2011 11:49:44 +0000 (11:49 +0000)]
Updated Config parser

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20854 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Config Management to support Templates
hickert [Wed, 18 May 2011 09:02:09 +0000 (09:02 +0000)]
Updated Config Management to support Templates

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20853 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Device Config
hickert [Tue, 17 May 2011 13:46:02 +0000 (13:46 +0000)]
Updated Device Config

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20852 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Config mangement
hickert [Tue, 17 May 2011 13:11:33 +0000 (13:11 +0000)]
Updated Config mangement

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20851 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoAdded new Template widget
hickert [Tue, 17 May 2011 13:09:47 +0000 (13:09 +0000)]
Added new Template widget

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20850 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoParameters are not deleteable
hickert [Tue, 17 May 2011 13:04:53 +0000 (13:04 +0000)]
Parameters are not deleteable

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20849 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Device Config
hickert [Tue, 17 May 2011 12:11:57 +0000 (12:11 +0000)]
Updated Device Config

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20848 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated config mangement
hickert [Tue, 17 May 2011 12:10:05 +0000 (12:10 +0000)]
Updated config mangement

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20847 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Device config, to use the correct config management method
hickert [Tue, 17 May 2011 12:04:26 +0000 (12:04 +0000)]
Updated Device config, to use the correct config management method

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20846 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoFixed sorting for device config parameters
hickert [Tue, 17 May 2011 11:33:10 +0000 (11:33 +0000)]
Fixed sorting for device config parameters

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20845 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Device Config
hickert [Tue, 17 May 2011 11:28:11 +0000 (11:28 +0000)]
Updated Device Config

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20844 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Device Config
hickert [Tue, 17 May 2011 11:10:04 +0000 (11:10 +0000)]
Updated Device Config

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20843 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoFixed saving of DeviceConfig
hickert [Tue, 17 May 2011 09:28:34 +0000 (09:28 +0000)]
Fixed saving of DeviceConfig

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20842 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Device Config
hickert [Tue, 17 May 2011 07:17:44 +0000 (07:17 +0000)]
Updated Device Config

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20841 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoUpdated Device Config
hickert [Tue, 17 May 2011 06:44:39 +0000 (06:44 +0000)]
Updated Device Config

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20840 594d385d-05f5-0310-b6e9-bd551577e9d8

13 years agoTypo
hickert [Mon, 16 May 2011 14:07:19 +0000 (14:07 +0000)]
Typo

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20839 594d385d-05f5-0310-b6e9-bd551577e9d8