Changeset 6699
- Timestamp:
- 03/09/10 20:22:26 (2 years ago)
- Location:
- trunk/GenPDFAddOn
- Files:
-
- 3 edited
-
data/System/GenPDFAddOn.txt (modified) (2 diffs)
-
lib/Foswiki/Contrib/GenPDFAddOn.pm (modified) (1 diff)
-
lib/Foswiki/Contrib/GenPDFAddOn/Config.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GenPDFAddOn/data/System/GenPDFAddOn.txt
r6697 r6699 239 239 'context' => { 240 240 'view' => 1 241 'static' => 1 241 242 }, 242 243 'package' => 'Foswiki::Contrib::GenPDF' … … 279 280 | Version: | %$VERSION% | 280 281 | Change History: | | 281 | 9 Mar 2010 | *Release 1.1* Foswikitask:Item8586 - resolve packaging issue, Foswikitask:8575 - Add a " pdf" context to allow other plugins to recognize pdf output, Foswikitask:Item8691: Add support for heading and body fonts |282 | 9 Mar 2010 | *Release 1.1* Foswikitask:Item8586 - resolve packaging issue, Foswikitask:8575 - Add a "static" context to allow other plugins to recognize pdf output, Foswikitask:Item8691: Add support for heading and body fonts | 282 283 | 6 Feb 2010 | Foswikitask:Item559 - Correct handing of embedded images, Foswikitask:Item1599 - Improve compatibility with EditTable, Foswikitask:Item2084 - Add support of topic revisions, Foswikitask:Item2435 - Correct DEPENDENCIES file, Foswikitask:Item2492 - support configurable image compression, Foswikitask:Item2592 - Correct issues with Examples, and handling of missing images, Foswikitask:Item2604 - Improve handling of TOC for recursive rendering, Foswikitask:Item8081 - Support passing %<nop>MACROS% in GENPDF settings, Foswikitask:Item8090 - Remove pdftoclevels from view.genpdf.tmpl, Foswikitask:Item8361 - Add support for TOC Title, and improve handling of HTML arrows. Foswikitask:Item1174 - Initial release of !GenPDFPlugin helper | 283 284 | 28 Feb 2009 | Added missing Config.spec file Item1161: GenPDFAddOn result in "Not Found" page | -
trunk/GenPDFAddOn/lib/Foswiki/Contrib/GenPDFAddOn.pm
r6697 r6699 71 71 # It is *not* used by the build automation tools, but is reported as part 72 72 # of the version number in PLUGINDESCRIPTIONS. 73 our $RELEASE = '1.1 -RC4';73 our $RELEASE = '1.1'; 74 74 75 75 # Short description of this plugin -
trunk/GenPDFAddOn/lib/Foswiki/Contrib/GenPDFAddOn/Config.spec
r6478 r6699 10 10 function => 'viewPDF', 11 11 context => { view => 1, 12 readonly=> 112 static => 1 13 13 }, 14 14 };
Note: See TracChangeset
for help on using the changeset viewer.
