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/config/routes.rb
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
class CreateTemplateContent < ActiveRecord::Migration
|
2
|
-
def self.up
|
3
|
-
create_table(:template_contents, :options => Zena::Db.table_options) do |t|
|
4
|
-
t.column :site_id, :integer
|
5
|
-
t.column :node_id, :integer
|
6
|
-
t.column :skin_name, :string
|
7
|
-
t.column :format, :string
|
8
|
-
t.column :tkpath, :string
|
9
|
-
t.column :klass, :string
|
10
|
-
t.column :mode, :string
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
|
-
def self.down
|
15
|
-
drop_table :template_contents
|
16
|
-
end
|
17
|
-
end
|
@@ -1,13 +0,0 @@
|
|
1
|
-
class CorrectVclassKpath < ActiveRecord::Migration
|
2
|
-
def self.up
|
3
|
-
if !$migrating_new_site
|
4
|
-
klasses = VirtualClass.find(:all)
|
5
|
-
klasses.each do |vclass|
|
6
|
-
Node.connection.execute "UPDATE nodes SET kpath = #{Node.connection.quote(vclass.kpath)} WHERE vclass_id = #{vclass[:id]}"
|
7
|
-
end
|
8
|
-
end
|
9
|
-
end
|
10
|
-
|
11
|
-
def self.down
|
12
|
-
end
|
13
|
-
end
|
@@ -1,15 +0,0 @@
|
|
1
|
-
class MoveTagIntoVclass < ActiveRecord::Migration
|
2
|
-
def self.up
|
3
|
-
if !$migrating_new_site
|
4
|
-
# create a new virtual class for each site and assign all tags to this class.
|
5
|
-
Site.find(:all).each do |site|
|
6
|
-
VirtualClass.connection.execute("INSERT INTO virtual_classes (name,kpath,real_class,icon,allowed_attributes,create_group_id,site_id) VALUES ('Tag','NPT','Page',NULL,NULL,#{site[:site_group_id]},#{site[:id]})")
|
7
|
-
vclass = VirtualClass.find(:first, :conditions=>["site_id = ? AND kpath = 'NPT'",site[:id]])
|
8
|
-
Node.connection.execute "UPDATE nodes SET vclass_id = #{vclass[:id]} WHERE kpath = 'NPT'"
|
9
|
-
end
|
10
|
-
end
|
11
|
-
end
|
12
|
-
|
13
|
-
def self.down
|
14
|
-
end
|
15
|
-
end
|
data/lib/version_off.rb
DELETED
@@ -1,323 +0,0 @@
|
|
1
|
-
=begin rdoc
|
2
|
-
A version implements versioning and permits multiple publications (one for each language).
|
3
|
-
|
4
|
-
=== Status
|
5
|
-
|
6
|
-
A version's status changes over time. A version usually starts by being a 'redaction', these eventually a 'proposition', etc. The version's status changes by executing actions on the node (publish, remove, etc). Have a look at Acts::As::Multiversion for details. Zena::Status are :
|
7
|
-
|
8
|
-
red (70):: version is being written (the redaction is only seen by its author)
|
9
|
-
prop_with (65):: document proposed with the redaction. Will be automatically published/removed with the redaction.
|
10
|
-
prop (60):: proposed for publication (seen only by the members of the publish group of the node)
|
11
|
-
pub (50):: version is published (can be seen by all readers)
|
12
|
-
rep (20):: replaced by a newer version (can be an elligible version for rollback)
|
13
|
-
rem (10):: removed (from a rollback)
|
14
|
-
del (0):: this is like 'moved to trash'
|
15
|
-
|
16
|
-
=== Version attributes
|
17
|
-
|
18
|
-
title:: Node title.
|
19
|
-
comment:: The comment is a little word saying what this particular version is about or a full text on all the modifications done or to be done or anything usefull that should be communicated inside the team.
|
20
|
-
text:: The text is the full content of a version. The text usually contains zazen formatted text (textile with additions). See Zazen for details.
|
21
|
-
|
22
|
-
=== Dynamic attributes
|
23
|
-
|
24
|
-
Any attribute written using version.prop[:blah] = 'some text' is stored as a dynamic attribute. See DynAttributes for details.
|
25
|
-
|
26
|
-
== Content
|
27
|
-
If a we need to create a more sophisticated version class, all the required fields go in a 'content' class, like
|
28
|
-
#DocumentContent stores document type and size for #DocumentVersion. See #Document for the details on the relation between Version and Content.
|
29
|
-
=end
|
30
|
-
class VersionOff < ActiveRecord::Base
|
31
|
-
|
32
|
-
# readable
|
33
|
-
include RubyLess
|
34
|
-
# writable
|
35
|
-
attr_accessible :title, :text, :summary, :comment, :publish_from, :lang, :status, :content_attributes, :dyn_attributes
|
36
|
-
safe_context :author => 'BaseContact', :user => 'User', :node => 'Node'
|
37
|
-
|
38
|
-
belongs_to :user
|
39
|
-
before_validation :version_before_validation
|
40
|
-
validates_presence_of :user, :site_id
|
41
|
-
validate :valid_version
|
42
|
-
after_save :save_content
|
43
|
-
after_save :set_updated_at
|
44
|
-
after_destroy :destroy_content
|
45
|
-
before_create :set_number
|
46
|
-
|
47
|
-
include Zena::Use::DynAttributes::ModelMethods
|
48
|
-
extend Zena::Acts::Multiversion
|
49
|
-
|
50
|
-
acts_as_version
|
51
|
-
|
52
|
-
class << self
|
53
|
-
# Some #Version sub-classes need to have more specific content than just 'text' and 'summary'.
|
54
|
-
# this content is stored in a delegate 'content' object found with the 'content_class' class method
|
55
|
-
def content_class
|
56
|
-
nil
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
|
-
def author
|
61
|
-
user.contact
|
62
|
-
end
|
63
|
-
|
64
|
-
# FIXME: This should not be needed ! Remove when find by id is cached.
|
65
|
-
def set_node(node)
|
66
|
-
@node ||= node
|
67
|
-
end
|
68
|
-
|
69
|
-
def user_zip
|
70
|
-
user_id
|
71
|
-
end
|
72
|
-
|
73
|
-
def zip
|
74
|
-
"#{node.zip}.#{number}"
|
75
|
-
end
|
76
|
-
|
77
|
-
# Return the content for the version. Can it's 'own' content or the same as the version this one was copied from.
|
78
|
-
def content
|
79
|
-
return nil unless content_class
|
80
|
-
return @content if @content
|
81
|
-
if self[:content_id]
|
82
|
-
@content = content_class.find_by_version_id(self[:content_id])
|
83
|
-
@content.preload_version(self) if @content
|
84
|
-
else
|
85
|
-
@content = content_class.find_by_version_id(self[:id])
|
86
|
-
@content.preload_version(self) if @content
|
87
|
-
end
|
88
|
-
unless @content
|
89
|
-
# create new content
|
90
|
-
@content = content_class.new
|
91
|
-
self[:content_id] = nil
|
92
|
-
@content.preload_version(self)
|
93
|
-
@redaction_content = @content
|
94
|
-
end
|
95
|
-
@content
|
96
|
-
end
|
97
|
-
|
98
|
-
# Return the version's own content or creates a new one so it can be edited.
|
99
|
-
def redaction_content
|
100
|
-
return @redaction_content if @redaction_content
|
101
|
-
return nil unless content_class
|
102
|
-
@content = content
|
103
|
-
if @content && @content[:version_id] == self[:id]
|
104
|
-
# own content, make sure no published version links to this content
|
105
|
-
if !new_record? && slave_version = Version.find(:first, :select=>'id', :conditions=>["content_id = ?",self[:id]])
|
106
|
-
# shared content, we need to build our own and alter others:
|
107
|
-
#
|
108
|
-
# 1. Current state
|
109
|
-
# version[@id = A, @content_id = nil] ===> content[@version_id = A] <--- version[@content_id = A, @id = B]
|
110
|
-
#
|
111
|
-
# 2. Changes to
|
112
|
-
# version[@id = A, @content_id = B ] ---> content[@version_id = B] <=== version[@content_id = nil, @id = B]
|
113
|
-
#
|
114
|
-
# Whatchout: we could have a race condition here...
|
115
|
-
old_master_id = self[:id]
|
116
|
-
new_master_id = slave_version[:id]
|
117
|
-
content_id = @content[:id]
|
118
|
-
# version[@id = B, @content_id => nil]
|
119
|
-
Version.connection.execute "UPDATE #{Version.table_name} SET content_id = NULL WHERE id = #{new_master_id}"
|
120
|
-
# version[@id = A, @content_id => B]
|
121
|
-
Version.connection.execute "UPDATE #{Version.table_name} SET content_id = #{new_master_id} WHERE id = #{old_master_id}"
|
122
|
-
# content[@version_id => B]
|
123
|
-
Version.connection.execute "UPDATE #{@content.class.table_name} SET version_id = #{new_master_id} WHERE id = #{content_id}"
|
124
|
-
|
125
|
-
# content shared, make it our own
|
126
|
-
@old_content = @content # keep the old one in case we cannot save and need to rollback
|
127
|
-
@content = @old_content.clone
|
128
|
-
self[:content_id] = nil
|
129
|
-
@content[:version_id] = nil # will be set on save
|
130
|
-
@content.preload_version(self)
|
131
|
-
end
|
132
|
-
elsif @content
|
133
|
-
# content shared, make it our own
|
134
|
-
@old_content = @content # keep the old one in case we cannot save and need to rollback
|
135
|
-
@content = @old_content.clone
|
136
|
-
self[:content_id] = nil
|
137
|
-
@content[:version_id] = nil # will be set on save
|
138
|
-
@content.preload_version(self)
|
139
|
-
else
|
140
|
-
# create new content
|
141
|
-
@content = content_class.new
|
142
|
-
self[:content_id] = nil
|
143
|
-
@content.preload_version(self)
|
144
|
-
end
|
145
|
-
@redaction_content = @content
|
146
|
-
end
|
147
|
-
|
148
|
-
def content_class
|
149
|
-
self.class.content_class
|
150
|
-
end
|
151
|
-
|
152
|
-
def content_attributes=(h)
|
153
|
-
if content.would_edit?(h) && redaction_content
|
154
|
-
redaction_content.attributes = h
|
155
|
-
else
|
156
|
-
# ignore
|
157
|
-
end
|
158
|
-
end
|
159
|
-
|
160
|
-
# Return a new redaction from this version
|
161
|
-
def clone
|
162
|
-
ignore_attributes = self.attributes_to_ignore_on_clone
|
163
|
-
attrs = attributes.dup.reject {|k,v| ignore_attributes.include?(k.to_s) }
|
164
|
-
|
165
|
-
new_clone = self.class.new(attrs)
|
166
|
-
protected_attributes_on_clone.each do |k,v|
|
167
|
-
new_clone.send("#{k}=", v)
|
168
|
-
end
|
169
|
-
new_clone
|
170
|
-
end
|
171
|
-
|
172
|
-
# List of attribute keys to export in a zml file.
|
173
|
-
def export_keys
|
174
|
-
{
|
175
|
-
:zazen => {'title' => title, 'text' => text, 'summary' => summary}.merge(Hash[*dyn.map{|k,v| ["d_#{k}", v]}.flatten]),
|
176
|
-
:dates => {},
|
177
|
-
}
|
178
|
-
end
|
179
|
-
|
180
|
-
def attributes_to_ignore_on_clone
|
181
|
-
# /_ok$/ ?
|
182
|
-
%w{ user_id type created_at updated_at id }
|
183
|
-
end
|
184
|
-
|
185
|
-
def protected_attributes_on_clone
|
186
|
-
{ 'content_id' => (content_class ? (content_id || id) : nil),
|
187
|
-
'user_id' => visitor.id,
|
188
|
-
'node' => self.node,
|
189
|
-
'number' => self.number,
|
190
|
-
'dyn' => self.dyn,
|
191
|
-
'status' => Zena::Status[:red],
|
192
|
-
'lang' => visitor.lang }
|
193
|
-
end
|
194
|
-
|
195
|
-
# Return true if the version can be updated by the current visitor without creating
|
196
|
-
# a new redaction.
|
197
|
-
def reusable?(lang, target_status)
|
198
|
-
self.lang == lang &&
|
199
|
-
user_id == visitor.id &&
|
200
|
-
[Zena::Status[:red], Zena::Status[:pub]].include?(status) &&
|
201
|
-
target_status == status &&
|
202
|
-
Time.now < created_at + current_site[:redit_time].to_i
|
203
|
-
end
|
204
|
-
|
205
|
-
# Return true if we would need to create a new version or re-edit depending
|
206
|
-
# on the attributes
|
207
|
-
def would_edit?(new_attrs)
|
208
|
-
new_attrs.each do |k,v|
|
209
|
-
next if ['status', 'publish_from'].include?(k.to_s)
|
210
|
-
if k.to_s == 'content_attributes'
|
211
|
-
return true if content.would_edit?(v)
|
212
|
-
elsif k.to_s == 'dyn_attributes'
|
213
|
-
return true if dyn.would_edit?(v)
|
214
|
-
elsif type = self.class.safe_method_type([k])
|
215
|
-
return true if field_changed?(k, self.send(type[:method]), v)
|
216
|
-
end
|
217
|
-
end
|
218
|
-
false
|
219
|
-
end
|
220
|
-
|
221
|
-
def safe_content_read(signature)
|
222
|
-
if c = content
|
223
|
-
c.send(:safe_read, signature)
|
224
|
-
else
|
225
|
-
nil
|
226
|
-
end
|
227
|
-
end
|
228
|
-
|
229
|
-
# Return true if the version has been edited (not just status / publication date change)
|
230
|
-
# TODO: test
|
231
|
-
def edited?
|
232
|
-
new_record? || (changes.keys - ['status', 'publish_from'] != []) || (@redaction_content && @redaction_content.changed?)
|
233
|
-
end
|
234
|
-
|
235
|
-
def should_save?
|
236
|
-
new_record? || changed? || dyn.changed? || (@redaction_content && @redaction_content.changed?)
|
237
|
-
end
|
238
|
-
|
239
|
-
def attributes_with_defaults=(attrs)
|
240
|
-
self.attributes_without_defaults = attrs
|
241
|
-
%W{title summary text comment}.each do |txt_field|
|
242
|
-
self[txt_field] ||= ''
|
243
|
-
end
|
244
|
-
end
|
245
|
-
alias_method_chain :attributes=, :defaults
|
246
|
-
|
247
|
-
private
|
248
|
-
def set_number
|
249
|
-
last_record = node.id ? self.connection.select_one("select number from #{self.class.table_name} where node_id = '#{node[:id]}' ORDER BY number DESC LIMIT 1") : nil
|
250
|
-
self[:number] = (last_record || {})['number'].to_i + 1
|
251
|
-
end
|
252
|
-
|
253
|
-
def save_content
|
254
|
-
# TODO: Why don't we use @redaction_content ?
|
255
|
-
if @content && @content.changed?
|
256
|
-
@content[:version_id] ||= self[:id]
|
257
|
-
# validations checked with 'valid_content'
|
258
|
-
@content.save_without_validation
|
259
|
-
else
|
260
|
-
true
|
261
|
-
end
|
262
|
-
end
|
263
|
-
|
264
|
-
def set_updated_at
|
265
|
-
if @content_updated_but_not_saved
|
266
|
-
# not saved, set updated_at manually
|
267
|
-
Zena::Db.set_attribute(self, :updated_at, Time.now)
|
268
|
-
end
|
269
|
-
@content_updated_but_not_saved = nil
|
270
|
-
true
|
271
|
-
end
|
272
|
-
|
273
|
-
def destroy_content
|
274
|
-
content.destroy if content_class && content.can_destroy?
|
275
|
-
end
|
276
|
-
|
277
|
-
# Set version number and site_id before validation tests.
|
278
|
-
def version_before_validation
|
279
|
-
self[:site_id] = visitor.site.id
|
280
|
-
return unless node
|
281
|
-
self.title = node.name if self.title.blank?
|
282
|
-
self.type ||= self.class.to_s
|
283
|
-
|
284
|
-
self.lang = visitor.lang if self.lang.blank?
|
285
|
-
self.status ||= current_site.auto_publish? ? Zena::Status[:pub] : Zena::Status[:red]
|
286
|
-
self.publish_from ||= Time.now if self.status == Zena::Status[:pub]
|
287
|
-
self.user_id = visitor[:id] if new_record?
|
288
|
-
|
289
|
-
if @content
|
290
|
-
@content[:site_id] = self[:site_id]
|
291
|
-
end
|
292
|
-
end
|
293
|
-
|
294
|
-
# Make sure the version and it's related content are in a correct state.
|
295
|
-
def valid_version
|
296
|
-
errors.add('node', "can't be blank") unless node
|
297
|
-
|
298
|
-
# validate content
|
299
|
-
# TODO: we could use autosave here
|
300
|
-
@content_updated_but_not_saved = !changed? && @content && @content.changed?
|
301
|
-
|
302
|
-
if @content && @content.changed? && !@content.valid?
|
303
|
-
@content.errors.each_error do |attribute,message|
|
304
|
-
if attribute.to_s == 'base'
|
305
|
-
errors.add('content', message)
|
306
|
-
else
|
307
|
-
attribute = "content_#{attribute}"
|
308
|
-
errors.add(attribute, message) unless errors[attribute] # FIXME: rails 3: if errors[attribute].empty?
|
309
|
-
end
|
310
|
-
end
|
311
|
-
|
312
|
-
if @old_content
|
313
|
-
@content = @old_content # rollback initial content
|
314
|
-
else
|
315
|
-
# clean empty content
|
316
|
-
@content = content_class.new
|
317
|
-
@content.preload_version(self)
|
318
|
-
self[:content_id] = nil
|
319
|
-
@redaction_content = @content
|
320
|
-
end
|
321
|
-
end
|
322
|
-
end
|
323
|
-
end
|
data/lib/zena/use/node_name.rb
DELETED
@@ -1,94 +0,0 @@
|
|
1
|
-
module Zena
|
2
|
-
module Use
|
3
|
-
# This module handles the creation and maintenance of a 'node_name' and a path built from
|
4
|
-
# these node_names (fullpath).
|
5
|
-
#
|
6
|
-
# This module has to be included after Workflow so that v_status is properly
|
7
|
-
# set before 'sync_node_name' is called.
|
8
|
-
module NodeName
|
9
|
-
def self.included(base)
|
10
|
-
base.before_validation :sync_node_name
|
11
|
-
base.after_save :rebuild_children_fullpath
|
12
|
-
end
|
13
|
-
|
14
|
-
private
|
15
|
-
# Store part of the title into the node (used when accessing the database with a
|
16
|
-
# console).
|
17
|
-
def sync_node_name
|
18
|
-
# Sync if we are publishing
|
19
|
-
if ((full_drive? && v_status == Zena::Status[:pub]) ||
|
20
|
-
(can_drive? && vhash['r'][ref_lang].nil?))
|
21
|
-
self.node_name = title
|
22
|
-
end
|
23
|
-
|
24
|
-
unless node_name.blank?
|
25
|
-
# rebuild cached fullpath / basepath
|
26
|
-
rebuild_fullpath
|
27
|
-
rebuild_basepath
|
28
|
-
# we should use a full rebuild when there are corrupt values,
|
29
|
-
# if fullpath was blank, we have no way to find all children
|
30
|
-
@need_rebuild_children_fullpath = !new_record? && (fullpath_changed? || basepath_changed?) && !fullpath_was.blank?
|
31
|
-
end
|
32
|
-
|
33
|
-
true
|
34
|
-
end
|
35
|
-
|
36
|
-
def rebuild_fullpath
|
37
|
-
return unless new_record? || node_name_changed? || parent_id_changed? || fullpath.nil?
|
38
|
-
if parent = parent(false)
|
39
|
-
path = parent.fullpath.split('/') + [node_name]
|
40
|
-
else
|
41
|
-
path = []
|
42
|
-
end
|
43
|
-
self[:fullpath] = path.join('/')
|
44
|
-
end
|
45
|
-
|
46
|
-
def rebuild_basepath
|
47
|
-
return unless new_record? || node_name_changed? || parent_id_changed? || custom_base_changed? || basepath.nil?
|
48
|
-
if custom_base
|
49
|
-
self[:basepath] = self.fullpath
|
50
|
-
elsif parent = parent(false)
|
51
|
-
self[:basepath] = parent.basepath || ""
|
52
|
-
else
|
53
|
-
self[:basepath] = ""
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
def rebuild_children_fullpath
|
58
|
-
return true unless @need_rebuild_children_fullpath
|
59
|
-
|
60
|
-
# Update descendants
|
61
|
-
fullpath_new = self.fullpath
|
62
|
-
fullpath_new = "#{fullpath_new}/" if fullpath_was == ''
|
63
|
-
fullpath_re = fullpath_changed? ? %r{\A#{self.fullpath_was}} : nil
|
64
|
-
|
65
|
-
bases = [self.basepath]
|
66
|
-
|
67
|
-
i = 0
|
68
|
-
batch_size = 100
|
69
|
-
while true
|
70
|
-
list = Zena::Db.fetch_attributes(['id', 'fullpath', 'basepath', 'custom_base'], 'nodes', "fullpath LIKE #{Zena::Db.quote("#{fullpath_was}/%")} AND site_id = #{current_site.id} ORDER BY fullpath ASC LIMIT #{batch_size} OFFSET #{i * batch_size}")
|
71
|
-
|
72
|
-
break if list.empty?
|
73
|
-
list.each do |rec|
|
74
|
-
rec['fullpath'].sub!(fullpath_re, fullpath_new) if fullpath_re
|
75
|
-
if rec['custom_base'] == Zena::Db::TRUE_RESULT
|
76
|
-
rec['basepath'] = rec['fullpath']
|
77
|
-
bases << rec['basepath']
|
78
|
-
else
|
79
|
-
while rec['fullpath'].size <= bases.last.size
|
80
|
-
bases.pop
|
81
|
-
end
|
82
|
-
rec['basepath'] = bases.last
|
83
|
-
end
|
84
|
-
id = rec.delete('id')
|
85
|
-
Zena::Db.execute "UPDATE nodes SET #{rec.map {|k,v| "#{Zena::Db.connection.quote_column_name(k)}=#{Zena::Db.quote(v)}"}.join(', ')} WHERE id = #{id}"
|
86
|
-
end
|
87
|
-
# 50 more
|
88
|
-
i += 1
|
89
|
-
end
|
90
|
-
true
|
91
|
-
end
|
92
|
-
end # NodeName
|
93
|
-
end # Use
|
94
|
-
end # Zena
|