Commit Graph

106 Commits

Author SHA1 Message Date
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
Miles Lott
478a6fd4bf Remove some stray spaces 2001-05-01 09:15:40 +00:00
seek3r
583cb1c4b7 testing 1 2001-04-25 19:50:39 +00:00
seek3r
e9b786bbbf testing 1 2001-04-25 19:49:25 +00:00
Miles Lott
1b977f6e28 Remove special case for stocks and add hook_home file for stocks 2001-04-08 14:09:23 +00:00
Miles Lott
ac8fff128e Uncomment addressbook hook, since this is only for order, not presence 2001-04-08 06:56:29 +00:00
Miles Lott
315c62514b Disable mainscreen_showbirthdays until the new hook file is working,
also cleaned up formatting of code.
2001-04-08 06:54:42 +00:00
Miles Lott
57bc11d8de Correct field choices for mainscreen_showbirthdays 2001-03-28 04:49:31 +00:00
el_latino
43f048acca added a new function cmp_version 2001-03-23 05:56:15 +00:00
skeeter
19d2b3c139 fix the ->link() to the notify window 2001-03-11 12:58:10 +00:00
bettina
7c8b924b06 update PHPGW_INCLUDE_ROOT to show stocks on mainscreen 2001-03-11 02:25:24 +00:00
jengo
9f5b45bf5c Cleaned up calls to link() 2001-03-10 08:16:33 +00:00
chrwei
25ad18af63 changes for notify window 2001-02-16 04:01:40 +00:00
skeeter
64e1a01018 cleaned for calendar as default app 2001-02-14 12:10:18 +00:00
Miles Lott
dc0d0f78b4 spell check 2001-02-09 03:30:54 +00:00
jengo
dbd48f7e6f Renamed the applications table to phpgw_applications 2001-02-08 20:11:13 +00:00
Miles Lott
a95950b05c Made sql for addressbook use new table and field names 2001-02-06 00:56:53 +00:00
jengo
286b7327c3 Added urlencode() to values, becuase the title and url contains spaces and other odd charaters 2001-02-04 10:18:47 +00:00
jengo
349b11a41c Added support for forward directly to a app after login, this is so I can add the quik-mark(tm) support into bookmarks. Plus, things like anonymous sessions will be easier to support 2001-02-04 09:19:07 +00:00
jengo
5174d4a86c Added a message for users that haven't created a header.inc.php file yet 2001-01-13 23:45:27 +00:00
skeeter
8ee04f6ca4 new template for day view 2001-01-10 05:01:36 +00:00
seek3r
5422e66f34 moved <html> tags to templates, Im making the core html compliant, and added a greybar on the rightside 2001-01-09 20:25:49 +00:00
seek3r
b98f5ee9be fixed formating and logo 2001-01-09 09:36:16 +00:00
skeeter
54251c3fea Fixes for home portal pages 2001-01-08 04:35:04 +00:00
skeeter
e33b90268a phpgw_footer() 2001-01-08 01:23:29 +00:00
seek3r
aba48c518a testing crap 2001-01-06 08:06:22 +00:00
jengo
635b7f1de0 Added in the new templates set, there are still a number of things not working or broken ... I will start cleaning them up now 2001-01-06 04:03:42 +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
skeeter
891c0f2d6e fix for default page set to calendar now displays default calendar view 2001-01-05 01:38:12 +00:00
skeeter
7d4eb35da4 added calendar hook for home app 2001-01-01 18:49:28 +00:00
skeeter
e6a2e46a6f fix for default apps 2000-12-27 22:28:12 +00:00
skeeter
cbc8000109 calendar removed from api 2000-12-26 20:13:34 +00:00