Taking 0.9 out for a test drive... here's an overview of what worked and
what didn't.

Radiant:
radiant r9 --database sqlite3
cd r9; rake production db:bootstrap
[answer prompts, select 1. Empty]

The extensions I tried that installed and worked as expected were (some
required a little tweaking):

Custom Fields:
script/extension install custom_fields

Drag: [ok but messes up paperclipped, more about this in a separate post]
git clone git://github.com/squaretalent/radiant-drag-extension.git
 vendor/extensions/drag
rake production radiant:extensions:drag:migrate
radiant:extensions:drag:update

Schedule: [anyone up to adding this into the extension registry so
"script/extension" can install it?]
git clone git://github.com/radiant/radiant-scheduler-extension.git
 vendor/extensions/scheduler
rake production radiant:extensions:scheduler:migrate
radiant:extensions:scheduler:update

Page Preview:
script/extension install page_preview

Enkoder Tags:
script/extension install enkoder_tags

Styles n Scripts:
script/extension install sns

Sass filter:
***  "script/extension install" fails with: "Too many arguments" and "cd: 1:
can't cd to /tmp/sns_sass_filter"
      - manual install works
git://github.com/SwankInnovations/radiant-sns-sass-filter-extension.git
 vendor/extensions/sns_sass_filter

Haml filter:
script/extension install haml_filter

 The ones that I couldn't get to work were (details in separate posts):

Settings extension
*** rake fails with "undefined method `tab' for
#<SettingsExtension:0xb6ea8e0c>"

Page Factory extension
*** installs without any errors but does not work correctly
    - "Add Child" icon replaced with "en, add_child" text
    - pop-up works but new employee page does not have proper page parts,
same default page as without the extension

Paperclipped extension
*** installs without any errors, but "Show Assets Bucket" in odd place
(should be like "Create Custom Fields"?)
     - if the Drag extension is installed either before/after
paperclipped, it messes up the Assets pop-up, can't drag n drop.

Gallery extension
*** install task fails -- can't create gallery.yml or content_types.yml
     - copied these 2 files from my production system but rake fails
with: "undefined method `tab' for #<GalleryExtension:0xb6dfdee4>"


PS. Great work by everyone involved, core developers and extension writers!
Thank you so much.
-- 
marshal
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org

Reply via email to