?? changes.txt
字號:
Changes in pocolap version 0.2.1:
- Added the "Select Format" option to generate PDF files of the information in the report grid.
Changes in pocolap version 0.2.0:
- Fixed bug 1169363 which caused the reset button to work incorrectly in some configurations.
- Fixed bug (unlogged) which affected how drilldowns were handled which lead to IndexOutOfBoundsException in certain cases.
- Changed the Derby database structure. It is contains labor related data (similar to what a timecard application might collect).
- Added index.html and the ability to read it out of the internal database.
Changes in pocolap version 0.1.7:
- Saved Reports are now available with the "savedreport" element in the definition file. This allows a user to "recall" the column, row and filter settings.
- The internal database now includes a "resources" directory. Image files (gif,jpg,png) can be placed in this directory and accessed through various mechanisms via the ResourceServlet (see next entry).
- The report page can feature an image in the upper right hand corner by including a "reporticon" tag in the "supplemental" tag of the crosstab definition file.
- Fixed the ability to combine multiple filters on a single table with either AND or OR. This feature was lost somewhere around 0.0.4, but was only recently identified as MIA.
Changes in pocolap version 0.1.6:
- There is now an Admin.jsp which allows reloading the crosstab definition files. Now, you can make changes to the crosstab definition files and have those changes reflected without restarting the application.
- Reports can now include a report description and links to external pages (for example, to a home page).
Changes in pocolap version 0.1.5:
- This is the "XMLBeans" version. Crosstab definition files that worked with previous versions are not longer compatible. The following changes are required to get pre-existing crosstab definition files to work in versions 0.1.5 and beyond:
- The root tag is now "crosstab" instead of "reptconfig". This tag must also include "http=//www.pocolap.com". See the sample crosstab definitions (in userdocs/sampledata/pocolapDB/crosstabdefs) for examples.
- Don't forget to change the closing tag too!
- The source tag now requires you to use the dbString attribute instead of including the URL as an text value.
- The build.xml file (in CVS) has changed. If building from source, be sure to add xbean.jar to your JAR_LOCATION directory. You can retrieve this from the XMLBeans home page.
- Updated the "crosstab definition how-to" documentation to reflect the above mentioned changes.
- Fixed the derbyconfig.xml file so that setting a filter on "year" no longer throws an exception.
Changes in pocolap version 0.1.4:
- Fixed Console appender issue in JBoss.
- Fixed Date Handling in Filters section. Date filters are now set with calendar widgets.
- Updated documentation to reflect issues with winxp downloading files in "read only" mode.
- Added ability to indicate an index attribute for crosstab definition files. This allows "sorting" reports in the UI.
Changes in pocolap version 0.1.3:
- The default name of the internal database directory has been renamed pocolapDB. You can move/rename this by setting the pocolap.DB.location init-param in web.xml. The application attempts to determine whether the value of this parameter points to the internal database directory, or to the directory where a "pocolapDB" directory is located.
- Crosstab Definition files (previously referred to as "whs_" files) are now located in the internal database within a directory name "crosstabdefs". Drop crosstab definition files here to be picked up at application startup.
- The Derby based sample database is now defined as sampleDB and is located within the internal database under a subdirectory of the same name.
- XML parsing now uses jdom. If building from source, make sure you look at build.xml to see where the jdom.jar file needs to be located.
Changes in pocolap version 0.1.2:
- Logging has been added (thanks Rashmi!). Requires the internal database to be located in C:\ or /tmp (depending on your OS), or a location specific in web.xml (in the pocolap.DB.location init-param).
- Minor changes to the UI. Datasources are now displayed as recommended by Nicole, and the filters have been repositioned for a cleaner look.
Changes in pocolap version 0.1.1:
- web.xml no longer looks for whs_ files in the definition of XTabMain. These should be placed in the definition of ConfigurationServlet instead
- Log4J is now required to build the war file. See build.xml for more information.
- derby.jar and derbytools.jar are required to use the internal database.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -