Stefan Becker
911cba0189
added some German translations
2010-05-21 12:23:15 +00:00
Ralf Becker
eb35aaf20b
"adding 'bookmarks' & 'phpfreechat' to apps of Admins group"
2010-05-20 18:43:09 +00:00
Ralf Becker
0bb075abcd
"adding 'notifications' & 'syncml' to apps of Default group"
2010-05-20 18:24:48 +00:00
Klaus Leithoff
f7e70b5feb
remove pop3/pop3s from setup_cmd_config, as it is not supported anymore
2010-05-20 12:59:49 +00:00
Klaus Leithoff
da919b3a29
remove pop3/pop3s from setup-cli config doku, as it is not supported anymore
2010-05-20 12:35:43 +00:00
Klaus Leithoff
9486ce7ed5
translation provided by mkk
2010-05-20 08:07:13 +00:00
Klaus Leithoff
52edbbd092
enable sorting of columns of db_backup by name, modified or size by clicking on columnheader (done via javascript) provided by Chr.Fueller
2010-05-19 09:47:32 +00:00
Ralf Becker
5973d330fd
setup->setup_account_object() need to load config to $GLOBALS[egw_info][server] too, as eg. auth::encyrpt_password needs the encryption type
2010-05-15 07:56:58 +00:00
Ralf Becker
e91b0f0cb5
using since php<=5.0 available raw_output=true parameter for md5 and sha1 instead of deprecated and in newer distros no longer available mhash extension
2010-05-13 10:39:48 +00:00
Klaus Leithoff
686ada2d40
fix to show all files in backup_dir, not only entrys with different ctime (ctime was used as key for list)
2010-04-20 14:06:26 +00:00
Klaus Leithoff
939875aade
translations provided by mkk
2010-04-15 06:54:30 +00:00
Ralf Becker
3f026390ab
"fixed typo in german translation"
2010-03-30 07:01:12 +00:00
Ralf Becker
2c790ac879
missing translations
2010-03-16 16:43:36 +00:00
Ralf Becker
b40f14a95e
new setup config denying (default) or allowing user names identical to system users (ldap only)
2010-03-16 16:33:28 +00:00
Ralf Becker
7489a9cfb4
"do NOT mark untranslated phrases with an asterisk (as EGw does it by default since some versions)"
2010-03-16 16:18:41 +00:00
Ralf Becker
7f3651e3f2
Do NOT store "System/Localtime" as server_timezone, as it is no valid timezone
2010-03-15 07:51:38 +00:00
Ralf Becker
0affaddfb2
fix for Debian Bug#569677: egroupware-core: base configuration fails with php error if egroupware-emailadmin is not installed
2010-02-15 02:58:58 +00:00
Ralf Becker
872fa0b72b
fixed stupid windows path: moved aspell_path config to setup, vor obvious reasons
2010-02-14 06:11:28 +00:00
Ralf Becker
1555115be7
moved aspell_path config to setup, vor obvious reasons
2010-02-14 05:51:51 +00:00
Ralf Becker
7d1ac84b67
fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 04:55:34 +00:00
Ralf Becker
8b92fc4998
fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 04:47:01 +00:00
Ralf Becker
aca8b220df
fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 02:57:22 +00:00
Ralf Becker
61d26df913
reworked auth classes, to allow them to use each other and a new auth class using a primary backend (ldap) and a fallback (sql)
2010-01-28 04:22:37 +00:00
Hans-Jürgen Tappe
9c5fd08d90
Fix backup->restore() as discussed on the devel list:
...
- Internationalization of error messages.
- Typos
- Add missing code documentation
- Respect return code of db->transaction_commit()
- Add missing filename arguments in restore() calls.
2010-01-22 21:39:19 +00:00
Hans-Jürgen Tappe
91b434636b
Fix Typo.
2010-01-21 20:42:50 +00:00
Ralf Becker
a3a3faab22
"using isset($GLOBALS['egw']->accounts) instead of is_object, as egw object always instanciates accounts object (with wrong config) if is_object() is used"
2009-12-07 17:47:57 +00:00
Ralf Becker
61c48fb5c0
allow setup-cli to install ldap based right away
2009-12-05 17:42:18 +00:00
Oscar Manuel Gómez Senovilla
0deeb03379
Fixing problem with preg_split replaced with explode, tracker #2403
2009-12-05 10:30:22 +00:00
Ralf Becker
868e9b7356
"supress warning \"session.save_path not writable by webserver\", if open_basedir is activ and path is NOT included
...
--> spares users from false warning, that they can not login, because sessions not working"
2009-12-01 13:58:39 +00:00
Ralf Becker
fd0bfe97ea
querying date_default_timezone_get() only once and storing it as
...
$GLOBALS[egw_info][server][server_timezone], as it fills the log with
warnings under php5.3
2009-11-28 10:18:21 +00:00
Oscar Manuel Gómez Senovilla
a70df0ddbb
Pending language updates
2009-11-24 05:51:49 +00:00
Oscar Manuel Gómez Senovilla
31bc2ff512
tracker #2349
2009-11-18 19:40:17 +00:00
Ralf Becker
9a755daa24
Client to submit monthly statistical data
2009-11-17 09:24:10 +00:00
Ralf Becker
28a778955c
"setting standard IMAP and SMTP as default"
2009-10-28 21:59:49 +00:00
Ralf Becker
ed5a1234c6
"do not count \"deleted\" apps (apps without sources) as to upgrade"
2009-10-28 21:08:23 +00:00
Ralf Becker
5408924afb
All EGroupware apps can now set default and forced preferences on
...
installation time --> nice user experience and cleaner look (by hiding
exotic prefs by focing them to a usual value):
- settings returned from settings hook can contain values for keys
'default' or 'forced'
- if settings hook require part of api or application, which are not
available during installation time: use a method hook (instead of
an old $app/inc/hook_settings.inc.php file), and check if
$hook_param['setup'] is true
- default prefs created so far in setup/admin_account.php got removed
- common prefs in preferences_hooks::settings() got reworked to set
default and forced prefs
- calendar prefs in calendar_hooks::settings() got reworked to set
default and forced prefs
--> I will rework prefs of all our (default) applications according to a
best practice list of Stylite consultants
2009-10-18 12:57:30 +00:00
Ralf Becker
a83a79e167
- setting required php version to 5.2
...
- removing tz_offset default pref and config
- adding tz default pref (defaults to server timezone)
2009-10-12 07:39:47 +00:00
Ralf Becker
db3b46293b
"- using realpath('..') to give user pathes in filesystem (in errors)
...
- using 'only_if_exists' for 'is_world_writable'=>false check, to cope with doc symlinks under Debian, which are not included in open_basedir (gave file does not exists error and stoped check)"
2009-10-01 09:51:28 +00:00
Klaus Leithoff
317b956d32
adding email as authtype to setuptemplate
2009-09-15 15:18:03 +00:00
Klaus Leithoff
58890aaf9c
added email as mail Login Type
2009-09-10 12:16:29 +00:00
Oscar Manuel Gómez Senovilla
2386a28cc5
Update Czech translation for trunk. Tracker #1956
2009-09-09 22:12:43 +00:00
Klaus Leithoff
88687148cd
Call-time pass-by-reference has been deprecated Stuff.
2009-08-28 11:46:07 +00:00
Klaus Leithoff
5378561274
fixed an issue with 0 not passed or passed as empty minCount; Now forcing it to 0 if empty
2009-08-27 13:14:54 +00:00
Klaus Leithoff
44a53ee05b
backup housekeeping feature from H.J.Tappe together with a feature to backup egroupware the files - tree from Christian Fueller; The File-backup feature is testet against relatively small eGroupware Instances; It requires ZipArchive (If you dont have that, the backup should run, but without backup of files); AND if you enable it backup takes a) more time to run and restore b) way more space, so you should enable housekeeping
2009-08-27 12:46:12 +00:00
Klaus Leithoff
b0ba5cbf50
log invalid IP Loginattempts to the webservers error_log
2009-08-27 12:35:27 +00:00
Ralf Becker
07c3816a14
"added check for following php extensions:
...
- error if ctype is missing (required by HTMLpurifier)
- warning if mcrypt is missing (eTemplate form state)"
2009-08-14 09:48:49 +00:00
Nathan Gray
d160101c65
Make delete instance / domain checkbox actually remove the domain. DB still needs to be dropped manually.
2009-07-06 22:20:57 +00:00
Ralf Becker
1c94011502
"only delete header, if it does exist and is NOT writable (otherwise the header is owned by the user running the script)"
2009-06-21 12:34:02 +00:00
Ralf Becker
66451aa99d
"dont unlink header.inc.php for root user, as it get created again with owner root"
2009-06-18 21:21:20 +00:00
Ralf Becker
8fa0c12341
"also setting spellcheck_lang (no idea why this is a separate option)"
2009-06-14 10:37:01 +00:00