]> source.dussan.org Git - redmine.git/commit
wiki branch merged into trunk
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Mar 2007 15:09:49 +0000 (15:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Mar 2007 15:09:49 +0000 (15:09 +0000)
commitc514316a2efcf4e8df4bc2f2681548ebffa30adf
treeb9b7bc9ccbbbad1cce2701430788f4dfbf872610
parent8b98ceb92c8fba72315d28c3b7664f481547bf24
wiki branch merged into trunk

git-svn-id: http://redmine.rubyforge.org/svn/trunk@323 e93f8b46-1217-0410-a6f0-8f06a7374b81
68 files changed:
app/controllers/application.rb
app/controllers/projects_controller.rb
app/controllers/wiki_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb
app/helpers/wiki_helper.rb [new file with mode: 0644]
app/models/project.rb
app/models/wiki.rb [new file with mode: 0644]
app/models/wiki_content.rb [new file with mode: 0644]
app/models/wiki_page.rb [new file with mode: 0644]
app/views/layouts/base.rhtml
app/views/projects/_form.rhtml
app/views/settings/edit.rhtml
app/views/wiki/_preview.rhtml [new file with mode: 0644]
app/views/wiki/edit.rhtml [new file with mode: 0644]
app/views/wiki/export.rhtml [new file with mode: 0644]
app/views/wiki/export_multiple.rhtml [new file with mode: 0644]
app/views/wiki/history.rhtml [new file with mode: 0644]
app/views/wiki/show.rhtml [new file with mode: 0644]
app/views/wiki/special_page_index.rhtml [new file with mode: 0644]
config/routes.rb
config/settings.yml
db/migrate/027_create_wikis.rb [new file with mode: 0644]
db/migrate/028_create_wiki_pages.rb [new file with mode: 0644]
db/migrate/029_create_wiki_contents.rb [new file with mode: 0644]
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/ja.yml
public/images/draft.png [new file with mode: 0644]
public/images/history.png [new file with mode: 0644]
public/images/html.png [new file with mode: 0644]
public/images/index.png [new file with mode: 0644]
public/images/txt.png [new file with mode: 0644]
public/stylesheets/application.css
test/fixtures/permissions.yml
test/fixtures/permissions_roles.yml
test/fixtures/wiki_content_versions.yml [new file with mode: 0644]
test/fixtures/wiki_contents.yml [new file with mode: 0644]
test/fixtures/wiki_pages.yml [new file with mode: 0644]
test/fixtures/wikis.yml [new file with mode: 0644]
test/unit/mailer_test.rb
test/unit/wiki_content_test.rb [new file with mode: 0644]
test/unit/wiki_page_test.rb [new file with mode: 0644]
test/unit/wiki_test.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/CHANGELOG [new file with mode: 0644]
vendor/plugins/acts_as_versioned/MIT-LICENSE [new file with mode: 0644]
vendor/plugins/acts_as_versioned/README [new file with mode: 0644]
vendor/plugins/acts_as_versioned/RUNNING_UNIT_TESTS [new file with mode: 0644]
vendor/plugins/acts_as_versioned/Rakefile [new file with mode: 0644]
vendor/plugins/acts_as_versioned/init.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/lib/acts_as_versioned.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/abstract_unit.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/database.yml [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/authors.yml [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/landmark.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/landmark_versions.yml [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/landmarks.yml [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/locked_pages.yml [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/locked_pages_revisions.yml [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/migrations/1_add_versioned_tables.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/page.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/page_versions.yml [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/pages.yml [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/fixtures/widget.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/migration_test.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/schema.rb [new file with mode: 0644]
vendor/plugins/acts_as_versioned/test/versioned_test.rb [new file with mode: 0644]