masterview_gem_pack 0.3.0 → 0.3.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.
Files changed (4) hide show
  1. data/CHANGELOG +7 -0
  2. data/RELEASE_NOTES +24 -3
  3. data/TODO +4 -0
  4. metadata +5 -5
data/CHANGELOG CHANGED
@@ -1,3 +1,10 @@
1
+ 0.3.1 - November 20, 2006
2
+ Fixed problem with deprecated/directive_base was missing registry include
3
+ Update image_tag docs, indicating that it now simply passes through width and height rather than setting size
4
+ Fixed problem with Ruby 1.8.5 Pathname.dirname now calls self.class.new and was getting wrong number of arguments 1 for 2 (in FileMIO)
5
+ Accomodate change with Rails 1.2 which changed number of arguments for force_file_collision, use custom method
6
+
7
+
1
8
  0.3.0 - November 8, 2006
2
9
  Fixed compatibility of AdminPages with edge rails using dependency mechanism
3
10
  Refactored directive api using DSL to simplify and solidify creation of directives
data/RELEASE_NOTES CHANGED
@@ -1,9 +1,30 @@
1
1
  = MasterView - Rails-optimized (x)html friendly template engine
2
2
 
3
- == Recent changes (Release 0.3.0 - Major update - refactoring of directive API (for developing directives)
4
- The directive API for creating directives has been refactored and simplified. This will enable directives to be developed more easily by both core developers and MasterView users. The end goal is to make it extremely simple for anyone to create their own custom directives and to share those with the community, and thus the project can live and grow into many specialty areas. The directive API refactoring is one more step towards those goals.
3
+ == Recent changes (Release 0.3.1 - Maintenance release
4
+ This release addresses an issue with ruby 1.8.5, fixes a problem with the
5
+ deprecated/directive_base used for custom directives, updates a few out of
6
+ date docs, and accomodates a change to the API of the Rails 1.2 generator
7
+
5
8
 
6
- The old directive_base.rb which provided the API for directives has been deprecated and moved to deprecated/directive_base.rb, MasterViewdevelopers which have developed custom directives should upgrade those directives to the new API as soon as possible. During the transition period one can use the original API by requiring the deprecated/directive_base.rb file and changing their directive to inherit from DirectiveBaseOld rather than DirectiveBase.
9
+ == Recent changes (Release 0.3.0 - Major update - refactoring of directive API (for developing directives)
10
+ The directive API for creating directives has been refactored and simplified
11
+ and improvements have been made to better support directive extensions through
12
+ directive load path configuration and enabling multiple namespaces in directive markup.
13
+ This will enable directives to be developed more easily by both core developers
14
+ and MasterView users. The end goal is to make it extremely simple for anyone to
15
+ create their own custom directives and to share those with the community, and
16
+ thus the project can live and grow into many specialty areas. The directive API
17
+ refactoring is one more step towards those goals.
18
+
19
+ The old directive_base.rb which provided the API and implementation framework
20
+ for directives has been deprecated and moved to deprecated/directive_base.rb.
21
+ MasterView developers who have developed custom directives are strongly
22
+ encouraged to upgrade those directives to the new API as soon as possible.
23
+
24
+ To provide backwards compatibility during a transition period, you can continue to
25
+ use the original directive implementation framework by requiring the
26
+ masterview/deprecated/directive_base.rb file in your directive implementation and
27
+ changing the directive class to inherit from DirectiveBaseOld rather than DirectiveBase.
7
28
 
8
29
 
9
30
  == Recent changes (Release 0.2.5)
data/TODO CHANGED
@@ -46,3 +46,7 @@ TODO LIST
46
46
  - liquid directives or other non-evaling safe mode which allows user created templates or parts
47
47
 
48
48
  - handle all xml syntax including processing_instruction, attlistdecl, elementdecl, entitydecl, notationdecl
49
+
50
+ - more docs and examples about directive API and helpers
51
+
52
+ - sitemesh style directives
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.3.0
7
- date: 2006-11-08 00:00:00 -06:00
6
+ version: 0.3.1
7
+ date: 2006-11-20 00:00:00 -06: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.3.0
57
+ version: 0.3.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.3.0
66
+ version: 0.3.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.3.0
75
+ version: 0.3.1
76
76
  version: