Commit Graph

3527 Commits

Author SHA1 Message Date
bettina
a79491cd9f fixed categories table description 2001-06-08 03:44:35 +00:00
skeeter
8b27063017 Now in line with new hook naming convention. 2001-06-08 03:25:28 +00:00
skeeter
03a82af40e Updated the hooks for the calendar. 2001-06-08 03:21:59 +00:00
skeeter
4290218047 Now in line with new hook naming convention. 2001-06-08 02:56:18 +00:00
skeeter
9568a37f82 Now in line with new hook naming convention. 2001-06-08 02:47:07 +00:00
skeeter
8af3bb58e6 Fixed a problem where the type was trying to be changed from String to Array in hook(). That normally wouldn't work in php3. 2001-06-08 01:43:36 +00:00
skeeter
1dd9c8edfe Fixes a problem of public/private and acl usage getting confused. 2001-06-08 00:55:40 +00:00
Miles Lott
047df03a17 New template images 2001-06-07 14:44:27 +00:00
skeeter
3c4083748c Fixed a problem where the list of grantors was being reset when no owner being set. 2001-06-07 12:11:29 +00:00
skeeter
dbb58d801c Fixed a problem where the type was trying to be changed from Boolean to String. Shouldn't work in php3. 2001-06-07 12:10:15 +00:00
Miles Lott
548b5ba431 Change phpgwapi app enable to 3, set navbar to ignore 2 & 3, add notifywindow app
with enable of 2, adjust admin tools to ignore enable of 3, not 2
2001-06-07 11:28:31 +00:00
Miles Lott
8186e6bf58 Add link(), formatting 2001-06-07 10:56:32 +00:00
Miles Lott
1ae38c8f7b Add new notify hook, roughly a copy of hook_home 2001-06-07 10:54:59 +00:00
Miles Lott
9f21bfbab4 Add exception for prereferences app 2001-06-07 09:38:11 +00:00
bettina
6121405967 update formated_list to prevent error msg if array empty 2001-06-07 07:44:26 +00:00
bettina
f64f65b91a update acl in return_array 2001-06-07 06:25:48 +00:00
bettina
ba8845dd72 moved langs to the apps files 2001-06-07 04:46:24 +00:00
skeeter
39358cbcf2 Another round of working on vCalendar. This might be the route I take on it though. 2001-06-07 03:18:35 +00:00
bettina
4ebe0f5919 removed some non-used langs 2001-06-07 03:00:51 +00:00
bettina
066d2942ac removed some non-used langs and added 'grant access' 2001-06-07 03:00:18 +00:00
jengo
ab63987864 Changed to new hook filename style 2001-06-07 02:40:35 +00:00
jengo
7bcb0787cd Updated docs 2001-06-07 02:31:45 +00:00
jengo
a4a728f0fa Changed to filter apps with status of 2 2001-06-07 02:28:55 +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
jengo
c418e966d1 Added hookable 'logout' location 2001-06-07 01:44:09 +00:00
jengo
cbb3d833ea Removed some of the phpgw_info cache code 2001-06-07 00:33:48 +00:00
jengo
745b32f645 Opps, I messed up the format on the last commit, this fixes it 2001-06-06 23:54:46 +00:00
jengo
65d5c7533e session_logintime is now the correct type 2001-06-06 23:34:57 +00:00
Miles Lott
08d81571db Fix session_dla = precision 4 int 2001-06-06 23:28:45 +00:00
Miles Lott
6f72175fb0 Don't overwrite hostname after the setting was saved once (!= '') 2001-06-06 20:42:42 +00:00
Miles Lott
b33c1090fd Update from chris <chris@lansir.com.tw> 2001-06-06 19:08:41 +00:00
Miles Lott
4921bd0132 Add two home page langs 2001-06-06 16:59:31 +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
Miles Lott
66d5ffff1f Replace bad upgrade 2001-06-06 07:57:44 +00:00
Miles Lott
87f640f4a4 Fix/convert for setup3, almost there... 2001-06-06 07:27:42 +00:00
bettina
941f91ab7b update 2001-06-06 03:17:45 +00:00
Miles Lott
5b411bcd9f Fix general syntax problems, will be moving to different return style soon 2001-06-06 00:13:50 +00:00
Miles Lott
640bb0b773 Add missing ';' 2001-06-05 21:18:57 +00:00
Miles Lott
4b9c00c914 Using new method of global phpgw_setup, then setting oProc. Most of these work now 2001-06-05 20:11:40 +00:00
izzy
547ae0408c + added some more phrases (all setup/preferences related) 2001-06-05 19:08:57 +00:00
izzy
268b14766d + added/adjusted translations for SquirrelMail 2001-06-05 18:53:02 +00:00
Miles Lott
ddff43e7fc Add config for FTP app to use correct mimetype for dl. This should move to ftp app. 2001-06-05 18:05:48 +00:00
izzy
1600c50730 + updated language settings 2001-06-05 17:45:38 +00:00
angles
cc9b7f8b35 Experimental- fix multiple attachment problem, add sig before attachments, fix Message-Boundary placement 2001-06-05 07:44:39 +00:00
Miles Lott
586b5cf483 Should be mostly complete, including 0.9.10pre24 groups table drop. We now
create a temp table for other affected apps to use, called phpgw_temp_groupmap.
2001-06-05 07:43:21 +00:00
Miles Lott
aef4ffe652 Add in function to use temp table created in api upgrade for group mapping
in 0.9.10pre24
2001-06-05 07:42:08 +00:00
zone
20bf89517c Added basic ACL support (needs one last bit to be correct), $fakebase is now special, and removed checkboxes for / and $fakebase 2001-06-05 06:35:56 +00:00
zone
303110b926 Added correct_attributes (), fixed dir () prototype 2001-06-05 06:32:30 +00:00
Miles Lott
d1f3076f93 Mostly complete api upgrade file, one major function to discuss now 2001-06-05 05:15:33 +00:00