Commit Graph

4343 Commits

Author SHA1 Message Date
skeeter
d5fa717e18 Changed the size of the view template. 2001-09-08 08:42:09 +00:00
skeeter
4838176541 New icons for alarms. 2001-09-08 08:41:18 +00:00
Miles Lott
4ace9f98b2 Silence an error if user is not a member of a group 2001-09-08 06:23:50 +00:00
Miles Lott
f6d2f9738f Add never expires checkbox 2001-09-08 06:20:39 +00:00
Miles Lott
944e0e6047 Fix unsetting of status 2001-09-08 06:19:06 +00:00
Miles Lott
a7d2c1f0f5 Add never expires checkbox, since default date is now valid; Fixes to verify status is unsettable; 2001-09-08 06:18:43 +00:00
Miles Lott
71b16171cf Default expires now one week from today, instead of 12-31-1969 2001-09-08 05:12:36 +00:00
Miles Lott
9973835b36 Update this form to match the other 2001-09-08 04:52:17 +00:00
skeeter
bbb50109c0 More fixes for php3 support. 2001-09-07 19:18:03 +00:00
skeeter
a3d40c6895 More fixes for php3 support. 2001-09-07 19:03:51 +00:00
skeeter
907dfb7e47 More fixes for php3 support. 2001-09-07 18:47:48 +00:00
skeeter
ea0d74b4a6 should now disallow editing of records not allowed to. 2001-09-07 18:33:33 +00:00
skeeter
e13be15f56 should now disallow editing of records not allowed to. 2001-09-07 18:30:35 +00:00
skeeter
7a78f0f55d Fix for php3 support. 2001-09-07 18:11:38 +00:00
skeeter
f0123f6cf5 Fix for php3 support. 2001-09-07 17:51:48 +00:00
skeeter
6a9a208aa3 Missed a -> in edit_form(). 2001-09-07 17:31:34 +00:00
skeeter
58dfb5a3e4 Fix for category being a NOT NULLABLE field and was not setting it on the initial creation of the record. 2001-09-07 17:21:49 +00:00
skeeter
c490e68b79 Fixed the unknown call to crypto->bin2hex(). binx2hex is a php call. 2001-09-07 17:17:41 +00:00
skeeter
bbb07938f5 Fix for the update(). Didn't set default value incoming to function. 2001-09-07 17:17:05 +00:00
skeeter
1fdf5749a5 Forgot to unserialize the keys for non-mcrypt users. 2001-09-07 17:11:51 +00:00
skeeter
ac273893f0 Small fix for creating uid for non-mcrypt users. 2001-09-07 17:10:23 +00:00
skeeter
038b4428fc Needed to intval() the around line 2923. 2001-09-07 16:59:37 +00:00
skeeter
827e487c43 A couple of fixes for wrong class vars. New or improved templates. 2001-09-07 16:55:58 +00:00
skeeter
c9ab06bc26 Fix for a 5859 on line 172. 2001-09-07 16:50:07 +00:00
skeeter
8cfde64d54 Whole bunch of new code. Skeleton alarm management stuff. Importing of iCal file data (semi-working). New data fields (uid/location). New tables (phpgw_cal_alarm). 2001-09-07 16:37:11 +00:00
skeeter
79dc225381 New class skeletons. No actual code yet. 2001-09-07 16:34:49 +00:00
skeeter
a91131a7be Fix for an error on line 333. 2001-09-07 04:27:48 +00:00
Miles Lott
236d7f86b1 Make 1.x schema match 2.x schema 2001-09-07 02:11:58 +00:00
Miles Lott
9017a5def0 maybe this will appear again 2001-09-06 19:37:51 +00:00
skeeter
de4d49b2fa A couple fo small cleanups and arranging of a few of the classes. 2001-09-06 19:23:56 +00:00
Miles Lott
2bc807158e Remove an undefined index error, i think 2001-09-06 08:34:38 +00:00
Miles Lott
92558b4412 Now works with service.* methods 2001-09-06 08:33:42 +00:00
Miles Lott
37213f0c30 More adjustments to ensure login works with register_globals Off, also tested
on php3 and php4 with register_globals On.
2001-09-06 08:27:22 +00:00
Miles Lott
97d808fb74 Move ldap connect to shared class, cutting down somewhat on ldap connects
per page load - more to come
2001-09-06 00:17:23 +00:00
Miles Lott
e859918f83 trying to fix a php4-only error (?) 2001-09-05 23:19:06 +00:00
skeeter
56ef840422 Fix for grab_owner_name() in comon. now calls account storage specific functions. 2001-09-05 22:46:47 +00:00
skeeter
7861ad6363 Fix for editing a group. Was passing an invalid account_id for the group_id. 2001-09-05 22:39:27 +00:00
Miles Lott
c058fc3081 Remove class var duplicates 2001-09-05 14:59:12 +00:00
jengo
c5e7b0fb14 Removed some uneeded debug code from my last fix 2001-09-05 14:37:00 +00:00
skeeter
dba3fc60f0 Changed around get_type() to grab the user account first, then the group accout. 2001-09-05 13:43:27 +00:00
Miles Lott
e372d5bcdc Move class vars out of constructor, remove unneeded extra db objects 2001-09-05 12:03:51 +00:00
Miles Lott
8fe80611d3 Added return of total to get_list by ref, needs tweaking 2001-09-05 11:16:58 +00:00
Miles Lott
b64dbe3d4d php3 array fix 2001-09-05 11:05:55 +00:00
Miles Lott
2a7159831a Add service name wrapper classes for some basic functions 2001-09-05 10:46:39 +00:00
Miles Lott
2728d97fe0 Location: not working to redirect to the same page, now goes to index.php 2001-09-05 03:49:40 +00:00
jengo
b61103718f Fixed logs not showing the current timestamp 2001-09-05 03:42:40 +00:00
Miles Lott
3c92e4fb10 Odd php3 fix for undefined constant, please test on php4 2001-09-05 03:06:14 +00:00
Miles Lott
5a5d1c0a09 php3 fix again with same function as before 2001-09-05 02:57:30 +00:00
Miles Lott
86496398e7 Place a default of none into security display 2001-09-05 02:54:03 +00:00
Miles Lott
fbad639a7a Forgot to post the updated templates 2001-09-05 02:53:18 +00:00