Commit Graph

31 Commits

Author SHA1 Message Date
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
seek3r
4a2729a720 massive and sweeping change to the link() function, the way the app loads up, to a single templates class instance, to a new template set structure which automaticly handles frames support. We will have much cleanup to do to get apps working again and have them following the new guidelines 2002-05-30 09:47:09 +00:00
seek3r
cf2a12ba1c made changes to the loading of the header, navbar, appheader, and footers 2002-05-24 10:38:03 +00:00
seek3r
32306abaf6 some additional performance improvements, including a switch to the hooks class which I finished up 2002-01-02 14:33:05 +00:00
skeeter
056149ea4c Fix for bug/enhancement #486048. 2001-12-01 00:54:58 +00:00
skeeter
5cefe64960 Cleanups to clear out warnings. 2001-09-18 03:56:01 +00:00
skeeter
73b04851cc Changed the call to use the execmethod() in /index.php. 2001-09-17 02:18:32 +00:00
skeeter
3856821e6a A few changes for the navbar. 2001-09-04 03:14:16 +00:00
skeeter
7baec1451f Minor cleanups. 2001-09-02 07:24:03 +00:00
skeeter
ddc855fff6 Finished changing to and loads template vars to an array. May speed things up. 2001-08-31 00:44:46 +00:00
jengo
5749ad83d8 Converted current sessions over to 3 tier design 2001-08-16 02:46:07 +00:00
skeeter
6da089837d Various optimizations to the API. This also does a little internal caching of some of the account data, but, only for a single page session. 2001-08-15 02:14:18 +00:00
skeeter
e73a82a001 Small fixes for the automatic inclusion of the ui<app>.header() and ui<app>.footer(). 2001-07-28 14:21:32 +00:00
skeeter
300c84ea9a This now takes the app header/footer as methods of the application ui. For this to work, each ui that plans on implementing this, will need to create public_functions header() and footer(). 2001-07-21 23:29:07 +00:00
skeeter
5693fa9b96 Minor speed enhancements. Also cleans up a few warning messages. 2001-06-17 17:04:26 +00:00
Miles Lott
2b26b73b33 Add hook navbar_end to display just before the end navbar 2001-06-16 20:01:41 +00:00
Miles Lott
e04d9617ed Moving hook_after_navbar hook 2001-06-16 19:39:33 +00:00
angles
0143ee3a8f add isset check for flags noheader and noappheader 2001-05-17 21:34:43 +00:00
Miles Lott
0e39edee33 Remove extra )'s 2001-04-28 23:59:25 +00:00
skeeter
3d50e88071 Various clean-ups and added some missing features (charset). 2001-04-28 21:48:05 +00:00
jengo
215ad8f011 Cleaned up calls to link() 2001-03-10 08:53:42 +00:00
jengo
c3e29775ab Added the session_flags column to phpgw_sessions 2001-02-28 15:56:47 +00:00
jengo
d0849b6c39 Making sure things are in sync 2001-02-06 13:58:59 +00:00
jengo
e0b8a07f9c Fixed not being able to login and clean up a ton of code. It was a mess in there, things flow a little but better now. I still have some cleaning up to do 2001-02-06 13:18:51 +00:00
skeeter
29ab476381 fix for language independence 2001-01-21 14:50:39 +00:00
skeeter
355480e531 fix for current users 2001-01-09 02:28:16 +00:00
jengo
24945c4b3b text version of navbar is working again 2001-01-07 09:34:45 +00:00
jengo
6e63f1172f Bottom row will only show up if the powered by section is on the bottom 2001-01-07 09:18:44 +00:00
seek3r
82c5aac5de corrected new navbar_end function 2001-01-06 09:20:33 +00:00
jengo
c743c5a7c0 Remove comments and added in the phpGroupWare banner 2001-01-05 13:37:04 +00:00
jengo
13cf6da7aa Changed navbar() to return and array and each template set will now use its own navbar.inc.php file. Theres still much to do, but its at least working 2001-01-05 13:35:42 +00:00