Ralf Becker
|
95b42ecd6b
|
added ' around cat_id, else you get invalid sql on new install with default cat set to 'all' or any other not numeric values
|
2001-05-30 21:51:20 +00:00 |
|
Miles Lott
|
3038c414e4
|
Set DEBUG back to 0
|
2001-05-26 11:25:38 +00:00 |
|
Miles Lott
|
33337decd9
|
Remove CONCAT from last patch, use alternate method for multiple cat_id
|
2001-05-26 11:20:03 +00:00 |
|
Miles Lott
|
93db684a70
|
Last of recent changes from Ralf Becker
|
2001-05-23 20:49:52 +00:00 |
|
Miles Lott
|
c703dbb740
|
Reformatting
|
2001-05-07 05:04:13 +00:00 |
|
Miles Lott
|
66991480ca
|
Formatting
|
2001-05-01 09:32:52 +00:00 |
|
Miles Lott
|
ebae1c6323
|
Add some verification that account_id exists for use in accounts storage
|
2001-04-29 13:41:36 +00:00 |
|
Miles Lott
|
1d97b2b433
|
Fix SQL for apps that did not send at least a tid in the filter.
|
2001-04-26 01:40:59 +00:00 |
|
Miles Lott
|
8a69409111
|
Hopefully fixes sql search bug that showed other's private entries
|
2001-04-20 23:13:56 +00:00 |
|
Miles Lott
|
338538d943
|
Fix to query for bday
|
2001-04-08 07:04:10 +00:00 |
|
Miles Lott
|
3f61ced92e
|
Add bday to list of queried fields
|
2001-04-06 21:14:38 +00:00 |
|
Miles Lott
|
95dc6489fc
|
Add change_owner for admin
|
2001-03-30 04:18:22 +00:00 |
|
Miles Lott
|
2be72e113f
|
Fix delete all extra table column name
|
2001-03-30 03:57:38 +00:00 |
|
Miles Lott
|
526229cefe
|
Add default tid to update
|
2001-03-30 03:37:21 +00:00 |
|
jengo
|
2a46126b1b
|
Finished adding ACL to the addressbook, I belive it should now work. Needs testing
|
2001-03-29 08:09:50 +00:00 |
|
Miles Lott
|
f57e5d0c3a
|
Modify delete_all() to handle account record deletion by admin
|
2001-03-28 12:39:42 +00:00 |
|
Miles Lott
|
d8c21b2961
|
Setup new var, remove vars from class extension file (shared)
|
2001-03-28 00:57:47 +00:00 |
|
Miles Lott
|
dac252934e
|
Add tid to update as an option
|
2001-03-27 14:44:50 +00:00 |
|
Miles Lott
|
ed84d3b861
|
Add default tid filter
|
2001-03-27 12:48:46 +00:00 |
|
Miles Lott
|
b2da5d14f0
|
Fix addition of hr profiles
|
2001-03-26 23:41:34 +00:00 |
|
Miles Lott
|
df41f9fefe
|
More adjustment to sql filter strings
|
2001-03-26 13:08:59 +00:00 |
|
Miles Lott
|
7b2ab4f697
|
Some more filtering fixes, I hope
|
2001-03-26 02:00:47 +00:00 |
|
Miles Lott
|
528db46464
|
Add delete_all() to sql for testing ONLY :)
|
2001-03-25 23:25:23 +00:00 |
|
Miles Lott
|
a0ec697e28
|
Fix sql error in add()
|
2001-03-25 23:21:01 +00:00 |
|
Miles Lott
|
382347be76
|
Some work on sql filter mods since the intro of acl
|
2001-03-25 14:11:43 +00:00 |
|
Miles Lott
|
030388d193
|
Also set $fand to NULL;
|
2001-03-25 07:46:13 +00:00 |
|
Miles Lott
|
e9bcd7a91b
|
Fix if no grants are set - this is because of changes for cat_id
|
2001-03-25 07:44:01 +00:00 |
|
Miles Lott
|
fb1aa7062b
|
Add ability to select all/none or a specific category
|
2001-03-25 06:02:52 +00:00 |
|
Miles Lott
|
37cdf6faf1
|
Adding category support to addressbook
|
2001-03-25 05:41:06 +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 |
|
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
|
d71bed9146
|
Add comment to stock field array as to use of name vs. value
|
2001-03-19 03:46:41 +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 |
|
Miles Lott
|
b58867a92b
|
Add some logic to set the limit variable, or not, so you can read all records if you want
|
2001-03-18 06:49:31 +00:00 |
|
Miles Lott
|
e87d1171cc
|
Backtrack to older class read(), no filtering/ordering/searching on extras yet
|
2001-03-17 21:29:44 +00:00 |
|
Miles Lott
|
1575e37617
|
Remove drop table again
|
2001-03-16 03:03:42 +00:00 |
|
Miles Lott
|
34f99bb3dd
|
Fix check of std fields for filtering in read()
|
2001-03-08 14:37:42 +00:00 |
|
Miles Lott
|
a7c6bc50e2
|
Fix "" vs '' on line 334 for pgsql
|
2001-03-01 03:38:17 +00:00 |
|
Miles Lott
|
af02fc4df7
|
Remove num for int size spec on create temp table
|
2001-02-28 22:09:09 +00:00 |
|
Miles Lott
|
1ff5f201a9
|
Comment out first drop table in read which breaks pgsql
|
2001-02-28 21:53:42 +00:00 |
|
Miles Lott
|
e156a2626f
|
Shorten temp table name that was truncating in pgsql
|
2001-02-28 15:24:30 +00:00 |
|
Miles Lott
|
d22b947dbc
|
Move note as new field in stock contact fields
|
2001-02-27 13:34:26 +00:00 |
|
Miles Lott
|
c4cf4bb037
|
Move bday and url into class as std vcard fields
|
2001-02-27 00:31:20 +00:00 |
|
Miles Lott
|
6fd67ec9e8
|
Add temporary mysql check for dropping the table
|
2001-02-22 17:46:23 +00:00 |
|
Miles Lott
|
bdac59038b
|
Add code to check extra_fields and add them to the create spec even if no data existed
|
2001-02-22 15:53:38 +00:00 |
|
Miles Lott
|
dc5e1437f0
|
Add check to see if extra_fields variable exists
|
2001-02-22 15:13:29 +00:00 |
|