summaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
8 daysStage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
- 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
8 daysUpdate deployed state to what's currently runningerdgeist
2025-01-28Big overhaul patch and style changesCharlie Root
2011-02-10removed thinking_sphinx plugin and replaced it with gem.hukl
also tuned dependencies
2010-01-14Updated globalize2 to latest version. Modified existing code accoringlyhukl
2009-10-31added exception notifier plugin to catch all exceptionshukl
2009-10-06updated globalize2hukl
2009-09-17updated awesome_nested_sethukl
2009-09-17switched tagging plugin again for postgresql compatibility hukl
2009-09-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl
2009-09-08updated awesome_nested_set pluginhukl
2009-08-15replaced crappy acts_as_taggable_on_steroids with acts_as_taggable_redux. Drop in replacement, much cleaner code and best of all does what I want!hukl
2009-07-19updated globalize2 pluginhukl
2009-05-01added thinking_sphinx plugin for fulltext search on nodes and headshukl
2009-04-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl
2009-04-18removed edge rails submodule - running on the rails stable gem now (2.3.2 currently)hukl
2009-03-28fix for globalize to honor the use of :include => :globalize_translations. also seehukl
http://github.com/hukl/globalize2/commit/e0935a0a6c0c7305e575d3a9962229bd5f44cb1a
2009-03-18Refactored 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-09updated railshukl
2009-03-05updated rails, againhukl
2009-03-04updated railshukl
2009-02-25updated globalize2hukl
2009-02-22updated rails submodulehukl
2009-02-20another modification for the routing filterhukl
2009-02-20fix for routing filter and helpers, need to talk hukl
to svenfuchs about that ;) hardcoded default_locale within the plugin and not considering globbed routes as it seems
2009-02-19added this route filter from sven fuchs to makehukl
this simplified route magic possible. hope i don't foot myself in the shot with it.
2009-02-19updated railshukl
2009-02-17added will_paginate pluginhukl
2009-02-15updated railshukl
2009-02-13rails updatehukl
2009-02-07added globalize2 plugin as well as some modificationshukl
which use the new translation facilities. backend mostly.
2009-02-06updated railshukl
2009-02-02add acts_as_taggable_on_steroids to replaces hukl
custom flagging facilities
2009-01-31connected page and node model + some minor tweakshukl
2009-01-31added acts_as_list pluginhukl
2009-01-29added node model to make basic functional tests pass. added awesome_nested_set pluginhukl
2009-01-29initial import with edge rails included as a submodulehukl