Code

gosa.git
14 years agoCommented out options in template
hickert [Thu, 25 Feb 2010 14:26:07 +0000 (14:26 +0000)]
Commented out options in template
-Some samba attributes are now longer writeable.

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

14 years agoFixed problem with vacation import and replacement of arrays
hickert [Thu, 25 Feb 2010 13:55:51 +0000 (13:55 +0000)]
Fixed problem with vacation import and replacement of arrays

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

14 years agoCheck to prevent special chars in ogroup.
hickert [Thu, 25 Feb 2010 12:58:29 +0000 (12:58 +0000)]
Check to prevent special chars in ogroup.

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

14 years agoUpdated user plugin to release manager assignment
hickert [Thu, 25 Feb 2010 09:38:19 +0000 (09:38 +0000)]
Updated user plugin to release  manager assignment

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

14 years agoUpdated multiple edit
hickert [Thu, 25 Feb 2010 09:03:17 +0000 (09:03 +0000)]
Updated multiple edit
-When the password hash type is changed then enforce password change for the user(s)

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

14 years agoUpdated class_plugin
hickert [Thu, 25 Feb 2010 08:11:11 +0000 (08:11 +0000)]
Updated class_plugin
-Fixed problem with incorrect update of object group references ... the source dn wasn't removed from the member list.

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

14 years agoRemoved Ogroup patch.
hickert [Thu, 25 Feb 2010 07:57:57 +0000 (07:57 +0000)]
Removed Ogroup patch.
-This is a solution, but not a good one. The tab objects of the target object should realize that the incoming object was moved and so update its ogroup memeberships

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

14 years agoReaaded ogrup stuff
hickert [Wed, 24 Feb 2010 14:46:24 +0000 (14:46 +0000)]
Reaaded ogrup stuff

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

14 years agoFixed undefined index problem when editing multiple users
hickert [Wed, 24 Feb 2010 14:04:27 +0000 (14:04 +0000)]
Fixed undefined index problem when editing multiple users

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

14 years ago'Enabled multiple edit for the manager attribute
hickert [Wed, 24 Feb 2010 13:48:34 +0000 (13:48 +0000)]
'Enabled multiple edit for the  manager attribute

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

14 years agoMoved system activation code to correct to correct place, use the objects target...
hickert [Wed, 24 Feb 2010 11:21:53 +0000 (11:21 +0000)]
Moved system activation code to correct to correct place, use the objects target dn instead of its source dn with 'ou=incoming'

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

14 years agoOnly checkout goto if we want to build it.
janw [Wed, 24 Feb 2010 11:12:15 +0000 (11:12 +0000)]
Only checkout goto if we want to build it.

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

14 years agoUpdated manager string in the ui when manager is removed
hickert [Wed, 24 Feb 2010 10:29:43 +0000 (10:29 +0000)]
Updated manager string in the ui when manager is removed

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

14 years agoAdded manager attribute handling to the differnt kind of departments
hickert [Wed, 24 Feb 2010 10:29:13 +0000 (10:29 +0000)]
Added manager attribute handling to the differnt kind of departments

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

14 years agoAdded manager attribute for departments.
hickert [Wed, 24 Feb 2010 10:13:54 +0000 (10:13 +0000)]
Added manager attribute for departments.

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

14 years agoUpdated class ldap
hickert [Wed, 24 Feb 2010 10:12:39 +0000 (10:12 +0000)]
Updated class ldap
-get_objectclasses() will return an array containing MAY and MUST attributes, instead of string when only one attribute was given.

e.g.
  -> gosaDeparment[MAY] = 'manager';
will now be
  -> gosaDeparment[MAY][0] = 'manager';

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

14 years agoMixed up ocs
hickert [Wed, 24 Feb 2010 09:55:47 +0000 (09:55 +0000)]
Mixed up ocs
-Fixed

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

14 years agoUpdated plugin class
hickert [Wed, 24 Feb 2010 09:47:03 +0000 (09:47 +0000)]
Updated plugin class
-Ensures 'manager' integrity when users are moved.

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

14 years agoUpdated gosaDepartment schema objectClass to support manager settings.
hickert [Wed, 24 Feb 2010 09:40:53 +0000 (09:40 +0000)]
Updated gosaDepartment schema objectClass to support manager settings.

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

14 years agoUpdated department management
hickert [Tue, 23 Feb 2010 14:42:37 +0000 (14:42 +0000)]
Updated department management
-Updated dep list on remove too.

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

14 years agoFixed department listing
hickert [Tue, 23 Feb 2010 14:00:37 +0000 (14:00 +0000)]
Fixed department listing

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

14 years agoAdded workaround for IE8
cajus [Tue, 23 Feb 2010 14:00:31 +0000 (14:00 +0000)]
Added workaround for IE8

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

