b7d5f6564d
fixed not working default app for mobile browsers
2011-07-10 12:05:59 +00:00
ed733eef42
* iPhone and Mac Addressbook support aka Apple CalDAV/CardDAV autodetection
...
Addressbook does NOT allow to specify the URL, unlike iCal which allows it after autodetection fails.
This, some XML specifics set now for Apple addressbook user-agents and etags for addressbook collection itself
allow now to use EGroupware with iPhone or Mac addressbook. The later was working before, if you edited the URL
into a decompiled plist file, but failed now because of a new REPORT it tries on the principal, to find out shared
addessbooks, which we not yet support, but failed to tell in the correct way (501 Not Implemented).
Addressbook sync now the personal addressbook, because that is what we tell it as addressbook-home-set.
We should add some configuration so user can choose what addressbook to set as addressbook-home-set, or to set
the "all" addressbook (/addressbook). For the later we could add some prefs like SyncML to specify filters or
eg. a distribution list.
2010-09-25 09:08:37 +00:00
5c982aeb8a
Part of Password-Feature
2010-09-22 10:11:11 +00:00
12b26106ca
fixed after popup-fix not working redirect with cd=yes, if framework not loaded
2010-06-07 06:46:38 +00:00
472a420231
allow to package templates like applicatons in an own directory, cleand up index.php a bit
2010-06-02 09:20:55 +00:00
1673f556d9
"missing commit from tz selection"
2009-10-16 09:55:12 +00:00
1c9c65278b
"forward for not existing or empty header to setup"
2009-04-28 16:06:18 +00:00
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
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
b5b7eb4075
"setting $GLOBALS[$class], as it's used in the framework to automatic include css"
2008-03-26 11:32:17 +00:00
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
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
f7887c6dc3
always initialising $GLOBALS['egw_info']
2006-10-03 15:18:03 +00:00
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
263935464d
phpgw --> egw
2005-10-07 07:58:19 +00:00
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
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
d3577414bc
fixed wrong redirects to home
2005-06-20 20:38:39 +00:00
1d68ccb070
replace hardcoded links to home.php with links to home/index.php
2005-06-15 11:16:27 +00:00
7278a8ce8c
change the wrong pg name
2004-08-21 17:18:14 +00:00
97ee9a3c0d
removed forward to just the index page
2004-04-19 06:24:53 +00:00
dfdfaad414
implemented automatical forwarding into eGW after a login was necessary, because no session existed
2004-04-14 11:52:16 +00:00
11d640d2b4
one more fix for error_reporting = E_ALL
2004-03-14 08:22:29 +00:00
8f480344e0
Removed object $obj, which was then copied to $GLOBALS[$class] for some reason
2003-11-14 02:37:20 +00:00
d5f0fd26cd
proper variable existence check
2003-10-24 04:39:42 +00:00
f76c6eedd7
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:16:30 +00:00
75874ee975
upps, get_var not loaded at that time
2003-05-18 15:22:43 +00:00
631ea5161a
redirect to setup if there is no header and some other stuff from .16
2003-05-18 15:18:02 +00:00
200c2a0457
now each app can set $GLOBALS['phpgw_info']['flags']['xslt_app'] itself
2003-04-21 08:38:17 +00:00
84bd58f9ba
admin port
2003-04-20 01:21:59 +00:00
bd94f4e049
added email to the list of xslt apps
2003-03-14 22:03:02 +00:00
1d4be84b0b
Add filemanager to the list of apps using xslt templates
2003-03-04 00:53:30 +00:00
bf0e5e2d90
update
2003-01-04 00:54:55 +00:00
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
4465aa63e6
update xslt
2002-10-26 20:33:04 +00:00
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
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
26981672ae
unset() some variables that might create problems later on in the execution
2001-11-01 04:33:07 +00:00
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
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
73b04851cc
Changed the call to use the execmethod() in /index.php.
2001-09-17 02:18:32 +00:00
4fdb437dc2
Cleanup for a warning message.
2001-09-03 09:44:30 +00:00
840d33bbc8
GLOBAL'ed the variable.
2001-09-02 07:27:17 +00:00
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
b772afda7f
Cleanup for a warning message.
2001-08-15 18:09:28 +00:00
2a3bd14ee4
Changed the error loging routines calling format to new array() style...
2001-08-06 22:18:42 +00:00
cd9cf4ef29
fixed multi-dimensional support in ExecObject()
2001-08-06 07:29:09 +00:00
249ab70adf
Added some event log reporting
2001-08-05 10:13:54 +00:00
0551ebb4ef
Fixed banners and fixed it checking sessions, if theres no sessionid, send them to login
2001-07-11 05:12:27 +00:00
4efe232559
First version of new index.php to handle menuaction for all apps
2001-07-09 17:33:19 +00:00