engine/lib/locomotive
Paul Sponagl 27dd3b2001 Fit issue 240 by using slug to find content-type
export.rb exports targets with
field_attributes['target'] = target_klass._parent.slug
but import imports it with:
target_content_type = site.content_types.where(:name => association.target).first

this fails if one uses capitalized names for Models.
i changed the default.zip to contain a site yaml with capitalized
Model-Names too.
2012-01-09 15:01:51 +01:00
..
carrierwave Added .htc file content type to white list 2011-08-29 10:46:31 +02:00
hosting Proper mongoid exists? syntax 2011-11-16 12:04:51 -08:00
httparty fix issue #91 2011-06-22 15:57:24 -07:00
import Fit issue 240 by using slug to find content-type 2012-01-09 15:01:51 +01:00
liquid Merge pull request #223 from frisoft/master 2011-11-27 01:53:25 -08:00
middlewares use starts_with? instead of start_with, fixes #253 and #251 2011-11-27 18:22:00 +11:00
mongoid refactor the way locomotive was updating a template and its descendants + add custom action_mailer settings for the bushi.do env + fix bug about index and 404 pages positions during the import + fix a little display issue when a subdomain is wrong in the site edit page 2011-04-28 17:04:18 +02:00
railties remove namespace for delayed_job tasks (needed by heroku) 2010-10-17 03:26:32 +02:00
routing No Site now renders a 404 error, this will prevent indexing of pages that do not exist. 2011-10-29 14:35:23 +08:00
admin_responder.rb Cleaning whitespace on all .rb files so commit diffs from now on will be a bit more readable 2010-07-23 13:09:54 -07:00
carrierwave.rb clean everything before merging it to the master branch 2011-06-10 01:04:13 +02:00
configuration.rb "no" locale added to config options 2011-09-19 16:15:25 +02:00
core_ext.rb fix tests + rename and refactor the slugify method (now called permalink) 2011-06-21 13:03:24 -07:00
custom_fields.rb BSON::ObjectId has to be converted in String in liquid templates 2011-08-18 12:03:34 +02:00
delayed_job.rb clean code + fix gem requirements for the engine version of this app 2010-10-17 03:18:41 +02:00
dragonfly.rb write tests for the last cells menu + write tests for the bushi.do events + refactor the locomotive logger + add the cas_extra_attributes hook 2011-07-26 21:20:03 +02:00
engine.rb Tests are passing for has many pagination with Kaminari. 2011-11-05 18:42:04 +11:00
export.rb False values for custom fields are now correctly exported. Fixes #250. 2011-12-15 22:11:54 +08:00
hosting.rb big refactoring of the locomotive config file in order to handle bushido / single / multi sites, ...etc 2011-04-01 02:34:19 +02:00
httparty.rb Cleaning whitespace on all .rb files so commit diffs from now on will be a bit more readable 2010-07-23 13:09:54 -07:00
import.rb remove all the references to asset_collections 2011-06-21 06:12:20 -07:00
inherited_resources.rb clean code + fix gem requirements for the engine version of this app 2010-10-17 03:18:41 +02:00
kaminari.rb fix issue #243 (Kaminari causing error on Bushido) 2011-11-05 15:18:15 +01:00
liquid.rb refactor locomotive liquid drops + implement the theme or site import page (95% done) 2010-09-29 00:08:11 +02:00
logger.rb write tests for the last cells menu + write tests for the bushi.do events + refactor the locomotive logger + add the cas_extra_attributes hook 2011-07-26 21:20:03 +02:00
middlewares.rb refactor the way the middlewares are loaded (both app and engine) + tweaks some back-office texts + improve the UI by adding icons on addind a picture links + fix an annoying bug with carrierwave 2011-06-28 15:38:13 +02:00
misc_form_builder.rb tweak forms + fix minor js bug if no multi sites 2011-07-05 20:33:21 +02:00
mongoid.rb Cleaning whitespace on all .rb files so commit diffs from now on will be a bit more readable 2010-07-23 13:09:54 -07:00
regexps.rb Added a redirect page extension, integrated into the application and added new tests 2011-01-06 22:48:41 +08:00
render.rb Path fix for pagination. 2011-10-24 23:37:39 +08:00
routing.rb Upgrading to Rails3 rc 2010-07-29 16:21:48 -07:00
session_store.rb forget to add a field to update the global seo title for a site + fix a tiny bug when destroying session + enhance hints on some form fields 2011-06-24 00:49:12 -07:00
version.rb solve minor bugs 2011-07-08 15:03:48 +02:00