Commit Graph

2199 Commits

Author SHA1 Message Date
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
Miles Lott
4573f18ad7 Sorting works, filtering very strict 2001-03-22 20:19:40 +00:00
Miles Lott
7b91787b6f Minor changes to sorting routines to check for empty values 2001-03-22 20:05:32 +00:00
Miles Lott
dbe10c6a6d Introduce some associative array sorting for ldap 2001-03-22 19:48:14 +00:00
izzy
78a1c16d32 + added a bunch of new phrases
* changed some phrases to "common"
2001-03-22 19:25:56 +00:00
skeeter
5876b46223 fix for recurring enddate YEAR 2001-03-22 18:30:35 +00:00
jengo
77c335a01d Added a unset($tpl) to prevent it conflicting with apps 2001-03-22 18:11:46 +00:00
jengo
cc33076dad display_fullname() had lastname and firstname mixed 2001-03-22 18:10:09 +00:00
bettina
7716dc48d4 update function formattime to show 12 as pm 2001-03-22 17:29:37 +00:00
jengo
35a2d6bc9a Fixed inline doc comment 2001-03-22 13:26:54 +00:00
jengo
3f3c2e7d01 Created a little bit cleaner version of display_fullname() 2001-03-22 13:25:06 +00:00
Miles Lott
66bea73872 Editing now working via update function 2001-03-22 09:36:51 +00:00
Miles Lott
db844b2ddb Add phpgw_nextid table and common->nextid function 2001-03-22 08:23:35 +00:00
Miles Lott
3604032b53 Add unset(password) before modify if the account existed in ldap already 2001-03-22 08:02:27 +00:00
Miles Lott
fa4bbf00f3 Major changes to add and update, add uses new common function nextid 2001-03-22 07:57:38 +00:00
themaniac
d5fcd31dea very draft inline docs added 2001-03-22 06:10:22 +00:00
Miles Lott
f0fdf157dc Fix read to use correct db object for setting contact_value from db 2001-03-22 02:56:37 +00:00
Miles Lott
4df94e35d2 Fix field name display 2001-03-22 02:56:03 +00:00
Miles Lott
8e2baeb263 Fix setting of context in delete and update - very important 2001-03-22 02:52:10 +00:00
Miles Lott
c11807d24a Fix setting of context in read_single_entry 2001-03-22 02:50:14 +00:00
Miles Lott
1bafd75341 Fix start/offset/limit 2001-03-22 02:39:38 +00:00
skeeter
c5e34d10b5 Fix for the 12/24 hour problem identified in the mailing list 2001-03-22 01:36:47 +00:00
skeeter
7059637ad3 Fix to change password 2001-03-22 01:17:34 +00:00
Miles Lott
649078db4a read_single_entry works, read working without filters and correct limits 2001-03-22 00:23:40 +00:00
Miles Lott
d77f03f084 Correct column name selection and prefs to use name value of stock_fields array 2001-03-21 23:57:30 +00:00
themaniac
b6812c3df5 fix spelling mistake on template variable 2001-03-21 23:33:36 +00:00
Miles Lott
32d5dec027 Add get_account_id for ldap.php to use the accounts class 2001-03-21 23:28:57 +00:00
Miles Lott
dab3d59f04 A few small comment and field choice changes 2001-03-21 22:51:37 +00:00
Miles Lott
7d8a40f222 Make vcardin use vcard class, alter class comments to reflect how it uses it 2001-03-21 20:52:02 +00:00
Miles Lott
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