Commit Graph

2091 Commits

Author SHA1 Message Date
Miles Lott
780f39e5e7 Almost functional multiple vcard export 2001-03-20 05:15:36 +00:00
skeeter
78c32a5d6a removed type casting as get_account_id() now handles that 2001-03-20 04:47:50 +00:00
skeeter
111a3f1e2f removed extraneous parameter 2001-03-20 04:46:40 +00:00
skeeter
f38505501e CHnages for day view. Looks like devel code has had this for a while, which would display improper records for users other than yourself. 2001-03-20 04:45:42 +00:00
skeeter
3a826ab4a6 Added extra checking on grabbing group info from record 2001-03-20 04:44:00 +00:00
skeeter
7a9a260941 Removed a parameter. 2001-03-20 04:15:04 +00:00
skeeter
8b682ee5b7 Weekly matrix now follows ACL permissions 2001-03-20 03:34:41 +00:00
skeeter
691fcb01ca Fix for refreshing. Improper link() 2001-03-20 03:33:47 +00:00
skeeter
204e6c6514 This now places the current user into the global grants variable 2001-03-20 03:33:02 +00:00
skeeter
fc023e192f This may fix the problem with private entries in the time matrix view. 2001-03-20 02:49:32 +00:00
skeeter
4409541de7 This fixes a problem with the daily view not spanning enough rows 2001-03-20 02:34:39 +00:00
skeeter
45767449dc Fix for bug #409624 - Improper handling of daylight savings time changeover 2001-03-20 00:45:41 +00:00
jengo
9c0412498d Updated docs 2001-03-20 00:28:06 +00:00
skeeter
d54902d50a Timematrix now displays the events time in the status bar 2001-03-20 00:26:52 +00:00
jengo
7dd376024d *** empty log message *** 2001-03-20 00:24:51 +00:00
skeeter
9fcb041eb4 mistype the name of the new function get_account_id() 2001-03-19 23:09:47 +00:00
Miles Lott
6c824a2ca8 Add a default selection if not a new install 2001-03-19 23:01:04 +00:00
Miles Lott
a4263f51b1 Change spaces to tabs 2001-03-19 22:46:59 +00:00
Miles Lott
b626901cb8 Add common for selecting common lang in transy 2001-03-19 21:59:22 +00:00
skeeter
dde3854be5 possible clarification in memberships() 2001-03-19 20:55:48 +00:00
skeeter
4b31a3a93b fix in get_grants() if the user is by some unknown reason, not associated to a group 2001-03-19 20:50:46 +00:00
skeeter
4199aceffc mistype the name of the new function get_account_id() 2001-03-19 20:37:09 +00:00
skeeter
b9da94fd2e New function get_account_id(). This will take either an account_id # as either an integer or a string and return a true intval(account_id) or take a string of a users lid and return the account_id as an integer 2001-03-19 20:25:04 +00:00
Miles Lott
3523adab62 formatting 2001-03-19 18:02:06 +00:00
Miles Lott
703ae63dbb Remove debugging call 2001-03-19 17:57:05 +00:00
Miles Lott
bbb3cdf388 Fix for read_last_entry, causing pgsql to fail due to diff return field from max() 2001-03-19 17:56:43 +00:00
Miles Lott
cd91a6c4a1 Fix each error in prefs checking 2001-03-19 17:18:28 +00:00
mdean
d35869cea1 Fixed PostgreSQL error for explicit cast from int to varchar. 2001-03-19 13:21:13 +00:00
Miles Lott
8edfe83318 Slightly better vcard import, we can now read our own vcards ;) 2001-03-19 09:07:00 +00:00
Miles Lott
d71bed9146 Add comment to stock field array as to use of name vs. value 2001-03-19 03:46:41 +00:00
Miles Lott
f14824f012 Fix a call not allowing ldap, and fix the return of stock_fieldnames 2001-03-19 03:45:46 +00:00
skeeter
9d6ca0fcd6 Possible fix for a memory exhaustion error 2001-03-19 03:39:12 +00:00
Miles Lott
da9a34e49d Do some cleanup of ^M and stray commas 2001-03-19 03:30:41 +00:00
themaniac
a2e2ed23f3 incline docs; alot of this needs to be looked at 2001-03-19 03:16:56 +00:00
Miles Lott
72a7f4b583 New proposed phpgw_LDIF format and fix Netscape LDIF export objectclass(es) 2001-03-19 02:38:42 +00:00
Miles Lott
c057ec36a6 For this first major rewrite sql->ldap, all but read are done 2001-03-19 01:02:07 +00:00
Miles Lott
db3467bed1 Begin ldap class, fix read_last_entry in sql to also return adr_XXX_type fields 2001-03-18 18:49:19 +00:00
jengo
847cced1c5 Fixed bad link() calls 2001-03-18 18:34:14 +00:00
skeeter
dfb85b25cd This should solve the ignore option on overlaps. 2001-03-18 18:32:54 +00:00
skeeter
a497895d1a This is the final version. 2001-03-18 18:32:22 +00:00
skeeter
ecb54c6800 I'm thinking this is the way it should be. Resetting the variable with each iteration through for the individual records. 2001-03-18 18:31:17 +00:00
skeeter
e3f85931ce narrowing in.. 2001-03-18 18:10:05 +00:00
skeeter
e52c72c4eb should solve problems for the accounts->exists() 2001-03-18 18:09:46 +00:00
skeeter
ec649569a4 narrowing in.. I think accounts->exists() is really screwed 2001-03-18 17:47:09 +00:00
skeeter
b4dd1a649b more debug statements 2001-03-18 17:39:30 +00:00
Miles Lott
d5b6201f37 Move most input form tags into template, add pref note next to each phone # 2001-03-18 17:22:17 +00:00
Miles Lott
f17245d6ea Add abbreviated 'pref' for addressbook preferred # radio buttons 2001-03-18 17:21:12 +00:00
skeeter
79639009d9 something I was playing with.. 2001-03-18 17:20:45 +00:00
skeeter
c5e0330b9e added html comment to debug the participant problem 2001-03-18 17:04:22 +00:00
skeeter
4082448a0e Changed the variable to force it to an integer 2001-03-18 17:03:11 +00:00