Commit Graph

132 Commits

Author SHA1 Message Date
Mark Fisher
c712ac6315 Release version 2.0.0.RELEASE 2010-11-22 21:23:47 -05:00
Mark Fisher
04953f5a1c INT-1552 updated id for the sftp chapter 2010-11-22 19:11:40 -05:00
Mark Fisher
01cc744fa0 INT-1552 doc polishing 2010-11-22 19:06:01 -05:00
Mark Fisher
bb5e5dbdf1 INT-1552 doc polishing 2010-11-22 18:46:08 -05:00
Mark Fisher
ba016bbe2e INT-1552 doc polishing 2010-11-22 18:39:17 -05:00
Mark Fisher
ab64b90b77 INT-1552 doc polishing 2010-11-22 18:33:21 -05:00
Mark Fisher
4ded81bd1c INT-1552 doc polishing 2010-11-22 18:19:29 -05:00
Mark Fisher
a491850ec7 INT-1552 doc polishing 2010-11-22 18:11:28 -05:00
Mark Fisher
aff7d2a4cc INT-1552 doc polishing 2010-11-22 18:05:35 -05:00
Mark Fisher
ced6bdec5d INT-1552 doc polishing 2010-11-22 17:52:50 -05:00
Chris Beams
a5b8643e3b Eliminate obsolete images 2010-11-22 15:47:56 -07:00
Chris Beams
5ef3a74c59 Eliminate 'Invalid ICC Profile Data' warnings during PDF generation
PNG screenshots were showing up with odd coloration due to incorrect
or malformed color management settings (ICC profiles).  In an earlier
commit, thes PNG files were transformed to JPEGs, and this did cause
the coloration problems to go away, but a new problem took its place;
during docbook PDF generation, warnings like the following started
showing up:

    An ICC profile is present but it is invalid (Invalid ICC Profile
    Data). The color profile will be ignored. (.../quotes-aggregator.jpg)

