Changeset [5a3fb74cd3767832805ade221c46d6bc109a627b] by Gaspard Bucher

October 3rd, 2010 @ 12:25 AM

Removing 'node_name' and changed fullpath/basepath from name based paths to zip based paths. Default sort is using position + title. All tests pass.
http://github.com/zena/zena/commit/5a3fb74cd3767832805ade221c46d6bc...

Committed by Gaspard Bucher

  • A db/migrate/20100929143111_remove_node_name.rb
  • A lib/zena/use/ancestry.rb
  • A test/unit/zena/use/ancestry_test.rb
  • R lib/zena/use/node_name.rb
  • R test/unit/node_name_test.rb
  • M TODO_ZENA_1_0
  • M app/controllers/nodes_controller.rb
  • M app/controllers/versions_controller.rb
  • M app/models/cache.rb
  • M app/models/document.rb
  • M app/models/node.rb
  • M app/models/page.rb
  • M app/models/relation_proxy.rb
  • M app/models/role.rb
  • M app/models/site.rb
  • M app/models/template.rb
  • M app/models/text_document.rb
  • M app/models/user.rb
  • M app/views/links/_li.rhtml
  • M app/views/nodes/_import_results.rhtml
  • M app/views/nodes/_parent.rhtml
  • M app/views/nodes/_results.rhtml
  • M app/views/templates/document_create_tabs/_file.rhtml
  • M app/views/templates/document_create_tabs/_template.rhtml
  • M app/views/templates/document_create_tabs/_text_document.rhtml
  • M app/views/templates/edit_tabs/_help.rhtml
  • M app/views/zafu/default/Node-+search.zafu
  • M bricks/tags/zena/test/zafu/tags.yml
  • M db/init/base/skins/default/Node-+search.zafu
  • M db/init/base/skins/default/Node-tree.zafu
  • M db/migrate/046_fix_zazen_image_tag.rb
  • M db/migrate/20100928185257_add_obvious_idx.rb
  • M lib/log_recorder/lib/log_recorder.rb
  • M lib/tasks/zena.rake
  • M lib/zena/acts/secure.rb
  • M lib/zena/acts/secure_node.rb
  • M lib/zena/acts/serializable.rb
  • M lib/zena/core_ext/string.rb
  • M lib/zena/deploy.rb
  • M lib/zena/deploy/vhost.rhtml
  • M lib/zena/foxy_parser.rb
  • M lib/zena/parser/zazen_rules.rb
  • M lib/zena/parser/zena_rules.rb
  • M lib/zena/test_controller.rb
  • M lib/zena/use/context.rb
  • M lib/zena/use/display.rb
  • M lib/zena/use/fixtures.rb
  • M lib/zena/use/forms.rb
  • M lib/zena/use/html_tags.rb
  • M lib/zena/use/i18n.rb
  • M lib/zena/use/ml_index.rb
  • M lib/zena/use/prop_eval.rb
  • M lib/zena/use/query_node.rb
  • M lib/zena/use/rendering.rb
  • M lib/zena/use/search.rb
  • M lib/zena/use/urls.rb
  • M lib/zena/use/version_hash.rb
  • M lib/zena/use/zafu_safe_definitions.rb
  • M lib/zena/use/zafu_templates.rb
  • M lib/zena/use/zazen.rb
  • M locale/fr/zena.mo
  • M locale/fr/zena.po
  • M public/javascripts/zena.js
  • M public/stylesheets/admin.css
  • M public/stylesheets/popup.css
  • M test/custom_queries/complex.host.yml
  • M test/fixtures/files/Node-test.zafu
  • M test/fixtures/files/translations_fr.yml
  • M test/functional/nodes_controller_commit_test.rb
  • M test/functional/nodes_controller_test.rb
  • M test/functional/users_controller_test.rb
  • M test/functional/versions_controller_test.rb
  • M test/integration/multiple_hosts_test.rb
  • M test/integration/navigation_test.rb
  • M test/integration/query_node/basic.yml
  • M test/integration/query_node/complex.yml
  • M test/integration/query_node/dates.yml
  • M test/integration/query_node/filters.yml
  • M test/integration/query_node/properties.yml
  • M test/integration/query_node/relations.yml
  • M test/integration/query_node_test.rb
  • M test/integration/zafu_compiler/action.yml
  • M test/integration/zafu_compiler/ajax.yml
  • M test/integration/zafu_compiler/apphelper.yml
  • M test/integration/zafu_compiler/asset.yml
  • M test/integration/zafu_compiler/basic.yml
  • M test/integration/zafu_compiler/calendar.yml
  • M test/integration/zafu_compiler/complex.yml
  • M test/integration/zafu_compiler/complex_ok.yml
  • M test/integration/zafu_compiler/conditional.yml
  • M test/integration/zafu_compiler/data.yml
  • M test/integration/zafu_compiler/dates.yml
  • M test/integration/zafu_compiler/display.yml
  • M test/integration/zafu_compiler/errors.yml
  • M test/integration/zafu_compiler/eval.yml
  • M test/integration/zafu_compiler/forms.yml
  • M test/integration/zafu_compiler/i18n.yml
  • M test/integration/zafu_compiler/later.yml
  • M test/integration/zafu_compiler/off/off.yml
  • M test/integration/zafu_compiler/recursion.yml
  • M test/integration/zafu_compiler/relations.yml
  • M test/integration/zafu_compiler/rubyless.yml
  • M test/integration/zafu_compiler/safe_definitions.yml
  • M test/integration/zafu_compiler/urls.yml
  • M test/integration/zafu_compiler/version.yml
  • M test/integration/zafu_compiler/zafu_attributes.yml
  • M test/integration/zafu_compiler/zazen.yml
  • M test/integration/zafu_compiler_test.rb
  • M test/sites/complex/nodes.yml
  • M test/sites/ocean/nodes.yml
  • M test/sites/zena/columns.yml
  • M test/sites/zena/nodes.yml
  • M test/sites/zena/roles.yml
  • M test/sites/zena/versions.yml
  • M test/unit/after_commit_test.rb
  • M test/unit/cache_test.rb
  • M test/unit/cached_page_test.rb
  • M test/unit/core_ext_test.rb
  • M test/unit/document_test.rb
  • M test/unit/node_test.rb
  • M test/unit/note_test.rb
  • M test/unit/page_test.rb
  • M test/unit/project_test.rb
  • M test/unit/relation_proxy_test.rb
  • M test/unit/remote_test.rb
  • M test/unit/site_test.rb
  • M test/unit/template_test.rb
  • M test/unit/text_document_test.rb
  • M test/unit/user_test.rb
  • M test/unit/version_test.rb
  • M test/unit/workflow_test.rb
  • M test/unit/zena/acts/secure_test.rb
  • M test/unit/zena/db_test.rb
  • M test/unit/zena/use/calendar_test.rb
  • M test/unit/zena/use/html_tags_test.rb
  • M test/unit/zena/use/i18n_test.rb
  • M test/unit/zena/use/ml_index_test.rb
  • M test/unit/zena/use/prop_eval_test.rb
  • M test/unit/zena/use/rendering_test.rb
  • M test/unit/zena/use/urls_test.rb
  • M test/unit/zena/use/version_hash_test.rb
  • M test/unit/zena/use/zafu_template_test.rb
  • M test/unit/zena/use/zazen_test.rb
  • M zena.gemspec
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Anyone knows how to use formatting here ?

Git repository: http://github.com/zena

Official website: http://zenadmin.org

Shared Ticket Bins