You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(64) |
Apr
(38) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Rashmi B. <ra...@us...> - 2005-03-19 01:16:38
|
Update of /cvsroot/pocolap/pocolap/userdocs/CrosstabXSD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29560 Modified Files: crosstab.jar pocOLAPConfig.xsd Log Message: Fixed range attribute Index: crosstab.jar =================================================================== RCS file: /cvsroot/pocolap/pocolap/userdocs/CrosstabXSD/crosstab.jar,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsuJ7tWn and /tmp/cvsZ9QHWD differ Index: pocOLAPConfig.xsd =================================================================== RCS file: /cvsroot/pocolap/pocolap/userdocs/CrosstabXSD/pocOLAPConfig.xsd,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pocOLAPConfig.xsd 18 Mar 2005 23:27:57 -0000 1.7 --- pocOLAPConfig.xsd 19 Mar 2005 01:16:15 -0000 1.8 *************** *** 61,66 **** <xsd:complexType name="rangeType"> ! <xsd:attribute name="startvalue" type="xsd:string" /> ! <xsd:attribute name="endvalue" type="xsd:string" /> </xsd:complexType> --- 61,66 ---- <xsd:complexType name="rangeType"> ! <xsd:attribute name="startvalue" use="required" type="xsd:string" /> ! <xsd:attribute name="endvalue" use="required" type="xsd:string" /> </xsd:complexType> |
|
From: Rashmi B. <ra...@us...> - 2005-03-19 01:15:55
|
Update of /cvsroot/pocolap/pocolap/userdocs/sampledata/pocolapDB/crosstabdefs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29022 Modified Files: derbyconfig.xml Log Message: Conflict Resolution Index: derbyconfig.xml =================================================================== RCS file: /cvsroot/pocolap/pocolap/userdocs/sampledata/pocolapDB/crosstabdefs/derbyconfig.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** derbyconfig.xml 18 Mar 2005 23:28:23 -0000 1.9 --- derbyconfig.xml 19 Mar 2005 01:15:36 -0000 1.10 *************** *** 57,60 **** --- 57,62 ---- </dimension> <supplemental> + <reporticon src="pocologo_tiny.jpg" alt="The pocOLAP logo" + height="75" width="75" top="10" left="10" /> <description>This shows data stored in a Derby database</description> <link linktext="Learn more at the pocOLAP home page" linkurl="http://pocolap.sourceforge.net" /> *************** *** 80,84 **** <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan>Barkley</greaterThan> <lessThan>Weston</lessThan> --- 82,86 ---- <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan>Barkley</greaterThan> <lessThan>Weston</lessThan> *************** *** 93,98 **** <greaterThan>2.0</greaterThan> <lessThan>10.0</lessThan> ! <combineWithAnd/> ! <range/> </field> </table> --- 95,99 ---- <greaterThan>2.0</greaterThan> <lessThan>10.0</lessThan> ! <combineWithAnd/> </field> </table> *************** *** 105,110 **** <greaterThan/> <lessThan/> ! <combineWithAnd/> ! <range/> </field> </table> --- 106,110 ---- <greaterThan/> <lessThan/> ! <combineWithAnd/> </field> </table> *************** *** 123,126 **** </filter> </savedreport> - </crosstab> \ No newline at end of file --- 123,125 ---- |
|
From: Rashmi B. <ra...@us...> - 2005-03-18 23:28:46
|
Update of /cvsroot/pocolap/pocolap/userdocs/sampledata/pocolapDB/crosstabdefs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30189 Modified Files: derbyconfig.xml Log Message: changes for saved reports Index: derbyconfig.xml =================================================================== RCS file: /cvsroot/pocolap/pocolap/userdocs/sampledata/pocolapDB/crosstabdefs/derbyconfig.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** derbyconfig.xml 18 Mar 2005 15:53:12 -0000 1.8 --- derbyconfig.xml 18 Mar 2005 23:28:23 -0000 1.9 *************** *** 57,62 **** </dimension> <supplemental> - <reporticon src="pocologo_tiny.jpg" alt="The pocOLAP logo" - height="75" width="75" top="10" left="10" /> <description>This shows data stored in a Derby database</description> <link linktext="Learn more at the pocOLAP home page" linkurl="http://pocolap.sourceforge.net" /> --- 57,60 ---- *************** *** 82,90 **** <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> ! <range startvalue="Barkley" endvalue="Weston"/> <greaterThan>Barkley</greaterThan> <lessThan>Weston</lessThan> <combineWithAnd/> </field> <field name="Shoe Size" type="number" > --- 80,88 ---- <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan>Barkley</greaterThan> <lessThan>Weston</lessThan> <combineWithAnd/> + <range startvalue="Barkley" endvalue="Weston"/> </field> <field name="Shoe Size" type="number" > *************** *** 92,100 **** <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> ! <range/> <greaterThan>2.0</greaterThan> <lessThan>10.0</lessThan> <combineWithAnd/> </field> </table> --- 90,98 ---- <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan>2.0</greaterThan> <lessThan>10.0</lessThan> <combineWithAnd/> + <range/> </field> </table> *************** *** 104,112 **** <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> ! <range/> <greaterThan/> <lessThan/> <combineWithAnd/> </field> </table> --- 102,110 ---- <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan/> <lessThan/> <combineWithAnd/> + <range/> </field> </table> *************** *** 116,127 **** <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> ! <range startvalue="2000-01-16" endvalue="2005-03-16" /> <greaterThan/> <lessThan/> <combineWithAnd/> </field> </table> </filter> </savedreport> </crosstab> \ No newline at end of file --- 114,126 ---- <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan/> <lessThan/> <combineWithAnd/> + <range startvalue="2000-01-16" endvalue="2005-03-16" /> </field> </table> </filter> </savedreport> + </crosstab> \ No newline at end of file |
|
From: Rashmi B. <ra...@us...> - 2005-03-18 23:28:06
|
Update of /cvsroot/pocolap/pocolap/userdocs/CrosstabXSD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29779 Modified Files: crosstab.jar pocOLAPConfig.xsd Log Message: changes for saved reports Index: crosstab.jar =================================================================== RCS file: /cvsroot/pocolap/pocolap/userdocs/CrosstabXSD/crosstab.jar,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsaL5GZs and /tmp/cvs3fKMyK differ Index: pocOLAPConfig.xsd =================================================================== RCS file: /cvsroot/pocolap/pocolap/userdocs/CrosstabXSD/pocOLAPConfig.xsd,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pocOLAPConfig.xsd 18 Mar 2005 19:07:42 -0000 1.6 --- pocOLAPConfig.xsd 18 Mar 2005 23:27:57 -0000 1.7 *************** *** 61,66 **** <xsd:complexType name="rangeType"> ! <xsd:attribute name="startvalue" use="required" type="xsd:string" /> ! <xsd:attribute name="endvalue" use="required" type="xsd:string" /> </xsd:complexType> --- 61,66 ---- <xsd:complexType name="rangeType"> ! <xsd:attribute name="startvalue" type="xsd:string" /> ! <xsd:attribute name="endvalue" type="xsd:string" /> </xsd:complexType> |
|
From: todd r. <to...@us...> - 2005-03-18 22:14:47
|
Update of /cvsroot/pocolap/pocolap/userdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23926/userdocs Modified Files: config_file_how_to.sxw config_file_how_to.pdf Log Message: Preparing release 0.1.7 - updating documentation Index: config_file_how_to.pdf =================================================================== RCS file: /cvsroot/pocolap/pocolap/userdocs/config_file_how_to.pdf,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvsasPJdp and /tmp/cvsu8yElu differ Index: config_file_how_to.sxw =================================================================== RCS file: /cvsroot/pocolap/pocolap/userdocs/config_file_how_to.sxw,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsce9BZn and /tmp/cvsRrf2bt differ |