Ralf Becker
c3e40ade99
added an array of replacement names to ease the transition to the new class naming scheme: app_class
2008-10-07 08:51:14 +00:00
Ralf Becker
b5c28fba48
1. NTLM Single Sign ON
...
NTLM SSO removes Windows users on a PC, which is a member of a Windows
domain and who are logged into that domain, from the need to explicitly log
into eGW. They simply point IE to the eGW URL (eg. http://domain.com/egroupware/ )
and start working. They can of cause explicitly log out and log in as an
other user.
For more information look at the README at
http://www.egroupware.org/viewvc/trunk/phpgwapi/ntml/README
2. different authentication for SyncML and/or GroupDAV
You can now use eg. an external auth provider for the login via the
WebGUI (eg. ADS) and the passwords stored in SQL for SyncML.
2008-07-16 09:29:13 +00:00
Ralf Becker
b5b7eb4075
"setting $GLOBALS[$class], as it's used in the framework to automatic include css"
2008-03-26 11:32:17 +00:00
Ralf Becker
f7d571a952
dynamically autoloading sub-object of egw-object, moved __wakeup methods to concerned classes and other "modernsations" ;-)
2008-03-21 20:12:57 +00:00
Pim Snel
84737d0d70
replace edo with core team in statu setup info
...
redirect to about.php when default application is available as link
2007-03-29 20:22:07 +00:00
Ralf Becker
f7887c6dc3
always initialising $GLOBALS['egw_info']
2006-10-03 15:18:03 +00:00
Ralf Becker
3f8a1cf977
fix for bug with old php4.3 versions, eg. infolog edit always gets redirected to home
2005-11-19 17:23:56 +00:00
Ralf Becker
263935464d
phpgw --> egw
2005-10-07 07:58:19 +00:00
Miles Lott
a1e8f71b22
Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info
2005-07-08 05:00:14 +00:00
Pim Snel
cd27f2cca3
make changes to include the template setup.inc.php file, fix icon app image in about, some lay-out improvements in about
2005-06-29 21:05:30 +00:00
Ralf Becker
d3577414bc
fixed wrong redirects to home
2005-06-20 20:38:39 +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
reinerj
7278a8ce8c
change the wrong pg name
2004-08-21 17:18:14 +00:00
Ralf Becker
97ee9a3c0d
removed forward to just the index page
2004-04-19 06:24:53 +00:00
Ralf Becker
dfdfaad414
implemented automatical forwarding into eGW after a login was necessary, because no session existed
2004-04-14 11:52:16 +00:00
Ralf Becker
11d640d2b4
one more fix for error_reporting = E_ALL
2004-03-14 08:22:29 +00:00
Miles Lott
8f480344e0
Removed object $obj, which was then copied to $GLOBALS[$class] for some reason
2003-11-14 02:37:20 +00:00
shrykedude
d5f0fd26cd
proper variable existence check
2003-10-24 04:39:42 +00:00
Ralf Becker
f76c6eedd7
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:16:30 +00:00
Ralf Becker
75874ee975
upps, get_var not loaded at that time
2003-05-18 15:22:43 +00:00
Ralf Becker
631ea5161a
redirect to setup if there is no header and some other stuff from .16
2003-05-18 15:18:02 +00:00
Ralf Becker
200c2a0457
now each app can set $GLOBALS['phpgw_info']['flags']['xslt_app'] itself
2003-04-21 08:38:17 +00:00
ceb
84bd58f9ba
admin port
2003-04-20 01:21:59 +00:00
Ralf Becker
bd94f4e049
added email to the list of xslt apps
2003-03-14 22:03:02 +00:00
sim
1d4be84b0b
Add filemanager to the list of apps using xslt templates
2003-03-04 00:53:30 +00:00
ceb
bf0e5e2d90
update
2003-01-04 00:54:55 +00:00
ceb
27031e5523
added option to enable/disable support for old_style apps, added css class for msgbox, fixed home screen if default_app
2002-10-29 22:15:32 +00:00
ceb
4465aa63e6
update xslt
2002-10-26 20:33:04 +00:00
seek3r
8abf9fa1a5
Switched to using the register_exit_function() and added scrolling divs to a couple places for examples
2002-09-28 15:20:20 +00:00
jengo
12615164e2
This should get rid of problems with passing $phpgw_info in the query string for good ...
2001-12-05 16:00:39 +00:00
jengo
26981672ae
unset() some variables that might create problems later on in the execution
2001-11-01 04:33:07 +00:00
jengo
4e97c08c23
- Fixed corrupt $menuaction reporting showing wrong message along with it ... make sense ? Good ... wanna explain it to me sometime ?
...
- Changed to use proper phpgwapi redirect
2001-11-01 04:16:35 +00:00
jengo
31287b0095
- Fixed error log not having the __LINE__ and __FILE__ parameters being passed
...
- There is some temp code in here which will be used for the spell checker, until
we can decied on creating a common place for classes like this
2001-11-01 04:09:13 +00:00
skeeter
73b04851cc
Changed the call to use the execmethod() in /index.php.
2001-09-17 02:18:32 +00:00
skeeter
4fdb437dc2
Cleanup for a warning message.
2001-09-03 09:44:30 +00:00
skeeter
840d33bbc8
GLOBAL'ed the variable.
2001-09-02 07:27:17 +00:00
Miles Lott
dddf896338
Semi-major adjustement with the goal of removing the register_globals requirement;
...
Silence possible error if line# is not sent to errorlog class (often); This was
tested with the setting on again and seems to work
2001-08-21 18:34:56 +00:00
skeeter
b772afda7f
Cleanup for a warning message.
2001-08-15 18:09:28 +00:00
jerrywestrick
2a3bd14ee4
Changed the error loging routines calling format to new array() style...
2001-08-06 22:18:42 +00:00
seek3r
cd9cf4ef29
fixed multi-dimensional support in ExecObject()
2001-08-06 07:29:09 +00:00
jengo
249ab70adf
Added some event log reporting
2001-08-05 10:13:54 +00:00
jengo
0551ebb4ef
Fixed banners and fixed it checking sessions, if theres no sessionid, send them to login
2001-07-11 05:12:27 +00:00
Miles Lott
4efe232559
First version of new index.php to handle menuaction for all apps
2001-07-09 17:33:19 +00:00
jengo
4100284943
Admins can now force users to use a default app
2001-07-04 03:00:05 +00:00
Miles Lott
c9be6f35cf
Updated for new constant
2001-06-27 05:17:42 +00:00
Miles Lott
30148312bc
Make open notify window a lang call
2001-06-13 07:48:20 +00:00
jengo
950eb824d2
Changed around hooks code, its now cleaner and requires you to specify the location, the hook file names have also changed, the old format was redundent
2001-06-07 01:46:12 +00:00
Miles Lott
fc2a695161
Fix two more (one?) spelling mistake(s)
2001-06-06 16:53:37 +00:00
Miles Lott
a2f54b5699
Add check for phpgwapi version, if not, use admin app as before; also cleaned
...
up double ticks
2001-06-06 16:50:44 +00:00
jengo
f26a92cea4
Removed uneeded enable_x_flags
2001-05-02 07:52:31 +00:00