Commit Graph

8989 Commits

Author SHA1 Message Date
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
b628a2dd9f Add last_id function to check current id without incrementing 2001-03-23 04:42:22 +00:00
93e9ede29e MYSQL didn't upgrade... created new version to handle upgrade properly. 2001-03-23 03:34:25 +00:00
489ae046af appname is used with UNIQUE but is not defined as NOT NULL 2001-03-23 03:31:04 +00:00
7cb11253d5 deleteaccount.php now independent of the admin/inc/accounts_* files. 2001-03-23 03:14:09 +00:00
b7207cffaf Written the delete_calendar() for sql. 2001-03-23 03:13:23 +00:00
4c4d43ef8c Cleanups for disallowing past events to generate email messages. 2001-03-23 03:12:47 +00:00
0d28ccd10b Fixes for delete() in ldap. 2001-03-23 03:10:57 +00:00
c9af8bfe46 Created new delete() for sql. 2001-03-23 03:10:28 +00:00
b1bc8381e1 fixes for the deleteaccount.php page 2001-03-23 03:09:14 +00:00
26a852cf05 Search working, still need to limit to one match per row 2001-03-22 20:36:26 +00:00
4573f18ad7 Sorting works, filtering very strict 2001-03-22 20:19:40 +00:00
7b91787b6f Minor changes to sorting routines to check for empty values 2001-03-22 20:05:32 +00:00
dbe10c6a6d Introduce some associative array sorting for ldap 2001-03-22 19:48:14 +00:00
78a1c16d32 + added a bunch of new phrases
* changed some phrases to "common"
2001-03-22 19:25:56 +00:00
5876b46223 fix for recurring enddate YEAR 2001-03-22 18:30:35 +00:00
77c335a01d Added a unset($tpl) to prevent it conflicting with apps 2001-03-22 18:11:46 +00:00
cc33076dad display_fullname() had lastname and firstname mixed 2001-03-22 18:10:09 +00:00
7716dc48d4 update function formattime to show 12 as pm 2001-03-22 17:29:37 +00:00
35a2d6bc9a Fixed inline doc comment 2001-03-22 13:26:54 +00:00
3f3c2e7d01 Created a little bit cleaner version of display_fullname() 2001-03-22 13:25:06 +00:00
66bea73872 Editing now working via update function 2001-03-22 09:36:51 +00:00
db844b2ddb Add phpgw_nextid table and common->nextid function 2001-03-22 08:23:35 +00:00
3604032b53 Add unset(password) before modify if the account existed in ldap already 2001-03-22 08:02:27 +00:00
fa4bbf00f3 Major changes to add and update, add uses new common function nextid 2001-03-22 07:57:38 +00:00
d5fcd31dea very draft inline docs added 2001-03-22 06:10:22 +00:00
f0fdf157dc Fix read to use correct db object for setting contact_value from db 2001-03-22 02:56:37 +00:00
4df94e35d2 Fix field name display 2001-03-22 02:56:03 +00:00
8e2baeb263 Fix setting of context in delete and update - very important 2001-03-22 02:52:10 +00:00
c11807d24a Fix setting of context in read_single_entry 2001-03-22 02:50:14 +00:00
1bafd75341 Fix start/offset/limit 2001-03-22 02:39:38 +00:00
c5e34d10b5 Fix for the 12/24 hour problem identified in the mailing list 2001-03-22 01:36:47 +00:00
7059637ad3 Fix to change password 2001-03-22 01:17:34 +00:00
649078db4a read_single_entry works, read working without filters and correct limits 2001-03-22 00:23:40 +00:00
d77f03f084 Correct column name selection and prefs to use name value of stock_fields array 2001-03-21 23:57:30 +00:00
b6812c3df5 fix spelling mistake on template variable 2001-03-21 23:33:36 +00:00
32d5dec027 Add get_account_id for ldap.php to use the accounts class 2001-03-21 23:28:57 +00:00
dab3d59f04 A few small comment and field choice changes 2001-03-21 22:51:37 +00:00
7d8a40f222 Make vcardin use vcard class, alter class comments to reflect how it uses it 2001-03-21 20:52:02 +00:00
49bcdc323f Now using the vcard class. This should be a good example of how to use vcard->out 2001-03-21 20:20:30 +00:00
65eec865a5 Add cleanup for KEY vcard field 2001-03-21 19:48:17 +00:00
f1d60a66b9 Move import array to vcard class, change postition of objects creation 2001-03-21 18:50:25 +00:00
f65e2edda5 Add some conversion arrays, and sample usage comments 2001-03-21 18:49:00 +00:00
762c253c25 Add type field, remove export var from vcard - now using class var 2001-03-21 18:15:48 +00:00
35c89c43f1 fix email type field in upgrade for 16-18 2001-03-21 17:16:16 +00:00
5ae83147c5 Add a reset to the internal export array, just in case 2001-03-21 08:27:22 +00:00
8e57b2ef36 Update ldap attribute names 2001-03-21 08:23:33 +00:00
aa803fa670 Update vcard import/export to use new vcard class 2001-03-21 08:18:32 +00:00
7e157b369a Add main works of vcard import/export class 2001-03-21 08:11:50 +00:00
913f1580c1 Start adding vcard import/export class 2001-03-21 08:06:40 +00:00