Guest User

Untitled

a guest
Mar 8th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1.  
  2. New patches:
  3.  
  4. [trivial comment changes
  5. jesuswasramazing.10.pistos@geoshell.com**20070925140510] {
  6. hunk ./lib/ramaze/sourcereload.rb 18
  7. - # Take interval and a regular expression for files that are going to be reloaded.
  8. + # Take interval for files that are going to be reloaded.
  9. hunk ./lib/ramaze/sourcereload.rb 56
  10. - # trap :HUB do
  11. + # trap :HUP do
  12. }
  13.  
  14. Context:
  15.  
  16. [Global.ignore now only ignores files if they don't exist.
  17. Michael Fellinger <m.fellinger@gmail.com>**20070923051241]
  18. [Fix requires for to specs.
  19. Michael Fellinger <m.fellinger@gmail.com>**20070923050957]
  20. [Remove unused methods from Action
  21. Michael Fellinger <m.fellinger@gmail.com>**20070922191754]
  22. [XSLT template example: add Content-Type
  23. stephan@spaceboyz.net**20070921225525]
  24. [XSLT template spec: two more examples
  25. stephan@spaceboyz.net**20070921130029]
  26. [XSLT templates: add extFunctions capability
  27. stephan@spaceboyz.net**20070921115648]
  28. [Ramaze support for XSLT templates, example
  29. stephan@spaceboyz.net**20070920011044]
  30. [Instruct SourceReload to expand filenames before loading to make sure they really do exist where we think they do.
  31. Michael Fellinger <m.fellinger@gmail.com>**20070921140842]
  32. [Slight 'beautifcation' for specwrapper
  33. Michael Fellinger <m.fellinger@gmail.com>**20070921081739]
  34. [SourceReload#reload_glob is now SourceReload.trait[:reload_glob] for ultimate control.
  35. Michael Fellinger <m.fellinger@gmail.com>**20070921080937]
  36. [This improves logging a bit by introducing the :dev tag and so lowering the overall output in default mode.
  37. Michael Fellinger <m.fellinger@gmail.com>**20070921064236]
  38. [alias Ramaze.contrib to Ramaze::Contrib.load
  39. Aman Gupta <ramaze@tmm1.net>**20070919153655]
  40. [Gestalt: allow text in arguments, properly escape this text and attributes
  41. stephan@spaceboyz.net**20070920153337]
  42. [Add $0 to files being sourcereloaded.
  43. Michael Fellinger <m.fellinger@gmail.com>**20070919062417]
  44. [Implement Global.ignore and spec it.
  45. Michael Fellinger <m.fellinger@gmail.com>**20070919062143]
  46. [Add Global.cache_alternative so you can specify a different cache-class to use for only certain caches. For example: Ramaze::Global.cache_alternative[:sessions] = Ramaze::MemcachedCache
  47. Michael Fellinger <m.fellinger@gmail.com>**20070918104659]
  48. [Small improvment to the sequel/fill contrib
  49. Michael Fellinger <m.fellinger@gmail.com>**20070918054112]
  50. [Add contrib/sequel/fill
  51. Michael Fellinger <m.fellinger@gmail.com>**20070918053330]
  52. [alias redirect_referer to redirect_referrer in RedirectHelper
  53. Michael Fellinger <m.fellinger@gmail.com>**20070918045439]
  54. [Allow custom /helper directory in apps, will be searched before ramazes helpers.
  55. Michael Fellinger <m.fellinger@gmail.com>**20070918014843]
  56. [Add the wikore example and fix spec for wiktacular a little.
  57. Michael Fellinger <m.fellinger@gmail.com>**20070917114503]
  58. [Improve output of spec wrapper a bit.
  59. Michael Fellinger <m.fellinger@gmail.com>**20070917114458]
  60. [Adding path for OSX to tool/tidy and improve readability of the spec for it a bit.
  61. Michael Fellinger <m.fellinger@gmail.com>**20070912125255]
  62. [Fixing dependence on the debug.rb implementation of ruby, since this may vary between different versions/implementations, use gestalt.rb instead, the oldest and most stable file we have.
  63. Michael Fellinger <m.fellinger@gmail.com>**20070912090809]
  64. [Small beautification/speedup for the mocked http
  65. Michael Fellinger <m.fellinger@gmail.com>**20070911084731]
  66. [Clean up the controller/resolve part a bit, implement raise_no_filter which throws a NoFilter error now and fix a minor bug that would result in a faulty response if an element of Cache.resolved was no valid action. Added docs for all methods in Controller.
  67. Michael Fellinger <m.fellinger@gmail.com>**20070911162955]
  68. [Restructuring of how contribs are handled, introducing the Ramaze::Contrib namespace, adding Global.contribs so we can add a unified shutdown in future, fixing routing so it won't try to match an already resolved route again and thereby avoiding recursion.
  69. Michael Fellinger <m.fellinger@gmail.com>**20070911144843]
  70. [Adding snippet for Array#put_within/put_before/put_after plus specs. docs missing.
  71. Michael Fellinger <m.fellinger@gmail.com>**20070911054158]
  72. [Updated spec for route
  73. Aman Gupta <ramaze@tmm1.net>**20070910063242]
  74. [This introduces the first contrib for routes, slight restructuring of Controller::resolve to allow filtering based on Controller::FILTER like we know it from Dispatcher. Added dictionary.rb from facets to allow sorted but hash-like routes-adding. Spec for routes added as small showcase.
  75. Michael Fellinger <m.fellinger@gmail.com>**20070910044521]
  76. [Add basic Ramaze::contrib as future helping instance for contributed things.
  77. Michael Fellinger <m.fellinger@gmail.com>**20070910044506]
  78. [make snippets/struct/values_at behaviour compatible with standard ruby (orig. by riffraff)
  79. Michael Fellinger <m.fellinger@gmail.com>**20070907083216]
  80. [Fix for directory-listing, always sort files/dirs shown
  81. Michael Fellinger <m.fellinger@gmail.com>**20070907083158]
  82. [TAG 0.1.4
  83. Michael Fellinger <m.fellinger@gmail.com>**20070906135219]
  84. Patch bundle hash:
  85. 1f91d1a8a1f941c1ff3b32fb8293a4e49ebf11b5
Add Comment
Please, Sign In to add comment