Ralf Becker
1f37f024ca
phpgw_access_log --> egw_access_log
2005-11-13 09:47:05 +00:00
Ralf Becker
f6e4328f85
phpgw_(app_)sessions --> egw_(app_)sessions
2005-11-13 09:16:31 +00:00
Ralf Becker
44bcc1247d
improved docu of prefs class and phpgw_preferences --> egw_preferences
2005-11-13 07:49:56 +00:00
Ralf Becker
8a06c230c4
modernized and documented the hooks-class, phpgw_hooks --> egw_hooks
2005-11-13 06:58:38 +00:00
Oscar Manuel Gómez Senovilla
71cfbad789
misc lang updates
2005-11-07 08:32:02 +00:00
Ralf Becker
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
Ralf Becker
7635fb25c9
phpgw_categories --> egw_categories plus reworked categories class
2005-11-05 22:58:51 +00:00
Ralf Becker
87d2bdf170
swichting the diagnostics off (unless extra debug is checked or run standalone)
2005-11-05 18:14:20 +00:00
Oscar Manuel Gómez Senovilla
49d548dd25
bug 1240675: removing old phpgw_zt.lang files
2005-11-05 14:22:46 +00:00
Oscar Manuel Gómez Senovilla
de61e6f3a7
*** empty log message ***
2005-11-05 13:54:56 +00:00
Oscar Manuel Gómez Senovilla
b68272942e
bug 1240675, from zt -> zh-tw. First part, just add new files
2005-11-05 13:45:37 +00:00
Oscar Manuel Gómez Senovilla
405c9020ec
*** empty log message ***
2005-11-05 13:21:23 +00:00
Ralf Becker
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
Ralf Becker
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
Oscar Manuel Gómez Senovilla
592632e05b
language updates
2005-11-04 22:44:07 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Oscar Manuel Gómez Senovilla
33cb3881af
norwegian updates
2005-10-31 08:53:32 +00:00
Ralf Becker
59abaf3458
added settings for mail-auth to configuration
2005-10-29 10:58:25 +00:00
Ralf Becker
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
Oscar Manuel Gómez Senovilla
26a9fed831
*** empty log message ***
2005-10-26 00:54:00 +00:00
Oscar Manuel Gómez Senovilla
8d72df90fd
*** empty log message ***
2005-10-20 09:49:27 +00:00
Oscar Manuel Gómez Senovilla
fea8c1660d
bug 1294588 and lang setup fixes
2005-10-15 21:52:37 +00:00
Ralf Becker
021d72b93e
extended the check for (admin-)accounts to other account storages
2005-10-15 07:57:06 +00:00
Ralf Becker
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
Oscar Manuel Gómez Senovilla
b042a07504
*** empty log message ***
2005-10-13 07:17:47 +00:00
Miles Lott
09201c7ecb
Fix for apps showing post-install dependency failure even though they are not installed.
2005-10-08 14:54:01 +00:00
Ralf Becker
8677de7c25
added mysqli support
2005-10-01 11:56:25 +00:00
Ralf Becker
d7e11ae8db
added mysqli support
2005-10-01 11:27:51 +00:00
Oscar Manuel Gómez Senovilla
460e0ce67b
Enable turkish
2005-10-01 08:44:04 +00:00
Oscar Manuel Gómez Senovilla
2f73293a9c
missing lang('not') in previous patch
2005-09-19 12:30:58 +00:00
Oscar Manuel Gómez Senovilla
977acee0eb
patch for handling "no" location when checking permissions
2005-09-19 11:55:02 +00:00
Oscar Manuel Gómez Senovilla
82e8d1ff7c
bug 1004437
2005-09-17 16:35:53 +00:00
Miles Lott
c42976c49a
Fix setting of detail var.
2005-09-03 18:20:11 +00:00
Lars Kneschke
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
Miles Lott
272f3b6429
wrong location
2005-08-02 10:54:48 +00:00
Ralf Becker
2c58feb1e0
fixed unknows method invalidate_session_cache()
2005-07-27 10:59:30 +00:00
Ralf Becker
16bb85a6cc
using a (dummy) egw object instead the new one with all the session stuff
2005-07-20 12:46:59 +00:00
Oscar Manuel Gómez Senovilla
cd3521f767
*** empty log message ***
2005-07-17 23:49:28 +00:00
petere78
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +00:00
petere78
7d720dc5ea
Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
...
Correct various misspellings and other oddities in the document type
declarations. Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +00:00
Ralf Becker
d4760bb15c
renamed our db-class to egw_db to allow easier integration of other code (eg. Lars SyncML stuff which is partially from horde)
2005-06-19 12:43:00 +00:00
Ralf Becker
f5956885c1
quitend warning, if no api translation exists
2005-06-17 07:23:24 +00:00
Ralf Becker
0f3a8137e6
fixed wrong Windows detection and changed default path to show slashes on windows too
2005-06-16 05:34:48 +00:00
Pim Snel
1d68ccb070
replace hardcoded links to home.php with links to home/index.php
2005-06-15 11:16:27 +00:00
Miles Lott
13b7af769f
Correct word is authentication
2005-06-11 20:45:42 +00:00
Oscar Manuel Gómez Senovilla
8d11846c4f
bug 1211849
2005-06-02 18:15:34 +00:00
Lars Kneschke
93ac857bd2
as any of the user supplied password and the stored password
...
can be md5 or clear text, we convert both to md5 and compare always
the md5 hashs
2005-05-29 08:03:01 +00:00
Ralf Becker
ae3da17939
ldapmodify was not working any more, fixed it now: phpgw --> egw
2005-05-22 20:07:16 +00:00