14 years agoFixed department list
hickert [Tue, 23 Feb 2010 14:00:27 +0000 (14:00 +0000)]
Fixed department list

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

14 years agoAdded selectSingleUser dialog
hickert [Tue, 23 Feb 2010 12:56:01 +0000 (12:56 +0000)]
Added selectSingleUser dialog

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

14 years agoAdded tooltip icon to allow to read the managers dn
hickert [Tue, 23 Feb 2010 10:41:33 +0000 (10:41 +0000)]
Added tooltip icon to allow to read the managers dn

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

14 years agoUpdated manager attribute handling
hickert [Tue, 23 Feb 2010 10:35:40 +0000 (10:35 +0000)]
Updated manager attribute handling
-Let the user select an entry from a list.

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

14 years agoAdded manager patch
hickert [Tue, 23 Feb 2010 09:43:27 +0000 (09:43 +0000)]
Added manager patch

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

14 years agoUpdated user plugin capabilities
hickert [Tue, 23 Feb 2010 07:44:04 +0000 (07:44 +0000)]
Updated user plugin capabilities
- The plugin is now able to edit loginRestriction in multi-edit mode.

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

14 years agoMoved to bash
cajus [Mon, 22 Feb 2010 11:39:34 +0000 (11:39 +0000)]
Moved to bash

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

14 years agoSome trunk cleanup
cajus [Mon, 22 Feb 2010 10:42:58 +0000 (10:42 +0000)]
Some trunk cleanup

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

14 years agoUpdated Changelog
hickert [Mon, 22 Feb 2010 09:51:29 +0000 (09:51 +0000)]
Updated Changelog

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

14 years agoApplied patch from 'qnamic' #857
hickert [Mon, 22 Feb 2010 09:50:29 +0000 (09:50 +0000)]
Applied patch from 'qnamic' #857

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

14 years agoWorkarounded filter for empty RDN settings
cajus [Mon, 22 Feb 2010 08:40:27 +0000 (08:40 +0000)]
Workarounded filter for empty RDN settings

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

14 years agoUpdated version
cajus [Fri, 19 Feb 2010 15:16:24 +0000 (15:16 +0000)]
Updated version

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

14 years agoFixed interesting usage string. Closes #878
cajus [Fri, 19 Feb 2010 15:13:09 +0000 (15:13 +0000)]
Fixed interesting usage string. Closes #878

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

14 years agoAdded session cookie lifetime
cajus [Fri, 19 Feb 2010 13:05:56 +0000 (13:05 +0000)]
Added session cookie lifetime

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

14 years agoUpdated base detection for incoming objects.
hickert [Fri, 19 Feb 2010 09:03:34 +0000 (09:03 +0000)]
Updated base detection for incoming objects.

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

14 years agoUpdated base detection for incoming objects.
hickert [Fri, 19 Feb 2010 09:03:26 +0000 (09:03 +0000)]
Updated base detection for incoming objects.

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

14 years agoUpdated incoming-object activation, detect current base correctly
hickert [Fri, 19 Feb 2010 09:00:43 +0000 (09:00 +0000)]
Updated incoming-object activation, detect current base correctly

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

14 years agoRemove filter error message
cajus [Fri, 19 Feb 2010 08:38:55 +0000 (08:38 +0000)]
Remove filter error message

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

14 years agoSet base properly
cajus [Fri, 19 Feb 2010 08:33:01 +0000 (08:33 +0000)]
Set base properly

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

14 years agoInstanciate ldap object. Closes #874
cajus [Thu, 18 Feb 2010 13:39:18 +0000 (13:39 +0000)]
Instanciate ldap object. Closes #874

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

14 years agoFine tuning
cajus [Thu, 18 Feb 2010 10:58:29 +0000 (10:58 +0000)]
Fine tuning

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

14 years agoAdded back release information
cajus [Thu, 18 Feb 2010 10:47:50 +0000 (10:47 +0000)]
Added back release information

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

14 years agoTook patch. Thanks. Closes #782
cajus [Thu, 18 Feb 2010 08:38:02 +0000 (08:38 +0000)]
Took patch. Thanks. Closes #782

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

14 years ago- Correct typo
opensides [Wed, 17 Feb 2010 23:11:02 +0000 (23:11 +0000)]
- Correct typo

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

14 years ago- Removed reference to samba2
opensides [Wed, 17 Feb 2010 22:27:12 +0000 (22:27 +0000)]
- Removed reference to samba2

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

14 years agoUpdated system stuff
hickert [Wed, 17 Feb 2010 17:43:55 +0000 (17:43 +0000)]
Updated system stuff

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

