Guest User

Untitled

a guest
Apr 11th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1.  
  2. New patches:
  3.  
  4. [Fix typo in AuthHelper documentation
  5. Aman Gupta <ramaze@tmm1.net>**20070727210437] {
  6. hunk ./lib/ramaze/helper/auth.rb 103
  7. - # trait :auth_tagle => 'auth_table'
  8. + # trait :auth_table => 'auth_table'
  9. }
  10.  
  11. [Haml/Sass spec cleanup
  12. Aman Gupta <ramaze@tmm1.net>**20070727210626] {
  13. move ./spec/ramaze/template/sass/from_file.sass ./spec/ramaze/template/sass/file.css.sass
  14. hunk ./spec/ramaze/template/haml.rb 23
  15. -describe "Simply calling" do
  16. +describe "Haml templates" do
  17. hunk ./spec/ramaze/template/haml.rb 26
  18. - it "index" do
  19. + it "should render" do
  20. hunk ./spec/ramaze/template/haml.rb 28
  21. -"<div id='contact'>
  22. +%{<div id='contact'>
  23. hunk ./spec/ramaze/template/haml.rb 34
  24. -</div>"
  25. +</div>}
  26. hunk ./spec/ramaze/template/haml.rb 37
  27. - it "variables in controller" do
  28. + it "should have access to variables defined in controller" do
  29. hunk ./spec/ramaze/template/sass.rb 13
  30. - def test
  31. + define_method('style.css') do
  32. hunk ./spec/ramaze/template/sass.rb 24
  33. -describe "Simply calling" do
  34. +describe "Sass templates" do
  35. hunk ./spec/ramaze/template/sass.rb 27
  36. - it "should render an inline Sass template" do
  37. - r = get('/test')
  38. + it "should render inline" do
  39. + r = get('/style.css')
  40. hunk ./spec/ramaze/template/sass.rb 37
  41. - it "should render a Sass template from file" do
  42. - r = get('/from_file')
  43. + it "should render from file" do
  44. + r = get('/file.css')
  45. }
  46.  
  47. Context:
  48.  
  49. [Documentation for mongrel/fcgi/cgi and sourcereload, reduces some overhead in the Cgi and Fcgi adapters.
  50. Michael Fellinger <m.fellinger@gmail.com>**20070727044223]
  51. [update docs concerning FeedHelper and ReFeed.
  52. Michael Fellinger <m.fellinger@gmail.com>**20070727043526]
  53. [Change wiktacular so it uses layout instead of Page.
  54. Michael Fellinger <m.fellinger@gmail.com>**20070727042836]
  55. [Put initial mapping into Controller::inherited so layout can work with it. Controller::startup is too late. Also introduces a change to delete any old mapping on usage of Controller::map.
  56. Michael Fellinger <m.fellinger@gmail.com>**20070727042608]
  57. [Add default content-type text/css for Sass and update specs for it
  58. Michael Fellinger <m.fellinger@gmail.com>**20070726235425]
  59. [Add autoload for Sass
  60. Michael Fellinger <m.fellinger@gmail.com>**20070726234835]
  61. [Fix typo in proto/template/index.xhtml
  62. Michael Fellinger <m.fellinger@gmail.com>**20070726233404]
  63. [initial support for Sass CSS templates
  64. Aman Gupta <ramaze@tmm1.net>**20070726194823]
  65. [Implementing layouts, view this patch to find out more as it also adds docs and specs
  66. Michael Fellinger <m.fellinger@gmail.com>**20070726114557]
  67. [Documentation for tool/localize
  68. Jonathan Buch <jo@helloit.fi>**20070726083547]
  69. [Add another spec for Action()
  70. Michael Fellinger <m.fellinger@gmail.com>**20070726100958]
  71. [Added capitalization to Ramaze::Tool::Create output
  72. comp.lang.zenix+ramaze@gmail.com**20070725163717]
  73. [Updated user map information, added riffraff
  74. comp.lang.zenix+ramaze@gmail.com**20070725092941]
  75. [minor beautification and docs for controller/resolve
  76. Michael Fellinger <m.fellinger@gmail.com>**20070725065141]
  77. [fix a end-space
  78. Michael Fellinger <m.fellinger@gmail.com>**20070725064251]
  79. [Further improvment on error-handling on exception during render
  80. Michael Fellinger <m.fellinger@gmail.com>**20070725064107]
  81. [Add tries to require rubygems
  82. Michael Fellinger <m.fellinger@gmail.com>**20070725071551]
  83. [fix typo in bin/ramaze
  84. Michael Fellinger <m.fellinger@gmail.com>**20070725045521]
  85. [Documentation for Dispatcher, GlobalStruct, Dispatcher::Error, Tool::MIME, Response, Store::Default (adds some beautification in Dispatcher)
  86. Michael Fellinger <m.fellinger@gmail.com>**20070724114731]
  87. [document AspectHelper and Syslog
  88. Michael Fellinger <m.fellinger@gmail.com>**20070724051536]
  89. [document some raketasks
  90. Michael Fellinger <m.fellinger@gmail.com>**20070724050058]
  91. [move error-message in sourcereload into the failed hook
  92. Michael Fellinger <m.fellinger@gmail.com>**20070724050030]
  93. [full docs for sourcereload
  94. Michael Fellinger <m.fellinger@gmail.com>**20070724050017]
  95. [docs for informer
  96. Michael Fellinger <m.fellinger@gmail.com>**20070724045957]
  97. [main.rb is now start.rb
  98. Michael Fellinger <m.fellinger@gmail.com>**20070724045915]
  99. [tmm1's location on the ramaze users map
  100. Aman Gupta <ramaze@tmm1.net>**20070723231625]
  101. [add placemark for zenix
  102. Michael Fellinger <m.fellinger@gmail.com>**20070723164824]
  103. [Added Pistos avatar.
  104. jesuswasramazing.10.pistos@geoshell.com**20070723163054]
  105. [Update of Pistos' description on Google Map.
  106. jesuswasramazing.10.pistos@geoshell.com**20070723160354]
  107. [update users.kml
  108. Michael Fellinger <m.fellinger@gmail.com>**20070723160312]
  109. [add doc/meta/users.kml
  110. Michael Fellinger <m.fellinger@gmail.com>**20070723154603]
  111. [fix abort for bin/ramaze
  112. Michael Fellinger <m.fellinger@gmail.com>**20070721182406]
  113. [Add desc to release task
  114. Michael Fellinger <m.fellinger@gmail.com>**20070721132017]
  115. [Update CHANGELOG and AUTHORS
  116. Michael Fellinger <m.fellinger@gmail.com>**20070721130912]
  117. [TAG 0.1.3
  118. Michael Fellinger <m.fellinger@gmail.com>**20070721130806]
  119. Patch bundle hash:
  120. b41b6ff2df716592c57d47a52b475e8953dd9fdf
Add Comment
Please, Sign In to add comment