Ralf Becker
f397d26d2e
default group was hardcoded to -2, which is only the case for a first time sql install
2006-06-08 21:09:36 +00:00
Ralf Becker
0dd337839c
removed old ldap stuff
2006-06-08 21:08:11 +00:00
Ralf Becker
dd75d3ea34
some more missing translations
2006-06-08 21:07:39 +00:00
Ralf Becker
2c8844b77c
view --> few patch
2006-06-08 21:05:44 +00:00
Ralf Becker
11e8e4feaa
view --> few patch, thanks to Adi Kriegisch
2006-06-08 19:50:31 +00:00
Ralf Becker
be90415db3
setup translations
2006-06-08 05:22:19 +00:00
Ralf Becker
a7ecb209a9
- new account-migration script which replace the former import and export
...
- retired the modifiy script as it's no longer necessary
- removed references and translations of the old scripts
- removed ldap version 3 switch from config
2006-06-07 23:10:06 +00:00
Cornelius Weiß
51ca785916
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 14:52:10 +00:00
Ralf Becker
df3fb3b9ac
rewrite of the accounts classes:
...
- new cleaner AND documented interfaces
- old interfaces are still availible, but depricated
- LDAP backend stores now membership information in LDAP too, and does NO longer require the phpgwAccount schema
- LDAP backend deals now well with LDAP schema in which posixGroup is no structural object (eg. newer SuSE distros)
- password from users are done now binded as that user, so if you dont need/use our admin to manage accounts, you can give a root-dn which only allows to search&read accounts
2006-06-06 23:44:50 +00:00
Oscar Manuel Gómez Senovilla
c7007dbca6
rest of massive update
2006-06-03 20:30:48 +00:00
Ralf Becker
fbd2895b99
fixed not working import of SQL groups (incl. memberships now)
2006-06-03 19:32:54 +00:00
Ralf Becker
408a951b23
small fix to be able to upgrade a pre 1.2 header
2006-06-03 14:45:49 +00:00
Ralf Becker
5fa113916e
fixed not working --webserver-url option, it even sets empty URL for eGW installed in the docroot now
2006-06-01 03:53:07 +00:00
Ralf Becker
478c9ab8e2
fixed not working --config (after last changes) and added output of (basic) current config
2006-05-31 17:21:25 +00:00
Ralf Becker
7690dd10f7
fixed smal prob with non existing header
2006-05-31 01:55:13 +00:00
Ralf Becker
b868fa4be7
some more setup-cli stuff:
...
- install needs a password now
- translations for en & de
- password can entered via command-line or env.variable
- installing a backup should work now
2006-05-31 00:27:15 +00:00
Ralf Becker
6a595dc541
quitened a debug-message
2006-05-31 00:23:31 +00:00
Ralf Becker
55b9797a59
got setup command line interface fully working:
...
- create, edit & update the header
- install & update eGW
- config eGW
- create admin account
- install & update languages
- create & restore (install) backups
---> update, languages & backup can work for all domains at once
---> for use in 1.2 you have to update/switch the whole setup app to HEAD/trunk
2006-05-29 02:56:16 +00:00
Ralf Becker
1a3b8761a6
first step to new setup command line interface (setup/setup-cli.php):
...
- atm. all manageheader functionality is accessible
- reworked manageheader.php using the new setup_header class shared with setup-cli.php
=> install & update via cli is comming the next days
Works in 1.2 if you drop setup-cli.php and class.setup_header.inc.php in a 1.2 install.
2006-05-28 00:55:41 +00:00
Ralf Becker
db4a9e00e5
first step to new setup command line interface (setup/setup-cli.php):
...
- atm. all manageheader functionality is accessible
- reworked manageheader.php using the new setup_header class shared with setup-cli.php
=> install & update via cli is comming the next days
Works in 1.2 if you drop setup-cli.php and class.setup_header.inc.php in a 1.2 install.
2006-05-27 23:59:41 +00:00
Miles Lott
93f7c8ca2b
Fix spelling in display of config page
2006-05-17 06:15:48 +00:00
Pim Snel
55a310e678
cleaned up the header manager. More setting descriptions better lay-out
2006-05-15 20:06:23 +00:00
Oscar Manuel Gómez Senovilla
a2c7927269
lang updates
2006-05-01 23:09:26 +00:00
Oscar Manuel Gómez Senovilla
55bfc4fac2
weekend lang updates
2006-04-24 09:44:22 +00:00
Oscar Manuel Gómez Senovilla
13ac7660a1
lang updates, including english for some phrases in admin and preferences
2006-04-20 23:17:20 +00:00
Ralf Becker
8427a186d8
fixed typo
2006-04-09 10:54:46 +00:00
Oscar Manuel Gómez Senovilla
5afb077bca
lang updates
2006-04-08 23:08:29 +00:00
Ralf Becker
77f5b766bd
added online help to setup
2006-04-06 11:19:56 +00:00
Oscar Manuel Gómez Senovilla
5bef910835
pending commits after CVS problem
2006-04-05 12:18:58 +00:00
Oscar Manuel Gómez Senovilla
a6a7b0b7d5
catalan and other updates
2006-03-25 10:49:56 +00:00
Oscar Manuel Gómez Senovilla
8010dab588
*** empty log message ***
2006-03-23 23:16:54 +00:00
Ralf Becker
9fd986a845
marked VFS as default and VFS2 as EXPERIMENTAL
2006-03-22 07:11:02 +00:00
Ralf Becker
f0023de1a7
marked VFS as default and VFS2 as EXPERIMENTAL
2006-03-22 07:03:03 +00:00
Oscar Manuel Gómez Senovilla
f84be88515
*** empty log message ***
2006-03-16 22:32:12 +00:00
Oscar Manuel Gómez Senovilla
79e7e246f9
*** empty log message ***
2006-03-16 19:06:10 +00:00
Cornelius Weiß
b97f701d05
added an optinal check for a save^tm password (criterias as in MS-Windows)
2006-03-13 21:56:28 +00:00
Ralf Becker
ef14c49e04
- fixed files-directory check for webdav
...
- fix to keep your settings on a validation error
- make Option filesystem translatable
2006-03-08 09:41:53 +00:00
Ralf Becker
e3cbf9a4c9
- allow to bypass check_install
...
- message how to install PEAR::Log (pear install Log)
2006-03-08 09:39:42 +00:00
Lars Kneschke
e890029659
Generate some "out of the box" useable settings
...
Takes LSB into account
2006-03-05 08:57:16 +00:00
Lars Kneschke
1c4381c178
cosmetic change only
...
only root has the # sign
2006-03-05 08:01:28 +00:00
Lars Kneschke
92e1cda84a
fixed some spelling errors
...
su does not have a -l parameter under Gentoo, Debian and Solaris
but using only - is ok on any distribution
2006-03-05 07:58:12 +00:00
Miles Lott
5f9d52623c
Fix minor bug in lang() for common, and update setup's version to match common
2006-02-24 03:06:40 +00:00
Oscar Manuel Gómez Senovilla
271364abf1
slovak updates
2006-02-24 01:08:15 +00:00
Oscar Manuel Gómez Senovilla
84c8db4e8b
slovensky (sk) additions and some updates
2006-02-18 03:06:35 +00:00
Oscar Manuel Gómez Senovilla
2f0ec5f3a9
slovenian and slovak fix
2006-02-15 00:28:16 +00:00
Oscar Manuel Gómez Senovilla
52e8f4437d
small typo in setup lang file
2006-01-12 11:05:56 +00:00
Oscar Manuel Gómez Senovilla
bba1a9ecc5
fix for charset problem
2006-01-08 13:10:54 +00:00
Carsten Wolff
99cb0bd567
fixed a handfull of bugs that broke setup/update from 1.0 to 1.2
2006-01-06 16:21:51 +00:00
Oscar Manuel Gómez Senovilla
36f4261835
chinese updates
2005-12-30 16:07:29 +00:00
Oscar Manuel Gómez Senovilla
46fe9eadbe
basque inclusion
2005-12-24 01:52:18 +00:00