masterview_gem_pack 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +7 -0
 - data/TODO +17 -1
 - metadata +5 -5
 
    
        data/CHANGELOG
    CHANGED
    
    | 
         @@ -1,3 +1,10 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            0.2.1 - June 28th, 2006
         
     | 
| 
      
 2 
     | 
    
         
            +
            Added Mongrel support
         
     | 
| 
      
 3 
     | 
    
         
            +
            Added image_tag directive
         
     | 
| 
      
 4 
     | 
    
         
            +
            Update javascript_include directive to infer path from src if attr_value is empty
         
     | 
| 
      
 5 
     | 
    
         
            +
            Update stylesheet_link directive to infer path from src if attr_value is empty
         
     | 
| 
      
 6 
     | 
    
         
            +
            New illustration
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
       1 
8 
     | 
    
         
             
            0.2.0 - June 20th, 2006 - Big release. Added capability for eliminating rhtml generation, extends rails so that rhtml can be pulled directly from MasterView. 
         
     | 
| 
       2 
9 
     | 
    
         
             
            Support template compilation directly into Rails view cache for templates in app/views (rhtml generation now optional)
         
     | 
| 
       3 
10 
     | 
    
         
             
            New mechanism for configuring MasterView from settings files; internal initialization rework. Configuration can now be driven by editing config/masterview/settings.rb and/or config/masterview/environments/*.rb.
         
     | 
    
        data/TODO
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            - put image, stylesheets, javascript relative path regex in initializer
         
     | 
| 
       1 
2 
     | 
    
         
             
            - create install.rb for rails 1.1 plugin installs, it will create config/masterview and some sample configs
         
     | 
| 
       2 
3 
     | 
    
         
             
            - create namespace for mv and publish, update generated files
         
     | 
| 
       3 
4 
     | 
    
         
             
            - more videos
         
     | 
| 
       4 
     | 
    
         
            -
            - image_tag (improve support for referencing image assets in MasterView directives markup)
         
     | 
| 
       5 
5 
     | 
    
         
             
            - allow multiple namespace prefixes for directives (allow custom directives to declare their own namespace)
         
     | 
| 
       6 
6 
     | 
    
         
             
            - wiki for site
         
     | 
| 
       7 
7 
     | 
    
         
             
            - render from db
         
     | 
| 
         @@ -9,10 +9,26 @@ 
     | 
|
| 
       9 
9 
     | 
    
         
             
            - include additional stylesheets
         
     | 
| 
       10 
10 
     | 
    
         
             
            - ajax examples
         
     | 
| 
       11 
11 
     | 
    
         
             
            - ajax table component
         
     | 
| 
      
 12 
     | 
    
         
            +
            - fix admin controller config page so it fits into admin layout
         
     | 
| 
       12 
13 
     | 
    
         
             
            - documentation
         
     | 
| 
      
 14 
     | 
    
         
            +
                - update the plugin generator descr in installation.html: also installs config file templates in config
         
     | 
| 
      
 15 
     | 
    
         
            +
                - add tips in installation.doc about running gems rdoc server to view installed gems' rdoc
         
     | 
| 
      
 16 
     | 
    
         
            +
                - update admin controller description to point out that it installs public/stylesheets/masterview
         
     | 
| 
      
 17 
     | 
    
         
            +
                - run spelling checker on our html and release docs; retrofit to rdoc comments
         
     | 
| 
       13 
18 
     | 
    
         
             
            - directive developer documentation and examples
         
     | 
| 
       14 
19 
     | 
    
         
             
            - more tests
         
     | 
| 
      
 20 
     | 
    
         
            +
            - build improvements
         
     | 
| 
      
 21 
     | 
    
         
            +
                - add release tasks to automate archiving trunk to tags/masterview-N.N.N, resetting tags/masterview
         
     | 
| 
      
 22 
     | 
    
         
            +
            - investigate mirror sites for obtaining gems (supplement primary rubyforge host)
         
     | 
| 
      
 23 
     | 
    
         
            +
            - improve RubyForge project site: include online docs; post release msgs in news
         
     | 
| 
       15 
24 
     | 
    
         
             
            - internal code cleanup 
         
     | 
| 
       16 
25 
     | 
    
         
             
                - DirectiveHelpers ERB_xx constants to differentiate ' %>' and ' -%>'
         
     | 
| 
       17 
26 
     | 
    
         
             
                - replace MasterView::NamespacePrefix+'<gen/import directivename>' concats in parser/analyzer with directive attr name constants
         
     | 
| 
       18 
27 
     | 
    
         
             
                - run spell checker on doc/*.html, ripple typo fixes back in rdoc comment
         
     | 
| 
      
 28 
     | 
    
         
            +
            - reverse engineer legacy rhtml into masterview templates
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            --####################
         
     | 
| 
      
 31 
     | 
    
         
            +
            ??? can we tweak the admin controller for gem plugin so it puts its empty.rhtml in, say, config/masterview/admin??
         
     | 
| 
      
 32 
     | 
    
         
            +
            => better loc than vendor/plugins/masterview/........ if users are going to customize that guy
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
            --####################
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -3,8 +3,8 @@ rubygems_version: 0.8.11 
     | 
|
| 
       3 
3 
     | 
    
         
             
            specification_version: 1
         
     | 
| 
       4 
4 
     | 
    
         
             
            name: masterview_gem_pack
         
     | 
| 
       5 
5 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       6 
     | 
    
         
            -
              version: 0.2. 
     | 
| 
       7 
     | 
    
         
            -
            date: 2006-06- 
     | 
| 
      
 6 
     | 
    
         
            +
              version: 0.2.1
         
     | 
| 
      
 7 
     | 
    
         
            +
            date: 2006-06-28 00:00:00 -05:00
         
     | 
| 
       8 
8 
     | 
    
         
             
            summary: A (x)html friendly template engine for rails with the power of layouts, and partials. This gem package includes the other masterview gems for easy installation
         
     | 
| 
       9 
9 
     | 
    
         
             
            require_paths: 
         
     | 
| 
       10 
10 
     | 
    
         
             
            - .
         
     | 
| 
         @@ -54,7 +54,7 @@ dependencies: 
     | 
|
| 
       54 
54 
     | 
    
         
             
                requirements: 
         
     | 
| 
       55 
55 
     | 
    
         
             
                - - ">="
         
     | 
| 
       56 
56 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       57 
     | 
    
         
            -
                    version: 0.2. 
     | 
| 
      
 57 
     | 
    
         
            +
                    version: 0.2.1
         
     | 
| 
       58 
58 
     | 
    
         
             
                version: 
         
     | 
| 
       59 
59 
     | 
    
         
             
            - !ruby/object:Gem::Dependency 
         
     | 
| 
       60 
60 
     | 
    
         
             
              name: masterview_generator
         
     | 
| 
         @@ -63,7 +63,7 @@ dependencies: 
     | 
|
| 
       63 
63 
     | 
    
         
             
                requirements: 
         
     | 
| 
       64 
64 
     | 
    
         
             
                - - ">="
         
     | 
| 
       65 
65 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       66 
     | 
    
         
            -
                    version: 0.2. 
     | 
| 
      
 66 
     | 
    
         
            +
                    version: 0.2.1
         
     | 
| 
       67 
67 
     | 
    
         
             
                version: 
         
     | 
| 
       68 
68 
     | 
    
         
             
            - !ruby/object:Gem::Dependency 
         
     | 
| 
       69 
69 
     | 
    
         
             
              name: masterview_plugin_generator
         
     | 
| 
         @@ -72,5 +72,5 @@ dependencies: 
     | 
|
| 
       72 
72 
     | 
    
         
             
                requirements: 
         
     | 
| 
       73 
73 
     | 
    
         
             
                - - ">="
         
     | 
| 
       74 
74 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       75 
     | 
    
         
            -
                    version: 0.2. 
     | 
| 
      
 75 
     | 
    
         
            +
                    version: 0.2.1
         
     | 
| 
       76 
76 
     | 
    
         
             
                version: 
         
     |