Changeset 6699


Ignore:
Timestamp:
03/09/10 20:22:26 (2 years ago)
Author:
GeorgeClark
Message:

Item8575: Change context to "static" for static rendering

  • Prepare for release.
Location:
trunk/GenPDFAddOn
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/GenPDFAddOn/data/System/GenPDFAddOn.txt

    r6697 r6699  
    239239          'context' => { 
    240240                         'view' => 1 
     241                         'static' => 1 
    241242                       }, 
    242243          'package' => 'Foswiki::Contrib::GenPDF' 
     
    279280|  Version: | %$VERSION% | 
    280281|  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 | 
    282283|  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 | 
    283284|  28 Feb 2009 | Added missing Config.spec file Item1161: GenPDFAddOn result in "Not Found" page | 
  • trunk/GenPDFAddOn/lib/Foswiki/Contrib/GenPDFAddOn.pm

    r6697 r6699  
    7171# It is *not* used by the build automation tools, but is reported as part 
    7272# of the version number in PLUGINDESCRIPTIONS. 
    73 our $RELEASE = '1.1-RC4'; 
     73our $RELEASE = '1.1'; 
    7474 
    7575# Short description of this plugin 
  • trunk/GenPDFAddOn/lib/Foswiki/Contrib/GenPDFAddOn/Config.spec

    r6478 r6699  
    1010    function => 'viewPDF', 
    1111    context  => { view => 1, 
    12                   readonly => 1 
     12                  static => 1 
    1313                }, 
    1414    }; 
Note: See TracChangeset for help on using the changeset viewer.