The solution was to download Seashore (http://seashore.sourceforge.net,
Mac-only) which has an embedded ICC profile editor.  Each of the three
offending JPEG images were loaded and re-saved to JPEG format, but
targeting 'web' output which eliminates all ICC profile metadata.
2010-11-22 15:47:33 -07:00
Mark Fisher
13e2af25d4 INT-1552 doc polishing 2010-11-22 17:35:31 -05:00
Mark Fisher
340c4ca97a updating changelog and readme for 2.0.0.RELEASE 2010-11-22 17:02:35 -05:00
Mark Fisher
243776b934 INT-1607 polished the what's new section 2010-11-22 16:55:10 -05:00
Mark Fisher
878d3e21e2 INT-1607 polished the what's new section 2010-11-22 16:35:56 -05:00
Mark Fisher
390267b95b INT-1552 doc polishing 2010-11-22 15:59:39 -05:00
Mark Fisher
109c8c559e INT-1552 doc polishing 2010-11-22 15:54:20 -05:00
Mark Fisher
ee2ecf682f INT-1552 doc polishing 2010-11-22 15:46:11 -05:00
Mark Fisher
5418f0d7f5 INT-1552 doc polishing 2010-11-22 15:36:31 -05:00
Mark Fisher
a7b2263dac INT-1552 doc polishing 2010-11-22 15:21:21 -05:00
Oleg Zhurakousky
7c87c70d8e INT-1552 fixed more text overflow in HTTP module, added DEPRECATED note to HttpInvoker module 2010-11-22 15:13:46 -05:00
Mark Fisher
a3c4099c6c INT-1552 doc polishing, and added @ManagedResource/@ManagedOperation on the AbstractMessageRouter (for dynamic control over mappings) 2010-11-22 15:10:48 -05:00
Oleg Zhurakousky
5dc6763735 INT-1552 fixed text overflow on http and ftp docs 2010-11-22 14:58:20 -05:00
Mark Fisher
acc0459d2d INT-1552 doc polishing 2010-11-22 14:42:56 -05:00
Mark Fisher
4eed001c0b INT-1552 doc polishing 2010-11-22 14:37:48 -05:00
Mark Fisher
2b5e787a30 INT-1552 doc polishing 2010-11-22 14:34:23 -05:00
Oleg Zhurakousky
3464d7eeb8 INT-1552 added 'What's new in Spring Integration 2.0' section' 2010-11-22 14:18:56 -05:00
Mark Fisher
0ac31584fc INT-1552 doc polishing 2010-11-22 14:14:46 -05:00
Mark Fisher
4e8076fd2b INT-1552 doc polishing, also updated Groovy-based Control Bus to be more consistent with the SpEL version 2010-11-22 14:01:39 -05:00
Mark Fisher
36e43a8ed1 INT-1552 doc polishing 2010-11-22 13:23:21 -05:00
Mark Fisher
94e0947289 INT-1552 doc polishing 2010-11-22 12:56:59 -05:00
Mark Fisher
b3c6fde0f0 INT-1552 doc polishing 2010-11-22 12:41:51 -05:00
Mark Fisher
cd416c7354 INT-1552 doc polishing 2010-11-22 12:35:52 -05:00
Mark Fisher
809675effd INT-1552 doc polishing 2010-11-22 12:31:59 -05:00
Mark Fisher
a6db0ef364 INT-1552 doc polishing 2010-11-22 12:18:24 -05:00
Mark Fisher
608ada3c5c INT-1552 doc polishing 2010-11-22 12:10:35 -05:00
Mark Fisher
5c7375a3c2 INT-1552 doc polishing 2010-11-22 11:49:34 -05:00
Mark Fisher
66e9e98564 INT-1552 doc polishing 2010-11-22 11:37:45 -05:00
Mark Fisher
25d5ab34e4 INT-1552 doc polishing 2010-11-22 11:26:20 -05:00
Mark Fisher
229345838e INT-1552 doc polishing 2010-11-22 10:46:20 -05:00
Mark Fisher
5351dd3b47 INT-1552 doc polishing 2010-11-22 10:39:18 -05:00
Mark Fisher
ae0659823f INT-1552 doc polishing 2010-11-22 10:25:19 -05:00
Oleg Zhurakousky
d6dcc6571a INT-1614 fixed test xml files for SFTP, updated SFTP documentation 2010-11-22 09:41:48 -05:00
Oleg Zhurakousky
2cd1746eea INT-1614 fixed test xml files and updated FTP documentation 2010-11-22 09:20:20 -05:00
Chris Beams
e4f64d9757 Move admon (tip/note/etc) graphics into subdir 2010-11-22 05:30:41 -07:00
Chris Beams
410da963fe Minor improvements for syntax highlighting (INT-1612) 2010-11-22 05:30:31 -07:00
Chris Beams
628ed01e80 Ensure admon graphic width is 24pt (INT-1612)
This avoids the issue we were seeing in SI the reference doc PDF where
admon graphics (tip, warning, note, etc) were 'fuzzy' because 24pt
graphics were being blown up to 36pt.
2010-11-22 05:30:22 -07:00
Chris Beams
03f510a573 Solve reverse coloration and sizing issues for PDF images (INT-1612)
For reasons unknown, most PNG files were showing up in the PDF output
with reverse coloration (or at least significantly shifted. Saving
these files as JPEGs provided a cheap workaround.

Also a number of images were either (a) exceeding the boundaries of the
PDF viewport or (b) scaling down to thumbnail size.

Now using width/contentwidth/scaling attributes in <mediaobject>
elements, as described at http://www.sagehill.net/docbookxsl/ImageSizing.html
to ensure that all images show up correctly scaled in both HTML and PDF
outputs.
2010-11-22 05:30:08 -07:00
Chris Beams
a759d11549 Fix doc typos, upgrade channel-adapter to DocBook 5 (INT-1552) 2010-11-22 05:29:48 -07:00