Changeset [a0a697ffbe71e55929c5f7b92bc61a8a5f7de9df] by Gaspard Bucher
November 18th, 2008 @ 10:49 PM
A lot of files moved around to ease extending zena by writing bricks. http://github.com/zena/zena/comm...
Committed by Gaspard Bucher
- M app/controllers/application.rb
- M app/helpers/application_helper.rb
- M app/models/access_hits.rb
- M app/models/contact_content.rb
- M app/models/document_content.rb
- M app/models/site.rb
- M bricks/access_logs/README
- M bricks/access_logs/migrate/001_create_access_hits.rb
- M bricks/access_logs/models/access_hits.rb
- M bricks/captcha/MIT-LICENSE
- M bricks/captcha/README
- M bricks/captcha/patch/application.rb
- M bricks/captcha/patch/application_helper.rb
- M bricks/captcha/patch/site.rb
- M bricks/captcha/zafu/captcha.rb
- M bricks/gettext_fix/patch/base_additions.rb
- M bricks/math/patch/application_helper.rb
- M bricks/toto.zip
- M config/environment.rb
- M db/migrate/000_zena/001_create_base.rb
- M db/migrate/000_zena/002_add_time_zone_to_users.rb
- M db/migrate/000_zena/003_add_custom_base_flag.rb
- M db/migrate/000_zena/004_rename_template_skin.rb
- M db/migrate/000_zena/005_create_cached_pages.rb
- M db/migrate/000_zena/006_create_sites.rb
- M db/migrate/000_zena/007_replace_id_by_zip.rb
- M db/migrate/000_zena/008_user_status.rb
- M db/migrate/000_zena/009_fulltext.rb
- M db/migrate/000_zena/010_create_template_content.rb
- M db/migrate/000_zena/011_project_to_section.rb
- M db/migrate/000_zena/012_add_project_id.rb
- M db/migrate/000_zena/013_remove_defaults.rb
- M db/migrate/000_zena/014_add_sort_field.rb
- M db/migrate/000_zena/015_add_dyn_attributes.rb
- M db/migrate/000_zena/016_remove_translations.rb
- M db/migrate/000_zena/017_rename_authorize.rb
- M db/migrate/000_zena/018_add_auth_option.rb
- M db/migrate/000_zena/019_remove_user_status.rb
- M db/migrate/000_zena/020_create_participation.rb
- M db/migrate/000_zena/021_create_relations.rb
- M db/migrate/000_zena/022_create_virtual_classes.rb
- M db/migrate/000_zena/023_ip_on_anonymous_comment.rb
- M db/migrate/000_zena/024_correct_vclass_kpath.rb
- M db/migrate/000_zena/025_move_tag_into_vclass.rb
- M db/migrate/000_zena/026_rename_templates.rb
- M db/migrate/000_zena/027_add_country_to_contacts.rb
- M db/migrate/000_zena/028_change_size_of_conten_type_field.rb
- M db/migrate/000_zena/029_create_data_entries.rb
- M db/migrate/000_zena/030_redit_auto_publish_site_settings.rb
- M db/migrate/000_zena/031_create_iformats.rb
- M db/migrate/000_zena/032_caches_context_as_hash.rb
- M db/migrate/000_zena/033_documents_kpath_change.rb
- M db/migrate/000_zena/034_change_file_storage.rb
- M db/migrate/000_zena/035_add_status_to_link.rb
- M db/migrate/000_zena/036_add_flag_fields_on_nodes.rb
- M db/migrate/000_zena/037_add_auto_create_discussion_to_v_class.rb
- M db/migrate/000_zena/038_create_site_attributes.rb
- M db/migrate/000_zena/039_default_position.rb
- M db/migrate/000_zena/040_second_value_for_data_entry.rb
- M db/migrate/000_zena/041_add_attributes_to_v_class.rb
- M db/migrate/000_zena/042_fix_position_should_be_float.rb
- M db/migrate/000_zena/043_move_user_lang_into_participation.rb
- M db/migrate/000_zena/044_remove_monolingual_site_option.rb
- M db/migrate/000_zena/045_avoid_star_in_templates.rb
- M db/migrate/000_zena/046_fix_zazen_image_tag.rb
- M db/migrate/001_access_logs/001_create_access_hits.rb
- M db/migrate/001_create_base.rb
- M db/migrate/002_add_time_zone_to_users.rb
- M db/migrate/003_add_custom_base_flag.rb
- M db/migrate/004_rename_template_skin.rb
- M db/migrate/005_create_cached_pages.rb
- M db/migrate/006_create_sites.rb
- M db/migrate/007_replace_id_by_zip.rb
- M db/migrate/008_user_status.rb
- M db/migrate/009_fulltext.rb
- M db/migrate/010_create_template_content.rb
- M db/migrate/011_project_to_section.rb
- M db/migrate/012_add_project_id.rb
- M db/migrate/013_remove_defaults.rb
- M db/migrate/014_add_sort_field.rb
- M db/migrate/015_add_dyn_attributes.rb
- M db/migrate/016_remove_translations.rb
- M db/migrate/017_rename_authorize.rb
- M db/migrate/018_add_auth_option.rb
- M db/migrate/019_remove_user_status.rb
- M db/migrate/020_create_participation.rb
- M db/migrate/021_create_relations.rb
- M db/migrate/022_create_virtual_classes.rb
- M db/migrate/023_ip_on_anonymous_comment.rb
- M db/migrate/024_correct_vclass_kpath.rb
- M db/migrate/025_move_tag_into_vclass.rb
- M db/migrate/026_rename_templates.rb
- M db/migrate/027_add_country_to_contacts.rb
- M db/migrate/028_change_size_of_conten_type_field.rb
- M db/migrate/029_create_data_entries.rb
- M db/migrate/030_redit_auto_publish_site_settings.rb
- M db/migrate/031_create_iformats.rb
- M db/migrate/032_caches_context_as_hash.rb
- M db/migrate/033_documents_kpath_change.rb
- M db/migrate/034_change_file_storage.rb
- M db/migrate/035_add_status_to_link.rb
- M db/migrate/036_add_flag_fields_on_nodes.rb
- M db/migrate/037_add_auto_create_discussion_to_v_class.rb
- M db/migrate/038_create_site_attributes.rb
- M db/migrate/039_default_position.rb
- M db/migrate/040_second_value_for_data_entry.rb
- M db/migrate/041_add_attributes_to_v_class.rb
- M db/migrate/042_fix_position_should_be_float.rb
- M db/migrate/043_move_user_lang_into_participation.rb
- M db/migrate/044_remove_monolingual_site_option.rb
- M db/migrate/045_avoid_star_in_templates.rb
- M db/migrate/046_fix_zazen_image_tag.rb
- M db/schema.rb
- M lib/base_additions.rb
- M lib/core_ext/patcher.rb
- M lib/parser/lib/rules/zena.rb
- M lib/tasks/zena.rake
- M vendor/plugins/gettext_fix/patch/base_additions.rb
- M vendor/plugins/math/patch/application_helper.rb
- M vendor/plugins/zena_captcha/MIT-LICENSE
- M vendor/plugins/zena_captcha/README
- M vendor/plugins/zena_captcha/init.rb
- M vendor/plugins/zena_captcha/lib/zena_captcha.rb
- M vendor/plugins/zena_captcha/patch/application.rb
- M vendor/plugins/zena_captcha/patch/application_helper.rb
- M vendor/plugins/zena_captcha/patch/site.rb
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