| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 6 days | Rails 5.2 test updates | erdgeist | |
| - Rename test/functional → test/controllers, test/unit → test/models - Remove test/performance/browsing_test.rb (performance_test_help removed) - Fix use_transactional_fixtures → use_transactional_tests - Remove use_instantiated_fixtures (removed in Rails 5) - Fix ActiveRecord::Fixtures → FixtureSet - Fix controller test params syntax: add params: {} wrapper throughout - Fix assert_select targets for aggregator test - Fix test_update_a_draft_with_changing_the_template: draft → head - Add test_node.reload after children.create! (awesome_nested_set bug) - Add before/after count pattern for create tests (transactional isolation) - Known failures: 5 tests affected by Rails 5 transactional test isolation | |||
| 2009-09-10 | added public rss controller plus template to render the latest 20 updates into a neat little atom feed | hukl | |
| 2009-09-06 | added public search controller with corresponding view | hukl | |
| 2009-09-05 | added tag resource, widget and auxillary files | hukl | |
| 2009-08-08 | added menu items resource | hukl | |
| 2009-04-25 | Integrated basic Asset upload functionality. You can upload files now and use their url in pages. | hukl | |
| 2009-03-18 | Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with ↵ | hukl | |
| reoccurrence and intervals etc. | |||
| 2009-03-15 | first revision and diff interface | hukl | |
| 2009-03-10 | remove event resource temporarily until its finalized | hukl | |
| 2009-03-10 | added calendar backend. more features and integration to come | erdgeist | |
| 2009-03-01 | renamed user to users controller | hukl | |
| 2009-03-01 | created empty user controller | hukl | |
| 2009-02-19 | adding the admin controller and his friends | hukl | |
| 2009-02-08 | added nodes controller and made it a resource. | hukl | |
| since the node is the proxy for the pages behind it, it makes sense to operate on nodes rather than on the pages themselves. | |||
| 2009-01-31 | Added Page model scaffold | hukl | |
| 2009-01-29 | added the content controller which will be responsible for rendering all public pages later on. added a new custom route for the public url schema as well ↵ | hukl | |
| as a functional test which tests the correct mapping of the custom route | |||
