| 1 |
== Change Log |
|---|
| 2 |
|
|---|
| 3 |
=== Edge |
|---|
| 4 |
* Don't require an authenticity token check on the login action. [Sean Cribbs] |
|---|
| 5 |
* Make sure region sets are reloaded when activating extensions in development |
|---|
| 6 |
mode. [Sean Cribbs] |
|---|
| 7 |
* Fix Haml rendering errors. [Thomas Watson Steen] |
|---|
| 8 |
|
|---|
| 9 |
=== 0.6.7 Mordant |
|---|
| 10 |
* Integrate shards extension into core. [Sean Cribbs] |
|---|
| 11 |
* Convert all views to Haml. [Sean Cribbs, John Long] |
|---|
| 12 |
* Avoid authenticity check when listing page children. [Sean Cribbs] |
|---|
| 13 |
* Add radiant:extensions:update_all task. [Josh French] |
|---|
| 14 |
* Tweak LoginSystem to allow attempted URL redirection after login and |
|---|
| 15 |
auto-redirect from login URL if logged in. [Josh French] |
|---|
| 16 |
* Add per-user salting to password encryption. [Sean Cribbs] |
|---|
| 17 |
* Address CSRF vulnerabilities in forms. [Sean Cribbs] |
|---|
| 18 |
* Remove clear cache action, always clear cache after saving a page. [Sean |
|---|
| 19 |
Cribbs] |
|---|
| 20 |
|
|---|
| 21 |
=== 0.6.6 Chiseled |
|---|
| 22 |
* Make sure extension view paths override Radiant view paths. [Josh French] |
|---|
| 23 |
* Fix problem in framework.rake when public/javascripts/admin doesn't exist. |
|---|
| 24 |
[Sean Cribbs] |
|---|
| 25 |
|
|---|
| 26 |
=== 0.6.5 Chisel |
|---|
| 27 |
* Convert StandardTags specs to nested describe blocks. [Sean Cribbs] |
|---|
| 28 |
* Remove test/unit tests - all RSpec now. [Sean Cribbs] |
|---|
| 29 |
* Fix radiant:update:javascripts task. [Sean Cribbs] |
|---|
| 30 |
* Fix problem in test fixtures. [Adam Keyes] |
|---|
| 31 |
* Add <r:meta /> tag and appropriate fields to pages table. [Sean Cribbs] |
|---|
| 32 |
* Move admin-related javascripts to admin/. [BjÞrn Arild MÊland] |
|---|
| 33 |
* Add if_self and if_ancestor_or_self tags. [Marty Haught, Sean Cribbs] |
|---|
| 34 |
* Rename created_by and updated_by columns on standard models. [Sean Cribbs] |
|---|
| 35 |
* Fix Dir glob for extension rake tasks. [Sean Cribbs] |
|---|
| 36 |
* Respect view_paths set by plugins in extensions. [xtoddx] |
|---|
| 37 |
* Move extra initialization into after_initialize block. [Sean Cribbs] |
|---|
| 38 |
* Notice area now fades away after 3 seconds. [Andrew O'Brien] |
|---|
| 39 |
* <r:find /> now accepts paths relative to the current page. [Andrew O'Brien] |
|---|
| 40 |
* Update RSpec and RSpec on Rails to r3333. [Josh French] |
|---|
| 41 |
* Add autotest support for Radiant and extensions. [Josh French] |
|---|
| 42 |
* Add pkg/ ignore to git, correct CSS problems with fieldset tables. |
|---|
| 43 |
[Sean Cribbs] |
|---|
| 44 |
* Ignore git files when building gem. [Sean Cribbs] |
|---|
| 45 |
* Fix generated test and spec harnesses, convert core extensions to specs. |
|---|
| 46 |
[Sean Cribbs] |
|---|
| 47 |
* Cover edge case in Page spec. [Sean Cribbs] |
|---|
| 48 |
* Increase coverage of helper, controller, and model specs. [Sean Cribbs] |
|---|
| 49 |
* Correct some view and spec bugs. [Sean Cribbs] |
|---|
| 50 |
* Added specs for view helpers. [Sean Cribbs] |
|---|
| 51 |
* Use TH for fieldset tables and correct error in CSS. [skrat] |
|---|
| 52 |
* Adjust admin links and r:breadcrumbs tag to deal with Rails site prefix. |
|---|
| 53 |
[Sean Cribbs] |
|---|
| 54 |
* Adjust tags to deal with Rails site prefix (relative_url_root). |
|---|
| 55 |
[Sean Cribbs] |
|---|
| 56 |
* Resolve issue with undefined method :view_paths in ActionMailer. |
|---|
| 57 |
[Sean Cribbs] |
|---|
| 58 |
* Fixed incompatibility with RubyGems >= 0.9.5 that broke radiant:freeze:gems |
|---|
| 59 |
rake task. [Michael Klett] |
|---|
| 60 |
* Fixed problem with the list of templates containing duplicates in the |
|---|
| 61 |
db:bootstrap rake task when not running in instance mode. [John Long] |
|---|
| 62 |
* Update Subversion URL so rake radiant:freeze:edge works. [John Long] |
|---|
| 63 |
* Add AVLUX to list of links in Styled Blog template. [John Long] |
|---|
| 64 |
* Fix Ruby 1.8.5 compatibility issue with Dir[]. [Sean Cribbs] |
|---|
| 65 |
* Backup old environment.rb when copying new version. [Sean Cribbs] |
|---|
| 66 |
* Fill out more controller specs. [Sean Cribbs] |
|---|
| 67 |
* Fix Admin::PageController specs. [Sean Cribbs] |
|---|
| 68 |
* Make autotest work. [Matthew Elder] |
|---|
| 69 |
* Clean up cache files before running site_controller spec. [Matthew Elder] |
|---|
| 70 |
* Add r:status tag. [Andrew O'Brien] |
|---|
| 71 |
* Add ability to set publication date manually. [Nick Plante, Sean Cribbs] |
|---|
| 72 |
* Remove blank nodes in r:navigation tag. [ben] |
|---|
| 73 |
* Bubble up parsing exceptions in development mode. [jonleighton] |
|---|
| 74 |
* Fix authorization system for controller inheritance [Josh French] |
|---|
| 75 |
* Add 'nolinks' attribute to breadcrumbs tag. [abstractioneer] |
|---|
| 76 |
* Fix fixtures for RSpec enabled extensions. [andreas] |
|---|
| 77 |
* Generate extensions with RSpec support by default, fix rake and script/spec |
|---|
| 78 |
in instance mode. [Andrew O'Brien] |
|---|
| 79 |
* Support database templates in a Radiant instance. [Benny Degezelle] |
|---|
| 80 |
* Make rake test:extensions work in instance mode. [Daniel Sheppard] |
|---|
| 81 |
* Fix tests failing in instance mode with config.extensions set. |
|---|
| 82 |
[Daniel Sheppard] |
|---|
| 83 |
* Finished converting page_controller_test.rb to page_controller_spec.rb |
|---|
| 84 |
[John Long] |
|---|
| 85 |
* Completed converting user_controller_test.rb to user_controller_spec.rb |
|---|
| 86 |
[John Long] |
|---|
| 87 |
* Fix failing extension loading tests, remove irrelevant ones. [Sean Cribbs] |
|---|
| 88 |
* Fix test:extensions Rake task. [Sean Cribbs] |
|---|
| 89 |
* Prevent following the link that toggles visibility of meta items on page |
|---|
| 90 |
edit. [Mislav MarohniÄ] |
|---|
| 91 |
* Fix extension loader and previously failing unit tests; update specs. |
|---|
| 92 |
[Mislav MarohniÄ] |
|---|
| 93 |
* Fixed problem with response_cached? returning true when perform caching was |
|---|
| 94 |
off; fixed failing spec. [John Long] |
|---|
| 95 |
* Fixed issues with whitespace in page.rb. [John Long] |
|---|
| 96 |
* Fix filtering in tag reference popup. [Mislav MarohniÄ] |
|---|
| 97 |
* Updated rspec and rspec_on_rails. [John Long] |
|---|
| 98 |
* Add more controller specs and a matcher for LoginSystem features. |
|---|
| 99 |
[Sean Cribbs] |
|---|
| 100 |
* Make all extensions loaded by default. [Sean Cribbs] |
|---|
| 101 |
* Update extension loader spec. [Sean Cribbs] |
|---|
| 102 |
* Work around a nasty issue with extensions + Dependencies unloading in |
|---|
| 103 |
development mode. [Mislav MarohniÄ] |
|---|
| 104 |
* Fix the tree expansion issue in admin interface (cookie-related). minor |
|---|
| 105 |
cleanup server-side [Mislav MarohniÄ] |
|---|
| 106 |
* Cleanup up the underscore layout hack by using method chain. |
|---|
| 107 |
[Mislav MarohniÄ] |
|---|
| 108 |
* Refactored initialization, extension loading, updated plugins. [Sean Cribbs] |
|---|
| 109 |
* Fix SiteController#show_page for Rails 2.0. [Mislav MarohniÄ] |
|---|
| 110 |
* Minor optimization for Page; remove the unneccessary 'virtual' accessor. |
|---|
| 111 |
[Mislav MarohniÄ] |
|---|
| 112 |
* Fix tests for PostgreSQL: comment out a test that breaks most of the specs |
|---|
| 113 |
somehow. [Mislav MarohniÄ] |
|---|
| 114 |
* Failures in initializer_spec.rb fixed [John Long] |
|---|
| 115 |
* Failure in site_controller_spec.rb fixed. [John Long] |
|---|
| 116 |
* The last test/unit failure is now fixed. [John Long] |
|---|
| 117 |
* Failing tests in page_controller_test.rb fixed. [John Long] |
|---|
| 118 |
* Error in response cache spec fixed. [Keeran Hawoldar] |
|---|
| 119 |
* ActionController::Base.view_paths is now set correctly for extensions. |
|---|
| 120 |
[John Long] |
|---|
| 121 |
* Changed view extensions to ".html.erb" [John Long] |
|---|
| 122 |
* Fixed content type test failures. [John Long] |
|---|
| 123 |
* Fix page_test. [John Long] |
|---|
| 124 |
* Updated environments. [John Long] |
|---|
| 125 |
* Modify ApplicationController spec. [Loren Johnson] |
|---|
| 126 |
* Modify SiteController spec. [Loren Johnson] |
|---|
| 127 |
* Fix failing unit test for old type of logger. [Daniel Sheppard] |
|---|
| 128 |
* Fix problems preventing script/console from running: acts_as_tree is now a |
|---|
| 129 |
plugin, view_paths is now a core feature. [Daniel Sheppard] |
|---|
| 130 |
* Upgrade to Rails 2.0.2 [Daniel Sheppard] |
|---|
| 131 |
* Escape angle brackets to avoid assertion warnings in StandardTags. |
|---|
| 132 |
[Sean Cribbs] |
|---|
| 133 |
* Remove unused ConsoleUtils module and fix failing specs. [Sean Cribbs] |
|---|
| 134 |
* Added standard_tags_spec.rb [John Long] |
|---|
| 135 |
* Make sure all scenario pages have at least a body part. [Sean Cribbs] |
|---|
| 136 |
* Added render matcher. [John Long] |
|---|
| 137 |
* Modify pages scenario. [Loren Johnson] |
|---|
| 138 |
* A beginning on the Application and Site controller specs. [Loren Johnson] |
|---|
| 139 |
* Fix failing specs - use of before(:all) when before(:each) was needed |
|---|
| 140 |
[Daniel Sheppard] |
|---|
| 141 |
* Fix failing extension_load_order_test.rb [Daniel Sheppard] |
|---|
| 142 |
* Don't load scenarios stuff unless using specs. [Sean Cribbs] |
|---|
| 143 |
* Add initializer spec. [Sean Cribbs] |
|---|
| 144 |
* Add extension loader spec and refactorings. [Sean Cribbs] |
|---|
| 145 |
* Added user_spec.rb [John Long] |
|---|
| 146 |
* Upgrade Rails to 1.2.6. [Sean Cribbs] |
|---|
| 147 |
* Added user_action_observer_spec.rb [John Long] |
|---|
| 148 |
* Removed duplicate load paths from environments/test.rb [John Long] |
|---|
| 149 |
* Added text_filter_spec.rb [John Long] |
|---|
| 150 |
* Added status_spec.rb [John Long] |
|---|
| 151 |
* Added spec/models/snippet_spec.rb [John Long] |
|---|
| 152 |
* Added response_cache_spec.rb [John Long] |
|---|
| 153 |
* Small improvements to page_part_spec.rb [John Long] |
|---|
| 154 |
* Remove duplicate specs and move Radiant::ExtensionMigrator? spec to proper |
|---|
| 155 |
location. [Sean Cribbs] |
|---|
| 156 |
* Fix admin.js to initialize TabControl even if there are no tabs. |
|---|
| 157 |
[Benny Degezelle] |
|---|
| 158 |
* Correct RenderTestHelper to better resemble expectations from Rails. |
|---|
| 159 |
[Sean Cribbs] |
|---|
| 160 |
* Add model specs and scenarios. [John Long] |
|---|
| 161 |
* Modify script/spec to work in instance mode. [Andrew O'Brien] |
|---|
| 162 |
* Add RSpec to load path in test environment. [Andrew O'Brien] |
|---|
| 163 |
* Add specs for Radiant::Extension and Radiant::Taggable. [Sean Cribbs] |
|---|
| 164 |
* Fixed admin CSS for IE6 - ugly borders begone! [BjÞrn Arild MÊland] |
|---|
| 165 |
* Fixed that homepage is no longer cached outside of cache dir, but to |
|---|
| 166 |
"_site-root.data". [BjÞrn Arild MÊland] |
|---|
| 167 |
* Fix typo in pngfix.js. [Mislav MarohniÄ] |
|---|
| 168 |
* Turn off auto-loading RSpec stuff, even in test environment. |
|---|
| 169 |
[Mislav MarohniÄ] |
|---|
| 170 |
* Add specs for Annotatable, InheritableClassAttributes, LocalTime, |
|---|
| 171 |
MethodObserver, and Simpleton. [Sean Cribbs] |
|---|
| 172 |
* Add spec for Radiant::AdminUI and Users scenario. [Sean Cribbs] |
|---|
| 173 |
* Import and create boilerplate for RSpec and Scenarios. [Sean Cribbs] |
|---|
| 174 |
* Honor config.extensions when running rake test:extensions and also include |
|---|
| 175 |
core extensions. [Daniel Sheppard] |
|---|
| 176 |
* Propagate global page when using <r:content /> with inherit attribute. |
|---|
| 177 |
[Sean Cribbs] |
|---|
| 178 |
|
|---|
| 179 |
=== 0.6.4 Gem Shaper |
|---|
| 180 |
* Extract Archive pages into a core extension. Add automatic testing of core |
|---|
| 181 |
extensions from default test task. [Sean Cribbs] |
|---|
| 182 |
* Add <r:if_children /> and <r:unless_children /> tags. [Andrew Neil] |
|---|
| 183 |
* Add HTML labels to role checkboxes in user edit template. [zilkey] |
|---|
| 184 |
* Cleanup whitespace and line-endings in environment.rb. [BjÞrn Arild MÊland] |
|---|
| 185 |
* Fix various SQL Server issues via Rails ticket #8886. [Mark Gallop] |
|---|
| 186 |
* Refactor locals from _node.rhtml into Admin::NodeHelper. [Sean Cribbs] |
|---|
| 187 |
* Fix XHTML validation errors in view templates. [BjÞrn Arild MÊland] |
|---|
| 188 |
* Update Prototype and script.aculo.us to 1.6 and 1.8 releases. [Sean Cribbs] |
|---|
| 189 |
* Fix edge case in tabcontrol.js where tab label is incorrect. [Sean Cribbs] |
|---|
| 190 |
* Remove duplication in admin.js. [Sean Cribbs] |
|---|
| 191 |
* Factor TimeZone stuff out of Radiant::Config into a module, fix failing tests. |
|---|
| 192 |
[Sean Cribbs] |
|---|
| 193 |
* Add has_part?, inherits_part?, and has_or_inherits_part? methods to Page. |
|---|
| 194 |
[ana] |
|---|
| 195 |
* Allow setting of local timezone via Radiant::Config and auto-adjustment of times |
|---|
| 196 |
in admin UI and <r:date /> tag. [Bodhi Philpot] |
|---|
| 197 |
* Update to latest Prototype and script.aculo.us and refactor and extract inline |
|---|
| 198 |
Javascript into external files. [Mislav MarohniÄ] |
|---|
| 199 |
* Narrow scope of exception to only throw on missing fixture files, allowing |
|---|
| 200 |
invalid yaml errors through. [Daniel Sheppard] |
|---|
| 201 |
* Added tests to ensure that response_cache stays within the cache dir. |
|---|
| 202 |
[Daniel Sheppard] |
|---|
| 203 |
* Add assert_requires_login to LoginTestHelper. [Sean Cribbs] |
|---|
| 204 |
* Make sure tag binding stack is popped when an exception occurs. [jay@jay.fm] |
|---|
| 205 |
* Clean up some apparent cruft in page.rb [Daniel Sheppard] |
|---|
| 206 |
* Add logout method to LoginTestHelper. [Sean Cribbs] |
|---|
| 207 |
* Run single extension tests with rake test:extensions EXT=<extension_name> |
|---|
| 208 |
[Brian Skahan] |
|---|
| 209 |
* Update Javascript libraries to Prototype 1.6.0_rc1 and script.aculo.us |
|---|
| 210 |
1.8.0_pre1. [Mislav MarohniÄ] |
|---|
| 211 |
* Fixed <r:attempted_url /> tag to escape the uri [Daniel Sheppard] |
|---|
| 212 |
* Allow parts to be accessed by name from Page#part before they are saved. |
|---|
| 213 |
[Sean Cribbs] |
|---|
| 214 |
* Disambiguate namespace of ActionMailer::Part. [Sean Cribbs] |
|---|
| 215 |
* Fix namespacing problem with ActionController::RoutingError. [Sean Cribbs] |
|---|
| 216 |
* Update Rails to 1.2.5. [John Long] |
|---|
| 217 |
* Ensured that the request and response are passed along to other pages that |
|---|
| 218 |
are rendered within the same context. [John Long] |
|---|
| 219 |
* Added <r:if_dev /> and <r:unless_dev /> tags. [Peter Berkenbosch] |
|---|
| 220 |
* Removed session stringification patch in test helper. [Sean Cribbs] |
|---|
| 221 |
* Update Rails to 1.2.4. [Sean Cribbs] |
|---|
| 222 |
* Add extensions paths to the standard $LOAD_PATH so requires work properly. |
|---|
| 223 |
[Sean Cribbs] |
|---|
| 224 |
* Fixed some loading issues for plugins that are included in extensions. |
|---|
| 225 |
[Sean Cribbs] |
|---|
| 226 |
|
|---|
| 227 |
=== 0.6.3 Rock Grinder |
|---|
| 228 |
* Add generic public/ copy task to generated extensions. [Sean Cribbs] |
|---|
| 229 |
* Fix typo in StandardTags. [oli] |
|---|
| 230 |
* Added db:remigrate:extensions task. [Sean Cribbs] |
|---|
| 231 |
* Show all child pages on remove confirmation, regardless of sitemap expansion. |
|---|
| 232 |
[Sean Cribbs] |
|---|
| 233 |
* Make LoginSystem store user ids in session rather than whole user objects. |
|---|
| 234 |
[Sean Cribbs] |
|---|
| 235 |
* Plugins included in an extension's vendor/plugins directory will automatically |
|---|
| 236 |
be loaded before the extension is activated. Plugins included in more than one |
|---|
| 237 |
extension will be loaded only once according to the extension load order. |
|---|
| 238 |
[Sean Cribbs] |
|---|
| 239 |
* Allow subclassing of FileNotFoundPage. [Daniel Sheppard] |
|---|
| 240 |
* <r:find/> should not return FileNotFoundPage. [Daniel Sheppard] |
|---|
| 241 |
* Change test for tabs to just check dupes and for the requested tab |
|---|
| 242 |
rather than a specific list (test was breaking if a real extension added |
|---|
| 243 |
a tab). [Daniel Sheppard] |
|---|
| 244 |
* Ensure test extensions are loaded in the test environment. [Daniel Sheppard] |
|---|
| 245 |
* Prevent ExtensionInitializationTest from unloading real extensions. |
|---|
| 246 |
[Daniel Sheppard] |
|---|
| 247 |
* Expire the old URL from the cache when the page slug changes. [Daniel Sheppard] |
|---|
| 248 |
* Fix failing tests in instance mode. [Daniel Sheppard] |
|---|
| 249 |
* Move difference assertions upstream from forms extension into a test helper. |
|---|
| 250 |
[Sean Cribbs] |
|---|
| 251 |
* Update Prototype to 1.5.0 final release. [Sean Cribbs] |
|---|
| 252 |
* Allow specification of extension loading order in environment.rb |
|---|
| 253 |
[Daniel Sheppard] |
|---|
| 254 |
* Fix bugs in assert_global_tag_defined and assert_tag_defined of |
|---|
| 255 |
ExtensionTagTestHelper. [Sean Cribbs] |
|---|
| 256 |
* Make sure included stylesheets and javascripts are only linked to once in |
|---|
| 257 |
<head>. [Sean Cribbs] |
|---|
| 258 |
* Fix navigation tag tests. [vitali] |
|---|
| 259 |
* Suppress errors about missing default helper by providing a blank helper. |
|---|
| 260 |
[Sean Cribbs] |
|---|
| 261 |
* Fix mis-alignment of "Clear cache" button when homepage not present. |
|---|
| 262 |
[Sean Cribbs] |
|---|
| 263 |
* Fix issues with misnesting of modules in fixture loading extension and |
|---|
| 264 |
test suites running randomly from dispatchers. [Sean Cribbs] |
|---|
| 265 |
* Remove invalid image alignment. [tolbrino] |
|---|
| 266 |
* Display not_found.rhtml on standard 'not found'-like exceptions. [Sean Cribbs] |
|---|
| 267 |
* Make sitemap.js use relative URLs. [Earl Chew] |
|---|
| 268 |
* Preliminary support for active_record sessions. [John Long] |
|---|
| 269 |
|
|---|
| 270 |
=== 0.6.2 Jewel Carver (June 23, 2007) |
|---|
| 271 |
* Removed some of the database specific code from the ArchiveFinder [Daniel |
|---|
| 272 |
Sheppard] |
|---|
| 273 |
* Fixed typo in extension model generator documentation |
|---|
| 274 |
* Reworked the way the generator extension is loaded (closing #500) [Keita] |
|---|
| 275 |
* Fixed failing unit tests in instance mode [Daniel Shephard] |
|---|
| 276 |
* Modified the page edit form to use multipart/form-data (useful for an upload |
|---|
| 277 |
extension) [Sean Cribbs] |
|---|
| 278 |
|
|---|
| 279 |
=== 0.6.1 Stone Cutter (May 5, 2007) |
|---|
| 280 |
* Fixed a security vulnerability which caused passwords to appear in the logs |
|---|
| 281 |
* Fixed a bug in the site map code which caused it to forget which rows were |
|---|
| 282 |
expanded |
|---|
| 283 |
* The find_by_url method has been optimized to improve performance [Daniel |
|---|
| 284 |
Sheppard] |
|---|
| 285 |
* GET requests are now the only requests that are cached [Daniel Sheppard] |
|---|
| 286 |
* Added rudimentary support for extension depencency specification through |
|---|
| 287 |
directory prefixing [Daniel Sheppard] |
|---|
| 288 |
* Fixed syntax error in fixture loading extension [Sean Cribbs] |
|---|
| 289 |
* Minor documentation fix for date tag [Sean Cribbs] |
|---|
| 290 |
* Fixed a bug in the migrations that prevented 0.5.x users from upgrading |
|---|
| 291 |
properly [Sean Cribbs] |
|---|
| 292 |
|
|---|
| 293 |
=== 0.6.0 Lapidary (April 24, 2007) |
|---|
| 294 |
* Added support for extensions--an extremely flexible way to extend radiant |
|---|
| 295 |
* Merged Behaviors into the Page class; subclass page now instead |
|---|
| 296 |
* Improved database support for Postgres and Sqlite |
|---|
| 297 |
* Limited support for SQL Server |
|---|
| 298 |
* Exceptions from tags now bubble up during testing |
|---|
| 299 |
* Page parts are now sorted by ID so the order that you create them in is |
|---|
| 300 |
preserved [Josh Ferguson] |
|---|
| 301 |
* Implemented tag documentation DSL and UI [Sean Cribbs] |
|---|
| 302 |
* Reworked the setup code |
|---|
| 303 |
* Renamed script/setup_database to rake db:bootstrap |
|---|
| 304 |
* Reworked the upgrade code to work around rake tasks |
|---|
| 305 |
* Added rake tasks for freezing and unfreezing radiant to the edge |
|---|
| 306 |
* r:children:each, r:children:first, and r:children:last now all accept the |
|---|
| 307 |
same ordering and limit attributes and have the same defaults |
|---|
| 308 |
* Snippets are now responsive to global context via the r:page tag. This means |
|---|
| 309 |
that any tags inside r:page will refer to the page currently being rendered, |
|---|
| 310 |
i.e. the page requested, not the local contextual page via tags like |
|---|
| 311 |
r:children:each, etc. This is most relevant to recursive snippets like the |
|---|
| 312 |
sitemapper example [Sean Cribbs] |
|---|
| 313 |
* r:navigation now uses the pipe character ("|") to delimit URLs in the urls |
|---|
| 314 |
attribute rather than the semi-colon |
|---|
| 315 |
* :date now accepts a "for" attribute that specifies which attribute of the |
|---|
| 316 |
page to render. Valid values of the attribute are published_at, updated_at, |
|---|
| 317 |
created_at, and now. |
|---|
| 318 |
* Created the r:cycle tag to make alternating tables and lists possible |
|---|
| 319 |
* Added popups for filter and tag documentation inside the page editing |
|---|
| 320 |
interface |
|---|
| 321 |
* Added support for optimistic locking for all models [Daniel Sheppard] |
|---|
| 322 |
* Added support to Radiant::Config for boolean values [Sean Cribbs] |
|---|
| 323 |
* Caching no longer stores the headers and body in the same file [Daniel |
|---|
| 324 |
Sheppard] |
|---|
| 325 |
* Added support for the X-Sendfile header that works in conjunction with |
|---|
| 326 |
caching to speed it up (by default X-Sendfile support is off) [Daniel |
|---|
| 327 |
Sheppard] |
|---|
| 328 |
* Moved the images and stylesheets into images/admin and stylesheets/admin |
|---|
| 329 |
respectively to make it easier for Radiant's assets to coexist easily with |
|---|
| 330 |
the site's assets |
|---|
| 331 |
* Improved the Javascript that automatically updates the slug and breadcrumb |
|---|
| 332 |
based off of the title so that it now response to all change events |
|---|
| 333 |
* For the full scoop on what's changed see Sean Cribbs' detailed blog post: |
|---|
| 334 |
http://seancribbs.com/tech/2007/04/18/whats-new-in-radiant-0-6 |
|---|
| 335 |
|
|---|
| 336 |
=== 0.5.2 Raildust (August 10, 2006) |
|---|
| 337 |
* Upgraded Rails to 1.1.6 because of a security vulnerability in 1.1.5 |
|---|
| 338 |
|
|---|
| 339 |
=== 0.5.1 Gemdust (August 10, 2006) |
|---|
| 340 |
* Upgraded Rails to 1.1.5 because of a security vulnerability in 1.1.4 |
|---|
| 341 |
* Added basic support for upgrades to the `radiant` command |
|---|
| 342 |
* Gem now includes the .htaccess file (this should make Apache users happier) |
|---|
| 343 |
* Updated icons for layouts |
|---|
| 344 |
* Migrations are now repaired so that you can run `rake migrate` to create the |
|---|
| 345 |
initial database. (`script/setup_database` is still the recommended method.) |
|---|
| 346 |
(closes ticket #46) [Daniel Sheppard] |
|---|
| 347 |
* When you collapse a branch in the admin page tree view and move to another |
|---|
| 348 |
tab the collapsed status is now saved so that when you return, the collapsed |
|---|
| 349 |
status is preserved. Also the status of collapsed branches is preserved when |
|---|
| 350 |
collapsing and expanding parent nodes. (closes ticket #29) [Daniel Sheppard] |
|---|
| 351 |
* Fixed documentation problem in response_cache.rb (closes ticket #142) [Paul |
|---|
| 352 |
Smith] |
|---|
| 353 |
* Fixed problem with timezones on fixtures causing tests to fail in Japan |
|---|
| 354 |
(closes ticket #154) [Bodhi Philpot] |
|---|
| 355 |
* Fixed a problem with an error being thrown when the <r:context /> tag was |
|---|
| 356 |
rendered with the inherit attribute set to true and the page part did not |
|---|
| 357 |
exist (closes ticket #155) [Bodhi Philpot] |
|---|
| 358 |
|
|---|
| 359 |
=== 0.5.0 Grindstone (June 28, 2006) |
|---|
| 360 |
* First release. |
|---|