Code

gosa.git
16 years agoReplaced print_red with msg_dialog, for testing
hickert [Thu, 27 Sep 2007 12:23:52 +0000 (12:23 +0000)]
Replaced print_red with msg_dialog, for testing

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

16 years agoReset ACL cache if acls has changed
hickert [Thu, 27 Sep 2007 11:19:27 +0000 (11:19 +0000)]
Reset ACL cache if acls has changed

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

16 years agoAdded option to setup, to enable compressed output of html stuff
hickert [Thu, 27 Sep 2007 09:57:26 +0000 (09:57 +0000)]
Added option to setup, to enable compressed output of html stuff

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

16 years agoEnsure that fai departments exists, when creating a new release
hickert [Thu, 27 Sep 2007 09:37:28 +0000 (09:37 +0000)]
Ensure that fai departments exists, when creating a new release

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

16 years agoAdded phone server updated
hickert [Thu, 27 Sep 2007 08:29:03 +0000 (08:29 +0000)]
Added phone server updated

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

16 years agoUpdated category removement in group->apps
hickert [Thu, 27 Sep 2007 06:57:13 +0000 (06:57 +0000)]
Updated category removement in group->apps

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

16 years agoRemoved NULL definition that someone introduced for heimdal libs
cajus [Thu, 27 Sep 2007 06:07:18 +0000 (06:07 +0000)]
Removed NULL definition that someone introduced for heimdal libs

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

16 years agoFixed network class detection
hickert [Wed, 26 Sep 2007 13:49:59 +0000 (13:49 +0000)]
Fixed network class detection

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

16 years agoUdapted checks if msg_dialog movement
hickert [Wed, 26 Sep 2007 13:04:52 +0000 (13:04 +0000)]
Udapted checks if msg_dialog movement

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

16 years agoUpdated msg_dialog handling.
hickert [Wed, 26 Sep 2007 12:58:48 +0000 (12:58 +0000)]
Updated msg_dialog handling.

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

16 years agoFixed uzser saving
hickert [Wed, 26 Sep 2007 09:17:13 +0000 (09:17 +0000)]
Fixed uzser saving

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

16 years agoUpdated phoneGeneric saving
hickert [Wed, 26 Sep 2007 08:56:28 +0000 (08:56 +0000)]
Updated phoneGeneric saving

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

16 years agoUnified dialog handling.
hickert [Tue, 25 Sep 2007 13:30:32 +0000 (13:30 +0000)]
Unified dialog handling.
Use 'FALSE' instead of 'NULL' to indicate that this->dialog is not set,
because it is initilized as 'FALSE' in plugin::plugin.

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

16 years agoFixed dialog detection which hides save/apply/cancel buttons for users.
hickert [Tue, 25 Sep 2007 11:36:15 +0000 (11:36 +0000)]
Fixed dialog detection which hides save/apply/cancel buttons for users.
Removed debug output from dhcp plugins

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

