Commit Graph

1257 Commits

Author SHA1 Message Date
fb3c622ddf - removed not working db+user creation under postgres
- added "working" explenation how to create a db, user und the necesary rights under postgres
- manageheader: renamed Domain --> Database instance (eGW Domain)
- manageheader: added further explenation of the host-field for Postgres and ODBC/MaxDB
2005-11-19 20:32:00 +00:00
3b8febb076 1) fixed not working detection of a connection to the db (postgres)
2) fixed detection of table-names with mixed case, which get returned in lowercase
2005-11-19 20:28:39 +00:00
d4b865c1bd fix: removed debug messages 2005-11-17 10:41:42 +00:00
30859798d1 fixed wrong $this->db instead of $db in error-message 2005-11-15 19:10:11 +00:00
48a95410db added enhanced validation hooks for:
- tmp-dir (writable)
- files- & backup-dir (writable, not in docroot)
- mailserver configuration (also syncs the values with emailadmin)
2005-11-14 14:51:58 +00:00
4b918f5b98 system charset can now be selected before the db gets created and it gets used now for the db-creation in mysql4.1+, also enabled the automatic db-creation for mysqlt and mysqli too 2005-11-14 08:38:21 +00:00
e139353781 changed 'makesure' into a complete message_id, so you get something usefull, even if it's not translated 2005-11-14 08:32:03 +00:00
0e6d8054f2 slovenian update 2005-11-13 23:23:16 +00:00
dccb3b29ef spanish updates for 1.2 rc1 2005-11-13 21:22:11 +00:00
5c9dcc3194 Traditional chinese (Taiwan) completion 2005-11-13 10:38:23 +00:00
1f37f024ca phpgw_access_log --> egw_access_log 2005-11-13 09:47:05 +00:00
f6e4328f85 phpgw_(app_)sessions --> egw_(app_)sessions 2005-11-13 09:16:31 +00:00
44bcc1247d improved docu of prefs class and phpgw_preferences --> egw_preferences 2005-11-13 07:49:56 +00:00
8a06c230c4 modernized and documented the hooks-class, phpgw_hooks --> egw_hooks 2005-11-13 06:58:38 +00:00
71cfbad789 misc lang updates 2005-11-07 08:32:02 +00:00
7a2426fd29 changing the default charset of the DB too and running now only for mysql 4.1+ (no longer for 4.0, as I cant get it working there) 2005-11-07 07:46:17 +00:00
7635fb25c9 phpgw_categories --> egw_categories plus reworked categories class 2005-11-05 22:58:51 +00:00
87d2bdf170 swichting the diagnostics off (unless extra debug is checked or run standalone) 2005-11-05 18:14:20 +00:00
49d548dd25 bug 1240675: removing old phpgw_zt.lang files 2005-11-05 14:22:46 +00:00
de61e6f3a7 *** empty log message *** 2005-11-05 13:54:56 +00:00
b68272942e bug 1240675, from zt -> zh-tw. First part, just add new files 2005-11-05 13:45:37 +00:00
405c9020ec *** empty log message *** 2005-11-05 13:21:23 +00:00
185a1cc2bd 1) renamed translation_sql to translation, as translation_file is not used or working (we can allways re-add it)
2) new list_langs function for the TranslationTools, so they dont need to access the languages table direct
2005-11-05 12:59:17 +00:00
e922cb3e75 1) renamed translation_sql to translation, as translation_file is not used or working (we can allways re-add it)
2) new list_langs function for the TranslationTools, so they dont need to access the languages table direct
2005-11-05 12:50:55 +00:00
592632e05b language updates 2005-11-04 22:44:07 +00:00
970a92297e an other big update ;-)
1) phpgw_lang(uages) --> egw_lang(uages)
2) mysql 4.0+
 - charset gets now set for the connect
 - charset gets used for new tables
 - some columns shortend to deal with 1000byte (= 333 utf-8 chars) limit for indexes
 - update to 1.0.1.019 fixes the charset of existing tables
2005-11-04 18:35:09 +00:00
c85d34c0fe changed the following table-names:
- phpgw_accounts --> egw_accounts
- phpgw_acl --> egw_acl
- phpgw_log(_msg) --> egw_log(_msg)
- phpgw_config --> egw_config
- phpgw_applications --> egw_applications
This requires code-changes in many apps. Quite often I was able to replace the db access, with calls to the appropreate classes.
2005-11-02 11:45:52 +00:00
1983bdc556 added checks for:
- file_uploads = On (required for filemanager(s))
- PEAR installed (required by SyncML & iCal import+export of calendar)
- PEAR::Log installed (required by SyncML)
2005-11-01 07:20:46 +00:00
33cb3881af norwegian updates 2005-10-31 08:53:32 +00:00
59abaf3458 added settings for mail-auth to configuration 2005-10-29 10:58:25 +00:00
809bbaccda replaced depricated mcrypt_generic_end, which 4.1.1+ mcrypt_generic_deinit, as it gaves warnings in php5 2005-10-27 09:26:08 +00:00
26a9fed831 *** empty log message *** 2005-10-26 00:54:00 +00:00
8d72df90fd *** empty log message *** 2005-10-20 09:49:27 +00:00
fea8c1660d bug 1294588 and lang setup fixes 2005-10-15 21:52:37 +00:00
021d72b93e extended the check for (admin-)accounts to other account storages 2005-10-15 07:57:06 +00:00
e2e0fd6446 Make the PHP session restore an own session type in manageheader. So you can switch it on and off, without the need to edit the code. At the moment it's off by default, with a note that it can give a big performance boost (if it works on your distro).
Please note: If you already edited your phpgwapi/inc/functions.inc.php to switch it off, you will get an cvs conflict on updating, just do a "cvs update -C phpgwapi/inc/functions.inc.php" to fix it. If you want to use the session restore or you already used it, you need to go to Setup >> Headeradmin and switch it on there.
2005-10-13 12:11:48 +00:00
b042a07504 *** empty log message *** 2005-10-13 07:17:47 +00:00
09201c7ecb Fix for apps showing post-install dependency failure even though they are not installed. 2005-10-08 14:54:01 +00:00
8677de7c25 added mysqli support 2005-10-01 11:56:25 +00:00
d7e11ae8db added mysqli support 2005-10-01 11:27:51 +00:00
460e0ce67b Enable turkish 2005-10-01 08:44:04 +00:00
2f73293a9c missing lang('not') in previous patch 2005-09-19 12:30:58 +00:00
977acee0eb patch for handling "no" location when checking permissions 2005-09-19 11:55:02 +00:00
82e8d1ff7c bug 1004437 2005-09-17 16:35:53 +00:00
c42976c49a Fix setting of detail var. 2005-09-03 18:20:11 +00:00
7a02fe0c6b switch to require to exit with a error when this file is not available
include only generates a warning

see http://php.net/include/
2005-09-01 17:10:09 +00:00
272f3b6429 wrong location 2005-08-02 10:54:48 +00:00
2c58feb1e0 fixed unknows method invalidate_session_cache() 2005-07-27 10:59:30 +00:00
16bb85a6cc using a (dummy) egw object instead the new one with all the session stuff 2005-07-20 12:46:59 +00:00
cd3521f767 *** empty log message *** 2005-07-17 23:49:28 +00:00