phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: cdb/doc cdb.preferences.txt,NONE,1.1 cdb.fields.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cdb/doc cdb.preferences.txt,NONE,1.1 cdb.fields.txt,1.1,1.2 cdb.views.txt,1.3,1.4
Date: Wed, 20 Mar 2002 14:37:05 -0500

Update of /cvsroot/phpgroupware/cdb/doc
In directory subversions:/tmp/cvs-serv13601/doc

Modified Files:
        cdb.fields.txt cdb.views.txt 
Added Files:
        cdb.preferences.txt 
Log Message:
Filter stuff.


--- NEW FILE ---
This file will be used to track the various preferences that we will track.

System-wide
        1) Cache expiration: 1day, 6hours, 1hour, 15minutes.  Default=1hour.

User-wide

Index: cdb.fields.txt
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/doc/cdb.fields.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cdb.fields.txt      28 Feb 2002 01:57:35 -0000      1.1
--- cdb.fields.txt      20 Mar 2002 19:37:03 -0000      1.2
***************
*** 23,30 ****
  contact_main  suffix
  contact_main  title
- contact_main                                  main_email      Returns main 
e-mail (string)
  contact_main                                  mailing_address Returns as 
string
  contact_main                                  note
! contact_main                                  category
  contact_phone                                 [category]      OK, this one is 
even stranger than
                                                                                
        the others.  category can be 
--- 23,32 ----
  contact_main  suffix
  contact_main  title
  contact_main                                  mailing_address Returns as 
string
  contact_main                                  note
! contact_main                                  category        Problem is that 
each contact has
!                                                                               
        multiple categories.  This returns
!                                                                               
        one record for each category.
! contact_main                                  categories      Returns ',' sep 
list of categories
  contact_phone                                 [category]      OK, this one is 
even stranger than
                                                                                
        the others.  category can be 

Index: cdb.views.txt
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/doc/cdb.views.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** cdb.views.txt       28 Feb 2002 01:56:58 -0000      1.3
--- cdb.views.txt       20 Mar 2002 19:37:03 -0000      1.4
***************
*** 137,138 ****
--- 137,147 ----
                        fields: account_id,orgs,contacts,views
  
+ Constraints
+ -----------
+       Filter names cannot have spaces and cannot start with underscores.
+ 
+ Optimizations
+ -------------
+       Should really create a categories field that gets updated whenever
+ category links are changed.  That would save a lot of trouble for certain
+ views.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]