-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JasperStarter updated / general improvements
- Loading branch information
Showing
26 changed files
with
49 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Release Notes - PHPJasper - Version 1.15 | ||
======================================================== | ||
|
||
** Improvement | ||
* Updated JasperStarter to Version 3.1.0 | ||
|
||
________________________________________________________ | ||
|
||
|
||
Release Notes - JasperStarter - Version 3.1.0 | ||
======================================================== | ||
|
||
** New Feature | ||
* [JAS-83] - JSON file as a data source | ||
|
||
** Task | ||
* [JAS-95] - Include JasperReports 6.4.0 | ||
|
||
** Improvement | ||
* [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation | ||
________________________________________________________ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+1.08 MB
bin/jasperstarter/lib/itext-2.1.7.js2.jar → bin/jasperstarter/lib/itext-2.1.7.js5.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+556 KB
bin/jasperstarter/lib/joda-time-2.0.jar → bin/jasperstarter/lib/joda-time-2.1.jar
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+190 KB
bin/jasperstarter/lib/xml-apis-1.3.02.jar → bin/jasperstarter/lib/xml-apis-1.3.04.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,6 @@ class JasperPHPTest extends PHPUnit_Framework_TestCase | |
* @author Rafael Queiroz <[email protected]> | ||
* @package JasperPHP | ||
*/ | ||
class JasperPHPTest extends \PHPUnit_Framework_TestCase | ||
|
||
{ | ||
|
||
/** | ||
|