Code

gosa.git
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

16 years agotranslation fixes.
hickert [Fri, 14 Sep 2007 13:10:02 +0000 (13:10 +0000)]
translation fixes.
Updated language selectbox

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

16 years agoAdded hover style to divlist
hickert [Fri, 14 Sep 2007 08:09:47 +0000 (08:09 +0000)]
Added hover style to divlist

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

16 years agoRemoved check from main.php, caused print_red on every page request
hickert [Fri, 14 Sep 2007 07:42:29 +0000 (07:42 +0000)]
Removed check from main.php, caused print_red on every page request

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

16 years agoUpdated slapd.conf example
cajus [Fri, 14 Sep 2007 07:31:55 +0000 (07:31 +0000)]
Updated slapd.conf example

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

16 years agoAdde timezone check
hickert [Fri, 14 Sep 2007 07:26:06 +0000 (07:26 +0000)]
Adde timezone check

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

16 years agoThere were broken translation in the framework template leading to not working links
hickert [Thu, 13 Sep 2007 13:22:03 +0000 (13:22 +0000)]
There were broken translation in the framework template leading to not working links

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

16 years agoRemoved unsed function 'array_search_r' remove error_reporting() from class_plugin
hickert [Thu, 13 Sep 2007 10:40:50 +0000 (10:40 +0000)]
Removed unsed function 'array_search_r' remove error_reporting() from class_plugin

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

16 years agoSimplified save() routine, replaced foreach with gosa_array_merge
hickert [Thu, 13 Sep 2007 09:26:33 +0000 (09:26 +0000)]
Simplified save() routine, replaced foreach with gosa_array_merge

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

16 years agoUpdated code.
hickert [Thu, 13 Sep 2007 08:40:28 +0000 (08:40 +0000)]
Updated code.
Removed some foreach / for objectClass ... and replaced them with array_functions

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

16 years agoUpdated FAQ
cajus [Thu, 13 Sep 2007 06:39:37 +0000 (06:39 +0000)]
Updated FAQ

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

16 years agoUpdated setup to set correct timezones to dropdown menu
hickert [Wed, 12 Sep 2007 12:09:59 +0000 (12:09 +0000)]
Updated setup to set correct timezones to dropdown menu

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

16 years agoUpdated askClassName.
hickert [Wed, 12 Sep 2007 11:33:00 +0000 (11:33 +0000)]
Updated askClassName.
Removed predefined parameters

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

16 years agoUdpated MultiselectWindow
hickert [Wed, 12 Sep 2007 11:13:27 +0000 (11:13 +0000)]
Udpated MultiselectWindow

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

16 years agoAdded a first set of reference changes - nearly untested
cajus [Wed, 12 Sep 2007 10:12:32 +0000 (10:12 +0000)]
Added a first set of reference changes - nearly untested

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

16 years agoUadpted dns zone editor
hickert [Wed, 12 Sep 2007 08:39:00 +0000 (08:39 +0000)]
Uadpted dns zone editor

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

16 years agoPorted back take over changes from stable
hickert [Wed, 12 Sep 2007 07:43:24 +0000 (07:43 +0000)]
Ported back take over changes from stable

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

16 years agoUpdated zone editor
hickert [Wed, 12 Sep 2007 07:23:40 +0000 (07:23 +0000)]
Updated zone editor

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

16 years agoUpdated slapd.conf
cajus [Tue, 11 Sep 2007 13:30:54 +0000 (13:30 +0000)]
Updated slapd.conf

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

16 years agoAdded edit via link
hickert [Tue, 11 Sep 2007 13:28:50 +0000 (13:28 +0000)]
Added edit via link

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

16 years agoRemoved perl script
cajus [Tue, 11 Sep 2007 13:13:40 +0000 (13:13 +0000)]
Removed perl script

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