14 years agoFixe
hickert [Wed, 17 Feb 2010 17:41:14 +0000 (17:41 +0000)]
Fixe

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

14 years agoDisplay an icon in the system list again, if system is member of an object group
hickert [Wed, 17 Feb 2010 16:56:17 +0000 (16:56 +0000)]
Display an icon in the system list again, if system is member of an object group

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

14 years agoAllow periodic tag 'none'.
janw [Wed, 17 Feb 2010 16:14:15 +0000 (16:14 +0000)]
Allow periodic tag 'none'.

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

14 years agoDon't do acl stuff if there's no plinfo
cajus [Wed, 17 Feb 2010 15:13:43 +0000 (15:13 +0000)]
Don't do acl stuff if there's no plinfo

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

14 years agoUpdated filter to work
cajus [Wed, 17 Feb 2010 15:11:27 +0000 (15:11 +0000)]
Updated filter to work

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

14 years agoRemoved Base
cajus [Wed, 17 Feb 2010 14:57:49 +0000 (14:57 +0000)]
Removed Base

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

14 years agoIncluded patch for #866.
cajus [Wed, 17 Feb 2010 13:36:20 +0000 (13:36 +0000)]
Included patch for #866.

Thanks.

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

14 years agoUpdated plugin initialization
hickert [Tue, 16 Feb 2010 15:04:31 +0000 (15:04 +0000)]
Updated plugin initialization
- We better have a valid acl_category set during __construction, if not get it from the plugin definitions

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

14 years ago- Closes #787
opensides [Mon, 15 Feb 2010 22:23:16 +0000 (22:23 +0000)]
- Closes #787

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

14 years ago- Closes #826
opensides [Mon, 15 Feb 2010 22:19:23 +0000 (22:19 +0000)]
- Closes #826

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

