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 |
|
jengo
|
af907736ed
|
- Moved kill session over to 3 tier design
- Added ACL checks to current sessions
|
2001-09-05 02:13:27 +00:00 |
|
bettina
|
3051d1645d
|
update langs
|
2001-09-05 01:49:28 +00:00 |
|
bettina
|
c2b4a12250
|
update langs
|
2001-09-05 01:38:56 +00:00 |
|
Miles Lott
|
8c8157235d
|
No longer needed
|
2001-09-04 19:50:43 +00:00 |
|
Miles Lott
|
7ba1d94b8d
|
Made servers admin 3-layer
|
2001-09-04 19:50:14 +00:00 |
|
skeeter
|
6bb9cd937d
|
This holiday looks good for Ireland.
|
2001-09-04 05:56:10 +00:00 |
|
skeeter
|
be3fcc8a7c
|
No longer needed.
|
2001-09-04 05:43:17 +00:00 |
|
Miles Lott
|
e247562fc7
|
oops! deleted $start global here somehow
|
2001-09-04 05:28:24 +00:00 |
|
Miles Lott
|
95a522f501
|
Comment out the last bit of code, since it causes a php3 error
|
2001-09-04 04:58:12 +00:00 |
|
Miles Lott
|
43c93130e8
|
Don't set included_classes to true until after the file is actually included
|
2001-09-04 04:52:47 +00:00 |
|
jengo
|
32a1526890
|
- Groups and accounts now fully check ACL rights for each section
- Admins can only grant as much access as they already have
- Removed Header() calls and replaced them with direct ui calls
|
2001-09-04 04:26:51 +00:00 |
|
skeeter
|
276153be84
|
Might fix a problem where is not an object.
|
2001-09-04 04:01:12 +00:00 |
|
Miles Lott
|
06ca22562c
|
Two php3 array fixes
|
2001-09-04 03:34:02 +00:00 |
|