Commit Graph

2478 Commits

Author SHA1 Message Date
Miles Lott
8bfb749434 Add hook to pending categories.php for global category management 2001-03-25 01:07:28 +00:00
themaniac
39b44180c0 start of inline docs 2001-03-24 23:19:39 +00:00
Miles Lott
8b605f50ff Switch LDAP to o,ou,streetaddress, add access to functions.inc.php 2001-03-24 21:54:31 +00:00
Miles Lott
9b868cb86a Add use of access field 2001-03-24 21:48:41 +00:00
skeeter
7d197afd49 Stream lined the getuser_ip() usage in create(). 2001-03-24 18:07:00 +00:00
Miles Lott
e96dab92b8 Add selection of marking import as private 2001-03-24 16:50:30 +00:00
Miles Lott
99f310b1b4 Remove another silly mistake in update() for owner field 2001-03-24 15:51:28 +00:00
Miles Lott
db4c710847 Change lastid to return 1 instead of -1 2001-03-24 15:44:35 +00:00
Miles Lott
7e03760d36 Silence reset if no records 2001-03-24 15:31:59 +00:00
Miles Lott
7676f0576c Make edit use class for owner check, make add use acl and access field 2001-03-24 15:21:56 +00:00
Miles Lott
058d9bcb2e Fix update error in access field 2001-03-24 15:12:33 +00:00
Miles Lott
3806a09744 Added grants var and setting 2001-03-24 15:04:35 +00:00
Miles Lott
dd53c1a225 Remove duplicates 2001-03-24 15:00:52 +00:00
Miles Lott
72e6258703 Add 'public' 2001-03-24 14:58:05 +00:00
Miles Lott
ab0c85c467 Add acl check to view, and reinsert access field display 2001-03-24 14:55:33 +00:00
jengo
72b4870a4c Started working on edit ACL, its not complete 2001-03-24 11:11:45 +00:00
jengo
f3df7a0ff4 Started working on ACL, so far index has been updated 2001-03-24 09:58:09 +00:00
Miles Lott
1cfe152bad Add missing field request for 'access' 2001-03-24 08:49:25 +00:00
Miles Lott
a7742b1685 Add return of access field, modify read_single/last to return these explicitly 2001-03-24 08:45:52 +00:00
jengo
12e24d7284 Added the access column back into phpgw_addressbook 2001-03-24 08:33:55 +00:00
jengo
597232c14d Added access column back into phpgw_addressbook 2001-03-24 08:32:33 +00:00
themaniac
9047dcec22 inline docs 2001-03-24 08:01:26 +00:00
Miles Lott
933685fb30 Add checks to make sure ldap_contact_context is set 2001-03-24 07:58:03 +00:00
Miles Lott
0852eb8678 Add not-for-release delete_all() and commented call to it in index.php 2001-03-24 07:46:31 +00:00
Miles Lott
bf2b10178b Add drop table for =>3.23 who got the table in last upgrade. Older versions did not. 2001-03-24 07:39:55 +00:00
skeeter
ffe0f08d7c Added the ability to set a category to the event. This is NOT fully functional, but it falls in line with libmcal. 2001-03-24 05:06:45 +00:00
skeeter
4f49fdc555 Increased the size of the label column 2001-03-24 05:02:01 +00:00
skeeter
d914646bb9 Changed how the All/Private filter works. Only displays the filter choices if you have PHPGW_ACL_PRIVATE ACL granted to you. 2001-03-24 05:01:02 +00:00
skeeter
a144dd8639 Added the Private field to the view 2001-03-24 04:59:10 +00:00
skeeter
4f6f05629c added saving of data to phpgw_accounts table when saving records to LDAP 2001-03-24 04:01:04 +00:00
skeeter
f22e071fbd minor touches for cosmetics 2001-03-24 02:33:44 +00:00
skeeter
020e076771 added ->db as a duplicate of ->db 2001-03-24 02:32:21 +00:00
skeeter
946830ba53 fix for get_account_id() error 2001-03-24 02:13:40 +00:00
jengo
718bdbb19c Changed around the form a little to make it look a little nicer 2001-03-24 01:10:32 +00:00
Miles Lott
4a1a077a60 Fixes to detect base64 encoded input fields for ldif 2001-03-23 22:01:29 +00:00
Miles Lott
0f6b8c94d1 Fix Netscape to export base64 encoded fields as required, and fix fields in phpgw_LDIF 2001-03-23 22:00:43 +00:00
Miles Lott
d2b5ae466b Fix selection of fieldnames when using ldap (key=>value of stock fields mixup) 2001-03-23 20:01:16 +00:00
el_latino
43f048acca added a new function cmp_version 2001-03-23 05:56:15 +00:00
themaniac
c2357d72a3 spelling mistake in inline doc tag 2001-03-23 05:38:11 +00:00
Miles Lott
6a3cfaacaf Fix add to correctly search for next available uidnumber via common->last_id,
also more work on search.
2001-03-23 04:44:55 +00:00
Miles Lott
b628a2dd9f Add last_id function to check current id without incrementing 2001-03-23 04:42:22 +00:00
skeeter
93e9ede29e MYSQL didn't upgrade... created new version to handle upgrade properly. 2001-03-23 03:34:25 +00:00
skeeter
489ae046af appname is used with UNIQUE but is not defined as NOT NULL 2001-03-23 03:31:04 +00:00
skeeter
7cb11253d5 deleteaccount.php now independent of the admin/inc/accounts_* files. 2001-03-23 03:14:09 +00:00
skeeter
b7207cffaf Written the delete_calendar() for sql. 2001-03-23 03:13:23 +00:00
skeeter
4c4d43ef8c Cleanups for disallowing past events to generate email messages. 2001-03-23 03:12:47 +00:00
skeeter
0d28ccd10b Fixes for delete() in ldap. 2001-03-23 03:10:57 +00:00
skeeter
c9af8bfe46 Created new delete() for sql. 2001-03-23 03:10:28 +00:00
skeeter
b1bc8381e1 fixes for the deleteaccount.php page 2001-03-23 03:09:14 +00:00
Miles Lott
26a852cf05 Search working, still need to limit to one match per row 2001-03-22 20:36:26 +00:00