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
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +00:00
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
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
f5956885c1
quitend warning, if no api translation exists
2005-06-17 07:23:24 +00:00
0f3a8137e6
fixed wrong Windows detection and changed default path to show slashes on windows too
2005-06-16 05:34:48 +00:00
1d68ccb070
replace hardcoded links to home.php with links to home/index.php
2005-06-15 11:16:27 +00:00
13b7af769f
Correct word is authentication
2005-06-11 20:45:42 +00:00
8d11846c4f
bug 1211849
2005-06-02 18:15:34 +00:00
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
ae3da17939
ldapmodify was not working any more, fixed it now: phpgw --> egw
2005-05-22 20:07:16 +00:00
5b1996b1f1
Fixed incorrect phrase header 0assword
2005-05-20 13:02:14 +00:00
f18f12fab1
missing phrase
2005-05-19 06:54:38 +00:00
3adb0e569a
2 bugfixes and some clean-ups:
...
- db::Halt_on_Error was not set, because of typo
- new md5 encrypted PW in cookie was again md5 encoded on each submit
2005-05-19 06:32:42 +00:00
7c5b4d93c0
Fix for BUG 1167158. Now setting cookie as encoded password vs. plaintext.
2005-05-16 00:42:05 +00:00
b883eca49d
new auth_ads class:
...
- only needs host- and domain-name
- needs NO extra account on the ADS host
- can be used with accounts in SQL or LDAP to auto-create autheticated users
- new param to lowercase the user-names before auto-creating them (to deal with case-insensitve and case-sensitive system)
2005-05-13 15:58:10 +00:00
53eff000eb
fixed ldapexport:
...
- was not setting the required account_primary_group attribute
- still used / created a phpgw object
- removed some sorting code without function
2005-05-13 13:41:26 +00:00
632a990cfb
added support for authentication via cookie. NOTE: you have to enable this in setup if u want to use it.
2005-05-11 18:25:17 +00:00
545742c4ee
honor ldap protocol version setting
2005-05-07 20:56:45 +00:00
296c82f996
*** empty log message ***
2005-04-24 21:30:37 +00:00
33d296114f
Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net
2005-04-15 15:21:52 +00:00
b4c9197e20
Russian langfiles from ReklamaLab.RU
2005-04-15 15:03:28 +00:00
81628eaf81
Croation translations from Mladen Novosel <mnovosel-AT-info-sol.net>
2005-04-15 10:22:31 +00:00
3edee1577f
*** empty log message ***
2005-03-26 22:13:10 +00:00
f2a93fa910
*** empty log message ***
2005-03-26 22:00:50 +00:00
729b34782e
fix of last commit, was setting up a reference to itself and not to the old phpgw_info
2005-03-25 09:21:23 +00:00
4e2bce12e6
modernized code and fixed problem reported on the list: new installs cant create admin-account due to not longer existing phpgw class in the api
2005-03-24 13:15:12 +00:00
7bccad3c7c
removed instanciation of not existing app_registry class
2005-03-04 15:54:15 +00:00
c205597803
missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2005-03-04 15:00:33 +00:00
5f71a7e50a
fix to work with an old header (to be able to upgrade)
2005-03-04 14:44:21 +00:00
54061abe26
missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2005-03-04 14:43:14 +00:00
b6883d59e8
1) fixed setup-detection, to allow login into setup again
...
2) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
3) moved setup-classes from phpgwapi/inc back to setup/inc (they are not used anywhere else, but in setup)
2005-03-04 12:40:28 +00:00
5ea9e21428
not used (anymore)
2005-03-04 12:32:37 +00:00
9a6b90e78f
1) enabled DB support additionaly for:
...
- Oracle via oci8 or odbc extension
- MsSql via odbc extension
2) added checks for the neccesary extension incl. loading them if they are not loaded by default: db extensions and session extension. This is now consitent wiht check_install.
3) sessions class tries now to load the php session extension and silently fallbacks to db-sessions
2005-02-25 07:45:37 +00:00
c49b663fae
checking for the session extension
2005-02-21 08:01:33 +00:00
29997ba72f
bug 1112125
2005-01-29 19:36:06 +00:00