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/zazen.rb
CHANGED
@@ -120,7 +120,7 @@ module Zena
|
|
120
120
|
if %w{true [id] [zip]}.include?(anchor)
|
121
121
|
anchor_value = "node#{node.zip}"
|
122
122
|
elsif anchor =~ /\[(.+)\]/
|
123
|
-
anchor_value =
|
123
|
+
anchor_value = node.prop[$1].url_name
|
124
124
|
else
|
125
125
|
anchor_value = anchor
|
126
126
|
end
|
@@ -208,11 +208,12 @@ module Zena
|
|
208
208
|
|
209
209
|
# Create a gallery from a list of images. See ApplicationHelper#zazen for details.
|
210
210
|
def make_gallery(ids=[], opts={})
|
211
|
+
node = opts[:node] || @node
|
211
212
|
if ids == []
|
212
|
-
images =
|
213
|
+
images = node.find(:all, 'images')
|
213
214
|
else
|
214
215
|
ids = ids.map{|i| i.to_i}
|
215
|
-
images =
|
216
|
+
images = secure(Document) { Document.find(:all, :conditions=>"zip IN (#{ids.join(',')})") }
|
216
217
|
# order like ids :
|
217
218
|
images.sort! {|a,b| ids.index(a[:zip].to_i) <=> ids.index(b[:zip].to_i) } if images
|
218
219
|
end
|
@@ -244,7 +245,7 @@ module Zena
|
|
244
245
|
docs = node.find(:all, 'images')
|
245
246
|
else
|
246
247
|
ids = ids.map{|i| i.to_i}
|
247
|
-
docs = ids == [] ? nil : secure!(Document) { Document.find(:all, :
|
248
|
+
docs = ids == [] ? nil : secure!(Document) { Document.find(:all, :conditions=>"zip IN (#{ids.join(',')})") }
|
248
249
|
# order like ids :
|
249
250
|
docs.sort! {|a,b| ids.index(a[:zip].to_i) <=> ids.index(b[:zip].to_i) } if docs
|
250
251
|
end
|
data/lib/zena/zafu_compiler.rb
CHANGED
@@ -19,6 +19,7 @@ module Zena
|
|
19
19
|
Zena::Use::Dates::ZafuMethods,
|
20
20
|
Zena::Use::Forms::ZafuMethods,
|
21
21
|
Zena::Use::Recursion::ZafuMethods,
|
22
|
+
Zena::Use::Rendering::ZafuMethods,
|
22
23
|
Zena::Use::Search::ZafuMethods,
|
23
24
|
Zena::Use::Ajax::ZafuMethods,
|
24
25
|
Zena::Use::ZafuSafeDefinitions::ZafuMethods,
|
Binary file
|
data/locale/en/zena.po
CHANGED
@@ -1391,7 +1391,6 @@ msgid "rebuild_btn"
|
|
1391
1391
|
msgstr "<img src='/images/arrow_refresh.png' alt='rebuild template'/>"
|
1392
1392
|
|
1393
1393
|
#: lib/gettext_strings.rb:163
|
1394
|
-
#, fuzzy
|
1395
1394
|
msgid "turn_dev_off_btn"
|
1396
1395
|
msgstr "<img src='/images/bug.png' title='turn dev off'/>"
|
1397
1396
|
|
Binary file
|
data/locale/fr/zena.mo
CHANGED
Binary file
|
data/locale/fr/zena.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2
2
|
msgstr ""
|
3
3
|
"Project-Id-Version: version 0.0.1\n"
|
4
4
|
"POT-Creation-Date: 2010-06-02 16:42+0200\n"
|
5
|
-
"PO-Revision-Date: 2010-
|
5
|
+
"PO-Revision-Date: 2010-09-28 17:41+0100\n"
|
6
6
|
"Last-Translator: Gaspard Bucher <gaspard@teti.ch>\n"
|
7
7
|
"Language-Team: fr <gaspard@teti.ch>\n"
|
8
8
|
"MIME-Version: 1.0\n"
|
@@ -311,7 +311,7 @@ msgstr "modifier la relation"
|
|
311
311
|
#: app/views/relations/index.erb:1
|
312
312
|
#: lib/zena/use/display.rb:267
|
313
313
|
msgid "manage relations"
|
314
|
-
msgstr "gestion des
|
314
|
+
msgstr "gestion des relations"
|
315
315
|
|
316
316
|
#: app/views/relations/new.erb:1
|
317
317
|
#, fuzzy
|
@@ -1039,7 +1039,7 @@ msgstr "ouvert"
|
|
1039
1039
|
|
1040
1040
|
#: lib/gettext_strings.rb:63
|
1041
1041
|
msgid "closed"
|
1042
|
-
msgstr "
|
1042
|
+
msgstr "fermé"
|
1043
1043
|
|
1044
1044
|
#: lib/gettext_strings.rb:65
|
1045
1045
|
#: lib/zena/use/i18n.rb:144
|
@@ -1512,7 +1512,7 @@ msgstr ""
|
|
1512
1512
|
|
1513
1513
|
#: lib/zena/use/display.rb:166
|
1514
1514
|
msgid "%{ext} node"
|
1515
|
-
msgstr "objet %{
|
1515
|
+
msgstr "objet %{ext}"
|
1516
1516
|
|
1517
1517
|
#: lib/zena/use/display.rb:252
|
1518
1518
|
msgid "my home"
|
data/misc/zena
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
#! /bin/sh
|
2
|
+
### BEGIN INIT INFO
|
3
|
+
# Provides: zena
|
4
|
+
# Required-Start: $remote_fs
|
5
|
+
# Required-Stop: $remote_fs
|
6
|
+
# Default-Start: 2 3 4 5
|
7
|
+
# Default-Stop: 0 1 6
|
8
|
+
# Short-Description: init.d script to launch /usr/loca/bin/zena_init
|
9
|
+
### END INIT INFO
|
10
|
+
|
11
|
+
# Author: Gaspard Bucher <gaspard@teti.ch>
|
12
|
+
#
|
13
|
+
|
14
|
+
# PATH should only include /usr/* if it runs after the mountnfs.sh script
|
15
|
+
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
|
16
|
+
DESC="Zena server"
|
17
|
+
|
18
|
+
case "$1" in
|
19
|
+
start)
|
20
|
+
# launch ruby script
|
21
|
+
/usr/local/bin/zena_init start
|
22
|
+
;;
|
23
|
+
stop)
|
24
|
+
# launch ruby script
|
25
|
+
/usr/local/bin/zena_init start
|
26
|
+
;;
|
27
|
+
restart)
|
28
|
+
# launch ruby script
|
29
|
+
/usr/local/bin/zena_init restart
|
30
|
+
;;
|
31
|
+
*)
|
32
|
+
echo "Usage: $SCRIPTNAME {start|stop|restart}" >&2
|
33
|
+
exit 3
|
34
|
+
;;
|
35
|
+
esac
|
data/misc/zena_init
ADDED
@@ -0,0 +1,41 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
#
|
3
|
+
# Zena Startup script
|
4
|
+
#
|
5
|
+
# chkconfig: - 85 15
|
6
|
+
# description: zena manages Zena
|
7
|
+
#
|
8
|
+
apps = Dir['/var/*/app/current']
|
9
|
+
|
10
|
+
cmd = ARGV.first
|
11
|
+
|
12
|
+
operations = [
|
13
|
+
'ruby lib/upload_progress_server.rb ',
|
14
|
+
'rake worker:',
|
15
|
+
'mongrel_rails cluster::',
|
16
|
+
]
|
17
|
+
|
18
|
+
if %w{stop restart}.include?(cmd)
|
19
|
+
apps.each do |app|
|
20
|
+
puts "Stopping #{app}..."
|
21
|
+
operations.each do |op|
|
22
|
+
`cd #{app} && #{op}stop`
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
26
|
+
|
27
|
+
if %w{start restart}.include?(cmd)
|
28
|
+
apps.each do |app|
|
29
|
+
puts "Starting #{app}..."
|
30
|
+
operations.each do |op|
|
31
|
+
`cd #{app} && #{op}start`
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
unless %w{start stop restart}.include?(cmd)
|
37
|
+
puts "Usage: zena {start|stop|restart}"
|
38
|
+
exit
|
39
|
+
end
|
40
|
+
|
41
|
+
|
File without changes
|
data/public/javascripts/zena.js
CHANGED
@@ -601,14 +601,14 @@ Zena.Div_editor.prototype = {
|
|
601
601
|
}
|
602
602
|
|
603
603
|
Zena.draggable = function(dom_id, drag_handle, revert) {
|
604
|
-
revert = revert == undefined ? true : revert
|
605
|
-
new Draggable(dom_id, {ghosting:true, revert:revert, handle:drag_handle});
|
604
|
+
revert = revert == undefined ? true : revert;
|
606
605
|
if (drag_handle) {
|
607
|
-
if ($(dom_id).select('.' + drag_handle)
|
606
|
+
if ($(dom_id).select('.' + drag_handle) == []) {
|
608
607
|
// insert span
|
609
608
|
$(dom_id).insert({top: "<span class='" + drag_handle + "'> </span>"});
|
610
609
|
}
|
611
610
|
}
|
611
|
+
new Draggable(dom_id, {ghosting:true, revert:revert, handle:drag_handle});
|
612
612
|
}
|
613
613
|
|
614
614
|
Zena.select_tab = function(name) {
|
@@ -800,10 +800,7 @@ Zena.put = function(tag) {
|
|
800
800
|
f.appendChild(m);
|
801
801
|
f.submit();
|
802
802
|
}
|
803
|
-
|
804
|
-
{
|
805
|
-
alert("test!");
|
806
|
-
}
|
803
|
+
|
807
804
|
Zena.set_toggle = function(dom_id, definition) {
|
808
805
|
var elem = $(dom_id);
|
809
806
|
var id = dom_id.replace(/^.*_/,'') * 1;
|
@@ -861,4 +858,35 @@ Zena.toggle = function(elem, definition, id) {
|
|
861
858
|
}
|
862
859
|
});
|
863
860
|
}
|
861
|
+
}
|
862
|
+
|
863
|
+
Zena.m_toggle = function(id) {
|
864
|
+
var txt_id = 'txt_' + id;
|
865
|
+
$('off_'+id, 'on_'+id, txt_id).invoke('toggle');
|
866
|
+
if ($(txt_id).style.display != 'none') {
|
867
|
+
$$('#' + txt_id + ' iframe').each(function(s) {
|
868
|
+
s.src = s.src;
|
869
|
+
});
|
870
|
+
}
|
871
|
+
fleXenv.updateScrollBars();
|
872
|
+
}
|
873
|
+
|
874
|
+
var pm_counter = 1;
|
875
|
+
Zena.plus_minus = function(elem, start, plus, minus) {
|
876
|
+
plus = plus == undefined ? '[+]' : plus;
|
877
|
+
minus = minus == undefined ? '[-]' : minus;
|
878
|
+
|
879
|
+
var tag = elem.tagName;
|
880
|
+
pm_counter = pm_counter + 1;
|
881
|
+
var id = "m_" + pm_counter;
|
882
|
+
var show = start == 'on' ? 'display:none;' : '';
|
883
|
+
var hide = start == 'on' ? '' : 'display:none;';
|
884
|
+
var trigger_tag = " <a id='off_"+id+"' style='"+show+"' onclick='Zena.m_toggle(\"" + id +"\")' class='plus_btn'>"+plus+"</a><a id='on_"+id+"' style='"+hide+"' onclick='Zena.m_toggle(\"" + id +"\")' class='minus_btn'>"+minus+"</a>";
|
885
|
+
var new_tag = "<"+tag+" style='"+hide+"' id='txt_"+id+"' class='txt'>" + elem.innerHTML + "</"+tag+">";
|
886
|
+
if (tag.toUpperCase() == 'SPAN' || !elem.previous()) {
|
887
|
+
Element.replace(elem, trigger_tag + ' ' + new_tag);
|
888
|
+
} else {
|
889
|
+
Element.insert(elem.previous(), {bottom:trigger_tag});
|
890
|
+
Element.replace(elem, new_tag);
|
891
|
+
}
|
864
892
|
}
|
@@ -8,8 +8,8 @@
|
|
8
8
|
/* ADMIN USERS, GROUPS */
|
9
9
|
.admin_links { margin:18px; border:1px solid #35462B; background:#ccc; padding:0;}
|
10
10
|
.admin_links li { padding:0;}
|
11
|
-
|
12
|
-
|
11
|
+
.admin_links li a { margin:0; border-top:1px solid #35462B; padding:3px; font-size:90%; color:black; display:block;}
|
12
|
+
.admin_links li:first-child a { border:0; }
|
13
13
|
.admin_links li a:hover { background:#999; }
|
14
14
|
.admin_links li a.on {background:#eee;}
|
15
15
|
.disabled img { opacity:0.4;}
|
@@ -82,3 +82,6 @@ ul.actions select { width:186px; }
|
|
82
82
|
#preferences .errors ul { margin:0 -5px 5px;}
|
83
83
|
.actions .errors ul { background:#DDC8C8; margin:0 0 5px; padding:4px 0; border-bottom:1px solid #5A3231;}
|
84
84
|
.actions .errors li { margin-left:0.4em; background:inherit; line-height:1.2em;}
|
85
|
+
|
86
|
+
/* forms */
|
87
|
+
label { font-size:0.9em; font-weight:bold; display:block; color:#5C1515; margin:10px 0 5px; clear:both;}
|
@@ -22,12 +22,13 @@ input { padding:3px 4px;}
|
|
22
22
|
#header a { color: inherit; }
|
23
23
|
|
24
24
|
#title { margin:60px 42px 15px 200px; color:black;}
|
25
|
-
#content #title {margin-left:0;}
|
26
25
|
#title h1 { font-size:35px; margin:0;}
|
27
26
|
.summary p { margin:0; font-style:italic; font-family:Georgia,Times,serif;}
|
28
27
|
#context { width:180px; float:left; border-right:1px solid grey;}
|
29
28
|
#context a { color:#aaa; }
|
29
|
+
#context .admin_links a { color:inherit; }
|
30
30
|
#context a:hover { color:#04a; }
|
31
|
+
#context .admin_links a:hover { color:inherit; }
|
31
32
|
ol { padding-left:14px;}
|
32
33
|
|
33
34
|
#content { margin-left: 200px; }
|
@@ -121,7 +121,7 @@ ul.infos li { padding:0.4em 0.4em; list-style:none; display:block; }
|
|
121
121
|
.drive ul { list-style:none; padding:5px;}
|
122
122
|
.drive li p { font-weight:normal;}
|
123
123
|
.drive li select { width: 100%;}
|
124
|
-
.drive li #
|
124
|
+
.drive li #title { width: 95%;}
|
125
125
|
.drive li.submit { text-align:right; padding-top:1em;}
|
126
126
|
.select_id span { margin-left:0.2em;}
|
127
127
|
|
data/public/stylesheets/zena.css
CHANGED
@@ -58,8 +58,8 @@ table.errors td { padding:2px 5px; background:inherit; border:none;}
|
|
58
58
|
.clear { clear:both;}
|
59
59
|
|
60
60
|
/* dev */
|
61
|
-
#dev { background:#
|
62
|
-
padding:5px; border:
|
61
|
+
#dev { background:#eee; font-size:10px; position:fixed; bottom:0px; right:0px;
|
62
|
+
padding:5px; border:2px solid #222; text-align:left; color:#444; z-index:9999; border-width:2px 0 0 2px;}
|
63
63
|
#dev a { color:inherit; }
|
64
64
|
#dev ul, #dev li { margin:0; padding:0; list-style:none; background:none; list-style-image:none;}
|
65
65
|
#dev a.group { font-weight:bold; color:#222; display:block;}
|
@@ -77,6 +77,7 @@ Node:
|
|
77
77
|
# all formations are created inside the course = project. This is why
|
78
78
|
# form.project_id == course_id.
|
79
79
|
- LEFT JOIN (SELECT nodes.project_id AS course_id, flink.target_id AS emp_id, MAX(nodes.event_at) AS last_date FROM nodes INNER JOIN links AS flink ON nodes.id = flink.source_id AND flink.relation_id = RELATION_ID(assigned_formation) AND (flink.status IS NULL OR flink.status = 100) GROUP BY flink.target_id, nodes.project_id) AS form ON courses.id = form.course_id AND form.emp_id = NODE_ID
|
80
|
+
- INNER JOIN idx_nodes_ml_strings AS _ml1 ON courses.id = _ml1.node_id AND _ml1.key = 'title' AND _ml1.lang = VISITOR_LANG
|
80
81
|
where:
|
81
82
|
# get all assigned jobs (links)
|
82
83
|
- links.source_id = NODE_ID
|
@@ -88,13 +89,12 @@ Node:
|
|
88
89
|
- li1.relation_id = RELATION_ID(assigned_course)
|
89
90
|
- courses.id = li1.source_id
|
90
91
|
group: courses.id
|
91
|
-
order: priority DESC, last_date ASC,
|
92
|
+
order: priority DESC, last_date ASC, _ml1.value ASC
|
92
93
|
|
93
94
|
course_emp_date:
|
94
95
|
main_table: employees
|
95
96
|
select:
|
96
97
|
- employees.id
|
97
|
-
- employees.node_name
|
98
98
|
- employees.publish_from
|
99
99
|
- employees.zip
|
100
100
|
- employees.vclass_id
|
@@ -118,11 +118,12 @@ Node:
|
|
118
118
|
join_tables:
|
119
119
|
employees:
|
120
120
|
- LEFT JOIN (SELECT nodes.project_id AS project_id, flink.target_id AS emp_id, MAX(nodes.event_at) AS last_date FROM nodes INNER JOIN links AS flink ON nodes.id = flink.source_id AND flink.relation_id = RELATION_ID(assigned_formation) AND (flink.status IS NULL OR flink.status = 100) GROUP BY flink.target_id, nodes.project_id) AS form ON form.emp_id = employees.id AND form.project_id = NODE_ID
|
121
|
+
- INNER JOIN idx_nodes_ml_strings AS _ml1 ON employees.id = _ml1.node_id AND _ml1.key = 'title' AND _ml1.lang = VISITOR_LANG
|
121
122
|
where:
|
122
123
|
- employees.id = li1.source_id AND li1.relation_id = RELATION_ID(assigned_employee) AND li1.target_id = assigned_pages.project_id
|
123
124
|
- assigned_pages.id = links.target_id AND links.relation_id = RELATION_ID(assigned_page) AND links.source_id = NODE_ID
|
124
125
|
group: employees.id
|
125
|
-
order:
|
126
|
+
order: _ml1.value ASC, IF(form.last_date,form.last_date,0) ASC
|
126
127
|
|
127
128
|
|
128
129
|
all_course_emp_date:
|
@@ -131,7 +132,6 @@ Node:
|
|
131
132
|
main_table: courses
|
132
133
|
select:
|
133
134
|
- courses.id
|
134
|
-
- courses.node_name
|
135
135
|
- courses.publish_from
|
136
136
|
- courses.zip
|
137
137
|
- courses.vclass_id
|
@@ -170,4 +170,11 @@ Node:
|
|
170
170
|
- "INNER JOIN links ON formations.id = links.source_id AND links.relation_id = RELATION_ID(assigned_formation) AND (links.status IS NULL OR links.status = 50)"
|
171
171
|
where:
|
172
172
|
- formations.kpath like 'NNF%'
|
173
|
-
group: formations.id
|
173
|
+
group: formations.id
|
174
|
+
|
175
|
+
alias_query:
|
176
|
+
main_table: nodes
|
177
|
+
select:
|
178
|
+
- "(log_at + INTERVAL 6 months) AS event_at"
|
179
|
+
tables:
|
180
|
+
- nodes
|
@@ -120,7 +120,7 @@ This filter updates the "distant filter block test"
|
|
120
120
|
|
121
121
|
<div id='upfi' do='block'>
|
122
122
|
<h2>distant filter block test</h2>
|
123
|
-
<ol do='pages where
|
123
|
+
<ol do='pages where title like "[param:f]%" limit 5'><li do='each' do='title'/></ol>
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<hr/>
|
@@ -128,8 +128,8 @@ This filter updates the "distant filter block test"
|
|
128
128
|
<div id='filter'>
|
129
129
|
<h2>filter block test</h2>
|
130
130
|
<r:filter live='true'/>
|
131
|
-
<r:block do='pages where
|
132
|
-
<ol><li do='each' do='
|
131
|
+
<r:block do='pages where title like "[param:f]%" limit 5'>
|
132
|
+
<ol><li do='each' do='title'/></ol>
|
133
133
|
</r:block>
|
134
134
|
</div>
|
135
135
|
|
@@ -45,6 +45,37 @@ class DocumentsControllerTest < Zena::Controller::TestCase
|
|
45
45
|
end
|
46
46
|
end # uploading a document
|
47
47
|
|
48
|
+
context 'adding a document' do
|
49
|
+
subject do
|
50
|
+
{ :action => 'new', :controller => 'documents',
|
51
|
+
:parent_id => nodes_zip(:zena)
|
52
|
+
}
|
53
|
+
end
|
54
|
+
|
55
|
+
should 'show popup form' do
|
56
|
+
get_subject
|
57
|
+
assert_response :success
|
58
|
+
end
|
59
|
+
|
60
|
+
should 'show tab for new templates' do
|
61
|
+
get_subject
|
62
|
+
assert_match %r{node_target_klass}, @response.body
|
63
|
+
end
|
64
|
+
|
65
|
+
context 'with errors' do
|
66
|
+
subject do
|
67
|
+
{ :action => 'create', :controller => 'documents',
|
68
|
+
:node => {:parent_id => 0, :file => uploaded_jpg('bird.jpg')}
|
69
|
+
}
|
70
|
+
end
|
71
|
+
|
72
|
+
should 'render new form' do
|
73
|
+
post_subject
|
74
|
+
assert_template 'documents/new'
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end # creating a document
|
78
|
+
|
48
79
|
context 'creating a document' do
|
49
80
|
subject do
|
50
81
|
{ :action => 'create', :controller => 'documents',
|
@@ -29,7 +29,7 @@ class NodesControllerCommitTest < ActionController::TestCase
|
|
29
29
|
node_list = assigns(:nodes)
|
30
30
|
nodes = {}
|
31
31
|
node_list.each do |n|
|
32
|
-
nodes[n.
|
32
|
+
nodes[n.title] = n
|
33
33
|
end
|
34
34
|
assert skin = nodes['jet30']
|
35
35
|
assert_kind_of Skin, skin
|
@@ -63,9 +63,5 @@ class NodesControllerCommitTest < ActionController::TestCase
|
|
63
63
|
assert_match %r{posuere eleifend arcu</p>\s*<img [^>]*src\s*=\s*./en/image#{topIcon.zip}.gif}, @response.body
|
64
64
|
end
|
65
65
|
end
|
66
|
-
|
67
|
-
rescue => err
|
68
|
-
puts err
|
69
|
-
puts err.backtrace
|
70
66
|
end
|
71
67
|
end
|
@@ -209,6 +209,64 @@ class NodesControllerTest < Zena::Controller::TestCase
|
|
209
209
|
end
|
210
210
|
end # creating a node
|
211
211
|
|
212
|
+
context 'updating a node' do
|
213
|
+
|
214
|
+
context 'that she owns' do
|
215
|
+
setup do
|
216
|
+
@node = secure(Page) { Page.create(:parent_id => nodes_id(:zena), :title => 'hop', :v_status => Zena::Status[:pub]) }
|
217
|
+
end
|
218
|
+
|
219
|
+
context 'in redit time' do
|
220
|
+
subject do
|
221
|
+
{:action => 'update', :controller => 'nodes', :id => @node.zip, :node => {:title => 'hip'}}
|
222
|
+
end
|
223
|
+
|
224
|
+
should 'create a new version' do
|
225
|
+
assert_difference('Version.count', 1) do
|
226
|
+
put_subject
|
227
|
+
assert_redirected_to "/oo/page#{subject[:id]}.html"
|
228
|
+
end
|
229
|
+
end
|
230
|
+
end # in redit time
|
231
|
+
end # that she owns
|
232
|
+
|
233
|
+
context 'with a redir param' do
|
234
|
+
subject do
|
235
|
+
{:action => 'update', :controller => 'nodes', :id => nodes_zip(:people), :node => {:title => 'friends'}, :redir => '/foo/bar/baz'}
|
236
|
+
end
|
237
|
+
|
238
|
+
should 'redirect to "redir" param' do
|
239
|
+
put_subject
|
240
|
+
assert_redirected_to '/foo/bar/baz'
|
241
|
+
end
|
242
|
+
end # with a redir param
|
243
|
+
|
244
|
+
context 'by changing skin' do
|
245
|
+
subject do
|
246
|
+
{:action => 'update', :controller => 'nodes', :id => nodes_zip(:people), :node => {:skin_zip => nodes_zip(:wikiSkin), :inherit => 0}}
|
247
|
+
end
|
248
|
+
|
249
|
+
should 'update skin_id' do
|
250
|
+
put_subject
|
251
|
+
assert_equal nodes_id(:wikiSkin), nodes(:people).skin_id
|
252
|
+
end
|
253
|
+
|
254
|
+
context 'with a bad value' do
|
255
|
+
subject do
|
256
|
+
{:action => 'update', :controller => 'nodes', :id => nodes_zip(:people), :node => {:skin_zip => nodes_zip(:status), :inherit => 0}}
|
257
|
+
end
|
258
|
+
|
259
|
+
should 'set error message on skin_id' do
|
260
|
+
put_subject
|
261
|
+
assert_response :success
|
262
|
+
assert_equal 'type mismatch (Page is not a Skin)', assigns(:node).errors[:skin_id]
|
263
|
+
end
|
264
|
+
end # with a bad value
|
265
|
+
|
266
|
+
end # by changing skin
|
267
|
+
|
268
|
+
end # updating a node
|
269
|
+
|
212
270
|
context 'using xml' do
|
213
271
|
context 'without being in the api_group' do
|
214
272
|
setup do
|
@@ -288,6 +346,28 @@ class NodesControllerTest < Zena::Controller::TestCase
|
|
288
346
|
zip = assigns(:node).zip
|
289
347
|
assert_match %r{<id[^>]*>#{zip}</id>}, @response.body
|
290
348
|
end
|
349
|
+
|
350
|
+
context 'with a redir param' do
|
351
|
+
subject do
|
352
|
+
{:action => 'create', :controller => 'nodes', :node => {:parent_id => nodes_zip(:zena), :title => 'hello'}, :redir => '/foo/bar/baz'}
|
353
|
+
end
|
354
|
+
|
355
|
+
should 'redirect to "redir" param' do
|
356
|
+
post_subject
|
357
|
+
assert_redirected_to '/foo/bar/baz'
|
358
|
+
end
|
359
|
+
end # with a redir param
|
360
|
+
|
361
|
+
context 'with a mode param' do
|
362
|
+
subject do
|
363
|
+
{:action => 'create', :controller => 'nodes', :node => {:parent_id => nodes_zip(:zena), :title => 'hello'}, :mode => 'info'}
|
364
|
+
end
|
365
|
+
|
366
|
+
should 'redirect to node with mode' do
|
367
|
+
post_subject
|
368
|
+
assert_redirected_to "/oo/page#{assigns(:node).zip}_info.html"
|
369
|
+
end
|
370
|
+
end # with a redir param
|
291
371
|
end # creating a node
|
292
372
|
|
293
373
|
context 'deleting a node' do
|
@@ -445,7 +525,7 @@ class NodesControllerTest < Zena::Controller::TestCase
|
|
445
525
|
with_caching do
|
446
526
|
assert !File.exist?("#{SITES_ROOT}/test.host/public/fr/#{name}")
|
447
527
|
login(:lion)
|
448
|
-
doc = secure!(Template) { Template.create('
|
528
|
+
doc = secure!(Template) { Template.create('title'=>'Node', 'format'=>'xml', 'text' => '<?xml version="1.0" encoding="utf-8"?><node><title do="title"/></node>', 'parent_id'=>nodes_id(:default))}
|
449
529
|
assert !doc.new_record?, "Not a new record"
|
450
530
|
assert doc.publish
|
451
531
|
login(:anon)
|
@@ -474,7 +554,7 @@ class NodesControllerTest < Zena::Controller::TestCase
|
|
474
554
|
def test_ics_format_not_anon
|
475
555
|
preserving_files('test.host/zafu') do
|
476
556
|
login(:lion)
|
477
|
-
doc = secure!(Template) { Template.create("
|
557
|
+
doc = secure!(Template) { Template.create("title"=>"Project", "format"=>"ics", "summary"=>"", 'text' => "<r:notes in='site' order='event_at asc'>
|
478
558
|
BEGIN:VCALENDAR
|
479
559
|
VERSION:2.0
|
480
560
|
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
|
@@ -526,7 +606,7 @@ END:VCALENDAR
|
|
526
606
|
def test_create_nodes_from_folder
|
527
607
|
login(:tiger)
|
528
608
|
preserving_files('/test.host/data') do
|
529
|
-
parent = secure!(Project) { Project.create(:
|
609
|
+
parent = secure!(Project) { Project.create(:title => 'import', :parent_id => nodes_id(:zena)) }
|
530
610
|
assert !parent.new_record?, "Not a new record"
|
531
611
|
|
532
612
|
nodes = secure!(Node) { Node.create_nodes_from_folder(:folder => File.join(Zena::ROOT, 'test', 'fixtures', 'import'), :parent_id => parent[:id] )}.values
|
@@ -537,14 +617,14 @@ END:VCALENDAR
|
|
537
617
|
assert_equal 4, nodes.size
|
538
618
|
bird, doc = nil, nil
|
539
619
|
nodes.each do |n|
|
540
|
-
bird = n if n.
|
541
|
-
doc = n if n.
|
620
|
+
bird = n if n.title == 'bird'
|
621
|
+
doc = n if n.title == 'document'
|
542
622
|
end
|
543
|
-
simple = secure!(Node) { Node.
|
544
|
-
photos = secure!(Node) { Node.
|
623
|
+
simple = secure!(Node) { Node.find_by_parent_title_and_kpath(parent.id, 'simple') }
|
624
|
+
photos = secure!(Node) { Node.find_by_parent_title_and_kpath(parent.id, 'Photos !') }
|
545
625
|
|
546
|
-
assert_equal 'bird', bird.
|
547
|
-
assert_equal 'simple', simple.
|
626
|
+
assert_equal 'bird', bird.title
|
627
|
+
assert_equal 'simple', simple.title
|
548
628
|
assert_equal 'jpg', bird.ext
|
549
629
|
assert_equal 'Le septième ciel', bird.text
|
550
630
|
versions = secure!(Node) { Node.find(bird[:id]) }.versions
|
@@ -607,7 +687,7 @@ END:VCALENDAR
|
|
607
687
|
get 'edit', :id => nodes_zip(:zena)
|
608
688
|
assert_response :success
|
609
689
|
assert_template 'nodes/edit'
|
610
|
-
assert_match %r{/
|
690
|
+
assert_match %r{/Default skin/Node-%2BpopupLayout/en/_main$}, @response.layout
|
611
691
|
end
|
612
692
|
|
613
693
|
def test_crop_image
|
@@ -666,7 +746,7 @@ END:VCALENDAR
|
|
666
746
|
|
667
747
|
def test_search_klass
|
668
748
|
login(:anon)
|
669
|
-
get 'search', 'class' => '
|
749
|
+
get 'search', 'class' => 'Blog', 'title' => 'a wiki with Zena'
|
670
750
|
assert nodes = assigns(:nodes)
|
671
751
|
assert_equal [nodes_id(:wiki)], nodes.map {|r| r.id}
|
672
752
|
end
|
@@ -789,7 +869,7 @@ end
|
|
789
869
|
['2006','page18.html'],
|
790
870
|
['2006.xml','page18.xml'],
|
791
871
|
['p12','page12.html'],
|
792
|
-
['25-10-2006','
|
872
|
+
['25-10-2006','blog29.html'],
|
793
873
|
['archive-1','image30.html'],
|
794
874
|
['archive', 404],
|
795
875
|
].each do |name, result|
|