Commit Graph

66 Commits

Author SHA1 Message Date
Ralf Becker
05fadb2049 "reverting my inition comit to switch output buffering off in webdav.php, as it makes problems on system with do automatic output compression, eg. debian5
--> modified header template to not switch it on in first place, for webdav.php"
2009-06-25 10:31:53 +00:00
Ralf Becker
b6996bee01 reworked manageheader:
- removed include_root (is now always identical to server_root)
- removed mcrypt_version (not relevant to todays php versions)
- replaced session_type with session_handler
- look is now a bit more like setup and eGroupware itself
--> updated header-version to 1.29 forcing everyone to update
2008-10-09 16:22:42 +00:00
Ralf Becker
9bca7a7689 moved phpgw compatibility stuff into common_functions.inc.php 2008-10-07 15:50:53 +00:00
Ralf Becker
e2a0af67cc "Grrr: MyDMS mixes egw_info and phpgw_info" 2008-10-07 15:40:24 +00:00
Ralf Becker
d1af997d8a "fixed not working MyDMS reported on the user list, you have to re-generate the header via setup >> header-admin" 2008-10-07 15:32:34 +00:00
Ralf Becker
906bf5f450 "fix for \"Undefined index phpgw_compatibility\" reported by JoKe on the German list" 2008-10-05 06:30:42 +00:00
Ralf Becker
9e81d70cb7 "setting the header-template version back to 1.28, to not force anyone to update (as long as I dont have the session encryption ready, which might require some more small fixes in the header template)" 2008-09-23 05:51:22 +00:00
Ralf Becker
80dd3d1fe2 New header.inc.php template
- I dont force the update (updating version in phpgwapi/setup/setup.inc.php),
  as the old one still works through diverse defaults and I want to wait
  for the rewrite of a db-based session handler and making mcrpyt
  available for sessions again (currently not used)
- required includes for xmlrpc and soap are moved to the callbacks of
  this services, as they are NOT required by the rest of eGroupware
2008-08-21 06:21:32 +00:00
Ralf Becker
c906d34880 "some (not-required, so no header update neccessary) updates for the header template" 2008-04-25 19:07:25 +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
Ralf Becker
d7f1458d1a new header-template to:
1) correct the displayed page-generation-time for idots and jerry
2) use ob_start to get rid of "Header could not be sent, output started at ..." errors
3) changing from $GLOBALS['phpgw_info'] to $GLOBALS['egw_info'], the phpgw one is now a reference to the new egw one, to allow a soft migration
2005-03-03 10:45:52 +00:00
reinerj
3cf3d8617d fix typo 2004-08-03 14:06:51 +00:00
Ralf Becker
6912d82b26 fixed nocachecontrol to allow caching of certain files, eg. the generated javascript for jscalendar and htmlarea which include the language-settings and preferences 2004-06-27 10:02:15 +00:00
zhangweiwu
a6ee097064 change the misleading comments that refer to php3 which is no longer being supported. 2004-06-24 02:07:52 +00:00
Ralf Becker
257b69a6fb added support for limiting the access to setup on certain IP's, IP-ranges or hostnames 2004-05-04 09:08:28 +00:00
reinerj
482ec83f6c change description from phpgw to egw 2004-02-11 10:42:24 +00:00
Miles Lott
037369b6e6 Add header and per-domain user login values - default is admin during the upgrade process.
Hopefully these are all the files.
2004-01-18 21:03:56 +00:00
Miles Lott
5f0e3a5e15 non-functional changes, version remains the same 2004-01-10 22:49:29 +00:00
shrykedude
f17337d3b7 Added support for specifying the database port number 2003-12-08 04:50:23 +00:00
Pim Snel
3e17b31815 increase version number 2003-09-17 22:22:19 +00:00
Pim Snel
7b042b90fa make idots default login template-set 2003-09-17 22:14:29 +00:00
Ralf Becker
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +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
53ac5d3dd5 added theme_selection 2002-10-19 20:22:38 +00:00
skeeter
5abe31deca Should fix the missing perf* function. 2002-08-15 23:37:31 +00:00
skeeter
285ab2ac65 This was an idea from CW. 2002-08-14 00:04:25 +00:00
Miles Lott
0ee5082b97 Remove the extra line again 2002-04-21 17:14:07 +00:00
skeeter
4ab3e7a085 Small change to the header template. 2002-04-17 23:58:35 +00:00
Miles Lott
3c8fffb1e7 Manageheader now handles editing of multiple domains 2002-04-07 23:56:03 +00:00
seek3r
3bfa6c85d3 extending print_debug() to be able to trap the data and toss it into a database as an option 2002-02-14 18:57:11 +00:00
seek3r
4c90cd3cd6 added one more debug constant for turning off datatype checking 2002-02-12 09:56:03 +00:00
seek3r
2df5d74dd3 fixed header to use and added my debug constants along with my replacement for print_debug 2002-02-12 09:10:40 +00:00
seek3r
9520fafe37 updated for new header.inc.php option, and fixed echo problem 2002-01-02 15:47:54 +00:00
seek3r
70261207f3 added php4 sessions class and added it as an option 2002-01-02 14:32:22 +00:00
seek3r
fb6044f7ff Just changing the default caching setting 2001-12-18 18:11:39 +00:00
jengo
af7caa8135 Change the comment style from /* */ to // ... 2001-10-25 17:45:17 +00:00
skeeter
4805243c8c Applied patch #460021 in a modified form. 2001-09-17 02:06:12 +00:00
Miles Lott
5efdffad7b Update header to include xml/soap functions... this needs to be ironed out 2001-08-07 23:04:49 +00:00
seek3r
83a0af3424 trying to get windows support working 2001-06-20 08:36:55 +00:00
jengo
d1b4082ebd Added a small section to unset $lang which has be known to cause conflicts with some apps, I didn't change the version number becuase the upgrade isn't required 2001-06-08 13:16:00 +00:00
Miles Lott
ef41c3404f Fix header template not setting version at all 2001-06-01 01:03:30 +00:00
seek3r
2e26486f36 updates to fix milosch's weird inclusion of this param 2001-05-31 16:39:54 +00:00
Miles Lott
d4cb332f25 Had to add one more variable back to make the new header template work 2001-05-30 08:56:01 +00:00
seek3r
3510d65861 changes to the way the header version is managed 2001-05-30 08:26:24 +00:00
jengo
11e95e9661 The header files now controls the template set to be used for login, applied some source formating, and minor code cleanup 2001-05-11 10:02:34 +00:00
bettina
20a4929ff5 renamed table notes -> phpgw_notes 2001-02-22 16:31:30 +00:00
bettina
c51f21db61 renamed table notes -> phpgw_notes 2001-02-22 16:23:00 +00:00
seek3r
00b23411ef moved to define() for path vars. Also starting to hack sessions to be phpgw_info manager 2001-02-06 09:19:38 +00:00
seek3r
23755c07b3 allow change of from 2001-01-11 20:42:44 +00:00
seek3r
e7e6373e52 Im going to stick to using the phpgw.inc.php 2001-01-11 10:22:21 +00:00