Commit Graph

47 Commits

Author SHA1 Message Date
bd3685a0e6 The code was preventing anonymous users to get a home page. Perhaps it was done with anonymous users such as the ones
used by  wiki and sitemgr in mind. However, if you mark a normal user as anonymous just to avoid being shown in sessions and access log (like you would for an admin that doesn't want to be noticed), the user won't be able to login anymore. That's why I allow now anonymous users to get a home :)
2004-09-11 23:54:57 +00:00
58f8d6ff21 added link to setup to the "The following apps require upgrades" message 2004-06-28 07:08:13 +00:00
2113aceb56 redirect to login-page, better then an empty page 2004-06-13 20:35:01 +00:00
3a42857913 fixed a bug with open_basdir_restrictions on 2004-05-22 10:14:31 +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
25533f4c59 anonymous user should never get a home-page 2004-04-02 17:25:37 +00:00
4cbaeb8d1d Switch to long version compare function; The check now works again. 2004-01-26 22:03:26 +00:00
5a548e387d use strstr 2004-01-26 14:02:12 +00:00
17340424c1 Switch to different host for currentversion check 2004-01-26 14:00:52 +00:00
44bbcd3cad the app_header 'home' wasn't translated 2004-01-25 17:35:27 +00:00
0b48089323 intval -> (int) 2003-12-14 16:41:35 +00:00
cab021e7b9 Fixes for portal re-positioning issues 2003-12-08 06:21:12 +00:00
d017544925 Fixed another layout problem with small views 2003-12-03 06:37:11 +00:00
de7f8f3182 Fix for non-numeric pref preventing homepage display; Cleanup for appbox layout 2003-12-03 05:28:29 +00:00
26e34af47d add more existing main screen var names to check for 2003-11-21 06:12:20 +00:00
514de5d7e9 turn off experimental function 2003-11-21 01:02:58 +00:00
bac57f2d1f - Added support for small display views on front page.
- Removed Close,Edit,About buttons from portal boxes, which were not implemented anyway.
2003-11-20 21:21:35 +00:00
caee1c36fd removed message if no header.inc.php and directly redirect to setup 2003-11-03 22:28:30 +00:00
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
3b2f59e69d fixed app-title in 'The following apps need an update ...' 2003-05-18 00:13:02 +00:00
33c30dc147 fixed / get it working again
- Mainscreen Message
- some space between the portal-boxes
- added disable-output-escapeing to msgbox-data
2003-04-21 08:37:17 +00:00
ceb
aa1dc9eb33 update 2002-10-29 23:11:21 +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
b4e4be334b update xslt 2002-10-26 00:33:22 +00:00
ceb
b9f2dba2b3 update xslt 2002-10-25 22:34:04 +00:00
ceb
6d2a19632f update xslt 2002-10-25 16:44:35 +00:00
ceb
d94b0a9ffe update to use xslt *** HEAD IS CURRENTLY BROKEN *** 2002-10-25 03:04:28 +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
96577bfcd9 few minor bug fixed 2002-05-31 09:25:52 +00:00
cf2a12ba1c made changes to the loading of the header, navbar, appheader, and footers 2002-05-24 10:38:03 +00:00
cbf5593ca0 trying to hide transient error in php3 2002-02-20 03:45:35 +00:00
32306abaf6 some additional performance improvements, including a switch to the hooks class which I finished up 2002-01-02 14:33:05 +00:00
fb8ca2f40d Small change to reference HTTP_GET_VARS as GLOBALS['HTTP_GET_VARS']. I understand that they are both the same, but easier to read. 2001-12-31 19:38:05 +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
d7af498026 Fixed default application not working 2001-12-05 02:29:51 +00:00
9e395f3535 minor formatting 2001-11-23 19:43:55 +00:00
11ae5e79ec Now takes into account if no showmainscreens are active. 2001-11-04 04:08:17 +00:00
dab358dfa5 Should be only fixes to make the portal box movement possible (up/down). 2001-10-21 10:49:29 +00:00
a6f239235c show notify-window-link only if that app is enabled,
some cleanup of the html
(as talked with seek3r)
2001-10-06 07:56:34 +00:00
dd86bfa673 added a box for the welcome page
copied from email
2001-09-17 03:54:49 +00:00
137605c030 Fixed some Javascript errors 2001-09-12 00:07:01 +00:00
3c3f38ec2c Fix for when to show application status 2001-09-08 16:07:05 +00:00
7c7d5ba480 Enable app upgrade status for admins (of all applications) 2001-09-08 16:02:59 +00:00
3aaee26209 Just a couple of fixes to the cd variable. It should be a GLOBALS['HTTP_GET_VARS'] var. 2001-09-02 07:26:23 +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
5865ab4694 - Fixed default app not working
- Removed some uneeded crap
2001-07-14 09:26:43 +00:00
4efe232559 First version of new index.php to handle menuaction for all apps 2001-07-09 17:33:19 +00:00