16 years agoUpdated handling for phoneGeneric, class name was used as lowercase ('phonegeneric...
hickert [Tue, 25 Sep 2007 09:21:01 +0000 (09:21 +0000)]
Updated handling for phoneGeneric, class name was used as lowercase ('phonegeneric') several times and caused PHP5 to stop with an critical error.

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

16 years agoFixed several fai checks,
hickert [Tue, 25 Sep 2007 09:13:53 +0000 (09:13 +0000)]
Fixed several fai checks,
 config->search()s weren't used for correct type of category 'menu' instead of 'tabs'

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

16 years agoUpdated dhcp service.
hickert [Tue, 25 Sep 2007 07:52:10 +0000 (07:52 +0000)]
Updated dhcp service.
Don't save the dhcpOption "server-name" for the dhcp service base object (cn=dhcp,cn=server...).
Save this attribute to all child objects instead. (host,group,subnet,sharedNetwork).

Fixed saving for newly created savers with dhcp service,
some attributes were not available while editing an entry like cn and dn.
This caused PHP Warnings and empty server-name options.

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

16 years agoSynced changelog
cajus [Mon, 24 Sep 2007 16:14:12 +0000 (16:14 +0000)]
Synced changelog

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

16 years agoUpdated Debian changelog
cajus [Mon, 24 Sep 2007 16:11:17 +0000 (16:11 +0000)]
Updated Debian changelog

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

16 years ago* Fixed problem with non defined ui during login
cajus [Mon, 24 Sep 2007 15:57:59 +0000 (15:57 +0000)]
* Fixed problem with non defined ui during login
* Added option to enabled compressed output

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

16 years agoUpdated checks for sub dialogs.
hickert [Mon, 24 Sep 2007 13:53:06 +0000 (13:53 +0000)]
Updated checks for sub dialogs.
if($this->dialog) will return true, also when it is not a valid dialog.
Added is_object() to all those checks

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

16 years agoFixed checkboxes in group generic.
hickert [Mon, 24 Sep 2007 13:18:37 +0000 (13:18 +0000)]
Fixed checkboxes in group generic.

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

16 years agoAdded kolab folder type to trunk.
hickert [Mon, 24 Sep 2007 11:19:28 +0000 (11:19 +0000)]
Added kolab folder type to trunk.
It wasn't implemented in trunk currently.

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

16 years agoSmall speed improvement
cajus [Mon, 24 Sep 2007 11:16:54 +0000 (11:16 +0000)]
Small speed improvement

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

16 years agoFixed wrong if results with strcasecmp
cajus [Mon, 24 Sep 2007 09:56:05 +0000 (09:56 +0000)]
Fixed wrong if results with strcasecmp

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

16 years agoUpdated enviroment kiosk path detection.
hickert [Mon, 24 Sep 2007 09:32:13 +0000 (09:32 +0000)]
Updated enviroment kiosk path detection.
Search in <menu><..><plugins ... >for "kioskpath" too.

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

16 years agoFixed multiple calls of config->search.
hickert [Mon, 24 Sep 2007 09:21:58 +0000 (09:21 +0000)]
Fixed multiple calls of config->search.

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

16 years ago* Added speed optimization for config searching (use str functions)
cajus [Mon, 24 Sep 2007 09:07:11 +0000 (09:07 +0000)]
* Added speed optimization for config searching (use str functions)
* Added speed optimization for in_array_ics (use str functions)
* Updated TODO

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

16 years agoUpdated config->search calls.
hickert [Mon, 24 Sep 2007 09:00:27 +0000 (09:00 +0000)]
Updated config->search calls.
Don't search whole in config, just search in tabs or menu ..

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

16 years agoUpdated plugin to make use of new config function
cajus [Mon, 24 Sep 2007 08:04:45 +0000 (08:04 +0000)]
Updated plugin to make use of new config function

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

16 years agoUpdated goPhoneServer :
hickert [Mon, 24 Sep 2007 07:55:18 +0000 (07:55 +0000)]
Updated goPhoneServer :
Update goFonHomeServer for users and conferences too, if server name has changes

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

16 years agoAdded check to class_plugin::check() to prevent calling $this->config->member_functio...
hickert [Mon, 24 Sep 2007 05:53:28 +0000 (05:53 +0000)]
Added check to class_plugin::check() to prevent calling $this->config->member_functions() while $this->config is no object.

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

16 years agoFixed error: Used $this while not in class context
hickert [Mon, 24 Sep 2007 05:49:01 +0000 (05:49 +0000)]
Fixed error: Used $this while not in class context

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

16 years agoRemoved last calls of 'serch_config'
hickert [Fri, 21 Sep 2007 13:40:01 +0000 (13:40 +0000)]
Removed last calls of 'serch_config'

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

16 years agoReplaced some search_config calls with config->search
hickert [Fri, 21 Sep 2007 13:22:40 +0000 (13:22 +0000)]
Replaced some search_config calls with config->search

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

16 years agoA part of search_config replacements
hickert [Fri, 21 Sep 2007 13:08:53 +0000 (13:08 +0000)]
A part of search_config replacements

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

16 years agoReplaced search_config with config->search
hickert [Fri, 21 Sep 2007 12:53:07 +0000 (12:53 +0000)]
Replaced search_config with config->search

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

16 years agoRemoved glpi tab from user tabs
hickert [Fri, 21 Sep 2007 12:27:40 +0000 (12:27 +0000)]
Removed glpi tab from user tabs

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

16 years agoFixed connectivity errors
hickert [Fri, 21 Sep 2007 12:18:38 +0000 (12:18 +0000)]
Fixed connectivity errors
search_config was called, instead of config->search

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

16 years agoFixed search_config stuff in user tabs
hickert [Fri, 21 Sep 2007 11:45:02 +0000 (11:45 +0000)]
Fixed search_config stuff in user tabs

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

16 years agoRe-Checkin
cajus [Fri, 21 Sep 2007 11:33:31 +0000 (11:33 +0000)]
Re-Checkin

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

16 years agoAdded search method for class "config". Prepare to replace the search_config() occure...
cajus [Fri, 21 Sep 2007 11:02:00 +0000 (11:02 +0000)]
Added search method for class "config". Prepare to replace the search_config() occurencies

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

16 years agoUpdated class definition for glpiManagement
hickert [Fri, 21 Sep 2007 06:21:34 +0000 (06:21 +0000)]
Updated class definition for glpiManagement

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

16 years agoFixed termDNS function definition.
hickert [Fri, 21 Sep 2007 06:17:49 +0000 (06:17 +0000)]
Fixed termDNS function definition.

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

16 years agoFixed several class definition warnings
hickert [Fri, 21 Sep 2007 06:07:48 +0000 (06:07 +0000)]
Fixed several class definition warnings

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

16 years agoFixed tab declaration for fai objects
hickert [Fri, 21 Sep 2007 06:00:28 +0000 (06:00 +0000)]
Fixed tab declaration for fai objects

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

16 years agoUnified dhcp functions to match class_plugin
hickert [Fri, 21 Sep 2007 05:56:05 +0000 (05:56 +0000)]
Unified dhcp functions to match class_plugin

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

16 years agoFixed some PHP5 errors
hickert [Thu, 20 Sep 2007 13:40:47 +0000 (13:40 +0000)]
Fixed some PHP5 errors

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

16 years agoFixed printer saving
hickert [Thu, 20 Sep 2007 13:25:54 +0000 (13:25 +0000)]
Fixed printer saving

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

16 years agoFixed server error
hickert [Thu, 20 Sep 2007 13:09:43 +0000 (13:09 +0000)]
Fixed server error

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

16 years agoFixed goShare Server
hickert [Thu, 20 Sep 2007 12:53:54 +0000 (12:53 +0000)]
Fixed goShare Server

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

16 years agoUpdated for PHP5
cajus [Thu, 20 Sep 2007 12:36:20 +0000 (12:36 +0000)]
Updated for PHP5

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

16 years agoMoved default timezone setting
cajus [Thu, 20 Sep 2007 12:21:04 +0000 (12:21 +0000)]
Moved default timezone setting

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

16 years agoSee last log
hickert [Thu, 20 Sep 2007 12:12:56 +0000 (12:12 +0000)]
See last log

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

16 years agoFixed button handling, after editing kioskProfiles the save and cancel button were...
hickert [Thu, 20 Sep 2007 12:12:04 +0000 (12:12 +0000)]
Fixed button handling, after editing kioskProfiles the save and cancel button were hidden

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

16 years agoAdded TZ fix
cajus [Thu, 20 Sep 2007 12:08:32 +0000 (12:08 +0000)]
Added TZ fix

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

16 years agoFixed class goFonMacro in gosa.conf
hickert [Thu, 20 Sep 2007 11:52:09 +0000 (11:52 +0000)]
Fixed class goFonMacro in gosa.conf

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

16 years agoRemoved require once
hickert [Thu, 20 Sep 2007 11:06:39 +0000 (11:06 +0000)]
Removed require once

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

16 years agoMoved timezone functions into functions.inc
hickert [Thu, 20 Sep 2007 09:45:46 +0000 (09:45 +0000)]
Moved timezone functions into functions.inc

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

16 years agoFixed user mail tab.
hickert [Thu, 20 Sep 2007 07:50:40 +0000 (07:50 +0000)]
Fixed user mail tab.

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

16 years agoAdded ACL speed optimization
cajus [Thu, 20 Sep 2007 07:31:31 +0000 (07:31 +0000)]
Added ACL speed optimization

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

16 years agoUpdated password.php.
hickert [Thu, 20 Sep 2007 07:23:15 +0000 (07:23 +0000)]
Updated password.php.
Use first ldap->server (location), if default is not valid.

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

16 years agoUpdated pwd handling.
hickert [Thu, 20 Sep 2007 07:03:54 +0000 (07:03 +0000)]
Updated pwd handling.
Moved functions to function.inc
Removed require_once from class passwordMethod and replaced it with $class_mapping

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

16 years agoFixed remove_multiple in groups
hickert [Thu, 20 Sep 2007 06:26:58 +0000 (06:26 +0000)]
Fixed remove_multiple in groups

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

16 years agoFixed some errors
hickert [Thu, 20 Sep 2007 06:15:56 +0000 (06:15 +0000)]
Fixed some errors

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

16 years agoFixed class instantiation
cajus [Wed, 19 Sep 2007 15:50:27 +0000 (15:50 +0000)]
Fixed class instantiation

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

16 years agoConverted a couple of == / === NULL references
cajus [Wed, 19 Sep 2007 15:47:12 +0000 (15:47 +0000)]
Converted a couple of == / === NULL references

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

16 years agoFixed NULL occurencies
cajus [Wed, 19 Sep 2007 15:27:07 +0000 (15:27 +0000)]
Fixed NULL occurencies

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

16 years agoFixed a couple of == / === NULL occurencies
cajus [Wed, 19 Sep 2007 15:21:47 +0000 (15:21 +0000)]
Fixed a couple of == / === NULL occurencies

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

16 years agoWe need more checks in case of disabled Copy & PAste or snapshots
hickert [Wed, 19 Sep 2007 14:06:38 +0000 (14:06 +0000)]
We need more checks in case of disabled Copy & PAste or snapshots

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

16 years agoUdpated some plugins, to work with new autoloader
hickert [Wed, 19 Sep 2007 13:26:08 +0000 (13:26 +0000)]
Udpated some plugins, to work with new autoloader

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

16 years agoOnlx execute save_object on real objects
hickert [Wed, 19 Sep 2007 13:11:57 +0000 (13:11 +0000)]
Onlx execute save_object on real objects

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

16 years agoUpdate for __autoload()
cajus [Wed, 19 Sep 2007 13:08:08 +0000 (13:08 +0000)]
Update for __autoload()

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

16 years agoRemoved debug output
hickert [Wed, 19 Sep 2007 12:48:12 +0000 (12:48 +0000)]
Removed debug output

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

16 years agoAdded msg dialog to user deletion
hickert [Wed, 19 Sep 2007 12:40:42 +0000 (12:40 +0000)]
Added msg dialog to user deletion

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

16 years agoAdded msg to user deletion for testing
hickert [Wed, 19 Sep 2007 12:27:03 +0000 (12:27 +0000)]
Added msg to user deletion for testing

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

16 years agoUpdated message box
hickert [Wed, 19 Sep 2007 12:05:45 +0000 (12:05 +0000)]
Updated message box

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

16 years agoUpdated userinfo
cajus [Wed, 19 Sep 2007 09:41:33 +0000 (09:41 +0000)]
Updated userinfo

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

16 years agoAdded simple js handling to popup js dialogs, not finished yet
hickert [Wed, 19 Sep 2007 09:35:32 +0000 (09:35 +0000)]
Added simple js handling to popup js dialogs, not finished yet

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

16 years agoSimplified msg dialog template
hickert [Wed, 19 Sep 2007 07:48:21 +0000 (07:48 +0000)]
Simplified msg dialog template

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

16 years agoAdded update-gosa
cajus [Wed, 19 Sep 2007 07:23:52 +0000 (07:23 +0000)]
Added update-gosa

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

16 years agoStep between the lines...
cajus [Wed, 19 Sep 2007 07:15:20 +0000 (07:15 +0000)]
Step between the lines...

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

16 years agoUnify names
cajus [Wed, 19 Sep 2007 06:55:53 +0000 (06:55 +0000)]
Unify names

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

16 years agoUpdated phoneNumber adaption
hickert [Wed, 19 Sep 2007 06:30:13 +0000 (06:30 +0000)]
Updated phoneNumber adaption

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

16 years agoRemoved debug output
hickert [Wed, 19 Sep 2007 05:23:45 +0000 (05:23 +0000)]
Removed debug output

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

16 years agoRemoved not used functions
cajus [Tue, 18 Sep 2007 16:45:02 +0000 (16:45 +0000)]
Removed not used functions

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

16 years agoAdded initial message handling
hickert [Tue, 18 Sep 2007 14:00:56 +0000 (14:00 +0000)]
Added initial message handling

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

16 years agoAdded optimizations
cajus [Tue, 18 Sep 2007 10:04:48 +0000 (10:04 +0000)]
Added optimizations

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

16 years agoUpdated menu creation
hickert [Tue, 18 Sep 2007 07:04:15 +0000 (07:04 +0000)]
Updated menu creation

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

16 years agoUpdated menu creation.
hickert [Tue, 18 Sep 2007 06:57:32 +0000 (06:57 +0000)]
Updated menu creation.
Check acls for each plugin

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

16 years agoAdded patch from opensides
hickert [Tue, 18 Sep 2007 06:21:21 +0000 (06:21 +0000)]
Added patch from opensides

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

16 years agoDisplay added profiles directly
hickert [Tue, 18 Sep 2007 06:20:10 +0000 (06:20 +0000)]
Display added profiles directly

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

16 years agoUpdate groups acls, if group dn has changed
hickert [Mon, 17 Sep 2007 13:48:13 +0000 (13:48 +0000)]
Update groups acls, if group dn has changed

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

16 years agoUpated ACL handling.
hickert [Mon, 17 Sep 2007 13:42:43 +0000 (13:42 +0000)]
Upated ACL handling.
-Moved plinfo from divlist to class_acl
-If an user is removed, all its acls will be removed too.
-If an user is moved, all its acls will be moved too.

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

16 years agoUpdated ACL info string
hickert [Mon, 17 Sep 2007 12:30:42 +0000 (12:30 +0000)]
Updated ACL info string

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

16 years agoHide errors for filter saving.
hickert [Mon, 17 Sep 2007 11:51:46 +0000 (11:51 +0000)]
Hide errors for filter saving.

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

16 years agoAdded gosa.conf(ig) flag 'save_filter'.
hickert [Mon, 17 Sep 2007 11:50:28 +0000 (11:50 +0000)]
Added gosa.conf(ig) flag 'save_filter'.
if save_filter is 'true' the current filter settings will be stored in a seperate user cookie

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

16 years agoSave current base and filter options in a cookie on client side
hickert [Mon, 17 Sep 2007 09:51:21 +0000 (09:51 +0000)]
Save current base and filter options in a cookie on client side

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

16 years agoAdded edit link to list entries in fai-template/hooks
hickert [Mon, 17 Sep 2007 07:40:01 +0000 (07:40 +0000)]
Added edit link to list entries in fai-template/hooks

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

16 years agoFixed fai divlist
hickert [Fri, 14 Sep 2007 13:32:23 +0000 (13:32 +0000)]
Fixed fai divlist

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