masterview_gem_pack 0.2.4 → 0.2.5
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 +9 -1
 - data/RELEASE_NOTES +16 -1
 - data/TODO +3 -0
 - metadata +6 -6
 
    
        data/CHANGELOG
    CHANGED
    
    | 
         @@ -1,4 +1,12 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            0.2. 
     | 
| 
      
 1 
     | 
    
         
            +
            0.2.5 - August 19th, 2006
         
     | 
| 
      
 2 
     | 
    
         
            +
            Added default generate filter which will add in a default generate directive if none is found in template
         
     | 
| 
      
 3 
     | 
    
         
            +
            Changed default_parser_options to be merged in with original set rather than to be absolute replacement
         
     | 
| 
      
 4 
     | 
    
         
            +
            Corrected example settings.rb win32 tidy_path to point to tidy.dll not tidy.exe.
         
     | 
| 
      
 5 
     | 
    
         
            +
            Fix AdminPage compatibility with Rails 1.1.5+ which uses safe_load_paths to find controllers
         
     | 
| 
      
 6 
     | 
    
         
            +
            Fix rake mv:view_rhtml RHTML=foo/_bar.rhtml was not able to find partials
         
     | 
| 
      
 7 
     | 
    
         
            +
            Fix rails environment not being passed into configuration
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            0.2.4 - July 26, 2006
         
     | 
| 
       2 
10 
     | 
    
         
             
            Added interactive render to admin pages with example templates
         
     | 
| 
       3 
11 
     | 
    
         
             
            Fixed problem where apache2 with scgi was failing to initialize MasterView
         
     | 
| 
       4 
12 
     | 
    
         
             
            Updated documentation.
         
     | 
    
        data/RELEASE_NOTES
    CHANGED
    
    | 
         @@ -1,4 +1,19 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            = MasterView - Rails-optimized (x)html friendly template engine 
     | 
| 
      
 1 
     | 
    
         
            +
            = MasterView - Rails-optimized (x)html friendly template engine
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            == Recent changes (Release 0.2.5)
         
     | 
| 
      
 4 
     | 
    
         
            +
            Fix AdminPage compatibility with Rails 1.1.5+ which uses safe_load_paths to find controllers
         
     | 
| 
      
 5 
     | 
    
         
            +
            Fix rake mv:view_rhtml RHTML=foo/_bar.rhtml was not able to find partials
         
     | 
| 
      
 6 
     | 
    
         
            +
            Fix rails environment not being passed into configuration
         
     | 
| 
      
 7 
     | 
    
         
            +
            Added default generate filter which will add in a default generate directive if none is found in template
         
     | 
| 
      
 8 
     | 
    
         
            +
            Changed default_parser_options to be merged in with original set rather than to be absolute replacement
         
     | 
| 
      
 9 
     | 
    
         
            +
            Corrected example settings.rb win32 tidy_path to point to tidy.dll not tidy.exe.
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            == Recent changes (Release 0.2.4)
         
     | 
| 
      
 13 
     | 
    
         
            +
            Maintenance release to add scgi support for MasterView.
         
     | 
| 
      
 14 
     | 
    
         
            +
            Also introduced interactive template page to admin pages allowing
         
     | 
| 
      
 15 
     | 
    
         
            +
            template html to be tested in MasterView showing the rendered
         
     | 
| 
      
 16 
     | 
    
         
            +
            rhtml.
         
     | 
| 
       2 
17 
     | 
    
         | 
| 
       3 
18 
     | 
    
         
             
            == Recent changes (Release 0.2.3)
         
     | 
| 
       4 
19 
     | 
    
         | 
    
        data/TODO
    CHANGED
    
    | 
         @@ -3,6 +3,7 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
            - create namespace for mv and publish, update generated files
         
     | 
| 
       4 
4 
     | 
    
         
             
            - more videos
         
     | 
| 
       5 
5 
     | 
    
         
             
            - allow multiple namespace prefixes for directives (allow custom directives to declare their own namespace)
         
     | 
| 
      
 6 
     | 
    
         
            +
            - publish .xsd namespace definition for builtin directives to enable xhmtl docs using mv markup to validate
         
     | 
| 
       6 
7 
     | 
    
         
             
            - wiki for site
         
     | 
| 
       7 
8 
     | 
    
         
             
            - render from db
         
     | 
| 
       8 
9 
     | 
    
         
             
            - app for syntax
         
     | 
| 
         @@ -33,6 +34,8 @@ 
     | 
|
| 
       33 
34 
     | 
    
         | 
| 
       34 
35 
     | 
    
         
             
            --####################
         
     | 
| 
       35 
36 
     | 
    
         | 
| 
      
 37 
     | 
    
         
            +
            - make tidy installation easier
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
       36 
39 
     | 
    
         
             
            DSL for creating directives
         
     | 
| 
       37 
40 
     | 
    
         
             
            maybe something like
         
     | 
| 
       38 
41 
     | 
    
         | 
    
        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- 
     | 
| 
      
 6 
     | 
    
         
            +
              version: 0.2.5
         
     | 
| 
      
 7 
     | 
    
         
            +
            date: 2006-08-19 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 
     | 
    
         
             
            - .
         
     | 
| 
         @@ -32,8 +32,8 @@ files: 
     | 
|
| 
       32 
32 
     | 
    
         
             
            - Rakefile
         
     | 
| 
       33 
33 
     | 
    
         
             
            - TODO
         
     | 
| 
       34 
34 
     | 
    
         
             
            - RELEASE_NOTES
         
     | 
| 
       35 
     | 
    
         
            -
            - README
         
     | 
| 
       36 
35 
     | 
    
         
             
            - MIT-LICENSE
         
     | 
| 
      
 36 
     | 
    
         
            +
            - README
         
     | 
| 
       37 
37 
     | 
    
         
             
            test_files: []
         
     | 
| 
       38 
38 
     | 
    
         | 
| 
       39 
39 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
         @@ -54,7 +54,7 @@ dependencies: 
     | 
|
| 
       54 
54 
     | 
    
         
             
                requirements: 
         
     | 
| 
       55 
55 
     | 
    
         
             
                - - ">="
         
     | 
| 
       56 
56 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       57 
     | 
    
         
            -
                    version: 0.2. 
     | 
| 
      
 57 
     | 
    
         
            +
                    version: 0.2.5
         
     | 
| 
       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.5
         
     | 
| 
       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.5
         
     | 
| 
       76 
76 
     | 
    
         
             
                version: 
         
     |