Log Message:
---
Spelled the word "Geographic" correctly.
Modified Files:
--
bizgres/JasperReports/reports:
DailyGeographicActivity.jrxml (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/DailyGeographicActivi
Log Message:
---
Added support for detecting and using the version of readline included
with OS X 10.4.
Closes bug 1000364
Modified Files:
--
bizgres/postgresql:
build.xml (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgres
Log Message:
---
Added support for building from csh (or one of its derivatives) for old
foogies like me who never bothered to learn bash.
Added Files:
---
bizgres:
source-before-build.csh (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/sour
Log Message:
---
Updated the build instructions to set the devoBuild flag. Without this
the instructions lead to a build failure.
Fixex bug 1000376
Modified Files:
--
bizgres:
INSTALL (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/biz
Log Message:
---
Changed the default image url from "/images" to "/bizgres/images".
Modified Files:
--
bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream:
JasperReportsRunner.java (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/b
Log Message:
---
Handle null countries better, to prevent empty reports
Modified Files:
--
bizgres/JasperReports/reports:
DailyGeographicActivity.jrxml (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/DailyGe
Log Message:
---
Using aggregate tables for weekly entry page info. Showing the page
description instead of the url when the description has meaningful data
Modified Files:
--
bizgres/JasperReports/reports:
DailyTrafficActivity.jrxml (r1.3 -> r1.4)
(http:/
Log Message:
---
Use weekly aggregate tables
If the page_desc field has meaningful data use it instead of the url.
Modified Files:
--
bizgres/JasperReports/reports:
CumulativeExitPages.jrxml (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgre
Log Message:
---
Updated the SQL to use aggregate tables
Modified Files:
--
bizgres/JasperReports/reports:
WeeklyTrafficActivity.jrxml (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/WeeklyTrafficActivity.jr
Log Message:
---
Added sample ant target showing how to batch precompile the reports
Modified Files:
--
bizgres/JasperReportsRunner:
build.xml (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/build.xml.diff?r1=
Log Message:
---
Changed the names of the Cumulative report output to match the new naming
convention
Modified Files:
--
bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream:
JasperReportsRunner.java (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cg
Log Message:
---
The JasperReportRunner will now specify that the JasperReports files are
compiled by the JDT compiler, to avoid any dependency on javac being
installed.
Added Files:
---
bizgres/JasperReportsRunner/lib:
jdt-compiler.jar (r1.1)
(http://cvs.pgfou
Log Message:
---
1) Use the jdt compiler when compiling JasperReports - doesn't require
the javac compiler to be installed, and doesn't require temp file space.
2) Use a manual HtmlExporter for finer control over the HTML generated.
3) Don't use small images to align stuff in HTML output
Log Message:
---
Cleaned up the formatting, fixed a few problems with HTML output producing
white text on a white background, which is a wee bit hard to read.
TODO: The Entry and Exit pages aren't using the aggregate tables yet, as
I haven't created them on my db yet. If you run the
Log Message:
---
Formatting clean up.
Modified Files:
--
bizgres/JasperReports/reports:
CumulativeTopReferrers.jrxml (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/CumulativeTopReferrers.jrxml.diff?r1=1.1&r
Log Message:
---
Fixed a problem with subreports, caused by running the report runner
in a diffent directory than the actual reports. The fix is to pass
the path to the reports to the master, so it can specify the exact
location of the subreport.
Modified Files:
--
bizgres
Log Message:
---
Removed extraneous page breaks.
Modified Files:
--
bizgres/JasperReports/reports:
CumulativeTrafficActivity.jrxml (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/CumulativeTrafficActivity.jr
Log Message:
---
Cleaned up HTML formatting, switched to using aggregate tables where
possible.
Modified Files:
--
bizgres/JasperReports/reports:
CumulativeTrafficActivity.jrxml (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/Jas
Log Message:
---
Changed the signature of the runReport method so the type of report
(daily, weekly, cumulative) of the report can be passed in.
Renamed the old "historical" static to be "Cumulative" to match the
new terminology.
Modified Files:
--
bizgres/JasperReportsRunn
Log Message:
---
Allow an alternate file name to specified via a report parameter. The
specified name overrides any automatic timestamping.
Modified Files:
--
bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream:
JasperReportsRunner.java (r1.2 -> r1.3
Log Message:
---
Updated to show current set of reports, their files, and any subreport
dependencies.
Modified Files:
--
bizgres/JasperReports/reports:
README.txt (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/repo
Log Message:
---
Updated versions of the Geographic Activity reports. Daily/weekly/historic
version, no blank pages between weeks in historical version.
Modified Files:
--
bizgres/JasperReports/reports:
GeographicByWeek.jrxml (r1.2 -> r1.3)
(http://cvs.pgf
Log Message:
---
Changing the name of the output files for Daily and Weekly reports, per
Nitin's request.
Modified Files:
--
bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream:
JasperReportsRunner.java (r1.1 -> r1.2)
(http://cvs.pgfoundry.or
Log Message:
---
Two additinal libs needed to run reports with charts in them.
Added Files:
---
bizgres/JasperReportsRunner/lib:
jcommon-1.0.0-rc1.jar (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/lib/jcommon-1.0.0-rc1.
Log Message:
---
Site Activity reports for daily/weekly/cumulative. Using final aggregate
tables, basically finished.
Modified Files:
--
bizgres/JasperReports/reports:
WeeklySiteActivity.jrxml (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/biz
Log Message:
---
Deleted obsoleted report
Removed Files:
-
bizgres/JasperReports/reports:
TopEntryPages.jrxml
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/TopEntryPages.jrxml)
---(end of broadca
Log Message:
---
The daily/weekly/cumulative version of the entry page reports. Not yet
updated to use the new aggregates being created by KETL.
Modified Files:
--
bizgres/JasperReports/reports:
EntryPagesForWeek.jrxml (r1.1 -> r1.2)
(http://cvs.pgfoundry.
Log Message:
---
Cumulative version of the exit pages report, tuned for PDF output.
Modified Files:
--
bizgres/JasperReports/reports:
ExitPagesForWeek.jrxml (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/Ex
Log Message:
---
Removing obsolete file, outdated by new versions that work with the
JasperReportsRunner and follow the new naming conventions.
Removed Files:
-
bizgres/JasperReports/reports:
TopExitPages.jrxml
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/b
Log Message:
---
Working versions of the daily and weekly top exit pages reports. The
weekly version is SLOW.
Added Files:
---
bizgres/JasperReports/reports:
DailyExitPages.jrxml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports
Log Message:
---
Daily and Weekly versions of the Top Search Engine Referrers reports.
Added Files:
---
bizgres/JasperReports/reports:
DailyTopSearchEngineReferrers.jrxml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/
Log Message:
---
Added Daily and Weekly version of the Top Referrers reports.
Added Files:
---
bizgres/JasperReports/reports:
DailyTopReferrers.jrxml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/DailyTopReferrers.jrx
Log Message:
---
Deleted obsolete report, being replaced by cumulative, daily, and weekly
versions
Removed Files:
-
bizgres/JasperReports/reports:
TopReferrers.jrxml
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/TopRefer
Log Message:
---
The Cumulative Referrers reports are now done. The same report can be
used for both cumulative referrers and cumulative search engine referrers.
To get search enginee referrers set the two optional parameters as follows:
parameter value
-- ---
Log Message:
---
Prevent compiler warnings when building under JDK 1.5
Modified Files:
--
bizgres/JasperReportsRunner:
build.xml (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/build.xml.diff?r1=1.2&r2=1.3)
-
Log Message:
---
1) The input parameter has been renamed reportDate to match what the
JasperReportRunner uses.
2) Cleaned up the date/time formatting.
Modified Files:
--
bizgres/JasperReports/reports:
DailyTrafficActivity.jrxml (r1.1 -> r1.2)
(http://cvs
Log Message:
---
Accidently checked in the jars as text files, deleting and readding as
binaries.
Removed Files:
-
bizgres/JasperReports/lib:
jasperreports-1.0.0.jar
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/lib/jasperreport
Log Message:
---
Several minor changes:
1) Parameter name for the date and the type match that passed by the
JasperReportRunner. Report now produces output when used with Runner.
2) Formatting of the dates has been added.
Basically finished, with the possibility of adding summaries.
Mo
Log Message:
---
Readding jar as a binary
Added Files:
---
bizgres/JasperReports/lib:
jasperreports-1.0.0.jar (r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/lib/jasperreports-1.0.0.jar?rev=1.3&content-type=text/x-cvsweb-markup
Log Message:
---
Daily WebTrafficActivity report. Shows traffic by hour for a specific
date, with both a table and a line chart.
TODOS: Fix hour formating, currently "0", "1", etc.
Add summaries for page views, sessions, users
Added Files:
---
bizgres/JasperReports/rep
Log Message:
---
Moved the old "WeeklyTrafficActivity" report to "CumulativeTrafficActivity"
to match our new naming conventions.
Added Files:
---
bizgres/JasperReports/reports:
CumulativeTrafficActivity.jrxml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi
Log Message:
---
Weekly Traffic Activity report. Has a mandatory parameter called
"week_end_date" which is the last day of the seven day span to report
on.
There is a table and a line chart showing pageviews, sessions and users
per day for the week, where week is a rolling 7 day period en
Log Message:
---
Suppress blank pages between weeks in PDF output.
Modified Files:
--
bizgres/JasperReports/reports:
GeographicActivity.jrxml (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/GeographicActivit
Log Message:
---
Ant file to build and test the JasperReportsRunner. Major targets:
compile - compiles the runner
compile-tests - compiles the test files
run-tests - runs all available tests. (currently there are no tests.)
clean - one guess
Added Files:
---
Update of
/cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream
In directory pgfoundry.org:/tmp/cvs-serv95746/clickstream
Log Message:
Directory
/cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream
added to the repository
--
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com
In directory pgfoundry.org:/tmp/cvs-serv95676/com
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com added to the
repository
---(end of broadcast)---
TIP 9: In
Log Message:
---
Initial check in of the JasperRunner for use with the click stream
analysis application. This consists of a new class that the ETL engine
can use to fire off report execution upon completion, and a typed
exception thrown by the runner.
One major bug right now: reports are
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft
In directory pgfoundry.org:/tmp/cvs-serv95707/jaspersoft
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft added
to the repository
---(end of broadcast)
Update of
/cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres
In directory pgfoundry.org:/tmp/cvs-serv95732/bizgres
Log Message:
Directory
/cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres added
to the repository
---(end of bro
Log Message:
---
Libraries needed to build and run the JasperReportsRunner, used to
generate report output after an ETL run has finished.
Added Files:
---
bizgres/JasperReportsRunner/lib:
commons-beanutils-1.5.jar (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/lib
In directory pgfoundry.org:/tmp/cvs-serv95344/lib
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/lib added to the
repository
---(end of broadcast)---
TIP 6: explain an
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/tests
In directory pgfoundry.org:/tmp/cvs-serv95344/tests
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/tests added to the
repository
---(end of broadcast)---
TIP 1: if p
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src
In directory pgfoundry.org:/tmp/cvs-serv95344/src
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src added to the
repository
---(end of broadcast)---
TIP 2: Don't 'kil
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner
In directory pgfoundry.org:/tmp/cvs-serv95304/JasperReportsRunner
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReportsRunner added to the repository
---(end of broadcast)---
TIP 3: Hav
Log Message:
---
Initial check in of the first set of reports. Requires JasperReports
1.0 to work, and many will not work within the current 0.5 version of
iReports. See the README for more info.
Added Files:
---
bizgres/JasperReports/reports:
EntryPagesForWeek.jrxml
Log Message:
---
Added JasperReports license information.
Added Files:
---
bizgres/JasperReports/license:
jasperreports.txt (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/license/jasperreports.txt?rev=1.1&content-type=text/x-c
Log Message:
---
Some SQL scripts to create additional aggregate tables used by some
of the reports. These need to be integrated with KETL and obsoleted.
See the README for more info.
Added Files:
---
bizgres/JasperReports/sql_scripts:
README.txt (r1.1)
(http:
Update of /cvsroot/bizgres/bizgres/JasperReports/license
In directory pgfoundry.org:/tmp/cvs-serv25326/license
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReports/license added to the repository
---(end of broadcast)---
TIP 4: Have you se
Update of /cvsroot/bizgres/bizgres/JasperReports/lib
In directory pgfoundry.org:/tmp/cvs-serv23513/lib
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReports/lib added to the repository
---(end of broadcast)---
TIP 6: explain analyze is your
Update of /cvsroot/bizgres/bizgres/JasperReports/reports
In directory pgfoundry.org:/tmp/cvs-serv23768/reports
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReports/reports added to the repository
---(end of broadcast)---
TIP 6: explain ana
Update of /cvsroot/bizgres/bizgres/JasperReports/sql_scripts
In directory pgfoundry.org:/tmp/cvs-serv24034/sql_scripts
Log Message:
Directory /cvsroot/bizgres/bizgres/JasperReports/sql_scripts added to the
repository
---(end of broadcast)---
TIP 5
Log Message:
---
The newly release 1.0 version of JasperReports. This version of the
library is required, as several of the included reports use the new
charting capabilities. For the source, go to
http://jasperreports.sourceforge.net
Added Files:
---
bizgres/JasperReports/li
62 matches
Mail list logo