| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-25 | Rails 4.2 view fixes | erdgeist | |
| - Replace :confirm => with :data => { :confirm => } in all link_to calls - Fix link_to_path helper: use content_path named route instead of hash-style routing - Fix admin/_menu.html.erb: use named routes for logout and admin index - Fix admin layout: load jquery/jquery_ujs before jquery-ui, remove duplicate jQuery 1.3.2 - Add csrf_meta_tags to admin layout | |||
| 2026-06-24 | Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgrade | erdgeist | |
| - Converted plugins to gems (Gemfile) - Updated config structure (application.rb, boot.rb, environment.rb) - Converted routes to Rails 3 DSL - Converted named_scope to scope throughout models - Converted find(:all, :conditions) to where() chains - Fixed has_many :order to use ordering scope - Updated session store and secret token configuration - Fixed exception_notification middleware configuration - Patched Ruby 2.4 / Rails 3.2 incompatibilities: - Integer/Float duration arithmetic (ActiveSupport) - Arel visit_Integer for PostgreSQL adapter - create_database String/Integer coercion - ActionController consider_all_requests_local - Migrated taggings schema for acts-as-taggable-on - Replaced dynamic_form gem with custom form_error_messages helper - Fixed Rails 3 block helper syntax (form_for, form_tag, fields_for) - Fixed admin layout yield - Updated test suite for Rails 3 APIs | |||
| 2026-06-23 | Update deployed state to what's currently running | erdgeist | |
| 2025-02-05 | Add warner if theres unescaped entities inside the Title fields | erdgeist | |
| 2025-01-28 | Big overhaul patch and style changes | Charlie Root | |
| 2009-10-20 | allow to overwrite the original user in edit view | hukl | |
| 2009-10-07 | refactored revsions controller to act as a nested resource of nodes. boy that cleaned up some stuff quite a bit. also having tests for that is just feeling ↵ | hukl | |
| great | |||
| 2009-09-12 | changed the ui click flow a bit | hukl | |
| 2009-09-09 | added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes ↵ | hukl | |
| get staged and are applied once that revision is published | |||
| 2009-09-02 | renaming and restructuring | hukl | |
| 2009-09-02 | further interface improvements | hukl | |
| 2009-09-02 | some drag and drop refinements | hukl | |
| 2009-09-01 | Added javascript goodness to add and sort and drag and drop images on pages | hukl | |
| 2009-09-01 | slight interface changes | hukl | |
| 2009-08-16 | migration to add missing columns and indexes for acts_as_taggable_redux as well as other related modifications | hukl | |
| 2009-06-13 | added js search widget with clickable results that will take the user to the brand new "show" version of the page. so the user doesn't create new revisions ↵ | hukl | |
| and locks all the time when he / she only wants to take a look at it. | |||
| 2009-05-08 | removed the render :partial call as it no longer exists | hukl | |
| 2009-04-18 | adding event information to the metadata section allowing to add and edit events | hukl | |
| 2009-04-16 | added autosave to node edit view. saves every 15 seconds | hukl | |
| 2009-04-13 | beautified the revision and diff interface. so pretty and so functional. i'm happy | hukl | |
| 2009-04-13 | slight modifications | hukl | |
| 2009-04-13 | rebuilding the admin interface | hukl | |
| 2009-03-15 | interface interlinks | hukl | |
| 2009-03-08 | added a prompt for the template select | hukl | |
| 2009-03-08 | added date selector for published_at. Also removed the part that reset the published_at attribute to Time.now. Some cleanups | hukl | |
| 2009-03-03 | introducing page templates - need to add edit capabilities | hukl | |
| renamed the custom template folder forgot one fix for the new custom template path page templates refined renamed page attribute template to template_name as i suspected it to be a reserved word. it still didn't work until i discovered that simon defined the accessible attributes! That costed me 40 minutes of lifetime. But he apologized ;) tests for public and custom page templates | |||
| 2009-02-26 | the locale stuff as well as the cloning should work now entirely as expected although the cloning itself isn't really a beauty | hukl | |
| 2009-02-22 | tags ! | hukl | |
| 2009-02-22 | another round of view updates | hukl | |
| 2009-02-22 | lots of view improvements - not ready though | hukl | |
| 2009-02-21 | adding @node filter for publish action and setting | hukl | |
| a new member route for the nodes resource so that a put request on /nodes/id/publish will publish the current draft of a node | |||
| 2009-02-21 | getting rid of the useless values parts | hukl | |
| 2009-02-17 | modified edit form to work with translated | hukl | |
| attributes. there seems to be something bogus with form for - to be investigated | |||
| 2009-02-15 | using real users now that we have a real user model | hukl | |
| 2009-02-15 | added implementation details for nodes | 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. | |||
