zena 1.0.0.beta3 → 1.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +29 -0
- data/Rakefile +2 -0
- data/TODO_ZENA_1_0 +13 -23
- data/app/controllers/columns_controller.rb +1 -1
- data/app/controllers/comments_controller.rb +4 -3
- data/app/controllers/documents_controller.rb +8 -11
- data/app/controllers/nodes_controller.rb +39 -21
- data/app/controllers/users_controller.rb +8 -3
- data/app/controllers/versions_controller.rb +2 -2
- data/app/controllers/virtual_classes_controller.rb +17 -11
- data/app/helpers/documents_helper.rb +0 -3
- data/app/helpers/users_helper.rb +17 -0
- data/app/models/cache.rb +36 -31
- data/app/models/column.rb +48 -5
- data/app/models/comment.rb +14 -5
- data/app/models/data_entry.rb +2 -2
- data/app/models/document.rb +23 -33
- data/app/models/idx_nodes_datetime.rb +4 -0
- data/app/models/idx_nodes_float.rb +4 -0
- data/app/models/idx_project.rb +3 -0
- data/app/models/node.rb +372 -308
- data/app/models/page.rb +1 -31
- data/app/models/relation.rb +4 -4
- data/app/models/relation_proxy.rb +128 -17
- data/app/models/role.rb +27 -2
- data/app/models/site.rb +64 -56
- data/app/models/template.rb +11 -12
- data/app/models/text_document.rb +6 -7
- data/app/models/user.rb +95 -46
- data/app/models/version.rb +2 -2
- data/app/models/virtual_class.rb +418 -73
- data/app/views/columns/_form.html.erb +1 -1
- data/app/views/columns/_li.html.erb +1 -1
- data/app/views/comments/_form.rhtml +1 -1
- data/app/views/comments/_li.rhtml +1 -1
- data/app/views/comments/_li_simple.rhtml +1 -1
- data/app/views/groups/_form.rhtml +1 -1
- data/app/views/links/_li.rhtml +1 -1
- data/app/views/nodes/_groups.rhtml +1 -1
- data/app/views/nodes/_import_results.rhtml +1 -1
- data/app/views/nodes/_parent.rhtml +1 -1
- data/app/views/nodes/_results.rhtml +1 -1
- data/app/views/nodes/create.rjs +4 -2
- data/app/views/relations/_li.erb +2 -2
- data/app/views/templates/document_create_tabs/_file.rhtml +1 -1
- data/app/views/templates/document_create_tabs/_template.rhtml +2 -2
- data/app/views/templates/document_create_tabs/_text_document.rhtml +2 -2
- data/app/views/templates/edit_tabs/_help.rhtml +1 -1
- data/app/views/templates/edit_tabs/_title.rhtml +0 -3
- data/app/views/users/_form.rhtml +2 -6
- data/app/views/users/_li.rhtml +1 -3
- data/app/views/users/create.rjs +4 -4
- data/app/views/users/preferences.html.erb +1 -4
- data/app/views/versions/custom_tab.rhtml +5 -0
- data/app/views/virtual_classes/_form.erb +20 -10
- data/app/views/virtual_classes/_li.erb +21 -8
- data/app/views/zafu/default/Node-+search.zafu +1 -1
- data/app/views/zafu/default/Node.zafu +3 -3
- data/bricks/captcha/lib/bricks/captcha.rb +1 -1
- data/bricks/mongrel/zena/deploy.rb +14 -0
- data/bricks/{data2pdf → pdf}/.document +0 -0
- data/bricks/pdf/README +33 -0
- data/bricks/{data2pdf → pdf}/Rakefile +0 -0
- data/bricks/pdf/VERSION +1 -0
- data/bricks/pdf/lib/bricks/pdf.rb +110 -0
- data/bricks/pdf/lib/bricks/pdf/engine/prince.rb +38 -0
- data/bricks/pdf/lib/bricks/pdf/engine/xhtml2pdf.rb +9 -0
- data/bricks/pdf/lib/bricks/pdf/install.rb +121 -0
- data/bricks/pdf/test/engines/test_prince.rb +15 -0
- data/bricks/pdf/test/engines/test_xhtml2pdf.rb +15 -0
- data/bricks/{data2pdf → pdf}/test/fixtures/application.css +0 -0
- data/bricks/{data2pdf → pdf}/test/fixtures/contact.html +0 -0
- data/bricks/{data2pdf → pdf}/test/fixtures/pisa-default.css +0 -0
- data/bricks/{data2pdf → pdf}/test/fixtures/sheet1.css +0 -0
- data/bricks/{data2pdf → pdf}/test/fixtures/sheet2.css +0 -0
- data/bricks/{data2pdf → pdf}/test/fixtures/simple-html.html +0 -0
- data/bricks/{data2pdf → pdf}/test/fixtures/simple-text.txt +0 -0
- data/bricks/{data2pdf → pdf}/test/helper.rb +4 -5
- data/bricks/pdf/test/shoulda_macros/shoulda_pdf.rb +72 -0
- data/bricks/pdf/zena/init.rb +5 -0
- data/bricks/pdf/zena/tasks.rb +17 -0
- data/bricks/sphinx/lib/{use_sphinx.rb → bricks/sphinx.rb} +1 -1
- data/bricks/tags/zena/init.rb +2 -2
- data/bricks/tags/zena/test/zafu/tags.yml +4 -4
- data/bricks/zena/zena/migrate/01_base.rb +482 -0
- data/config/bricks.yml +22 -6
- data/config/gems.yml +8 -6
- data/db/20100628074512_zena0x_to1x.rb +6 -1
- data/db/fix/024_correct_vclass_kpath.rb +11 -0
- data/db/fix/025_move_tag_into_vclass.rb +13 -0
- data/db/{migrate → fix}/026_rename_templates.rb +0 -0
- data/db/{migrate → fix}/045_avoid_star_in_templates.rb +0 -0
- data/db/{migrate → fix}/046_fix_zazen_image_tag.rb +0 -0
- data/db/{migrate → fix}/047_change_default_link_id_to_zero.rb +1 -3
- data/db/{migrate → fix}/049_fix_publish_from_is_null.rb +0 -0
- data/db/{migrate → fix}/20090924141459_zafu_fix_sept09.rb +0 -0
- data/db/{migrate → fix}/20091013100351_rename_publish_group_to_drive_group.rb +1 -3
- data/db/{migrate → fix}/20091124161608_rebuild_fullpath.rb +0 -1
- data/db/{migrate → fix}/20100115134729_rebuild_fullpath_after_fix.rb +0 -0
- data/db/{migrate → fix}/20100526090140_renamed_contact_model_to_base_contact.rb +2 -4
- data/db/{migrate → fix/old_migrations}/001_create_base.rb +0 -1
- data/db/{migrate → fix/old_migrations}/002_add_time_zone_to_users.rb +0 -0
- data/db/{migrate → fix/old_migrations}/003_add_custom_base_flag.rb +0 -0
- data/db/{migrate → fix/old_migrations}/004_rename_template_skin.rb +0 -0
- data/db/{migrate → fix/old_migrations}/005_create_cached_pages.rb +0 -0
- data/db/{migrate → fix/old_migrations}/006_create_sites.rb +0 -0
- data/db/{migrate → fix/old_migrations}/007_replace_id_by_zip.rb +0 -0
- data/db/{migrate → fix/old_migrations}/008_user_status.rb +0 -0
- data/db/{migrate → fix/old_migrations}/009_fulltext.rb +0 -0
- data/db/fix/old_migrations/010_create_template_content.rb +17 -0
- data/db/{migrate → fix/old_migrations}/011_project_to_section.rb +0 -0
- data/db/{migrate → fix/old_migrations}/012_add_project_id.rb +0 -0
- data/db/{migrate → fix/old_migrations}/013_remove_defaults.rb +0 -0
- data/db/{migrate → fix/old_migrations}/014_add_sort_field.rb +0 -0
- data/db/{migrate → fix/old_migrations}/015_add_dyn_attributes.rb +0 -0
- data/db/{migrate → fix/old_migrations}/016_remove_translations.rb +0 -0
- data/db/{migrate → fix/old_migrations}/017_rename_authorize.rb +0 -0
- data/db/{migrate → fix/old_migrations}/018_add_auth_option.rb +0 -0
- data/db/{migrate → fix/old_migrations}/019_remove_user_status.rb +0 -0
- data/db/{migrate → fix/old_migrations}/020_create_participation.rb +0 -0
- data/db/{migrate → fix/old_migrations}/021_create_relations.rb +0 -0
- data/db/{migrate → fix/old_migrations}/022_create_virtual_classes.rb +0 -0
- data/db/{migrate → fix/old_migrations}/023_ip_on_anonymous_comment.rb +0 -0
- data/db/{migrate → fix/old_migrations}/027_add_country_to_contacts.rb +0 -0
- data/db/{migrate → fix/old_migrations}/028_change_size_of_conten_type_field.rb +0 -0
- data/db/{migrate → fix/old_migrations}/029_create_data_entries.rb +0 -0
- data/db/{migrate → fix/old_migrations}/030_redit_auto_publish_site_settings.rb +0 -0
- data/db/{migrate → fix/old_migrations}/031_create_iformats.rb +0 -0
- data/db/{migrate → fix/old_migrations}/032_caches_context_as_hash.rb +0 -0
- data/db/{migrate → fix/old_migrations}/033_documents_kpath_change.rb +0 -0
- data/db/{migrate → fix/old_migrations}/034_change_file_storage.rb +0 -0
- data/db/{migrate → fix/old_migrations}/035_add_status_to_link.rb +0 -0
- data/db/{migrate → fix/old_migrations}/036_add_flag_fields_on_nodes.rb +0 -0
- data/db/{migrate → fix/old_migrations}/037_add_auto_create_discussion_to_v_class.rb +0 -0
- data/db/{migrate → fix/old_migrations}/038_create_site_attributes.rb +0 -0
- data/db/{migrate → fix/old_migrations}/039_default_position.rb +0 -0
- data/db/{migrate → fix/old_migrations}/040_second_value_for_data_entry.rb +0 -0
- data/db/{migrate → fix/old_migrations}/041_add_attributes_to_v_class.rb +0 -0
- data/db/{migrate → fix/old_migrations}/042_fix_position_should_be_float.rb +0 -0
- data/db/{migrate → fix/old_migrations}/043_move_user_lang_into_participation.rb +0 -0
- data/db/{migrate → fix/old_migrations}/044_remove_monolingual_site_option.rb +0 -0
- data/db/{migrate → fix/old_migrations}/048_link_source_target_can_be_null.rb +0 -0
- data/db/{migrate → fix/old_migrations}/050_date_in_links.rb +0 -0
- data/db/{migrate → fix/old_migrations}/051_add_exif_tags_to_images.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20090825201159_insert_zero_link.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20090825201200_merge_bricks_migrations_with_std_migrations.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20090927125912_allow_null_in_text_fields.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20090928133440_no_more_private_nodes.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20090928143754_version_status_change.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20091001084025_change_status_values_for_comments.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20091009084057_add_vhash_in_node.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20091014130833_fix_template_title.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20091014183726_merge_participation_into_users.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20091018200734_add_popup_info_to_image_format.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20091026161708_add_persistence_token.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20091101184952_add_session_table.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20091123175137_add_single_access_token.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100125062254_add_dynamo_to_version.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100201133242_remove_default_status_on_version.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100208194210_create_attachments.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100210112319_change_dynamo_to_property.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100320145726_transform_template_contents_into_index.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100328125634_change_skin_name_to_id.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100417061257_add_properties_to_sites.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100419163149_rename_name_to_node_name.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100422091606_change_v_class_table_into_roles.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100422094048_node_habtm_roles.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100422115935_create_columns.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100513181529_add_site_id_to_columns.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100519091711_add_index_definition_to_columns.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100519091940_create_idx_nodes_string.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100519232432_create_idx_nodes_ml_string.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100525113858_add_porperties_to_users.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100527130937_change_column_index_to_string.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100531135128_add_fulltext_builder_fields.rb +0 -0
- data/db/{migrate → fix/old_migrations}/20100915062903_add_api_group_id_to_site.rb +0 -0
- data/db/fix/old_migrations/20100923154807_remove_base_contact.rb +84 -0
- data/db/fix/old_migrations/20100926192223_remove_su_user.rb +8 -0
- data/db/fix/old_migrations/20100927141658_add_eval_attributes_to_v_class.rb +12 -0
- data/db/fix/old_migrations/20100928185257_add_obvious_idx.rb +52 -0
- data/db/fix/old_migrations/20100929143111_remove_node_name.rb +11 -0
- data/db/fix/old_migrations/20101006090454_store_properties_in_long_text.rb +9 -0
- data/db/fix/old_migrations/20101014185753_remove_user_prototype_id.rb +9 -0
- data/db/fix/old_migrations/20101101084318_create_scope_index.rb +35 -0
- data/db/fix/old_migrations/20101109074232_create_idx_nodes_tables.rb +65 -0
- data/db/fix/old_migrations/20101110184235_add_role_update_to_site.rb +9 -0
- data/db/fix/old_migrations/20101116103920_change_scope_index.rb +31 -0
- data/db/fix/old_migrations/20101123125822_add_integer_idx.rb +17 -0
- data/db/fix/old_migrations/20101130134522_add_index_field.rb +13 -0
- data/db/fix/old_migrations/20101213133816_add_group_to_relation.rb +9 -0
- data/db/init/base/help.fr.zml +1 -1
- data/db/init/base/skins/default.zml +0 -1
- data/db/init/base/skins/default/Node-+search.zafu +1 -1
- data/db/init/base/skins/default/Node-tree.zafu +3 -3
- data/db/init/base/skins/default/Node.zafu +3 -3
- data/lib/bricks/loader.rb +4 -1
- data/lib/bricks/requirements_validation.rb +11 -6
- data/lib/log_recorder/lib/log_recorder.rb +2 -2
- data/lib/tasks/zena.rake +25 -15
- data/lib/zena.rb +42 -9
- data/lib/zena/acts/enrollable.rb +81 -99
- data/lib/zena/acts/secure.rb +27 -23
- data/lib/zena/acts/secure_node.rb +10 -55
- data/lib/zena/acts/serializable.rb +9 -10
- data/lib/zena/app.rb +0 -2
- data/lib/zena/code_syntax.rb +1 -1
- data/lib/zena/controller/test_case.rb +0 -5
- data/lib/zena/core_ext/string.rb +48 -20
- data/lib/zena/db.rb +10 -442
- data/lib/zena/db_helper/abstract_db.rb +184 -0
- data/lib/zena/db_helper/mysql.rb +150 -0
- data/lib/zena/db_helper/postgresql.rb +79 -0
- data/lib/zena/db_helper/sqlite3.rb +135 -0
- data/lib/zena/deploy.rb +4 -1
- data/lib/zena/deploy/httpd.rhtml +3 -3
- data/lib/zena/deploy/vhost.rhtml +1 -1
- data/lib/zena/foxy_parser.rb +37 -18
- data/lib/zena/info.rb +3 -13
- data/lib/zena/migrator.rb +0 -1
- data/lib/zena/parser/zafu_rules.rb +9 -4
- data/lib/zena/parser/zazen_rules.rb +5 -5
- data/lib/zena/parser/zena_rules.rb +1 -1
- data/lib/zena/remote/interface.rb +1 -1
- data/lib/zena/site_worker.rb +3 -3
- data/lib/zena/test_controller.rb +10 -10
- data/lib/zena/use/action.rb +66 -6
- data/lib/zena/use/ajax.rb +39 -13
- data/lib/zena/use/ancestry.rb +210 -0
- data/lib/zena/use/authlogic.rb +30 -1
- data/lib/zena/use/calendar.rb +158 -0
- data/lib/zena/use/conditional.rb +3 -2
- data/lib/zena/use/context.rb +42 -12
- data/lib/zena/use/dates.rb +15 -14
- data/lib/zena/use/display.rb +54 -7
- data/lib/zena/use/error_rendering.rb +1 -0
- data/lib/zena/use/field_index.rb +20 -0
- data/lib/zena/use/fixtures.rb +12 -9
- data/lib/zena/use/forms.rb +230 -106
- data/lib/zena/use/fulltext.rb +28 -14
- data/lib/zena/use/html_tags.rb +1 -24
- data/lib/zena/use/i18n.rb +69 -14
- data/lib/zena/use/kpath.rb +60 -0
- data/lib/zena/use/ml_index.rb +6 -4
- data/lib/zena/use/node_context.rb +63 -0
- data/lib/zena/use/prop_eval.rb +90 -0
- data/lib/zena/use/query_builder.rb +159 -29
- data/lib/zena/use/query_comment.rb +1 -1
- data/lib/zena/use/query_node.rb +147 -56
- data/lib/zena/use/recursion.rb +2 -2
- data/lib/zena/use/relations.rb +31 -19
- data/lib/zena/use/rendering.rb +111 -121
- data/lib/zena/use/scope_index.rb +230 -0
- data/lib/zena/use/search.rb +7 -7
- data/lib/zena/use/urls.rb +87 -25
- data/lib/zena/use/version_hash.rb +113 -113
- data/lib/zena/use/workflow.rb +5 -1
- data/lib/zena/use/zafu_attributes.rb +11 -14
- data/lib/zena/use/zafu_eval.rb +1 -1
- data/lib/zena/use/zafu_safe_definitions.rb +91 -9
- data/lib/zena/use/zafu_templates.rb +146 -102
- data/lib/zena/use/zazen.rb +5 -4
- data/lib/zena/zafu_compiler.rb +1 -0
- data/locale/en/LC_MESSAGES/zena.mo +0 -0
- data/locale/en/zena.po +0 -1
- data/locale/fr/LC_MESSAGES/zena.mo +0 -0
- data/locale/fr/zena.mo +0 -0
- data/locale/fr/zena.po +4 -4
- data/misc/zena +35 -0
- data/misc/zena_init +41 -0
- data/public/images/ext/{basecontact.png → contact.png} +0 -0
- data/public/javascripts/zena.js +35 -7
- data/public/stylesheets/admin.css +5 -2
- data/public/stylesheets/default.css +2 -1
- data/public/stylesheets/popup.css +1 -1
- data/public/stylesheets/zena.css +2 -2
- data/test/custom_queries/complex.host.yml +12 -5
- data/test/fixtures/files/Node-test.zafu +3 -3
- data/test/fixtures/files/translations_fr.yml +4 -2
- data/test/functional/documents_controller_test.rb +31 -0
- data/test/functional/nodes_controller_commit_test.rb +1 -5
- data/test/functional/nodes_controller_test.rb +92 -12
- data/test/functional/user_sessions_controller_test.rb +2 -2
- data/test/functional/users_controller_test.rb +31 -29
- data/test/functional/versions_controller_test.rb +2 -2
- data/test/functional/virtual_classes_controller_test.rb +2 -2
- data/test/integration/multiple_hosts_test.rb +19 -8
- data/test/integration/navigation_test.rb +91 -12
- data/test/integration/query_node/basic.yml +40 -37
- data/test/integration/query_node/complex.yml +23 -18
- data/test/integration/query_node/dates.yml +3 -3
- data/test/integration/query_node/errors.yml +7 -1
- data/test/integration/query_node/filters.yml +41 -35
- data/test/integration/query_node/idx_fields.yml +11 -0
- data/test/integration/query_node/idx_key_value.yml +77 -0
- data/test/integration/query_node/idx_scope.yml +33 -0
- data/test/integration/query_node/relations.yml +13 -13
- data/test/integration/query_node_test.rb +6 -10
- data/test/integration/zafu_compiler/action.yml +19 -6
- data/test/integration/zafu_compiler/ajax.yml +111 -51
- data/test/integration/zafu_compiler/apphelper.yml +1 -1
- data/test/integration/zafu_compiler/asset.yml +1 -1
- data/test/integration/zafu_compiler/basic.yml +42 -52
- data/test/integration/zafu_compiler/calendar.yml +3 -3
- data/test/integration/zafu_compiler/complex.yml +16 -16
- data/test/integration/zafu_compiler/complex_ok.yml +2 -2
- data/test/integration/zafu_compiler/conditional.yml +42 -33
- data/test/integration/zafu_compiler/data.yml +3 -3
- data/test/integration/zafu_compiler/dates.yml +25 -10
- data/test/integration/zafu_compiler/display.yml +49 -12
- data/test/integration/zafu_compiler/errors.yml +26 -6
- data/test/integration/zafu_compiler/eval.yml +4 -4
- data/test/integration/zafu_compiler/forms.yml +89 -15
- data/test/integration/zafu_compiler/i18n.yml +23 -18
- data/test/integration/zafu_compiler/idx_scope.yml +7 -0
- data/test/integration/zafu_compiler/later.yml +10 -16
- data/test/integration/zafu_compiler/off/off.yml +2 -2
- data/test/integration/zafu_compiler/query.yml +207 -0
- data/test/integration/zafu_compiler/recursion.yml +2 -2
- data/test/integration/zafu_compiler/relations.yml +144 -168
- data/test/integration/zafu_compiler/roles.yml +86 -10
- data/test/integration/zafu_compiler/rubyless.yml +49 -6
- data/test/integration/zafu_compiler/safe_definitions.yml +35 -6
- data/test/integration/zafu_compiler/search.yml +1 -1
- data/test/integration/zafu_compiler/security.yml +37 -0
- data/test/integration/zafu_compiler/urls.yml +50 -40
- data/test/integration/zafu_compiler/user.yml +21 -6
- data/test/integration/zafu_compiler/version.yml +6 -6
- data/test/integration/zafu_compiler/zafu_attributes.yml +43 -34
- data/test/integration/zafu_compiler/zazen.yml +10 -10
- data/test/integration/zafu_compiler_test.rb +19 -13
- data/test/sites/complex/nodes.yml +0 -2
- data/test/sites/complex/roles.yml +9 -1
- data/test/sites/complex/sites.yml +0 -1
- data/test/sites/complex/users.yml +2 -5
- data/test/sites/ocean/nodes.yml +2 -5
- data/test/sites/ocean/roles.yml +8 -0
- data/test/sites/ocean/sites.yml +0 -1
- data/test/sites/ocean/users.yml +0 -13
- data/test/sites/zena/columns.yml +27 -5
- data/test/sites/zena/idx_projects.yml +5 -0
- data/test/sites/zena/nodes.yml +8 -32
- data/test/sites/zena/relations.yml +5 -0
- data/test/sites/zena/roles.yml +25 -3
- data/test/sites/zena/sites.yml +2 -2
- data/test/sites/zena/users.yml +1 -21
- data/test/sites/zena/versions.yml +35 -12
- data/test/test_helper.rb +7 -0
- data/test/unit/after_commit_test.rb +7 -7
- data/test/unit/cache_test.rb +32 -0
- data/test/unit/cached_page_test.rb +1 -1
- data/test/unit/column_test.rb +31 -7
- data/test/unit/comment_test.rb +2 -2
- data/test/unit/core_ext_test.rb +38 -7
- data/test/unit/document_test.rb +14 -42
- data/test/unit/node_test.rb +311 -324
- data/test/unit/note_test.rb +23 -31
- data/test/unit/page_test.rb +16 -58
- data/test/unit/project_test.rb +2 -2
- data/test/unit/relation_proxy_test.rb +148 -21
- data/test/unit/relation_test.rb +23 -3
- data/test/unit/remote_test.rb +15 -9
- data/test/unit/role_test.rb +9 -0
- data/test/unit/site_test.rb +49 -47
- data/test/unit/skin_test.rb +16 -0
- data/test/unit/template_test.rb +60 -69
- data/test/unit/text_document_test.rb +15 -14
- data/test/unit/user_test.rb +101 -41
- data/test/unit/version_test.rb +4 -4
- data/test/unit/virtual_class_test.rb +577 -36
- data/test/unit/workflow_test.rb +58 -21
- data/test/unit/zena/acts/enrollable_test.rb +36 -127
- data/test/unit/zena/acts/secure_test.rb +6 -22
- data/test/unit/zena/acts/serializable_test.rb +18 -0
- data/test/unit/zena/db_test.rb +14 -14
- data/test/unit/zena/parser/zafu.yml +5 -3
- data/test/unit/zena/use/ancestry_test.rb +198 -0
- data/test/unit/zena/use/calendar_test.rb +8 -8
- data/test/unit/zena/use/dates_test.rb +2 -0
- data/test/unit/zena/use/fulltext_test.rb +9 -1
- data/test/unit/zena/use/html_tags_test.rb +2 -16
- data/test/unit/zena/use/i18n_test.rb +2 -2
- data/test/unit/zena/use/kpath_test.rb +13 -0
- data/test/unit/zena/use/ml_index_test.rb +60 -12
- data/test/unit/zena/use/prop_eval_test.rb +170 -0
- data/test/unit/zena/use/query_node_test.rb +9 -2
- data/test/unit/zena/use/rendering_test.rb +98 -1
- data/test/unit/zena/use/scope_index_test.rb +464 -0
- data/test/unit/zena/use/urls_test.rb +23 -13
- data/test/unit/zena/use/version_hash_test.rb +2 -2
- data/test/unit/zena/use/zafu_template_test.rb +21 -8
- data/test/unit/zena/use/zazen_test.rb +47 -47
- data/zena.gemspec +177 -143
- metadata +222 -141
- data/app/models/base_contact.rb +0 -79
- data/app/models/book.rb +0 -242
- data/app/models/contact_content.rb +0 -70
- data/app/models/contact_version.rb +0 -40
- data/app/models/reference.rb +0 -18
- data/app/views/templates/edit_tabs/_basecontact.rhtml +0 -8
- data/bricks/data2pdf/README +0 -19
- data/bricks/data2pdf/VERSION +0 -1
- data/bricks/data2pdf/lib/data2pdf.rb +0 -60
- data/bricks/data2pdf/lib/engines/prince.rb +0 -39
- data/bricks/data2pdf/lib/engines/xhtml2pdf.rb +0 -41
- data/bricks/data2pdf/lib/install.rb +0 -111
- data/bricks/data2pdf/test/engines/test_prince.rb +0 -14
- data/bricks/data2pdf/test/engines/test_xhtml2pdf.rb +0 -14
- data/bricks/data2pdf/test/shoulda_macros/shoulda_data2pdf.rb +0 -91
- data/bricks/data2pdf/test/unit/test_rendering.rb +0 -37
- data/config/routes.rb +0 -3
- data/db/migrate/010_create_template_content.rb +0 -17
- data/db/migrate/024_correct_vclass_kpath.rb +0 -13
- data/db/migrate/025_move_tag_into_vclass.rb +0 -15
- data/lib/version_off.rb +0 -323
- data/lib/zena/use/node_name.rb +0 -94
- data/test/integration/query_node/properties.yml +0 -41
- data/test/unit/base_contact_test.rb +0 -242
- data/test/unit/node_name_test.rb +0 -137
data/lib/zena/use/workflow.rb
CHANGED
@@ -55,8 +55,13 @@ module Zena
|
|
55
55
|
|
56
56
|
# Return true if the version should be cloned if it was changed.
|
57
57
|
def clone_on_change?
|
58
|
+
# not same user
|
58
59
|
user_id != visitor.id ||
|
60
|
+
# changed lang
|
59
61
|
lang_changed? ||
|
62
|
+
# new version on top of publication
|
63
|
+
status_changed? ||
|
64
|
+
# not in redit time
|
60
65
|
Time.now > created_at + current_site[:redit_time].to_i
|
61
66
|
end
|
62
67
|
|
@@ -353,7 +358,6 @@ module Zena
|
|
353
358
|
|
354
359
|
# Returns false is the current visitor does not have enough rights to perform the action.
|
355
360
|
def can_apply?(method)
|
356
|
-
return true if visitor.is_su?
|
357
361
|
case method
|
358
362
|
when :edit
|
359
363
|
can_edit?
|
@@ -70,7 +70,9 @@ module Zena
|
|
70
70
|
code = params.delete(k)
|
71
71
|
begin
|
72
72
|
typed_string = ::RubyLess.translate(self, code)
|
73
|
-
|
73
|
+
name = get_var_name('set_var', var)
|
74
|
+
out "<% #{name} = #{typed_string} %>"
|
75
|
+
set_context_var('set_var', var, RubyLess::TypedString.new(name, typed_string.opts))
|
74
76
|
rescue RubyLess::NoMethodError => err
|
75
77
|
parser_error(err.message, code)
|
76
78
|
end
|
@@ -149,7 +151,7 @@ module Zena
|
|
149
151
|
# Rewrite things like <tt><h1 do='age' live='true'/></tt> to
|
150
152
|
# <tt><h1 do='show' attr='age' live='true'/></tt>
|
151
153
|
def filter_property
|
152
|
-
return if node.list_context?
|
154
|
+
return if node.list_context? || !(node.klass <= Node)
|
153
155
|
keys = @params.keys
|
154
156
|
return if keys & [:live, :edit] == []
|
155
157
|
if type = node.klass.safe_method_type([@method])
|
@@ -176,29 +178,24 @@ module Zena
|
|
176
178
|
end # filter_prefix
|
177
179
|
|
178
180
|
def filter_status
|
181
|
+
# Do not filter or we cannot set any 'status' attribute in <r:new>.
|
182
|
+
return if %w{new link}.include?(@method)
|
179
183
|
status = @params.delete(:status)
|
180
184
|
if status == 'true' || (@params[:actions] && status != 'false')
|
181
|
-
node = @method == 'each' ? self.node.move_to(var, self.node.
|
185
|
+
node = (@method == 'each' && self.node.list_context?) ? self.node.move_to(var, self.node.single_class) : self.node
|
182
186
|
|
183
|
-
if node.will_be?
|
184
|
-
accessor = "#{node}.version"
|
185
|
-
elsif node.will_be? Version
|
187
|
+
if node.will_be? Version
|
186
188
|
accessor = node
|
189
|
+
elsif node_name = node(Node)
|
190
|
+
accessor = "#{node_name}.version"
|
187
191
|
else
|
188
|
-
|
192
|
+
raise 'No Node context !'
|
189
193
|
end
|
190
194
|
|
191
195
|
@markup.tag ||= 'span'
|
192
196
|
@markup.append_dyn_param(:class, "s<%= #{accessor}.status %>")
|
193
197
|
end
|
194
198
|
end
|
195
|
-
|
196
|
-
def steal_and_eval_html_params_for(markup, params)
|
197
|
-
markup.steal_keys.each do |key|
|
198
|
-
next unless value = params.delete(key)
|
199
|
-
append_markup_attr(markup, key, value)
|
200
|
-
end
|
201
|
-
end
|
202
199
|
end # ZafuMethods
|
203
200
|
end # ZafuAttributes
|
204
201
|
end # Use
|
data/lib/zena/use/zafu_eval.rb
CHANGED
@@ -8,25 +8,107 @@ module Zena
|
|
8
8
|
|
9
9
|
module ViewMethods
|
10
10
|
include RubyLess
|
11
|
+
|
12
|
+
# Dynamic resolution of kind_of
|
13
|
+
def self.kind_of_proc
|
14
|
+
@@kind_of_proc ||= Proc.new do |receiver, role_or_vclass|
|
15
|
+
if role_or_vclass.kind_of?(VirtualClass)
|
16
|
+
res = "#{receiver}.kpath_match?('#{role_or_vclass.kpath}')"
|
17
|
+
else
|
18
|
+
# Role
|
19
|
+
res = "#{receiver}.has_role?(#{role_or_vclass.id})"
|
20
|
+
end
|
21
|
+
|
22
|
+
RubyLess::TypedString.new(res, :class => Boolean)
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
# Dynamic resolution of map
|
27
|
+
def self.map_proc
|
28
|
+
@@map_proc ||= Proc.new do |receiver, method|
|
29
|
+
if elem = receiver.opts[:elem] || receiver.klass.first
|
30
|
+
if type = RubyLess::safe_method_type_for(elem, [method.to_s])
|
31
|
+
if type[:method] =~ /\A\w+\Z/
|
32
|
+
res = "#{receiver.raw}.map(&#{type[:method].to_sym.inspect}).compact"
|
33
|
+
else
|
34
|
+
res = "#{receiver.raw}.map{|_map_obj| _map_obj.#{type[:method]}}.compact"
|
35
|
+
end
|
36
|
+
res = RubyLess::TypedString.new(res, :class => [type[:class]])
|
37
|
+
else
|
38
|
+
raise RubyLess::NoMethodError.new(receiver.raw, receiver.klass, ['map', method])
|
39
|
+
end
|
40
|
+
else
|
41
|
+
# should never happen
|
42
|
+
raise RubyLess::NoMethodError.new(receiver.raw, receiver.klass, ['map', method])
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
# Dynamic resolution of join
|
48
|
+
def self.join_proc
|
49
|
+
Proc.new do |receiver, join_arg|
|
50
|
+
# opts[:elem] = Resolution on Array or static %w{x y z}
|
51
|
+
# TODO remove with code in RubyLessProcessing
|
52
|
+
if elem = receiver.opts[:elem] || receiver.klass.first
|
53
|
+
if type = RubyLess::safe_method_type_for(elem, ['to_s'])
|
54
|
+
if type[:method] == 'to_s'
|
55
|
+
# ok
|
56
|
+
res = receiver.raw
|
57
|
+
elsif type[:method] =~ /\A\w+\Z/
|
58
|
+
res = "#{receiver.raw}.map(&#{type[:method].inspect}).compact"
|
59
|
+
else
|
60
|
+
res = "#{receiver.raw}.map{|_map_obj| _map_obj.#{type[:method]}}.compact"
|
61
|
+
end
|
62
|
+
RubyLess::TypedString.new("#{res}.join(#{join_arg.inspect})", :class => String)
|
63
|
+
else
|
64
|
+
raise RubyLess::NoMethodError.new(receiver.raw, receiver.klass, ['to_s'])
|
65
|
+
end
|
66
|
+
else
|
67
|
+
# internal bug: we should have :elem set whenever we use Array
|
68
|
+
raise RubyLess::NoMethodError.new(receiver.raw, receiver.klass, ['join', join_arg])
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
11
73
|
safe_method :params => ParamsDictionary
|
12
74
|
safe_method :now => {:method => 'Time.now', :class => Time}
|
75
|
+
safe_method [:h, String] => {:class => String, :nil => true}
|
13
76
|
safe_method_for String, [:gsub, Regexp, String] => {:class => String, :pre_processor => true}
|
14
|
-
safe_method_for String, :upcase
|
15
|
-
safe_method_for
|
16
|
-
safe_method_for
|
77
|
+
safe_method_for String, :upcase => {:class => String, :pre_processor => true}
|
78
|
+
safe_method_for String, :strip => {:class => String, :pre_processor => true}
|
79
|
+
safe_method_for String, :urlencode => {:class => String, :pre_processor => true, :method => :url_name}
|
80
|
+
safe_method_for String, :to_i => {:class => Number, :pre_processor => true}
|
81
|
+
safe_method_for String, :to_s => {:class => String, :pre_processor => true}
|
82
|
+
safe_method_for String, [:limit, Number] => {:class => String, :pre_processor => true}
|
83
|
+
safe_method_for String, [:limit, Number, String] => {:class => String, :pre_processor => true}
|
84
|
+
safe_method_for Number, :to_s => {:class => String, :pre_processor => true}
|
85
|
+
safe_method_for Number, :to_f => {:class => Number, :pre_processor => true}
|
86
|
+
safe_method_for Number, :to_i => {:class => Number, :pre_processor => true}
|
87
|
+
safe_method_for NilClass, :to_f => {:class => Number, :pre_processor => true}
|
88
|
+
safe_method_for NilClass, :to_i => {:class => Number, :pre_processor => true}
|
89
|
+
safe_method_for Object, :blank? => Boolean
|
90
|
+
|
91
|
+
safe_method_for Node, [:kind_of?, VirtualClass] =>
|
92
|
+
{:method => 'nil', :nil => true, :pre_processor => kind_of_proc}
|
93
|
+
safe_method_for Node, [:kind_of?, Role] =>
|
94
|
+
{:method => 'nil', :nil => true, :pre_processor => kind_of_proc}
|
95
|
+
safe_method_for Node, [:kind_of?, String] => {:method => 'kpath_match?', :class => Boolean}
|
96
|
+
safe_method_for Node, [:kind_of?, Number] => {:method => 'has_role?', :class => Boolean}
|
97
|
+
safe_method_for Array, [:index, String] => {:class => Number, :nil => true}
|
98
|
+
safe_method_for Array, [:join, String] => # supports map(:name)
|
99
|
+
{:method => 'nil', :nil => true, :pre_processor => join_proc}
|
100
|
+
safe_method_for Array, [:map, Symbol] => # supports map(:name)
|
101
|
+
{:method => 'nil', :nil => true, :pre_processor => map_proc}
|
17
102
|
|
18
|
-
safe_method_for Node, [:kind_of?, String] => {:method => 'kpath_match?', :class => Boolean}
|
19
|
-
safe_method_for Node, [:kind_of?, Number] => {:method => 'has_role?', :class => Boolean}
|
20
103
|
end # ViewMethods
|
21
104
|
|
22
105
|
|
23
106
|
module ZafuMethods
|
24
|
-
|
25
107
|
def safe_const_type(class_name)
|
26
|
-
if klass =
|
27
|
-
{:method => "
|
108
|
+
if klass = VirtualClass[class_name]
|
109
|
+
{:method => "VirtualClass[#{class_name.inspect}]", :nil => true, :class => VirtualClass, :literal => klass}
|
28
110
|
elsif role = Node.get_role(class_name)
|
29
|
-
{:method => role.id
|
111
|
+
{:method => "Role.find(#{role.id})", :nil => true, :class => Role, :literal => role}
|
30
112
|
else
|
31
113
|
nil
|
32
114
|
end
|
@@ -3,6 +3,40 @@ require 'zafu/controller_methods'
|
|
3
3
|
module Zena
|
4
4
|
module Use
|
5
5
|
module ZafuTemplates
|
6
|
+
class AssetCache
|
7
|
+
attr_accessor :used_assets
|
8
|
+
|
9
|
+
def initialize
|
10
|
+
@used_assets = {'zafu' => [], 'images' => [], 'assets' => []}
|
11
|
+
@cached_nodes = {}
|
12
|
+
@used_assets['zafu'] = []
|
13
|
+
end
|
14
|
+
|
15
|
+
def cache_with_path(section_id, path)
|
16
|
+
if cached = @cached_nodes[[section_id, path]]
|
17
|
+
return cached
|
18
|
+
else
|
19
|
+
if document = yield
|
20
|
+
if document.kind_of?(Template)
|
21
|
+
@used_assets['zafu'] << [path, document]
|
22
|
+
elsif document.kind_of?(Image)
|
23
|
+
@used_assets['images'] << [path, document]
|
24
|
+
else
|
25
|
+
@used_assets['assets'] << [path, document]
|
26
|
+
end
|
27
|
+
@cached_nodes[[section_id, path]] = document
|
28
|
+
else
|
29
|
+
nil
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
def used_nodes
|
35
|
+
@cached_nodes.values
|
36
|
+
end
|
37
|
+
end # DevBox
|
38
|
+
|
39
|
+
|
6
40
|
module Common
|
7
41
|
DEFAULT_PATH = %r{^\/?\$([\+\-\w\/]+)}
|
8
42
|
DEFAULT_TEMPLATES_PATH = "#{Zena::ROOT}/app/views/zafu"
|
@@ -10,25 +44,28 @@ module Zena
|
|
10
44
|
# Return a template's content from an url. If the url does not start with a '/', we try by replacing the
|
11
45
|
# first element with the current skin_name and if it does not work, we try with the full url. If the url
|
12
46
|
# start with a '/' we use the full url directly.
|
13
|
-
def get_template_text(path,
|
47
|
+
def get_template_text(path, section_id = nil)
|
14
48
|
if path =~ DEFAULT_PATH
|
15
49
|
filepath = File.join(DEFAULT_TEMPLATES_PATH, "#{$1}.zafu")
|
16
50
|
text = File.exist?(filepath) ? File.read(filepath) : nil
|
17
|
-
return text, path,
|
51
|
+
return text, path, nil
|
18
52
|
elsif @skin.nil? && path == 'Node'
|
19
53
|
filepath = File.join(DEFAULT_TEMPLATES_PATH, "default/#{path}.zafu")
|
20
54
|
text = File.exist?(filepath) ? File.read(filepath) : nil
|
21
|
-
return text, path,
|
22
|
-
elsif res = find_document_for_template(path, base_path)
|
23
|
-
doc, base_path = res
|
24
|
-
# text, fullpath (for recursion testing), base_path
|
25
|
-
return doc.text, doc.fullpath, base_path, doc
|
55
|
+
return text, path, nil
|
26
56
|
else
|
27
|
-
|
57
|
+
path = path.split('/').map {|s| String.from_filename(s) }
|
58
|
+
if doc = find_document_for_template(path, section_id)
|
59
|
+
# text, fullpath (for recursion testing), base_path
|
60
|
+
return (doc.text || ''), doc.fullpath, doc.section_id, doc
|
61
|
+
else
|
62
|
+
nil
|
63
|
+
end
|
28
64
|
end
|
29
65
|
end
|
30
66
|
|
31
|
-
# Return the zen_path ('/en/image34.png') for an asset given its
|
67
|
+
# Return the zen_path ('/en/image34.png') for an asset given its (urlencoded)
|
68
|
+
# path ('img/footer.png').
|
32
69
|
# The rule is not the same whether we are rendering a template and find <img/> <link rel='stylesheet'/> tags
|
33
70
|
# or if we are parsing assets in a CSS file.
|
34
71
|
def template_url_for_asset(opts)
|
@@ -38,8 +75,7 @@ module Zena
|
|
38
75
|
end
|
39
76
|
|
40
77
|
if opts[:parse_assets]
|
41
|
-
|
42
|
-
base_path = base_path[1..-1] if base_path[0..0] == '/'
|
78
|
+
parent_id = opts[:parent].id
|
43
79
|
|
44
80
|
if source =~ /\A(.*)_(\w+)\Z/
|
45
81
|
# if the element was not found, maybe it was not a name with underscore but it was an image mode
|
@@ -48,48 +84,54 @@ module Zena
|
|
48
84
|
|
49
85
|
paths = []
|
50
86
|
if source[0..0] == '/'
|
87
|
+
# ignore parent
|
88
|
+
parent_id = current_site.root_id
|
51
89
|
paths << source[1..-1]
|
52
90
|
paths << src2[1..-1] if src2
|
53
91
|
else
|
54
|
-
paths <<
|
55
|
-
paths <<
|
92
|
+
paths << source
|
93
|
+
paths << src2 if src2
|
56
94
|
end
|
57
95
|
|
58
|
-
#
|
96
|
+
# Retrieve titles from urlencoding
|
59
97
|
paths.map! do |path|
|
60
|
-
res
|
98
|
+
res = nil
|
99
|
+
par_id = parent_id
|
61
100
|
path.split('/').each do |e|
|
62
101
|
if e == '..'
|
102
|
+
# forces absolute path
|
103
|
+
par_id = current_site.root_id
|
104
|
+
res ||= opts[:parent].fullpath_as_title
|
63
105
|
res.pop
|
64
106
|
else
|
65
|
-
res
|
107
|
+
res ||= []
|
108
|
+
res << String.from_filename(e)
|
66
109
|
end
|
67
110
|
end
|
68
|
-
res
|
111
|
+
[res, par_id]
|
69
112
|
end
|
70
113
|
|
71
|
-
if asset = secure(Document) { Document.find_by_path(paths[0]) }
|
72
|
-
elsif src2 && (asset = secure(Document) { Document.find_by_path(paths[1]) })
|
114
|
+
if asset = secure(Document) { Document.find_by_path(*paths[0]) }
|
115
|
+
elsif src2 && (asset = secure(Document) { Document.find_by_path(*paths[1]) })
|
73
116
|
mode = mode2
|
74
117
|
else
|
75
118
|
return nil
|
76
119
|
end
|
77
120
|
else
|
78
|
-
src2 = source.split('/').map {|s|
|
121
|
+
src2 = source.split('/').map {|s| String.from_filename(s) }
|
79
122
|
|
80
123
|
if source =~ /\A(.*)_(\w+)\Z/
|
81
124
|
source, mode = $1, $2
|
82
125
|
end
|
83
126
|
|
127
|
+
source = source.split('/').map {|f| String.from_filename(f) }
|
84
128
|
|
85
|
-
unless
|
129
|
+
unless asset = find_document_for_template(source, opts[:base_path])
|
86
130
|
# '_...' did not mean mode but was an old name.
|
87
131
|
mode = nil
|
88
|
-
return nil unless
|
132
|
+
return nil unless asset = find_document_for_template(src2, opts[:base_path])
|
89
133
|
end
|
90
134
|
|
91
|
-
asset, base_path = res
|
92
|
-
self.renamed_assets[asset.fullpath] = asset
|
93
135
|
end
|
94
136
|
|
95
137
|
data_path(asset, :mode => mode)
|
@@ -113,14 +155,15 @@ module Zena
|
|
113
155
|
# Return the template path without '.erb' extension in case we need to append '_form'
|
114
156
|
# from a template's url. The expected url is of the form '/skin/Klass-mode/partial'
|
115
157
|
def template_path_from_template_url(template_url=params[:t_url])
|
116
|
-
if template_url =~ /\A\.|[
|
158
|
+
if template_url =~ /\A\.|[^ #{String::ALLOWED_CHARS_IN_FILEPATH}]/
|
117
159
|
raise Zena::AccessViolation.new("'template_url' contains illegal characters : #{template_url.inspect}")
|
118
160
|
end
|
119
161
|
|
120
162
|
template_url = template_url.split('/')
|
121
|
-
|
163
|
+
template_url.insert(-2, dev_mode? ? "dev_#{lang}" : lang)
|
164
|
+
path = template_url.join('/')
|
122
165
|
|
123
|
-
"/#{current_site.host}/zafu
|
166
|
+
"/#{current_site.host}/zafu/#{path}"
|
124
167
|
end
|
125
168
|
|
126
169
|
# Make sure some vital templates never get broken
|
@@ -141,7 +184,7 @@ module Zena
|
|
141
184
|
def default_template_url(opts = {})
|
142
185
|
if opts[:format] && opts[:format] != 'html'
|
143
186
|
raise ActiveRecord::RecordNotFound
|
144
|
-
elsif %w{+login +index +adminLayout +popupLayout}.include?(opts[:mode])
|
187
|
+
elsif %w{+login +index +adminLayout +popupLayout +notFound}.include?(opts[:mode])
|
145
188
|
zafu_url ="$default/Node-#{opts[:mode]}"
|
146
189
|
elsif opts[:mode]
|
147
190
|
raise ActiveRecord::RecordNotFound
|
@@ -170,53 +213,44 @@ module Zena
|
|
170
213
|
# Without a leading slash "special/Node"
|
171
214
|
# 1. Search for a Document with fullpath [current directory]/special/Node
|
172
215
|
# 2. Search anywhere in the master skin for a document named 'Node'
|
173
|
-
def find_document_for_template(src,
|
174
|
-
|
216
|
+
def find_document_for_template(src, section_id = nil)
|
217
|
+
src = src.split('/') unless src.kind_of?(Array)
|
218
|
+
|
219
|
+
if src[0] == ''
|
175
220
|
# Starts with '/' : first part of the path is a Skin
|
176
|
-
|
177
|
-
|
221
|
+
section_id = nil
|
222
|
+
# remove blank
|
223
|
+
src.shift
|
224
|
+
# get skin
|
225
|
+
return nil unless skin = get_skin(src.shift)
|
226
|
+
section_id = skin.id
|
227
|
+
elsif section_id.nil? && @skin
|
228
|
+
section_id = @skin.id
|
178
229
|
# does not start with '/' : look in current directory
|
179
|
-
folder = base_path.blank? ? [] : base_path.split('/')
|
180
|
-
url = folder + src.split('/')
|
181
230
|
end
|
182
231
|
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
self.renamed_assets ||= {}
|
188
|
-
|
189
|
-
return nil unless skin = get_skin(skin_name)
|
190
|
-
|
191
|
-
fullpath = (skin.fullpath.split('/') + url).join('/')
|
192
|
-
|
193
|
-
unless document = self.expire_with_nodes[fullpath]
|
194
|
-
unless document = secure(Document) { Document.find_by_path(fullpath) }
|
195
|
-
document = secure(Document) { Document.first(:conditions => ['node_name = ? AND section_id = ?', url.last, skin.id]) }
|
196
|
-
self.expire_with_nodes[document.fullpath] = document if document
|
232
|
+
self.asset_cache.cache_with_path(section_id, src) do
|
233
|
+
unless document = secure(Document) { Document.find_by_path(src, section_id) }
|
234
|
+
# find anywhere in Skin
|
235
|
+
document = secure(Document) { Document.find_by_title(src.last, :conditions => ['section_id = ?', section_id]) }
|
197
236
|
end
|
198
|
-
|
199
|
-
end
|
200
|
-
|
201
|
-
if document
|
202
|
-
# Return document and base_path to document
|
203
|
-
base_path = "#{([skin.node_name] + url[0..-2]).join('/')}"
|
204
|
-
[document, base_path]
|
205
|
-
else
|
206
|
-
nil
|
237
|
+
document
|
207
238
|
end
|
208
239
|
end
|
209
|
-
|
240
|
+
|
241
|
+
def zafu_node(name, klass)
|
242
|
+
zafu_context[:node] = Zena::Use::NodeContext.new(name, klass)
|
243
|
+
end
|
210
244
|
end # Common
|
211
245
|
|
212
246
|
module ControllerMethods
|
213
247
|
|
214
248
|
def self.included(base)
|
215
|
-
base.send(:helper_attr, :
|
249
|
+
# base.send(:helper_attr, :asset_cache)
|
216
250
|
if base.respond_to?(:helper_method)
|
217
|
-
base.send(:helper_method, :dev_mode?, :lang_path, :rebuild_template, :get_template_text, :template_url_for_asset, :zafu_helper)
|
251
|
+
base.send(:helper_method, :dev_mode?, :lang_path, :rebuild_template, :get_template_text, :template_url, :template_url_for_asset, :zafu_helper)
|
218
252
|
end
|
219
|
-
|
253
|
+
|
220
254
|
base.send(:include, ::Zafu::ControllerMethods)
|
221
255
|
# Needs to be inserted after Zafu::ControllerMethods since we overwrite get_template_text and such
|
222
256
|
base.send(:include, Common)
|
@@ -241,21 +275,26 @@ module Zena
|
|
241
275
|
:order => "length(tkpath) DESC"
|
242
276
|
)}
|
243
277
|
|
244
|
-
|
245
278
|
# Path as seen from zafu:
|
246
|
-
|
279
|
+
path_in_skin = template.fullpath.gsub(/^#{@skin.fullpath}\//, '')
|
247
280
|
|
248
|
-
|
281
|
+
if path_in_skin == template.zip.to_s
|
282
|
+
zafu_url = [@skin.title, template.title]
|
283
|
+
else
|
284
|
+
zafu_url = [@skin.title] + Node.fullpath_map(path_in_skin, :title)
|
285
|
+
end
|
286
|
+
|
287
|
+
rel_path = current_site.zafu_path + "/#{zafu_url.map(&:to_filename).join('/')}/#{lang_path}/_main.erb"
|
249
288
|
path = SITES_ROOT + rel_path
|
250
289
|
|
251
290
|
if !File.exists?(path) || params[:rebuild]
|
252
|
-
if @node && klass =
|
253
|
-
zafu_node('@node',
|
291
|
+
if @node && klass = VirtualClass.find_by_kpath(template.tkpath)
|
292
|
+
zafu_node('@node', klass)
|
254
293
|
else
|
255
294
|
nil
|
256
295
|
end
|
257
296
|
|
258
|
-
unless rebuild_template(template, opts.merge(:zafu_url => zafu_url, :rel_path => rel_path, :dev_mode => (dev_box?(mode, format))))
|
297
|
+
unless rebuild_template(template, opts.merge(:zafu_url => zafu_url.join('/'), :rel_path => rel_path, :dev_mode => (dev_box?(mode, format))))
|
259
298
|
return default_template_url(opts)
|
260
299
|
end
|
261
300
|
end
|
@@ -286,7 +325,7 @@ module Zena
|
|
286
325
|
|
287
326
|
# Return true if we should display the dev box
|
288
327
|
def dev_box?(mode, format)
|
289
|
-
format == 'html' && mode != '+popupLayout' && dev_mode?
|
328
|
+
(format == 'html' && mode != '+popupLayout') && dev_mode?
|
290
329
|
end
|
291
330
|
|
292
331
|
def lang_path
|
@@ -314,16 +353,20 @@ module Zena
|
|
314
353
|
elsif skin = @skins[skin_name]
|
315
354
|
return skin
|
316
355
|
else
|
317
|
-
skin =secure(Skin) { Skin.
|
356
|
+
skin =secure(Skin) { Skin.find_by_title(skin_name) }
|
318
357
|
end
|
319
358
|
|
320
359
|
if skin
|
321
|
-
@skins[skin.
|
360
|
+
@skins[skin.title] = skin
|
322
361
|
end
|
323
362
|
|
324
363
|
skin
|
325
364
|
end
|
326
365
|
|
366
|
+
def asset_cache
|
367
|
+
@asset_cache ||= AssetCache.new
|
368
|
+
end
|
369
|
+
|
327
370
|
private
|
328
371
|
# Return the node_context to use in zafu compilation from the current controller and action.
|
329
372
|
# FIXME: Use information on template target_class to get class !
|
@@ -332,18 +375,27 @@ module Zena
|
|
332
375
|
|
333
376
|
if self.class.to_s =~ /\A([A-Z]\w+?)s?[A-Z]/
|
334
377
|
ivar = "@#{$1.downcase}"
|
335
|
-
if var =
|
378
|
+
if var = instance_variable_get(ivar.to_sym)
|
336
379
|
name = ivar
|
337
|
-
|
380
|
+
if var.kind_of?(Node)
|
381
|
+
klass = VirtualClass['Node'] # we could use $1
|
382
|
+
else
|
383
|
+
klass = var.class
|
384
|
+
end
|
338
385
|
elsif var = self.instance_variable_get(ivar + 's')
|
339
386
|
name = ivar + 's'
|
340
|
-
|
387
|
+
if var.first.kind_of?(Node)
|
388
|
+
klass = [VirtualClass['Node']] # we could use $1
|
389
|
+
else
|
390
|
+
klass = [var.class]
|
391
|
+
end
|
341
392
|
end
|
342
|
-
|
393
|
+
|
394
|
+
return Zena::Use::NodeContext.new(name, klass) if name
|
343
395
|
end
|
344
396
|
|
345
397
|
if defined?(@node)
|
346
|
-
return
|
398
|
+
return Zena::Use::NodeContext.new('@node', VirtualClass['Node'])
|
347
399
|
else
|
348
400
|
raise Exception.new("Could not guess node context from request parameters, please add something like \"zafu_node('@var_name', Page)\" in your action.")
|
349
401
|
end
|
@@ -353,18 +405,24 @@ module Zena
|
|
353
405
|
# a filesystem path inside SITES_ROOT where the built template should be compiled.
|
354
406
|
def rebuild_template(template, opts = {})
|
355
407
|
zafu_url, rel_path, insert_dev = opts[:zafu_url], opts[:rel_path], opts[:dev_mode]
|
408
|
+
|
356
409
|
# clear :
|
357
410
|
FileUtils::rmtree(File.dirname(SITES_ROOT + rel_path))
|
358
411
|
|
412
|
+
@asset_cache = AssetCache.new
|
413
|
+
|
359
414
|
# Cache loaded templates and skins
|
360
415
|
if template
|
361
|
-
|
362
|
-
|
363
|
-
|
416
|
+
# Store template in expiry list and dev_box
|
417
|
+
if fullpath = template.fullpath[/^#{@skin.fullpath}\/(.*)/,1]
|
418
|
+
# absolute path with skin
|
419
|
+
fullpath = [@skin.title] + template.fullpath_as_title(fullpath)
|
420
|
+
self.asset_cache.cache_with_path(@skin.id, fullpath) do
|
421
|
+
template
|
422
|
+
end
|
423
|
+
end
|
364
424
|
end
|
365
425
|
|
366
|
-
self.renamed_assets = {}
|
367
|
-
|
368
426
|
res = ZafuCompiler.new_with_url(zafu_url, :helper => zafu_helper).to_erb(:dev => dev_mode?, :node => get_node_context)
|
369
427
|
|
370
428
|
unless valid_template?(res, opts)
|
@@ -387,7 +445,7 @@ module Zena
|
|
387
445
|
secure!(CachedPage) { CachedPage.create(
|
388
446
|
:path => rel_path,
|
389
447
|
:expire_after => nil,
|
390
|
-
:expire_with_ids => self.
|
448
|
+
:expire_with_ids => self.asset_cache.used_nodes.map(&:id).uniq,
|
391
449
|
:node_id => template[:id],
|
392
450
|
:content_data => res) }
|
393
451
|
else
|
@@ -399,29 +457,15 @@ module Zena
|
|
399
457
|
end
|
400
458
|
|
401
459
|
def dev_box
|
402
|
-
used_nodes
|
403
|
-
zafu_nodes = []
|
404
|
-
image_nodes = []
|
405
|
-
asset_nodes = []
|
406
|
-
self.expire_with_nodes.merge(self.renamed_assets).each do |k, n|
|
407
|
-
if n.kind_of?(Image)
|
408
|
-
image_nodes << [k,n]
|
409
|
-
elsif n.kind_of?(Template)
|
410
|
-
zafu_nodes << [k,n]
|
411
|
-
else
|
412
|
-
asset_nodes << [k,n]
|
413
|
-
end
|
414
|
-
end
|
415
|
-
used_nodes << ['zafu', zafu_nodes] unless zafu_nodes.empty?
|
416
|
-
used_nodes << ['images', image_nodes] unless image_nodes.empty?
|
417
|
-
used_nodes << ['assets', asset_nodes] unless asset_nodes.empty?
|
460
|
+
used_nodes = self.asset_cache.used_assets
|
418
461
|
|
419
462
|
res = "<div id='dev'><ul>\n"
|
420
463
|
used_nodes.each do |name, nodes|
|
464
|
+
next if nodes.empty?
|
421
465
|
res << " <li><a class='group' onclick='$(\"dev_#{name}\").toggle();' href='#'>#{name}</a>\n"
|
422
466
|
res << " <table class='dev_pop' id='dev_#{name}'#{name == 'images' ? " style='display:none;'" : ''}>\n"
|
423
|
-
nodes.each do |
|
424
|
-
res << " <tr><td class='actions'>#{zafu_helper.send(:node_actions,
|
467
|
+
nodes.each do |path, node|
|
468
|
+
res << " <tr><td class='actions'>#{zafu_helper.send(:node_actions, node)}</td><td> #{zafu_helper.send(:link_to, path.join('/'), zen_path(node))}</td></tr>\n"
|
425
469
|
end
|
426
470
|
res << " </table>\n"
|
427
471
|
res << " </li>\n"
|
@@ -431,9 +475,9 @@ module Zena
|
|
431
475
|
res << " <ul class='dev_pop' id='dev_tools'><li>\n"
|
432
476
|
res << %Q{ <div style='float:right'><% form_for(:user, visitor, :url => user_path(visitor), :html => { :method => :put }) do |f| %>
|
433
477
|
<%= f.select(:dev_skin_id, dev_skin_options, {}, {:onchange => 'this.form.submit()'}) %> <input style='display:none;' type='submit' value='<%= _('validate') %>'/>
|
434
|
-
<% end
|
478
|
+
<% end %></div>}
|
435
479
|
res << " <a style='float:right; margin:0 8px;' href='?rebuild=true'>#{_('rebuild_btn')}</a>\n"
|
436
|
-
res << "<% if @node.kind_of?(Skin)
|
480
|
+
res << "<% if @node.kind_of?(Skin) %><a href='<%= export_node_path(@node[:zip]) %>'>#{_('export')}</a>\n<% end %>"
|
437
481
|
res << " <a style='float:right' href='/dev_skin'>#{_('turn_dev_off_btn')}</a>\n"
|
438
482
|
res << " </li></ul>\n </li>\n</ul></div>"
|
439
483
|
res
|
@@ -449,7 +493,7 @@ module Zena
|
|
449
493
|
[
|
450
494
|
['off', nil ],
|
451
495
|
['any', 0 ],
|
452
|
-
] + skins.map {|s| [ s.
|
496
|
+
] + skins.map {|s| [ s.title, s.zip ] } + [
|
453
497
|
['rescue', -1 ],
|
454
498
|
]
|
455
499
|
end
|