14 years ago- Corrected bug for nagios3 (Closes: #825)
opensides [Mon, 15 Feb 2010 20:57:16 +0000 (20:57 +0000)]
- Corrected bug for nagios3 (Closes: #825)

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

14 years agoUpdated utils/msgPool
hickert [Mon, 15 Feb 2010 15:12:07 +0000 (15:12 +0000)]
Updated utils/msgPool
-msgPool::invalid is now able to handle regex with special chars

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

14 years agoUpdated 01 patch for rpms
hickert [Mon, 15 Feb 2010 13:39:52 +0000 (13:39 +0000)]
Updated 01 patch for rpms

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

14 years agoUpdated class listing.
hickert [Mon, 15 Feb 2010 09:15:37 +0000 (09:15 +0000)]
Updated class listing.
-Merger objectTypes correclty. - Fixed problem with duplicate summary entries

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

14 years agoUpdated plugin versions
cajus [Mon, 15 Feb 2010 08:05:14 +0000 (08:05 +0000)]
Updated plugin versions

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

14 years agoUpdated changelog
cajus [Mon, 15 Feb 2010 08:03:23 +0000 (08:03 +0000)]
Updated changelog

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

14 years agoRemoved ldif files. Better none than unmaintained. Closes #863
cajus [Mon, 15 Feb 2010 07:55:49 +0000 (07:55 +0000)]
Removed ldif files. Better none than unmaintained. Closes #863

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

14 years agoRemoved fon and fax from filter
cajus [Fri, 12 Feb 2010 15:59:20 +0000 (15:59 +0000)]
Removed fon and fax from filter

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

14 years agoUpdated group to do smb sid updates for copy'n paste
cajus [Fri, 12 Feb 2010 14:12:14 +0000 (14:12 +0000)]
Updated group to do smb sid updates for copy'n paste

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

14 years agoUpdated acl check
cajus [Fri, 12 Feb 2010 13:57:59 +0000 (13:57 +0000)]
Updated acl check

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

14 years agoUpdated check. Closes #15609
cajus [Fri, 12 Feb 2010 13:50:48 +0000 (13:50 +0000)]
Updated check. Closes #15609

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

14 years agoUpdated locales
cajus [Fri, 12 Feb 2010 13:31:52 +0000 (13:31 +0000)]
Updated locales

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

14 years agoUpdated display for wildcard acls
cajus [Fri, 12 Feb 2010 13:26:55 +0000 (13:26 +0000)]
Updated display for wildcard acls

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

14 years agoAdded wildcard dummy to acl's
cajus [Fri, 12 Feb 2010 12:48:36 +0000 (12:48 +0000)]
Added wildcard dummy to acl's

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

14 years agoCorrected acl check
cajus [Thu, 11 Feb 2010 17:12:14 +0000 (17:12 +0000)]
Corrected acl check

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

14 years agoFixed ACL Problem, when swithing between the ACL-Types
hickert [Thu, 11 Feb 2010 13:40:27 +0000 (13:40 +0000)]
Fixed ACL Problem, when swithing between the ACL-Types

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

14 years agoReverted r15587
cajus [Thu, 11 Feb 2010 13:09:33 +0000 (13:09 +0000)]
Reverted r15587

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

14 years agoFixed class_filter.inc
hickert [Thu, 11 Feb 2010 11:08:10 +0000 (11:08 +0000)]
Fixed class_filter.inc
-Updated regex to allow to search for numeric values,

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

14 years agoMaintain international numbers. Closes #860
cajus [Thu, 11 Feb 2010 09:49:31 +0000 (09:49 +0000)]
Maintain international numbers. Closes #860

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

14 years agoAdded dash to share name regex. Closes #853
cajus [Thu, 11 Feb 2010 08:50:18 +0000 (08:50 +0000)]
Added dash to share name regex. Closes #853

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

14 years agoAdded missing phone filter. Closes #854
cajus [Wed, 10 Feb 2010 12:30:50 +0000 (12:30 +0000)]
Added missing phone filter. Closes #854

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

14 years agoFix problem with acl toggler
cajus [Fri, 5 Feb 2010 15:30:19 +0000 (15:30 +0000)]
Fix problem with acl toggler

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

14 years agoCorrect dob if forked from template
cajus [Fri, 5 Feb 2010 14:18:37 +0000 (14:18 +0000)]
Correct dob if forked from template

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

14 years agoUpdated IP proposal
cajus [Fri, 5 Feb 2010 14:11:01 +0000 (14:11 +0000)]
Updated IP proposal

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

14 years agoAdded description display
cajus [Fri, 5 Feb 2010 13:56:38 +0000 (13:56 +0000)]
Added description display

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

14 years agoBe not that picky with uri inspection. Closes #15589
cajus [Fri, 5 Feb 2010 13:51:35 +0000 (13:51 +0000)]
Be not that picky with uri inspection. Closes #15589

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

14 years agoFixed copy'n paste problem in FAI. Closes #842
cajus [Fri, 5 Feb 2010 13:17:28 +0000 (13:17 +0000)]
Fixed copy'n paste problem in FAI. Closes #842

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

14 years agoFixed case. Closes #847
cajus [Fri, 5 Feb 2010 12:43:47 +0000 (12:43 +0000)]
Fixed case. Closes #847

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

14 years agoAdded login restriction ACLs
hickert [Fri, 5 Feb 2010 09:48:06 +0000 (09:48 +0000)]
Added login restriction ACLs

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

14 years agoFilter only posix accounts
cajus [Thu, 4 Feb 2010 14:48:40 +0000 (14:48 +0000)]
Filter only posix accounts

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

14 years agoUpdated width
cajus [Thu, 4 Feb 2010 14:15:58 +0000 (14:15 +0000)]
Updated width

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

14 years agoUpdated templates
cajus [Thu, 4 Feb 2010 14:11:54 +0000 (14:11 +0000)]
Updated templates

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

14 years agoUpdated autocompletion
cajus [Thu, 4 Feb 2010 11:06:11 +0000 (11:06 +0000)]
Updated autocompletion

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

14 years agoUpdated cl
cajus [Wed, 3 Feb 2010 18:40:06 +0000 (18:40 +0000)]
Updated cl

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

14 years agoUpdated styles, autoselector and base selector
cajus [Wed, 3 Feb 2010 18:37:34 +0000 (18:37 +0000)]
Updated styles, autoselector and base selector

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

14 years agoAdded icons and descriptions to tree lists
cajus [Wed, 3 Feb 2010 17:41:59 +0000 (17:41 +0000)]
Added icons and descriptions to tree lists

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

14 years agofixed base detection for new objects.
hickert [Wed, 3 Feb 2010 14:26:55 +0000 (14:26 +0000)]
fixed base detection for new objects.

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

14 years agofixed base detection for new objects.
hickert [Wed, 3 Feb 2010 14:26:52 +0000 (14:26 +0000)]
fixed base detection for new objects.

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

14 years agofixed base detection for new objects.
hickert [Wed, 3 Feb 2010 14:26:50 +0000 (14:26 +0000)]
fixed base detection for new objects.

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

14 years agoUpdated base selector
hickert [Wed, 3 Feb 2010 14:14:43 +0000 (14:14 +0000)]
Updated base selector

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

14 years agoAdded maximum height for IE
cajus [Wed, 3 Feb 2010 11:23:18 +0000 (11:23 +0000)]
Added maximum height for IE

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

14 years agoRemoved debugging leftover and moved from systems to systemManagement again. Closes...
cajus [Wed, 3 Feb 2010 10:14:25 +0000 (10:14 +0000)]
Removed debugging leftover and moved from systems to systemManagement again. Closes #840

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