14 csets were pushed to modules/reports: Preparing reports module for MT conversi...
marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] (Marcel van der Boom) Thu, 7 Jul 2005 14:45:19 +0000 (GMT)
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Changes were applied by marcel to modules/reports level 20.
The following csets were applied:
ChangeSet
1.300 05/07/07 16:44:45 [email protected] +4 -0
Preparing reports module for MT conversion
BitKeeper/etc/config
1.8 05/07/07 16:44:42 [email protected] +0 -1
use the global logging option
xaruserapi/push_output.php
1.6 05/07/07 16:43:17 [email protected] +2 -1
qa
xaruserapi/produce_output.php
1.4 05/07/07 16:43:17 [email protected] +2 -1
qa
xaruserapi/html_output.php
1.2 05/07/07 16:43:17 [email protected] +1 -0
qa
xardocs/notes.txt
1.1 05/06/26 12:23:53 [email protected] +28 -0
ChangeSet
1.299 05/06/26 12:23:53 [email protected] +2 -0
- Changing the push method a bit
- starting some notes
xaruserapi/push_output.php
1.5 05/06/26 12:23:53 [email protected] +7 -2
- split off some variables
- do alternative push which counts bytes so we are prepared for a check
xardocs/notes.txt
1.0 05/06/26 12:23:53 [email protected] +0 -0
BitKeeper file /var/bk/xar/core/wegener/html/modules/reports/xardocs/notes.txt
ChangeSet
1.298 05/02/28 09:24:14 [email protected] +1 -0
reuse the image cache, that's what it is for
xaruserapi/dataitemtag.php
1.9 05/02/28 09:24:13 [email protected] +6 -4
reuse the image cache, that's what it is for
ChangeSet
1.297 05/02/26 16:19:32 [email protected] +3 -0
- Add modvar for the fop location
- encode always in utf8 what is coming out of the database.
xaruserapi/dataitemtag.php
1.8 05/02/26 16:19:31 [email protected] +16 -13
use utf8_encode always to encode what's coming out of the database, so we know for sure the bytes are ok (i've seen it happen where it was not)
xaradminapi/update_config.php
1.7 05/02/26 16:19:31 [email protected] +3 -2
Add foplocation config variable
xaradmin/update_config.php
1.7 05/02/26 16:19:30 [email protected] +8 -6
Add foplocation config variable
ChangeSet
1.296 05/02/25 14:17:42 [email protected] +3 -0
- Use the fop location modvar
- Disable the non-working backends
xaruserapi/push_output.php
1.4 05/02/25 14:17:40 [email protected] +1 -1
Use the fop_location modvar
xartemplates/admin-modify_config.xd
1.9 05/02/25 14:17:40 [email protected] +12 -4
- show only available back-ends
- add a quickie for the fop location, windows needs it
xaradmin/modify_config.php
1.9 05/02/25 14:17:40 [email protected] +14 -3
Quick and dirty backend steering
ChangeSet
1.295 05/02/25 13:36:53 [email protected] +1 -0
Use real paths to make windows happy
xaruserapi/push_output.php
1.3 05/02/25 13:36:52 [email protected] +9 -8
Use real paths to make windows happy
ChangeSet
1.294 05/02/24 10:24:41 [email protected] +2 -0
Typo in the id generator, would have worked with mysql, not with the other
databases.
Make some stuff a bit more friendly
xaradminapi/create_report.php
1.7 05/02/24 10:24:40 [email protected] +4 -4
typo
xaradmin/modify_config.php
1.8 05/02/24 10:24:40 [email protected] +24 -5
some checks for the cache directory for reports
ChangeSet
1.293 05/01/19 09:01:47 [email protected] +4 -0
add items per page if people are inclined to use it
xartemplates/admin-modify_config.xd
1.8 05/01/19 09:01:47 [email protected] +4 -0
add items per page if people are inclined to use it
xaradminapi/update_config.php
1.6 05/01/19 09:01:47 [email protected] +1 -1
add items per page if people are inclined to use it
xaradmin/update_config.php
1.6 05/01/19 09:01:47 [email protected] +4 -2
add items per page if people are inclined to use it
xaradmin/modify_config.php
1.7 05/01/19 09:01:47 [email protected] +6 -1
add items per page if people are inclined to use it
ChangeSet
1.292 05/01/18 14:40:45 [email protected] +3 -0
return if there was an exception of some sort
xaruserapi/txt_output.php
1.5 05/01/18 14:40:45 [email protected] +1 -1
return if there was an exception of some sort
xaruserapi/svg_output.php
1.2 05/01/18 14:40:45 [email protected] +1 -3
return if there was an exception of some sort
xaruserapi/pdf_output.php
1.3 05/01/18 14:40:45 [email protected] +1 -1
return if there was an exception of some sort
ChangeSet
1.291 05/01/18 14:38:22 [email protected] +2 -0
- use proper mimetype for svg
- remove api function html_report, we dont use it anymore
xaruserapi/push_output.php
1.2 05/01/18 14:38:22 [email protected] +1 -2
- use the proper mimetype for svg
BitKeeper/deleted/.del-html_report.php~695e6edb7742fad9
1.5 05/01/18 14:37:37 [email protected] +0 -0
Delete: xaruserapi/html_report.php
ChangeSet
1.290 05/01/18 14:34:10 [email protected] +2 -0
make function naming a bit more consistent
xaruserapi/txt_output.php
1.4 05/01/18 14:34:10 [email protected] +1 -1
make function naming a bit more consistent
xaruserapi/produce_output.php
1.3 05/01/18 14:34:10 [email protected] +1 -1
make function naming a bit more consistent
xaruserapi/txt_output.php
1.3 05/01/18 14:32:58 [email protected] +0 -0
Rename: xaruserapi/text_output.php -> xaruserapi/txt_output.php
ChangeSet
1.289 05/01/18 14:32:04 [email protected] +1 -0
Bring in the changes to the qa checks trigger so we can secure the xml well formed changes
BitKeeper/triggers/pre-apply.qa
1.11 05/01/18 14:32:04 [email protected] +44 -23
Bring in the changes to the qa checks trigger
xaruserapi/svg_output.php
1.1 05/01/18 14:30:25 [email protected] +23 -0
xaruserapi/push_output.php
1.1 05/01/18 14:30:25 [email protected] +64 -0
ChangeSet
1.288 05/01/18 14:30:25 [email protected] +12 -0
- separate the preparing and the pushing
- clean up templates so they pass xmlparse test
- bring in xmlparse custom command
xaruserapi/text_output.php
1.2 05/01/18 14:30:25 [email protected] +8 -19
Adapt text_output function to prepare for the push function
xaruserapi/svg_output.php
1.0 05/01/18 14:30:25 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/reports/xaruserapi/svg_output.php
xaruserapi/push_output.php
1.0 05/01/18 14:30:25 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/reports/xaruserapi/push_output.php
xaruserapi/produce_output.php
1.2 05/01/18 14:30:25 [email protected] +3 -0
Add svg for fun (doesnt work btw)
xaruserapi/pdf_output.php
1.2 05/01/18 14:30:25 [email protected] +8 -21
- only prepare the stuff for running the push output function
xaruserapi/dataitemtag.php
1.7 05/01/18 14:30:25 [email protected] +1 -1
Make sure we dont pass invalid stuff into the templates
xartemplates/includes/report_form.xd
1.4 05/01/18 14:30:25 [email protected] +3 -3
- making template pass xmlparse test
xartemplates/includes/connection_form.xd
1.5 05/01/18 14:30:25 [email protected] +6 -6
- making template pass xmlparse test
xartemplates/admin-view_reports.xd
1.5 05/01/18 14:30:25 [email protected] +19 -19
- making template pass xmlparse test
xartemplates/admin-view_connections.xd
1.5 05/01/18 14:30:25 [email protected] +1 -1
- making template pass xmlparse test
xartemplates/admin-modify_config.xd
1.7 05/01/18 14:30:25 [email protected] +46 -45
- making the template pass xmlparse test
BitKeeper/custom/xmlparse
1.1 05/01/18 14:27:11 [email protected] +53 -0
BitKeeper/custom/xmlparse
1.0 05/01/18 14:27:11 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/reports/BitKeeper/custom/xmlparse
ChangeSet
1.287 05/01/16 23:06:23 [email protected] +17 -0
Reorganizing the templates a bit.
Working situation for producing html and pdf reports from one source xml definition
xaruserapi/text_output.php
1.1 05/01/16 23:06:22 [email protected] +32 -0
xaruserapi/produce_output.php
1.1 05/01/16 23:06:22 [email protected] +43 -0
xaruserapi/pdf_output.php
1.1 05/01/16 23:06:22 [email protected] +34 -0
xaruserapi/html_output.php
1.1 05/01/16 23:06:22 [email protected] +66 -0
xarincludes/fo2html.xsl
1.1 05/01/16 23:06:22 [email protected] +758 -0
xaruserapi/text_output.php
1.0 05/01/16 23:06:22 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/reports/xaruserapi/text_output.php
xaruserapi/produce_output.php
1.0 05/01/16 23:06:22 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/reports/xaruserapi/produce_output.php
xaruserapi/pdf_output.php
1.0 05/01/16 23:06:22 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/reports/xaruserapi/pdf_output.php
xaruserapi/html_output.php
1.0 05/01/16 23:06:22 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/reports/xaruserapi/html_output.php
xaruserapi/dataitemtag.php
1.6 05/01/16 23:06:22 [email protected] +3 -3
be a bit more verbose, so we can see what is going on when we are using bin objects in the dataitem tag
xaruser/generate.php
1.9 05/01/16 23:06:22 [email protected] +14 -61
use the generate function as the central hub for controlling the overall behaviour
xartemplates/user-view.xd
1.5 05/01/16 23:06:22 [email protected] +1 -1
use proper entities now BL excepts on it
xartemplates/admin-view_reports.xd
1.4 05/01/16 23:06:22 [email protected] +3 -4
- sync the templates a bit
- use proper entities now BL excepts on it
xartemplates/admin-view_connections.xd
1.4 05/01/16 23:06:22 [email protected] +2 -3
sync the templates a bit
xartemplates/admin-new_report.xd
1.4 05/01/16 23:06:22 [email protected] +1 -4
sync the templates a bit
xartemplates/admin-new_connection.xd
1.4 05/01/16 23:06:22 [email protected] +1 -4
sync the templates a bit
xartemplates/admin-modify_report.xd
1.4 05/01/16 23:06:22 [email protected] +1 -4
sync the templates a bit
xartemplates/admin-modify_connection.xd
1.4 05/01/16 23:06:22 [email protected] +1 -3
sync the templates a bit
xartemplates/admin-modify_config.xd
1.6 05/01/16 23:06:22 [email protected] +1 -3
sync the templates a bit
xartemplates/admin-main.xd
1.3 05/01/16 23:06:22 [email protected] +82 -0
Give some explanation on what this is about
xarincludes/fo2html.xsl
1.0 05/01/16 23:06:22 [email protected] +0 -0
BitKeeper file /var/bk/xar/modules/dev/reports/xarincludes/fo2html.xsl
xaradminapi/getmenulinks.php
1.4 05/01/16 23:06:22 [email protected] +4 -4
adapt the texts a bit
Links for the differences:
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]
http://xaraya.com:15000/modules/reports/[email protected]