commit-gnue
[Top][All Lists]
Advanced

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

gnue-reports ./TODO samples/php_client/README s...


From: Jan Ischebeck
Subject: gnue-reports ./TODO samples/php_client/README s...
Date: Fri, 31 Oct 2003 13:06:16 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue-reports
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/10/31 13:06:16

Modified files:
        .              : TODO 
        samples/php_client: README test.php 
        samples/foobulations: README 
        src/adapters/filters/SimpleTabulation/tabulator/formatters: 
                                                                    pdf.py 

Log message:
        update TODO list
        php_client updates: change report name to common sample, update README
        add website and deb package name to reportlab import warning

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-reports/TODO.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-reports/samples/php_client/README.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-reports/samples/php_client/test.php.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-reports/samples/foobulations/README.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnue-reports/TODO
diff -c gnue-reports/TODO:1.10 gnue-reports/TODO:1.11
*** gnue-reports/TODO:1.10      Tue May 13 14:58:24 2003
--- gnue-reports/TODO   Fri Oct 31 13:06:15 2003
***************
*** 17,25 ****
   * Implement "importing" from libraries (involves moving import
     code from Forms to Common)
  
-  * Make into a "server" (many small tasks involved -- mainly
-    waiting on Common's GServerApp and GComm to materialize.)
- 
   * Decide on a "formal" output markup.
  
   * [BUG] Currently, <parameters> has to appear before <sources>.
--- 17,22 ----
***************
*** 27,33 ****
--- 24,36 ----
   * Add --destination-parameters support so that options can be 
     passed directly to the destination adapter. e.g., 
       --destination-parameters '-s "My Subject"'
+      
+  * Add RPC configuration parameter for both server and client
+ 
+  * Add security infrastructure to report server
  
+  * Much work on the server side ( report definition directories, 
+    output dirs., assynchron report processing, scheduler support)
  
  ROADMAP
  
***************
*** 45,50 ****
    Formula Support 
  
  ?.?.?
-   GComm (i.e. make server)
    Start transformation sheets
    Formula Support
--- 48,52 ----
Index: gnue-reports/samples/foobulations/README
diff -c gnue-reports/samples/foobulations/README:1.1 
gnue-reports/samples/foobulations/README:1.2
*** gnue-reports/samples/foobulations/README:1.1        Wed Apr  3 18:52:54 2002
--- gnue-reports/samples/foobulations/README    Fri Oct 31 13:06:16 2003
***************
*** 4,7 ****
  To run (once it actually works): 
    grcvs monthly.grd subtitle="April 2002" begin="04/01/2002" end="04/30/2002"
  
! 
--- 4,8 ----
  To run (once it actually works): 
    grcvs monthly.grd subtitle="April 2002" begin="04/01/2002" end="04/30/2002"
  
! You can try different filter settings:
!   grcvs --filter pdf -d test.pdf subtitle="April 2002" begin="04/01/2002" 
end="04/30/2002"
Index: gnue-reports/samples/php_client/README
diff -c gnue-reports/samples/php_client/README:1.1 
gnue-reports/samples/php_client/README:1.2
*** gnue-reports/samples/php_client/README:1.1  Tue Oct 28 20:00:16 2003
--- gnue-reports/samples/php_client/README      Fri Oct 31 13:06:15 2003
***************
*** 4,6 ****
--- 4,18 ----
  Requirements:
    - xmlrpc from phpxmlrpc.sf.net
    - running gnue-reports-server
+   - a working monthly.grd report
+ 
+ What to take care of:
+ - start the server in the directory, where you have monthly.grd
+ 
+    gnue-reports-server -Z --username X --password Y
+ 
+ - try it first with gnue-reports itself.
+    
+    gnue-reports -d /tmp/test monthly.grd subtitle="April 2002" 
begin="04/01/2002" end="04/30/2002"
+    
+    
Index: gnue-reports/samples/php_client/test.php
diff -c gnue-reports/samples/php_client/test.php:1.1 
gnue-reports/samples/php_client/test.php:1.2
*** gnue-reports/samples/php_client/test.php:1.1        Tue Oct 28 20:00:16 2003
--- gnue-reports/samples/php_client/test.php    Fri Oct 31 13:06:16 2003
***************
*** 30,36 ****
  $engine->execute("setFilter", array("raw", ""));
  
  print ("<p>6. process the report (can take longer)<br>");
! $engine->execute("processReport",array("Passives_WeiSuoX_SXW.grd", array(), 
0, 0, 0));
  
  print ("<p>7. clear and close enging <br>");
  $engine->execute("clear",None);
--- 30,36 ----
  $engine->execute("setFilter", array("raw", ""));
  
  print ("<p>6. process the report (can take longer)<br>");
! $engine->execute("processReport",array("monthly.grd", array(), 0, 0, 0));
  
  print ("<p>7. clear and close enging <br>");
  $engine->execute("clear",None);
Index: 
gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py
diff -c 
gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py:1.6
 
gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py:1.7
*** 
gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py:1.6
  Mon Sep 29 07:47:24 2003
--- 
gnue-reports/src/adapters/filters/SimpleTabulation/tabulator/formatters/pdf.py  
    Fri Oct 31 13:06:16 2003
***************
*** 35,41 ****
  try:
    from reportlab.pdfgen import canvas
  except ImportError:
!   raise "Unable to load reportlab"
  
  from reportlab.platypus.doctemplate import PageTemplate, BaseDocTemplate
  from reportlab.platypus import Table, Paragraph
--- 35,43 ----
  try:
    from reportlab.pdfgen import canvas
  except ImportError:
!   raise "Unable to load reportlab. You can get reportlab from"+\
!         " www.reportlab.org. If you have debian just do a apt-get install "+\
!       " python-reportlab."
  
  from reportlab.platypus.doctemplate import PageTemplate, BaseDocTemplate
  from reportlab.platypus import Table, Paragraph




reply via email to

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