Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
OHR Support
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
98
Issues
98
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
OHR Support
Commits
07185fb1
Commit
07185fb1
authored
May 30, 2011
by
Holger Just
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#436] Remove trailing whitespace
parent
b72785b2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
860 changed files
with
8328 additions
and
8328 deletions
+8328
-8328
account_controller.rb
app/controllers/account_controller.rb
+18
-18
activities_controller.rb
app/controllers/activities_controller.rb
+9
-9
admin_controller.rb
app/controllers/admin_controller.rb
+13
-13
application_controller.rb
app/controllers/application_controller.rb
+37
-37
attachments_controller.rb
app/controllers/attachments_controller.rb
+15
-15
auth_sources_controller.rb
app/controllers/auth_sources_controller.rb
+5
-5
auto_completes_controller.rb
app/controllers/auto_completes_controller.rb
+4
-4
boards_controller.rb
app/controllers/boards_controller.rb
+7
-7
calendars_controller.rb
app/controllers/calendars_controller.rb
+8
-8
comments_controller.rb
app/controllers/comments_controller.rb
+5
-5
context_menus_controller.rb
app/controllers/context_menus_controller.rb
+8
-8
custom_fields_controller.rb
app/controllers/custom_fields_controller.rb
+7
-7
documents_controller.rb
app/controllers/documents_controller.rb
+11
-11
enumerations_controller.rb
app/controllers/enumerations_controller.rb
+7
-7
files_controller.rb
app/controllers/files_controller.rb
+4
-4
gantts_controller.rb
app/controllers/gantts_controller.rb
+6
-6
groups_controller.rb
app/controllers/groups_controller.rb
+14
-14
help_controller.rb
app/controllers/help_controller.rb
+3
-3
issue_categories_controller.rb
app/controllers/issue_categories_controller.rb
+7
-7
issue_moves_controller.rb
app/controllers/issue_moves_controller.rb
+5
-5
issue_relations_controller.rb
app/controllers/issue_relations_controller.rb
+6
-6
issue_statuses_controller.rb
app/controllers/issue_statuses_controller.rb
+7
-7
issues_controller.rb
app/controllers/issues_controller.rb
+19
-19
journals_controller.rb
app/controllers/journals_controller.rb
+11
-11
ldap_auth_sources_controller.rb
app/controllers/ldap_auth_sources_controller.rb
+4
-4
mail_handler_controller.rb
app/controllers/mail_handler_controller.rb
+7
-7
members_controller.rb
app/controllers/members_controller.rb
+10
-10
messages_controller.rb
app/controllers/messages_controller.rb
+13
-13
my_controller.rb
app/controllers/my_controller.rb
+11
-11
news_controller.rb
app/controllers/news_controller.rb
+12
-12
previews_controller.rb
app/controllers/previews_controller.rb
+5
-5
project_enumerations_controller.rb
app/controllers/project_enumerations_controller.rb
+5
-5
projects_controller.rb
app/controllers/projects_controller.rb
+25
-25
queries_controller.rb
app/controllers/queries_controller.rb
+10
-10
reports_controller.rb
app/controllers/reports_controller.rb
+4
-4
repositories_controller.rb
app/controllers/repositories_controller.rb
+26
-26
roles_controller.rb
app/controllers/roles_controller.rb
+7
-7
search_controller.rb
app/controllers/search_controller.rb
+16
-16
settings_controller.rb
app/controllers/settings_controller.rb
+5
-5
sys_controller.rb
app/controllers/sys_controller.rb
+6
-6
time_entry_reports_controller.rb
app/controllers/time_entry_reports_controller.rb
+16
-16
timelog_controller.rb
app/controllers/timelog_controller.rb
+23
-23
trackers_controller.rb
app/controllers/trackers_controller.rb
+6
-6
users_controller.rb
app/controllers/users_controller.rb
+23
-23
versions_controller.rb
app/controllers/versions_controller.rb
+10
-10
watchers_controller.rb
app/controllers/watchers_controller.rb
+10
-10
welcome_controller.rb
app/controllers/welcome_controller.rb
+4
-4
wiki_controller.rb
app/controllers/wiki_controller.rb
+22
-22
wikis_controller.rb
app/controllers/wikis_controller.rb
+5
-5
workflows_controller.rb
app/controllers/workflows_controller.rb
+16
-16
account_helper.rb
app/helpers/account_helper.rb
+3
-3
admin_helper.rb
app/helpers/admin_helper.rb
+4
-4
application_helper.rb
app/helpers/application_helper.rb
+48
-48
attachments_helper.rb
app/helpers/attachments_helper.rb
+6
-6
auth_sources_helper.rb
app/helpers/auth_sources_helper.rb
+3
-3
boards_helper.rb
app/helpers/boards_helper.rb
+3
-3
calendars_helper.rb
app/helpers/calendars_helper.rb
+4
-4
custom_fields_helper.rb
app/helpers/custom_fields_helper.rb
+13
-13
documents_helper.rb
app/helpers/documents_helper.rb
+3
-3
enumerations_helper.rb
app/helpers/enumerations_helper.rb
+3
-3
gantt_helper.rb
app/helpers/gantt_helper.rb
+4
-4
groups_helper.rb
app/helpers/groups_helper.rb
+4
-4
issue_categories_helper.rb
app/helpers/issue_categories_helper.rb
+3
-3
issue_moves_helper.rb
app/helpers/issue_moves_helper.rb
+3
-3
issue_relations_helper.rb
app/helpers/issue_relations_helper.rb
+3
-3
issue_statuses_helper.rb
app/helpers/issue_statuses_helper.rb
+3
-3
issues_helper.rb
app/helpers/issues_helper.rb
+22
-22
journals_helper.rb
app/helpers/journals_helper.rb
+3
-3
mail_handler_helper.rb
app/helpers/mail_handler_helper.rb
+3
-3
members_helper.rb
app/helpers/members_helper.rb
+3
-3
messages_helper.rb
app/helpers/messages_helper.rb
+3
-3
my_helper.rb
app/helpers/my_helper.rb
+3
-3
news_helper.rb
app/helpers/news_helper.rb
+3
-3
projects_helper.rb
app/helpers/projects_helper.rb
+10
-10
queries_helper.rb
app/helpers/queries_helper.rb
+8
-8
reports_helper.rb
app/helpers/reports_helper.rb
+6
-6
repositories_helper.rb
app/helpers/repositories_helper.rb
+16
-16
roles_helper.rb
app/helpers/roles_helper.rb
+3
-3
search_helper.rb
app/helpers/search_helper.rb
+7
-7
settings_helper.rb
app/helpers/settings_helper.rb
+11
-11
sort_helper.rb
app/helpers/sort_helper.rb
+28
-28
timelog_helper.rb
app/helpers/timelog_helper.rb
+17
-17
trackers_helper.rb
app/helpers/trackers_helper.rb
+3
-3
users_helper.rb
app/helpers/users_helper.rb
+9
-9
versions_helper.rb
app/helpers/versions_helper.rb
+7
-7
watchers_helper.rb
app/helpers/watchers_helper.rb
+4
-4
welcome_helper.rb
app/helpers/welcome_helper.rb
+3
-3
wiki_helper.rb
app/helpers/wiki_helper.rb
+6
-6
workflows_helper.rb
app/helpers/workflows_helper.rb
+3
-3
attachment.rb
app/models/attachment.rb
+19
-19
auth_source.rb
app/models/auth_source.rb
+9
-9
auth_source_ldap.rb
app/models/auth_source_ldap.rb
+18
-18
board.rb
app/models/board.rb
+8
-8
change.rb
app/models/change.rb
+6
-6
changeset.rb
app/models/changeset.rb
+28
-28
comment.rb
app/models/comment.rb
+3
-3
comment_observer.rb
app/models/comment_observer.rb
+3
-3
custom_field.rb
app/models/custom_field.rb
+17
-17
custom_value.rb
app/models/custom_value.rb
+12
-12
document.rb
app/models/document.rb
+8
-8
document_category.rb
app/models/document_category.rb
+3
-3
document_category_custom_field.rb
app/models/document_category_custom_field.rb
+3
-3
document_observer.rb
app/models/document_observer.rb
+3
-3
enabled_module.rb
app/models/enabled_module.rb
+7
-7
enumeration.rb
app/models/enumeration.rb
+15
-15
group.rb
app/models/group.rb
+8
-8
group_custom_field.rb
app/models/group_custom_field.rb
+3
-3
issue.rb
app/models/issue.rb
+85
-85
issue_category.rb
app/models/issue_category.rb
+8
-8
issue_custom_field.rb
app/models/issue_custom_field.rb
+4
-4
issue_observer.rb
app/models/issue_observer.rb
+6
-6
issue_priority.rb
app/models/issue_priority.rb
+3
-3
issue_priority_custom_field.rb
app/models/issue_priority_custom_field.rb
+3
-3
issue_relation.rb
app/models/issue_relation.rb
+18
-18
issue_status.rb
app/models/issue_status.rb
+13
-13
journal.rb
app/models/journal.rb
+4
-4
journal_observer.rb
app/models/journal_observer.rb
+4
-4
mail_handler.rb
app/models/mail_handler.rb
+36
-36
mailer.rb
app/models/mailer.rb
+24
-24
member.rb
app/models/member.rb
+14
-14
member_role.rb
app/models/member_role.rb
+11
-11
message.rb
app/models/message.rb
+17
-17
message_observer.rb
app/models/message_observer.rb
+3
-3
news.rb
app/models/news.rb
+13
-13
news_observer.rb
app/models/news_observer.rb
+3
-3
principal.rb
app/models/principal.rb
+8
-8
project.rb
app/models/project.rb
+66
-66
project_custom_field.rb
app/models/project_custom_field.rb
+3
-3
query.rb
app/models/query.rb
+75
-75
repository.rb
app/models/repository.rb
+19
-19
bazaar.rb
app/models/repository/bazaar.rb
+7
-7
cvs.rb
app/models/repository/cvs.rb
+25
-25
darcs.rb
app/models/repository/darcs.rb
+11
-11
filesystem.rb
app/models/repository/filesystem.rb
+4
-4
git.rb
app/models/repository/git.rb
+7
-7
mercurial.rb
app/models/repository/mercurial.rb
+4
-4
subversion.rb
app/models/repository/subversion.rb
+10
-10
role.rb
app/models/role.rb
+16
-16
setting.rb
app/models/setting.rb
+19
-19
time_entry.rb
app/models/time_entry.rb
+13
-13
time_entry_activity.rb
app/models/time_entry_activity.rb
+4
-4
time_entry_activity_custom_field.rb
app/models/time_entry_activity_custom_field.rb
+3
-3
time_entry_custom_field.rb
app/models/time_entry_custom_field.rb
+3
-3
token.rb
app/models/token.rb
+10
-10
tracker.rb
app/models/tracker.rb
+11
-11
user.rb
app/models/user.rb
+58
-58
user_custom_field.rb
app/models/user_custom_field.rb
+3
-3
user_preference.rb
app/models/user_preference.rb
+10
-10
version.rb
app/models/version.rb
+22
-22
version_custom_field.rb
app/models/version_custom_field.rb
+3
-3
watcher.rb
app/models/watcher.rb
+10
-10
wiki.rb
app/models/wiki.rb
+12
-12
wiki_content.rb
app/models/wiki_content.rb
+12
-12
wiki_content_observer.rb
app/models/wiki_content_observer.rb
+4
-4
wiki_page.rb
app/models/wiki_page.rb
+27
-27
wiki_redirect.rb
app/models/wiki_redirect.rb
+4
-4
workflow.rb
app/models/workflow.rb
+13
-13
password_recovery.rhtml
app/views/account/password_recovery.rhtml
+1
-1
index.html.erb
app/views/activities/index.html.erb
+2
-2
index.html.erb
app/views/auth_sources/index.html.erb
+1
-1
index.rhtml
app/views/boards/index.rhtml
+1
-1
show.rhtml
app/views/boards/show.rhtml
+2
-2
show.html.erb
app/views/calendars/show.html.erb
+3
-3
_calendar.rhtml
app/views/common/_calendar.rhtml
+2
-2
_tabs.rhtml
app/views/common/_tabs.rhtml
+2
-2
issues.html.erb
app/views/context_menus/issues.html.erb
+6
-6
_form.rhtml
app/views/custom_fields/_form.rhtml
+6
-6
edit.rhtml
app/views/custom_fields/edit.rhtml
+1
-1
show.rhtml
app/views/documents/show.rhtml
+1
-1
list.rhtml
app/views/enumerations/list.rhtml
+1
-1
index.html.erb
app/views/files/index.html.erb
+3
-3
new.html.erb
app/views/files/new.html.erb
+1
-1
show.html.erb
app/views/gantts/show.html.erb
+13
-13
_users.html.erb
app/views/groups/_users.html.erb
+3
-3
wiki_syntax_detailed.html.erb
app/views/help/wiki_syntax_detailed.html.erb
+2
-2
index.html.erb
app/views/issue_statuses/index.html.erb
+2
-2
_attributes.rhtml
app/views/issues/_attributes.rhtml
+4
-4
_edit.rhtml
app/views/issues/_edit.rhtml
+4
-4
_form.rhtml
app/views/issues/_form.rhtml
+1
-1
_list.rhtml
app/views/issues/_list.rhtml
+1
-1
_list_simple.rhtml
app/views/issues/_list_simple.rhtml
+2
-2
_relations.rhtml
app/views/issues/_relations.rhtml
+2
-2
bulk_edit.rhtml
app/views/issues/bulk_edit.rhtml
+6
-6
index.api.rsb
app/views/issues/index.api.rsb
+3
-3
index.rhtml
app/views/issues/index.rhtml
+3
-3
new.rhtml
app/views/issues/new.rhtml
+2
-2
show.api.rsb
app/views/issues/show.api.rsb
+7
-7
show.rhtml
app/views/issues/show.rhtml
+3
-3
_notes_form.rhtml
app/views/journals/_notes_form.rhtml
+1
-1
base.rhtml
app/views/layouts/base.rhtml
+6
-6
mailer.text.plain.erb
app/views/layouts/mailer.text.plain.erb
+1
-1
wiki_content_added.text.html.rhtml
app/views/mailer/wiki_content_added.text.html.rhtml
+1
-1
wiki_content_added.text.plain.rhtml
app/views/mailer/wiki_content_added.text.plain.rhtml
+1
-1
wiki_content_updated.text.html.rhtml
app/views/mailer/wiki_content_updated.text.html.rhtml
+1
-1
wiki_content_updated.text.plain.rhtml
app/views/mailer/wiki_content_updated.text.plain.rhtml
+1
-1
edit.rhtml
app/views/messages/edit.rhtml
+1
-1
new.rhtml
app/views/messages/new.rhtml
+1
-1
show.rhtml
app/views/messages/show.rhtml
+1
-1
_block.rhtml
app/views/my/_block.rhtml
+2
-2
account.rhtml
app/views/my/account.rhtml
+2
-2
_issuesassignedtome.rhtml
app/views/my/blocks/_issuesassignedtome.rhtml
+4
-4
_issuesreportedbyme.rhtml
app/views/my/blocks/_issuesreportedbyme.rhtml
+4
-4
_news.rhtml
app/views/my/blocks/_news.rhtml
+1
-1
_timelog.rhtml
app/views/my/blocks/_timelog.rhtml
+1
-1
page.rhtml
app/views/my/page.rhtml
+6
-6
page_layout.rhtml
app/views/my/page_layout.rhtml
+10
-10
edit.rhtml
app/views/news/edit.rhtml
+1
-1
index.api.rsb
app/views/news/index.api.rsb
+1
-1
index.rhtml
app/views/news/index.rhtml
+1
-1
new.rhtml
app/views/news/new.rhtml
+1
-1
show.rhtml
app/views/news/show.rhtml
+3
-3
_members_box.html.erb
app/views/projects/_members_box.html.erb
+1
-1
index.api.rsb
app/views/projects/index.api.rsb
+2
-2
_members.rhtml
app/views/projects/settings/_members.rhtml
+5
-5
_modules.rhtml
app/views/projects/settings/_modules.rhtml
+1
-1
_repository.rhtml
app/views/projects/settings/_repository.rhtml
+1
-1
show.api.rsb
app/views/projects/show.api.rsb
+3
-3
show.rhtml
app/views/projects/show.rhtml
+11
-11
_filters.rhtml
app/views/queries/_filters.rhtml
+5
-5
index.rhtml
app/views/queries/index.rhtml
+1
-1
_details.rhtml
app/views/reports/_details.rhtml
+13
-13
_simple.rhtml
app/views/reports/_simple.rhtml
+9
-9
_breadcrumbs.rhtml
app/views/repositories/_breadcrumbs.rhtml
+2
-2
_navigation.rhtml
app/views/repositories/_navigation.rhtml
+3
-3
changes.rhtml
app/views/repositories/changes.rhtml
+1
-1
_form.rhtml
app/views/roles/_form.rhtml
+1
-1
edit.rhtml
app/views/roles/edit.rhtml
+1
-1
index.html.erb
app/views/roles/index.html.erb
+1
-1
new.rhtml
app/views/roles/new.rhtml
+1
-1
index.rhtml
app/views/search/index.rhtml
+1
-1
_issues.rhtml
app/views/settings/_issues.rhtml
+1
-1
_mail_handler.rhtml
app/views/settings/_mail_handler.rhtml
+1
-1
_projects.rhtml
app/views/settings/_projects.rhtml
+2
-2
_repositories.rhtml
app/views/settings/_repositories.rhtml
+2
-2
index.rhtml
app/views/users/index.rhtml
+1
-1
show.api.rsb
app/views/users/show.api.rsb
+2
-2
_issue_counts.rhtml
app/views/versions/_issue_counts.rhtml
+3
-3
index.html.erb
app/views/versions/index.html.erb
+2
-2
_watchers.rhtml
app/views/watchers/_watchers.rhtml
+2
-2
index.rhtml
app/views/welcome/index.rhtml
+1
-1
edit.rhtml
app/views/wiki/edit.rhtml
+1
-1
history.rhtml
app/views/wiki/history.rhtml
+1
-1
show.rhtml
app/views/wiki/show.rhtml
+2
-2
_form.html.erb
app/views/workflows/_form.html.erb
+2
-2
copy.rhtml
app/views/workflows/copy.rhtml
+3
-3
edit.rhtml
app/views/workflows/edit.rhtml
+3
-3
index.rhtml
app/views/workflows/index.rhtml
+1
-1
boot.rb
config/boot.rb
+3
-3
environment.rb
config/environment.rb
+9
-9
demo.rb
config/environments/demo.rb
+3
-3
development.rb
config/environments/development.rb
+3
-3
production.rb
config/environments/production.rb
+3
-3
test.rb
config/environments/test.rb
+4
-4
test_pgsql.rb
config/environments/test_pgsql.rb
+3
-3
test_sqlite3.rb
config/environments/test_sqlite3.rb
+3
-3
10-patches.rb
config/initializers/10-patches.rb
+5
-5
20-mime_types.rb
config/initializers/20-mime_types.rb
+3
-3
30-redmine.rb
config/initializers/30-redmine.rb
+3
-3
backtrace_silencers.rb
config/initializers/backtrace_silencers.rb
+3
-3
inflections.rb
config/initializers/inflections.rb
+4
-4
new_rails_defaults.rb
config/initializers/new_rails_defaults.rb
+3
-3
bg.yml
config/locales/bg.yml
+18
-18
bs.yml
config/locales/bs.yml
+19
-19
ca.yml
config/locales/ca.yml
+24
-24
cs.yml
config/locales/cs.yml
+26
-26
da.yml
config/locales/da.yml
+18
-18
de.yml
config/locales/de.yml
+11
-11
el.yml
config/locales/el.yml
+33
-33
en-GB.yml
config/locales/en-GB.yml
+22
-22
en.yml
config/locales/en.yml
+22
-22
es.yml
config/locales/es.yml
+48
-48
eu.yml
config/locales/eu.yml
+22
-22
fa.yml
config/locales/fa.yml
+22
-22
fi.yml
config/locales/fi.yml
+22
-22
fr.yml
config/locales/fr.yml
+23
-23
gl.yml
config/locales/gl.yml
+18
-18
hr.yml
config/locales/hr.yml
+41
-41
hu.yml
config/locales/hu.yml
+15
-15
id.yml
config/locales/id.yml
+36
-36
it.yml
config/locales/it.yml
+22
-22
ja.yml
config/locales/ja.yml
+23
-23
ko.yml
config/locales/ko.yml
+29
-29
lt.yml
config/locales/lt.yml
+11
-11
lv.yml
config/locales/lv.yml
+25
-25
mn.yml
config/locales/mn.yml
+24
-24
nl.yml
config/locales/nl.yml
+13
-13
no.yml
config/locales/no.yml
+16
-16
pl.yml
config/locales/pl.yml
+6
-6
pt.yml
config/locales/pt.yml
+21
-21
ro.yml
config/locales/ro.yml
+29
-29
ru.yml
config/locales/ru.yml
+4
-4
sk.yml
config/locales/sk.yml
+33
-33
sl.yml
config/locales/sl.yml
+25
-25
sr-YU.yml
config/locales/sr-YU.yml
+22
-22
sr.yml
config/locales/sr.yml
+22
-22
sv.yml
config/locales/sv.yml
+30
-30
th.yml
config/locales/th.yml
+24
-24
tr.yml
config/locales/tr.yml
+20
-20
uk.yml
config/locales/uk.yml
+44
-44
vi.yml
config/locales/vi.yml
+16
-16
zh-TW.yml
config/locales/zh-TW.yml
+26
-26
zh.yml
config/locales/zh.yml
+14
-14
preinitializer.rb
config/preinitializer.rb
+3
-3
routes.rb
config/routes.rb
+23
-23
settings.yml
config/settings.yml
+7
-7
001_setup.rb
db/migrate/001_setup.rb
+33
-33
002_issue_move.rb
db/migrate/002_issue_move.rb
+3
-3
003_issue_add_note.rb
db/migrate/003_issue_add_note.rb
+3
-3
004_export_pdf.rb
db/migrate/004_export_pdf.rb
+3
-3
005_issue_start_date.rb
db/migrate/005_issue_start_date.rb
+3
-3
006_calendar_and_activity.rb
db/migrate/006_calendar_and_activity.rb
+3
-3
007_create_journals.rb
db/migrate/007_create_journals.rb
+10
-10
008_create_user_preferences.rb
db/migrate/008_create_user_preferences.rb
+3
-3
009_add_hide_mail_pref.rb
db/migrate/009_add_hide_mail_pref.rb
+3
-3
010_create_comments.rb
db/migrate/010_create_comments.rb
+3
-3
011_add_news_comments_count.rb
db/migrate/011_add_news_comments_count.rb
+3
-3
012_add_comments_permissions.rb
db/migrate/012_add_comments_permissions.rb
+3
-3
013_create_queries.rb
db/migrate/013_create_queries.rb
+3
-3
014_add_queries_permissions.rb
db/migrate/014_add_queries_permissions.rb
+3
-3
015_create_repositories.rb
db/migrate/015_create_repositories.rb
+3
-3
016_add_repositories_permissions.rb
db/migrate/016_add_repositories_permissions.rb
+3
-3
017_create_settings.rb
db/migrate/017_create_settings.rb
+3
-3
018_set_doc_and_files_notifications.rb
db/migrate/018_set_doc_and_files_notifications.rb
+3
-3
019_add_issue_status_position.rb
db/migrate/019_add_issue_status_position.rb
+3
-3
020_add_role_position.rb
db/migrate/020_add_role_position.rb
+3
-3
021_add_tracker_position.rb
db/migrate/021_add_tracker_position.rb
+3
-3
022_serialize_possibles_values.rb
db/migrate/022_serialize_possibles_values.rb
+3
-3
023_add_tracker_is_in_roadmap.rb
db/migrate/023_add_tracker_is_in_roadmap.rb
+3
-3
024_add_roadmap_permission.rb
db/migrate/024_add_roadmap_permission.rb
+3
-3
025_add_search_permission.rb
db/migrate/025_add_search_permission.rb
+3
-3
026_add_repository_login_and_password.rb
db/migrate/026_add_repository_login_and_password.rb
+3
-3
027_create_wikis.rb
db/migrate/027_create_wikis.rb
+4
-4
028_create_wiki_pages.rb
db/migrate/028_create_wiki_pages.rb
+4
-4
029_create_wiki_contents.rb
db/migrate/029_create_wiki_contents.rb
+4
-4
030_add_projects_feeds_permissions.rb
db/migrate/030_add_projects_feeds_permissions.rb
+3
-3
031_add_repository_root_url.rb
db/migrate/031_add_repository_root_url.rb
+3
-3
032_create_time_entries.rb
db/migrate/032_create_time_entries.rb
+3
-3
033_add_timelog_permissions.rb
db/migrate/033_add_timelog_permissions.rb
+3
-3
034_create_changesets.rb
db/migrate/034_create_changesets.rb
+3
-3
035_create_changes.rb
db/migrate/035_create_changes.rb
+3
-3
036_add_changeset_commit_date.rb
db/migrate/036_add_changeset_commit_date.rb
+3
-3
037_add_project_identifier.rb
db/migrate/037_add_project_identifier.rb
+3
-3
038_add_custom_field_is_filter.rb
db/migrate/038_add_custom_field_is_filter.rb
+3
-3
039_create_watchers.rb
db/migrate/039_create_watchers.rb
+3
-3
040_create_changesets_issues.rb
db/migrate/040_create_changesets_issues.rb
+3
-3
041_rename_comment_to_comments.rb
db/migrate/041_rename_comment_to_comments.rb
+3
-3
042_create_issue_relations.rb
db/migrate/042_create_issue_relations.rb
+3
-3
043_add_relations_permissions.rb
db/migrate/043_add_relations_permissions.rb
+3
-3
044_set_language_length_to_five.rb
db/migrate/044_set_language_length_to_five.rb
+3
-3
045_create_boards.rb
db/migrate/045_create_boards.rb
+3
-3
046_create_messages.rb
db/migrate/046_create_messages.rb
+3
-3
047_add_boards_permissions.rb
db/migrate/047_add_boards_permissions.rb
+3
-3
048_allow_null_version_effective_date.rb
db/migrate/048_allow_null_version_effective_date.rb
+3
-3
049_add_wiki_destroy_page_permission.rb
db/migrate/049_add_wiki_destroy_page_permission.rb
+3
-3
050_add_wiki_attachments_permissions.rb
db/migrate/050_add_wiki_attachments_permissions.rb
+3
-3
051_add_project_status.rb
db/migrate/051_add_project_status.rb
+3
-3
052_add_changes_revision.rb
db/migrate/052_add_changes_revision.rb
+3
-3
053_add_changes_branch.rb
db/migrate/053_add_changes_branch.rb
+3
-3
054_add_changesets_scmid.rb
db/migrate/054_add_changesets_scmid.rb
+3
-3
055_add_repositories_type.rb
db/migrate/055_add_repositories_type.rb
+4
-4
056_add_repositories_changes_permission.rb
db/migrate/056_add_repositories_changes_permission.rb
+3
-3
057_add_versions_wiki_page_title.rb
db/migrate/057_add_versions_wiki_page_title.rb
+3
-3
058_add_issue_categories_assigned_to_id.rb
db/migrate/058_add_issue_categories_assigned_to_id.rb
+3
-3
059_add_roles_assignable.rb
db/migrate/059_add_roles_assignable.rb
+3
-3
060_change_changesets_committer_limit.rb
db/migrate/060_change_changesets_committer_limit.rb
+3
-3
061_add_roles_builtin.rb
db/migrate/061_add_roles_builtin.rb
+3
-3
062_insert_builtin_roles.rb
db/migrate/062_insert_builtin_roles.rb
+5
-5
063_add_roles_permissions.rb
db/migrate/063_add_roles_permissions.rb
+3
-3
064_drop_permissions.rb
db/migrate/064_drop_permissions.rb
+3
-3
065_add_settings_updated_on.rb
db/migrate/065_add_settings_updated_on.rb
+3
-3
066_add_custom_value_customized_index.rb
db/migrate/066_add_custom_value_customized_index.rb
+3
-3
067_create_wiki_redirects.rb
db/migrate/067_create_wiki_redirects.rb
+3
-3
068_create_enabled_modules.rb
db/migrate/068_create_enabled_modules.rb
+4
-4
069_add_issues_estimated_hours.rb
db/migrate/069_add_issues_estimated_hours.rb
+3
-3
070_change_attachments_content_type_limit.rb
db/migrate/070_change_attachments_content_type_limit.rb
+3
-3
071_add_queries_column_names.rb
db/migrate/071_add_queries_column_names.rb
+3
-3
072_add_enumerations_position.rb
db/migrate/072_add_enumerations_position.rb
+3
-3
073_add_enumerations_is_default.rb
db/migrate/073_add_enumerations_is_default.rb
+3
-3
074_add_auth_sources_tls.rb
db/migrate/074_add_auth_sources_tls.rb
+3
-3
075_add_members_mail_notification.rb
db/migrate/075_add_members_mail_notification.rb
+3
-3
076_allow_null_position.rb
db/migrate/076_allow_null_position.rb
+3
-3
077_remove_issue_statuses_html_color.rb
db/migrate/077_remove_issue_statuses_html_color.rb
+3
-3
078_add_custom_fields_position.rb
db/migrate/078_add_custom_fields_position.rb
+3
-3
079_add_user_preferences_time_zone.rb
db/migrate/079_add_user_preferences_time_zone.rb
+3
-3
080_add_users_type.rb
db/migrate/080_add_users_type.rb
+3
-3
081_create_projects_trackers.rb
db/migrate/081_create_projects_trackers.rb
+4
-4
082_add_messages_locked.rb
db/migrate/082_add_messages_locked.rb
+3
-3
083_add_messages_sticky.rb
db/migrate/083_add_messages_sticky.rb
+3
-3
084_change_auth_sources_account_limit.rb
db/migrate/084_change_auth_sources_account_limit.rb
+3
-3
085_add_role_tracker_old_status_index_to_workflows.rb
...ate/085_add_role_tracker_old_status_index_to_workflows.rb
+3
-3
086_add_custom_fields_searchable.rb
db/migrate/086_add_custom_fields_searchable.rb
+3
-3
087_change_projects_description_to_text.rb
db/migrate/087_change_projects_description_to_text.rb
+3
-3
088_add_custom_fields_default_value.rb
db/migrate/088_add_custom_fields_default_value.rb
+3
-3
089_add_attachments_description.rb
db/migrate/089_add_attachments_description.rb
+3
-3
090_change_versions_name_limit.rb
db/migrate/090_change_versions_name_limit.rb
+3
-3
091_change_changesets_revision_to_string.rb
db/migrate/091_change_changesets_revision_to_string.rb
+3
-3
092_change_changes_from_revision_to_string.rb
db/migrate/092_change_changes_from_revision_to_string.rb
+3
-3
093_add_wiki_pages_protected.rb
db/migrate/093_add_wiki_pages_protected.rb
+3
-3
094_change_projects_homepage_limit.rb
db/migrate/094_change_projects_homepage_limit.rb
+3
-3
095_add_wiki_pages_parent_id.rb
db/migrate/095_add_wiki_pages_parent_id.rb
+3
-3
096_add_commit_access_permission.rb
db/migrate/096_add_commit_access_permission.rb
+3
-3
097_add_view_wiki_edits_permission.rb
db/migrate/097_add_view_wiki_edits_permission.rb
+3
-3
098_set_topic_authors_as_watchers.rb
db/migrate/098_set_topic_authors_as_watchers.rb
+3
-3
099_add_delete_wiki_pages_attachments_permission.rb
...grate/099_add_delete_wiki_pages_attachments_permission.rb
+3
-3
100_add_changesets_user_id.rb
db/migrate/100_add_changesets_user_id.rb
+3
-3
101_populate_changesets_user_id.rb
db/migrate/101_populate_changesets_user_id.rb
+3
-3
102_add_custom_fields_editable.rb
db/migrate/102_add_custom_fields_editable.rb
+3
-3
103_set_custom_fields_editable.rb
db/migrate/103_set_custom_fields_editable.rb
+3
-3
104_add_projects_lft_and_rgt.rb
db/migrate/104_add_projects_lft_and_rgt.rb
+3
-3
105_build_projects_tree.rb
db/migrate/105_build_projects_tree.rb
+3
-3
106_remove_projects_projects_count.rb
db/migrate/106_remove_projects_projects_count.rb
+3
-3
107_add_open_id_authentication_tables.rb
db/migrate/107_add_open_id_authentication_tables.rb
+3
-3
108_add_identity_url_to_users.rb
db/migrate/108_add_identity_url_to_users.rb
+3
-3
20090214190337_add_watchers_user_id_type_index.rb
db/migrate/20090214190337_add_watchers_user_id_type_index.rb
+3
-3
20090312172426_add_queries_sort_criteria.rb
db/migrate/20090312172426_add_queries_sort_criteria.rb
+3
-3
20090312194159_add_projects_trackers_unique_index.rb
...rate/20090312194159_add_projects_trackers_unique_index.rb
+3
-3
20090318181151_extend_settings_name.rb
db/migrate/20090318181151_extend_settings_name.rb
+3
-3
20090323224724_add_type_to_enumerations.rb
db/migrate/20090323224724_add_type_to_enumerations.rb
+3
-3
20090401221305_update_enumerations_to_sti.rb
db/migrate/20090401221305_update_enumerations_to_sti.rb
+3
-3
20090401231134_add_active_field_to_enumerations.rb
...igrate/20090401231134_add_active_field_to_enumerations.rb
+3
-3
20090403001910_add_project_to_enumerations.rb
db/migrate/20090403001910_add_project_to_enumerations.rb
+3
-3
20090406161854_add_parent_id_to_enumerations.rb
db/migrate/20090406161854_add_parent_id_to_enumerations.rb
+3
-3
20090425161243_add_queries_group_by.rb
db/migrate/20090425161243_add_queries_group_by.rb
+3
-3
20090503121501_create_member_roles.rb
db/migrate/20090503121501_create_member_roles.rb
+3
-3
20090503121505_populate_member_roles.rb
db/migrate/20090503121505_populate_member_roles.rb
+3
-3
20090503121510_drop_members_role_id.rb
db/migrate/20090503121510_drop_members_role_id.rb
+3
-3
20090614091200_fix_messages_sticky_null.rb
db/migrate/20090614091200_fix_messages_sticky_null.rb
+3
-3
20090704172350_populate_users_type.rb
db/migrate/20090704172350_populate_users_type.rb
+3
-3
20090704172355_create_groups_users.rb
db/migrate/20090704172355_create_groups_users.rb
+3
-3
20090704172358_add_member_roles_inherited_from.rb
db/migrate/20090704172358_add_member_roles_inherited_from.rb
+3
-3
20091010093521_fix_users_custom_values.rb
db/migrate/20091010093521_fix_users_custom_values.rb
+3
-3
20091017212227_add_missing_indexes_to_workflows.rb
...igrate/20091017212227_add_missing_indexes_to_workflows.rb
+3
-3
20091017212457_add_missing_indexes_to_custom_fields_projects.rb
...17212457_add_missing_indexes_to_custom_fields_projects.rb
+3
-3
20091017212644_add_missing_indexes_to_messages.rb
db/migrate/20091017212644_add_missing_indexes_to_messages.rb
+3
-3
20091017212938_add_missing_indexes_to_repositories.rb
...ate/20091017212938_add_missing_indexes_to_repositories.rb
+3
-3
20091017213027_add_missing_indexes_to_comments.rb
db/migrate/20091017213027_add_missing_indexes_to_comments.rb
+3
-3
20091017213113_add_missing_indexes_to_enumerations.rb
...ate/20091017213113_add_missing_indexes_to_enumerations.rb
+3
-3
20091017213151_add_missing_indexes_to_wiki_pages.rb
...grate/20091017213151_add_missing_indexes_to_wiki_pages.rb
+3
-3
20091017213228_add_missing_indexes_to_watchers.rb
db/migrate/20091017213228_add_missing_indexes_to_watchers.rb
+3
-3
20091017213257_add_missing_indexes_to_auth_sources.rb
...ate/20091017213257_add_missing_indexes_to_auth_sources.rb
+3
-3
20091017213332_add_missing_indexes_to_documents.rb
...igrate/20091017213332_add_missing_indexes_to_documents.rb
+3
-3
20091017213444_add_missing_indexes_to_tokens.rb
db/migrate/20091017213444_add_missing_indexes_to_tokens.rb
+3
-3
20091017213536_add_missing_indexes_to_changesets.rb
...grate/20091017213536_add_missing_indexes_to_changesets.rb
+3
-3
20091017213642_add_missing_indexes_to_issue_categories.rb
...20091017213642_add_missing_indexes_to_issue_categories.rb
+3
-3
20091017213716_add_missing_indexes_to_member_roles.rb
...ate/20091017213716_add_missing_indexes_to_member_roles.rb
+3
-3
20091017213757_add_missing_indexes_to_boards.rb
db/migrate/20091017213757_add_missing_indexes_to_boards.rb
+3
-3
20091017213835_add_missing_indexes_to_user_preferences.rb
...20091017213835_add_missing_indexes_to_user_preferences.rb
+3
-3
20091017213910_add_missing_indexes_to_issues.rb
db/migrate/20091017213910_add_missing_indexes_to_issues.rb
+3
-3
20091017214015_add_missing_indexes_to_members.rb
db/migrate/20091017214015_add_missing_indexes_to_members.rb
+3
-3
20091017214107_add_missing_indexes_to_custom_fields.rb
...te/20091017214107_add_missing_indexes_to_custom_fields.rb
+3
-3
20091017214136_add_missing_indexes_to_queries.rb
db/migrate/20091017214136_add_missing_indexes_to_queries.rb
+3
-3
20091017214236_add_missing_indexes_to_time_entries.rb
...ate/20091017214236_add_missing_indexes_to_time_entries.rb
+3
-3
20091017214308_add_missing_indexes_to_news.rb
db/migrate/20091017214308_add_missing_indexes_to_news.rb
+3
-3
20091017214336_add_missing_indexes_to_users.rb
db/migrate/20091017214336_add_missing_indexes_to_users.rb
+3
-3
20091017214406_add_missing_indexes_to_attachments.rb
...rate/20091017214406_add_missing_indexes_to_attachments.rb
+3
-3
20091017214440_add_missing_indexes_to_wiki_contents.rb
...te/20091017214440_add_missing_indexes_to_wiki_contents.rb
+3
-3
20091017214519_add_missing_indexes_to_custom_values.rb
...te/20091017214519_add_missing_indexes_to_custom_values.rb
+3
-3
20091017214611_add_missing_indexes_to_journals.rb
db/migrate/20091017214611_add_missing_indexes_to_journals.rb
+3
-3
20091017214644_add_missing_indexes_to_issue_relations.rb
.../20091017214644_add_missing_indexes_to_issue_relations.rb
+3
-3
20091017214720_add_missing_indexes_to_wiki_redirects.rb
...e/20091017214720_add_missing_indexes_to_wiki_redirects.rb
+3
-3
20091017214750_add_missing_indexes_to_custom_fields_trackers.rb
...17214750_add_missing_indexes_to_custom_fields_trackers.rb
+3
-3
20091025163651_add_activity_indexes.rb
db/migrate/20091025163651_add_activity_indexes.rb
+3
-3
20091108092559_add_versions_status.rb
db/migrate/20091108092559_add_versions_status.rb
+3
-3
20091114105931_add_view_issues_permission.rb
db/migrate/20091114105931_add_view_issues_permission.rb
+3
-3
20091123212029_add_default_done_ratio_to_issue_status.rb
.../20091123212029_add_default_done_ratio_to_issue_status.rb
+3
-3
20091205124427_add_versions_sharing.rb
db/migrate/20091205124427_add_versions_sharing.rb
+3
-3
20091220183509_add_lft_and_rgt_indexes_to_projects.rb
...ate/20091220183509_add_lft_and_rgt_indexes_to_projects.rb
+3
-3
20091220183727_add_index_to_settings_name.rb
db/migrate/20091220183727_add_index_to_settings_name.rb
+3
-3
20091220184736_add_indexes_to_issue_status.rb
db/migrate/20091220184736_add_indexes_to_issue_status.rb
+3
-3
20091225164732_remove_enumerations_opt.rb
db/migrate/20091225164732_remove_enumerations_opt.rb
+3
-3
20091227112908_change_wiki_contents_text_limit.rb
db/migrate/20091227112908_change_wiki_contents_text_limit.rb
+3
-3
20100129193402_change_users_mail_notification_to_string.rb
...0100129193402_change_users_mail_notification_to_string.rb
+3
-3
20100129193813_update_mail_notification_values.rb
db/migrate/20100129193813_update_mail_notification_values.rb
+3
-3
20100221100219_add_index_on_changesets_scmid.rb
db/migrate/20100221100219_add_index_on_changesets_scmid.rb
+3
-3
20100313132032_add_issues_nested_sets_columns.rb
db/migrate/20100313132032_add_issues_nested_sets_columns.rb
+4
-4
20100313171051_add_index_on_issues_nested_set.rb
db/migrate/20100313171051_add_index_on_issues_nested_set.rb
+3
-3
20100705164950_change_changes_path_length_limit.rb
...igrate/20100705164950_change_changes_path_length_limit.rb
+4
-4
20100714111651_generalize_journals.rb
db/migrate/20100714111651_generalize_journals.rb
+3
-3
20100804112053_merge_wiki_versions_with_journals.rb
...grate/20100804112053_merge_wiki_versions_with_journals.rb
+3
-3
20100819172912_enable_calendar_and_gantt_modules_where_appropriate.rb
...12_enable_calendar_and_gantt_modules_where_appropriate.rb
+3
-3
20101104182107_add_unique_index_on_members.rb
db/migrate/20101104182107_add_unique_index_on_members.rb
+4
-4
20101107130441_add_custom_fields_visible.rb
db/migrate/20101107130441_add_custom_fields_visible.rb
+3
-3
20101114115114_change_projects_name_limit.rb
db/migrate/20101114115114_change_projects_name_limit.rb
+3
-3
20101114115359_change_projects_identifier_limit.rb
...igrate/20101114115359_change_projects_identifier_limit.rb
+3
-3
20110220160626_add_workflows_assignee_and_author.rb
...grate/20110220160626_add_workflows_assignee_and_author.rb
+3
-3
20110223180944_add_users_salt.rb
db/migrate/20110223180944_add_users_salt.rb
+3
-3
20110223180953_salt_user_passwords.rb
db/migrate/20110223180953_salt_user_passwords.rb
+4
-4
20110224000000_add_repositories_path_encoding.rb
db/migrate/20110224000000_add_repositories_path_encoding.rb
+3
-3
20110226120112_change_repositories_password_limit.rb
...rate/20110226120112_change_repositories_password_limit.rb
+3
-3
20110226120132_change_auth_sources_account_password_limit.rb
...10226120132_change_auth_sources_account_password_limit.rb
+3
-3
20110227125750_change_journal_details_values_to_text.rb
...e/20110227125750_change_journal_details_values_to_text.rb
+3
-3
20110228000000_add_repositories_log_encoding.rb
db/migrate/20110228000000_add_repositories_log_encoding.rb
+3
-3
20110228000100_copy_repositories_log_encoding.rb
db/migrate/20110228000100_copy_repositories_log_encoding.rb
+4
-4
20110314014400_add_start_date_to_versions.rb
db/migrate/20110314014400_add_start_date_to_versions.rb
+3
-3
20110401192910_add_index_to_users_type.rb
db/migrate/20110401192910_add_index_to_users_type.rb
+3
-3
20110519194936_remove_comments_from_wiki_content.rb
...grate/20110519194936_remove_comments_from_wiki_content.rb
+3
-3
seeds.rb
db/seeds.rb
+4
-4
rdm-mailhandler.rb
extra/mail_handler/rdm-mailhandler.rb
+22
-22
example_controller.rb
extra/sample_plugin/app/controllers/example_controller.rb
+8
-8
meeting.rb
extra/sample_plugin/app/models/meeting.rb
+3
-3
001_create_meetings.rb
extra/sample_plugin/db/migrate/001_create_meetings.rb
+3
-3
init.rb
extra/sample_plugin/init.rb
+4
-4
reposman.rb
extra/svn/reposman.rb
+3
-3
ar_condition.rb
lib/ar_condition.rb
+5
-5
chili_project.rb
lib/chili_project.rb
+3
-3
database.rb
lib/chili_project/database.rb
+4
-4
chiliproject_plugin_generator.rb
...tors/chiliproject_plugin/chiliproject_plugin_generator.rb
+6
-6
chiliproject_plugin_controller_generator.rb
...in_controller/chiliproject_plugin_controller_generator.rb
+6
-6
chiliproject_plugin_model_generator.rb
...oject_plugin_model/chiliproject_plugin_model_generator.rb
+7
-7
redmine.rb
lib/redmine.rb
+9
-9
about.rb
lib/redmine/about.rb
+3
-3
access_control.rb
lib/redmine/access_control.rb
+22
-22
access_keys.rb
lib/redmine/access_keys.rb
+4
-4
activity.rb
lib/redmine/activity.rb
+8
-8
fetcher.rb
lib/redmine/activity/fetcher.rb
+17
-17
ciphering.rb
lib/redmine/ciphering.rb
+12
-12
configuration.rb
lib/redmine/configuration.rb
+17
-17
core_ext.rb
lib/redmine/core_ext.rb
+3
-3
string.rb
lib/redmine/core_ext/string.rb
+3
-3
conversions.rb
lib/redmine/core_ext/string/conversions.rb
+4
-4
inflections.rb
lib/redmine/core_ext/string/inflections.rb
+3
-3
custom_field_format.rb
lib/redmine/custom_field_format.rb
+6
-6
loader.rb
lib/redmine/default_data/loader.rb
+27
-27
pdf.rb
lib/redmine/export/pdf.rb
+46
-46
calendar.rb
lib/redmine/helpers/calendar.rb
+12
-12
diff.rb
lib/redmine/helpers/diff.rb
+7
-7
gantt.rb
lib/redmine/helpers/gantt.rb
+99
-99
hook.rb
lib/redmine/hook.rb
+18
-18
i18n.rb
lib/redmine/i18n.rb
+12
-12
imap.rb
lib/redmine/imap.rb
+7
-7
info.rb
lib/redmine/info.rb
+3
-3
menu_manager.rb
lib/redmine/menu_manager.rb
+4
-4
mapper.rb
lib/redmine/menu_manager/mapper.rb
+7
-7
menu_controller.rb
lib/redmine/menu_manager/menu_controller.rb
+8
-8
menu_error.rb
lib/redmine/menu_manager/menu_error.rb
+3
-3
menu_helper.rb
lib/redmine/menu_manager/menu_helper.rb
+7
-7
menu_item.rb
lib/redmine/menu_manager/menu_item.rb
+7
-7
tree_node.rb
lib/redmine/menu_manager/tree_node.rb
+3
-3
mime_type.rb
lib/redmine/mime_type.rb
+9
-9
notifiable.rb
lib/redmine/notifiable.rb
+4
-4
platform.rb
lib/redmine/platform.rb
+3
-3
plugin.rb
lib/redmine/plugin.rb
+37
-37
pop3.rb
lib/redmine/pop3.rb
+4
-4
safe_attributes.rb
lib/redmine/safe_attributes.rb
+7
-7
abstract_adapter.rb
lib/redmine/scm/adapters/abstract_adapter.rb
+28
-28
bazaar_adapter.rb
lib/redmine/scm/adapters/bazaar_adapter.rb
+7
-7
cvs_adapter.rb
lib/redmine/scm/adapters/cvs_adapter.rb
+32
-32
darcs_adapter.rb
lib/redmine/scm/adapters/darcs_adapter.rb
+3
-3
filesystem_adapter.rb
lib/redmine/scm/adapters/filesystem_adapter.rb
+8
-8
git_adapter.rb
lib/redmine/scm/adapters/git_adapter.rb
+7
-7
mercurial_adapter.rb
lib/redmine/scm/adapters/mercurial_adapter.rb
+4
-4
subversion_adapter.rb
lib/redmine/scm/adapters/subversion_adapter.rb
+9
-9
base.rb
lib/redmine/scm/base.rb
+3
-3
search.rb
lib/redmine/search.rb
+8
-8
syntax_highlighting.rb
lib/redmine/syntax_highlighting.rb
+9
-9
themes.rb
lib/redmine/themes.rb
+23
-23
unified_diff.rb
lib/redmine/unified_diff.rb
+17
-17
utils.rb
lib/redmine/utils.rb
+4
-4
version.rb
lib/redmine/version.rb
+7
-7
api_template_handler.rb
lib/redmine/views/api_template_handler.rb
+4
-4
builders.rb
lib/redmine/views/builders.rb
+3
-3
json.rb
lib/redmine/views/builders/json.rb
+3
-3
structure.rb
lib/redmine/views/builders/structure.rb
+7
-7
xml.rb
lib/redmine/views/builders/xml.rb
+6
-6
block.rb
lib/redmine/views/my_page/block.rb
+3
-3
other_formats_builder.rb
lib/redmine/views/other_formats_builder.rb
+4
-4
wiki_formatting.rb
lib/redmine/wiki_formatting.rb
+17
-17
macros.rb
lib/redmine/wiki_formatting/macros.rb
+14
-14
formatter.rb
lib/redmine/wiki_formatting/textile/formatter.rb
+15
-15
helper.rb
lib/redmine/wiki_formatting/textile/helper.rb
+6
-6
tabular_form_builder.rb
lib/tabular_form_builder.rb
+12
-12
ci.rake
lib/tasks/ci.rake
+4
-4
ciphering.rake
lib/tasks/ciphering.rake
+5
-5
copyright.rake
lib/tasks/copyright.rake
+3
-3
deprecated.rake
lib/tasks/deprecated.rake
+4
-4
documentation.rake
lib/tasks/documentation.rake
+3
-3
email.rake
lib/tasks/email.rake
+19
-19
extract_fixtures.rake
lib/tasks/extract_fixtures.rake
+7
-7
fetch_changesets.rake
lib/tasks/fetch_changesets.rake
+3
-3
initializers.rake
lib/tasks/initializers.rake
+4
-4
jdbc.rake
lib/tasks/jdbc.rake
+3
-3
load_default_data.rake
lib/tasks/load_default_data.rake
+5
-5
locales.rake
lib/tasks/locales.rake
+13
-13
metrics.rake
lib/tasks/metrics.rake
+3
-3
migrate_from_mantis.rake
lib/tasks/migrate_from_mantis.rake
+85
-85
migrate_from_trac.rake
lib/tasks/migrate_from_trac.rake
+5
-5
migrate_plugins.rake
lib/tasks/migrate_plugins.rake
+3
-3
permissions.rake
lib/tasks/permissions.rake
+3
-3
plugins.rake
lib/tasks/plugins.rake
+3
-3
reminder.rake
lib/tasks/reminder.rake
+4
-4
testing.rake
lib/tasks/testing.rake
+12
-12
watchers.rake
lib/tasks/watchers.rake
+3
-3
yardoc.rake
lib/tasks/yardoc.rake
+3
-3
attachment_exemplar.rb
test/exemplars/attachment_exemplar.rb
+3
-3
auth_source_exemplar.rb
test/exemplars/auth_source_exemplar.rb
+3
-3
board_exemplar.rb
test/exemplars/board_exemplar.rb
+3
-3
change_exemplar.rb
test/exemplars/change_exemplar.rb
+3
-3
changeset_exemplar.rb
test/exemplars/changeset_exemplar.rb
+3
-3
comment_exemplar.rb
test/exemplars/comment_exemplar.rb
+3
-3
custom_field_exemplar.rb
test/exemplars/custom_field_exemplar.rb
+3
-3
custom_value_exemplar.rb
test/exemplars/custom_value_exemplar.rb
+3
-3
document_category_exemplar.rb
test/exemplars/document_category_exemplar.rb
+3
-3
document_exemplar.rb
test/exemplars/document_exemplar.rb
+3
-3
enabled_module_exemplar.rb
test/exemplars/enabled_module_exemplar.rb
+3
-3
enumeration_exemplar.rb
test/exemplars/enumeration_exemplar.rb
+3
-3
group_exemplar.rb
test/exemplars/group_exemplar.rb
+3
-3
issue_category_exemplar.rb
test/exemplars/issue_category_exemplar.rb
+4
-4
issue_exemplar.rb
test/exemplars/issue_exemplar.rb
+4
-4
issue_priority_exemplar.rb
test/exemplars/issue_priority_exemplar.rb
+3
-3
issue_status_exemplar.rb
test/exemplars/issue_status_exemplar.rb
+3
-3
journal_exemplar.rb
test/exemplars/journal_exemplar.rb
+3
-3
member_exemplar.rb
test/exemplars/member_exemplar.rb
+3
-3
member_role_exemplar.rb
test/exemplars/member_role_exemplar.rb
+3
-3
message_exemplar.rb
test/exemplars/message_exemplar.rb
+3
-3
news_exemplar.rb
test/exemplars/news_exemplar.rb
+3
-3
project_exemplar.rb
test/exemplars/project_exemplar.rb
+4
-4
query_exemplar.rb
test/exemplars/query_exemplar.rb
+3
-3
repository_exemplar.rb
test/exemplars/repository_exemplar.rb
+3
-3
role_exemplar.rb
test/exemplars/role_exemplar.rb
+3
-3
subversion_repository_exemplar.rb
test/exemplars/subversion_repository_exemplar.rb
+3
-3
time_entry_activity.rb
test/exemplars/time_entry_activity.rb
+3
-3
time_entry_exemplar.rb
test/exemplars/time_entry_exemplar.rb
+4
-4
tracker_exemplar.rb
test/exemplars/tracker_exemplar.rb
+3
-3
user_exemplar.rb
test/exemplars/user_exemplar.rb
+5
-5
version_exemplar.rb
test/exemplars/version_exemplar.rb
+4
-4
watcher_exemplar.rb
test/exemplars/watcher_exemplar.rb
+3
-3
wiki_content_exemplar.rb
test/exemplars/wiki_content_exemplar.rb
+3
-3
wiki_exemplar.rb
test/exemplars/wiki_exemplar.rb
+3
-3
wiki_page_exemplar.rb
test/exemplars/wiki_page_exemplar.rb
+3
-3
wiki_redirect_exemplar.rb
test/exemplars/wiki_redirect_exemplar.rb
+3
-3
attachments.yml
test/fixtures/attachments.yml
+13
-13
auth_sources.yml
test/fixtures/auth_sources.yml
+2
-2
boards.yml
test/fixtures/boards.yml
+6
-6
changes.yml
test/fixtures/changes.yml
+5
-5
changesets.yml
test/fixtures/changesets.yml
+12
-12
comments.yml
test/fixtures/comments.yml
+3
-3
default.yml
test/fixtures/configuration/default.yml
+1
-1
no_default.yml
test/fixtures/configuration/no_default.yml
+1
-1
overrides.yml
test/fixtures/configuration/overrides.yml
+1
-1
custom_fields.yml
test/fixtures/custom_fields.yml
+12
-12
custom_fields_projects.yml
test/fixtures/custom_fields_projects.yml
+2
-2
custom_fields_trackers.yml
test/fixtures/custom_fields_trackers.yml
+7
-7
custom_values.yml
test/fixtures/custom_values.yml
+18
-18
documents.yml
test/fixtures/documents.yml
+2
-2
enabled_modules.yml
test/fixtures/enabled_modules.yml
+30
-30
enumerations.yml
test/fixtures/enumerations.yml
+13
-13
060719210727_source.rb
test/fixtures/files/060719210727_source.rb
+4
-4
groups_users.yml
test/fixtures/groups_users.yml
+4
-4
issue_categories.yml
test/fixtures/issue_categories.yml
+9
-9
issue_relations.yml
test/fixtures/issue_relations.yml
+1
-1
issue_statuses.yml
test/fixtures/issue_statuses.yml
+7
-7
issues.yml
test/fixtures/issues.yml
+48
-48
issue_update_with_multiple_quoted_reply_above.eml
...handler/issue_update_with_multiple_quoted_reply_above.eml
+13
-13
issue_update_with_quoted_reply_above.eml
...res/mail_handler/issue_update_with_quoted_reply_above.eml
+13
-13
ticket_on_given_project.eml
test/fixtures/mail_handler/ticket_on_given_project.eml
+15
-15
ticket_with_attributes.eml
test/fixtures/mail_handler/ticket_with_attributes.eml
+15
-15
ticket_with_cc.eml
test/fixtures/mail_handler/ticket_with_cc.eml
+15
-15
ticket_with_custom_fields.eml
test/fixtures/mail_handler/ticket_with_custom_fields.eml
+15
-15
ticket_with_invalid_attributes.eml
.../fixtures/mail_handler/ticket_with_invalid_attributes.eml
+16
-16
ticket_with_localized_attributes.eml
...ixtures/mail_handler/ticket_with_localized_attributes.eml
+15
-15
ticket_with_long_subject.eml
test/fixtures/mail_handler/ticket_with_long_subject.eml
+15
-15
ticket_with_spaces_between_attribute_and_separator.eml
...er/ticket_with_spaces_between_attribute_and_separator.eml
+15
-15
ticket_without_from_header.eml
test/fixtures/mail_handler/ticket_without_from_header.eml
+15
-15
member_roles.yml
test/fixtures/member_roles.yml
+12
-12
members.yml
test/fixtures/members.yml
+10
-10
messages.yml
test/fixtures/messages.yml
+17
-17
news.yml
test/fixtures/news.yml
+5
-5
projects.yml
test/fixtures/projects.yml
+10
-10
projects_trackers.yml
test/fixtures/projects_trackers.yml
+16
-16
queries.yml
test/fixtures/queries.yml
+60
-60
repositories.yml
test/fixtures/repositories.yml
+3
-3
roles.yml
test/fixtures/roles.yml
+11
-11
time_entries.yml
test/fixtures/time_entries.yml
+7
-7
tokens.yml
test/fixtures/tokens.yml
+3
-3
trackers.yml
test/fixtures/trackers.yml
+4
-4
user_preferences.yml
test/fixtures/user_preferences.yml
+14
-14
users.yml
test/fixtures/users.yml
+29
-29
versions.yml
test/fixtures/versions.yml
+12
-12
watchers.yml
test/fixtures/watchers.yml
+5
-5
wiki_contents.yml
test/fixtures/wiki_contents.yml
+7
-7
wiki_pages.yml
test/fixtures/wiki_pages.yml
+16
-16
wikis.yml
test/fixtures/wikis.yml
+4
-4
workflows.yml
test/fixtures/workflows.yml
+270
-270
account_controller_test.rb
test/functional/account_controller_test.rb
+19
-19
activities_controller_test.rb
test/functional/activities_controller_test.rb
+16
-16
admin_controller_test.rb
test/functional/admin_controller_test.rb
+20
-20
application_controller_test.rb
test/functional/application_controller_test.rb
+12
-12
attachments_controller_test.rb
test/functional/attachments_controller_test.rb
+23
-23
auth_sources_controller_test.rb
test/functional/auth_sources_controller_test.rb
+6
-6
auto_completes_controller_test.rb
test/functional/auto_completes_controller_test.rb
+6
-6
boards_controller_test.rb
test/functional/boards_controller_test.rb
+15
-15
calendars_controller_test.rb
test/functional/calendars_controller_test.rb
+9
-9
comments_controller_test.rb
test/functional/comments_controller_test.rb
+8
-8
context_menus_controller_test.rb
test/functional/context_menus_controller_test.rb
+7
-7
custom_fields_controller_test.rb
test/functional/custom_fields_controller_test.rb
+8
-8
documents_controller_test.rb
test/functional/documents_controller_test.rb
+14
-14
enumerations_controller_test.rb
test/functional/enumerations_controller_test.rb
+7
-7
files_controller_test.rb
test/functional/files_controller_test.rb
+10
-10
gantts_controller_test.rb
test/functional/gantts_controller_test.rb
+10
-10
groups_controller_test.rb
test/functional/groups_controller_test.rb
+17
-17
help_controller_test.rb
test/functional/help_controller_test.rb
+3
-3
issue_categories_controller_test.rb
test/functional/issue_categories_controller_test.rb
+12
-12
issue_moves_controller_test.rb
test/functional/issue_moves_controller_test.rb
+9
-9
issue_relations_controller_test.rb
test/functional/issue_relations_controller_test.rb
+18
-18
issue_statuses_controller_test.rb
test/functional/issue_statuses_controller_test.rb
+14
-14
issues_controller_test.rb
test/functional/issues_controller_test.rb
+171
-171
issues_controller_transaction_test.rb
test/functional/issues_controller_transaction_test.rb
+6
-6
journals_controller_test.rb
test/functional/journals_controller_test.rb
+8
-8
ldap_auth_sources_controller.rb
test/functional/ldap_auth_sources_controller.rb
+3
-3
mail_handler_controller_test.rb
test/functional/mail_handler_controller_test.rb
+9
-9
members_controller_test.rb
test/functional/members_controller_test.rb
+13
-13
messages_controller_test.rb
test/functional/messages_controller_test.rb
+19
-19
my_controller_test.rb
test/functional/my_controller_test.rb
+21
-21
news_controller_test.rb
test/functional/news_controller_test.rb
+14
-14
previews_controller_test.rb
test/functional/previews_controller_test.rb
+5
-5
project_enumerations_controller_test.rb
test/functional/project_enumerations_controller_test.rb
+9
-9
projects_controller_test.rb
test/functional/projects_controller_test.rb
+58
-58
queries_controller_test.rb
test/functional/queries_controller_test.rb
+34
-34
reports_controller_test.rb
test/functional/reports_controller_test.rb
+7
-7
repositories_bazaar_controller_test.rb
test/functional/repositories_bazaar_controller_test.rb
+10
-10
repositories_controller_test.rb
test/functional/repositories_controller_test.rb
+4
-4
repositories_cvs_controller_test.rb
test/functional/repositories_cvs_controller_test.rb
+3
-3
repositories_darcs_controller_test.rb
test/functional/repositories_darcs_controller_test.rb
+4
-4
repositories_filesystem_controller_test.rb
test/functional/repositories_filesystem_controller_test.rb
+3
-3
repositories_git_controller_test.rb
test/functional/repositories_git_controller_test.rb
+4
-4
repositories_mercurial_controller_test.rb
test/functional/repositories_mercurial_controller_test.rb
+9
-9
repositories_subversion_controller_test.rb
test/functional/repositories_subversion_controller_test.rb
+27
-27
roles_controller_test.rb
test/functional/roles_controller_test.rb
+24
-24
search_controller_test.rb
test/functional/search_controller_test.rb
+18
-18
settings_controller_test.rb
test/functional/settings_controller_test.rb
+7
-7
sys_controller_test.rb
test/functional/sys_controller_test.rb
+14
-14
time_entry_reports_controller_test.rb
test/functional/time_entry_reports_controller_test.rb
+15
-15
timelog_controller_test.rb
test/functional/timelog_controller_test.rb
+22
-22
trackers_controller_test.rb
test/functional/trackers_controller_test.rb
+14
-14
users_controller_test.rb
test/functional/users_controller_test.rb
+37
-37
versions_controller_test.rb
test/functional/versions_controller_test.rb
+19
-19
watchers_controller_test.rb
test/functional/watchers_controller_test.rb
+9
-9
welcome_controller_test.rb
test/functional/welcome_controller_test.rb
+13
-13
wiki_controller_test.rb
test/functional/wiki_controller_test.rb
+48
-48
wikis_controller_test.rb
test/functional/wikis_controller_test.rb
+8
-8
workflows_controller_test.rb
test/functional/workflows_controller_test.rb
+29
-29
helper_testcase.rb
test/helper_testcase.rb
+4
-4
account_test.rb
test/integration/account_test.rb
+46
-46
admin_test.rb
test/integration/admin_test.rb
+6
-6
disabled_rest_api_test.rb
test/integration/api_test/disabled_rest_api_test.rb
+11
-11
http_basic_login_test.rb
test/integration/api_test/http_basic_login_test.rb
+4
-4
http_basic_login_with_api_token_test.rb
...egration/api_test/http_basic_login_with_api_token_test.rb
+4
-4
issues_test.rb
test/integration/api_test/issues_test.rb
+43
-43
news_test.rb
test/integration/api_test/news_test.rb
+12
-12
projects_test.rb
test/integration/api_test/projects_test.rb
+41
-41
time_entries_test.rb
test/integration/api_test/time_entries_test.rb
+14
-14
token_authentication_test.rb
test/integration/api_test/token_authentication_test.rb
+4
-4
users_test.rb
test/integration/api_test/users_test.rb
+40
-40
application_test.rb
test/integration/application_test.rb
+10
-10
issues_test.rb
test/integration/issues_test.rb
+30
-30
layout_test.rb
test/integration/layout_test.rb
+6
-6
menu_manager_test.rb
test/integration/lib/redmine/menu_manager_test.rb
+10
-10
themes_test.rb
test/integration/lib/redmine/themes_test.rb
+15
-15
projects_test.rb
test/integration/projects_test.rb
+7
-7
routing_test.rb
test/integration/routing_test.rb
+15
-15
open_id_authentication_mock.rb
test/mocks/open_id_authentication_mock.rb
+6
-6
object_daddy_helpers.rb
test/object_daddy_helpers.rb
+3
-3
test_helper.rb
test/test_helper.rb
+24
-24
activity_test.rb
test/unit/activity_test.rb
+16
-16
attachment_test.rb
test/unit/attachment_test.rb
+7
-7
auth_source_ldap_test.rb
test/unit/auth_source_ldap_test.rb
+7
-7
board_test.rb
test/unit/board_test.rb
+5
-5
changeset_test.rb
test/unit/changeset_test.rb
+20
-20
comment_test.rb
test/unit/comment_test.rb
+7
-7
custom_field_test.rb
test/unit/custom_field_test.rb
+8
-8
custom_field_user_format_test.rb
test/unit/custom_field_user_format_test.rb
+12
-12
custom_value_test.rb
test/unit/custom_value_test.rb
+10
-10
default_data_test.rb
test/unit/default_data_test.rb
+5
-5
document_category_test.rb
test/unit/document_category_test.rb
+4
-4
document_test.rb
test/unit/document_test.rb
+7
-7
enabled_module_test.rb
test/unit/enabled_module_test.rb
+5
-5
enumeration_test.rb
test/unit/enumeration_test.rb
+12
-12
group_test.rb
test/unit/group_test.rb
+11
-11
application_helper_test.rb
test/unit/helpers/application_helper_test.rb
+55
-55
custom_fields_helper_test.rb
test/unit/helpers/custom_fields_helper_test.rb
+8
-8
issue_moves_helper_test.rb
test/unit/helpers/issue_moves_helper_test.rb
+3
-3
issues_helper_test.rb
test/unit/helpers/issues_helper_test.rb
+4
-4
projects_helper_test.rb
test/unit/helpers/projects_helper_test.rb
+7
-7
repository_helper_test.rb
test/unit/helpers/repository_helper_test.rb
+3
-3
search_helper_test.rb
test/unit/helpers/search_helper_test.rb
+7
-7
sort_helper_test.rb
test/unit/helpers/sort_helper_test.rb
+15
-15
timelog_helper_test.rb
test/unit/helpers/timelog_helper_test.rb
+7
-7
watchers_helpers_test.rb
test/unit/helpers/watchers_helpers_test.rb
+3
-3
issue_category_test.rb
test/unit/issue_category_test.rb
+5
-5
issue_nested_set_test.rb
test/unit/issue_nested_set_test.rb
+51
-51
issue_priority_test.rb
test/unit/issue_priority_test.rb
+4
-4
issue_relation_test.rb
test/unit/issue_relation_test.rb
+13
-13
issue_status_test.rb
test/unit/issue_status_test.rb
+17
-17
issue_test.rb
test/unit/issue_test.rb
+101
-101
journal_observer_test.rb
test/unit/journal_observer_test.rb
+6
-6
journal_test.rb
test/unit/journal_test.rb
+6
-6
database_test.rb
test/unit/lib/chili_project/database_test.rb
+3
-3
access_control_test.rb
test/unit/lib/redmine/access_control_test.rb
+7
-7
ciphering_test.rb
test/unit/lib/redmine/ciphering_test.rb
+12
-12
configuration_test.rb
test/unit/lib/redmine/configuration_test.rb
+9
-9
calendar_test.rb
test/unit/lib/redmine/helpers/calendar_test.rb
+10
-10
gantt_test.rb
test/unit/lib/redmine/helpers/gantt_test.rb
+27
-27
hook_test.rb
test/unit/lib/redmine/hook_test.rb
+28
-28
i18n_test.rb
test/unit/lib/redmine/i18n_test.rb
+21
-21
mapper_test.rb
test/unit/lib/redmine/menu_manager/mapper_test.rb
+10
-10
menu_helper_test.rb
test/unit/lib/redmine/menu_manager/menu_helper_test.rb
+13
-13
menu_item_test.rb
test/unit/lib/redmine/menu_manager/menu_item_test.rb
+4
-4
menu_manager_test.rb
test/unit/lib/redmine/menu_manager_test.rb
+3
-3
mime_type_test.rb
test/unit/lib/redmine/mime_type_test.rb
+7
-7
notifiable_test.rb
test/unit/lib/redmine/notifiable_test.rb
+3
-3
plugin_test.rb
test/unit/lib/redmine/plugin_test.rb
+14
-14
safe_attributes_test.rb
test/unit/lib/redmine/safe_attributes_test.rb
+10
-10
bazaar_adapter_test.rb
test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb
+5
-5
cvs_adapter_test.rb
test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb
+6
-6
darcs_adapter_test.rb
test/unit/lib/redmine/scm/adapters/darcs_adapter_test.rb
+5
-5
filesystem_adapter_test.rb
.../unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb
+5
-5
git_adapter_test.rb
test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
+5
-5
mercurial_adapter_test.rb
test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
+4
-4
subversion_adapter_test.rb
.../unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
+4
-4
themes_test.rb
test/unit/lib/redmine/themes_test.rb
+14
-14
unified_diff_test.rb
test/unit/lib/redmine/unified_diff_test.rb
+24
-24
json_test.rb
test/unit/lib/redmine/views/builders/json_test.rb
+9
-9
xml_test.rb
test/unit/lib/redmine/views/builders/xml_test.rb
+7
-7
wiki_formatting.rb
test/unit/lib/redmine/wiki_formatting.rb
+6
-6
macros_test.rb
test/unit/lib/redmine/wiki_formatting/macros_test.rb
+15
-15
textile_formatter_test.rb
...nit/lib/redmine/wiki_formatting/textile_formatter_test.rb
+18
-18
redmine_test.rb
test/unit/lib/redmine_test.rb
+3
-3
mail_handler_test.rb
test/unit/mail_handler_test.rb
+30
-30
mailer_test.rb
test/unit/mailer_test.rb
+50
-50
member_test.rb
test/unit/member_test.rb
+17
-17
message_test.rb
test/unit/message_test.rb
+19
-19
news_test.rb
test/unit/news_test.rb
+10
-10
principal_test.rb
test/unit/principal_test.rb
+5
-5
project_nested_set_test.rb
test/unit/project_nested_set_test.rb
+12
-12
project_test.rb
test/unit/project_test.rb
+86
-86
query_test.rb
test/unit/query_test.rb
+56
-56
repository_bazaar_test.rb
test/unit/repository_bazaar_test.rb
+9
-9
repository_cvs_test.rb
test/unit/repository_cvs_test.rb
+11
-11
repository_darcs_test.rb
test/unit/repository_darcs_test.rb
+5
-5
repository_filesystem_test.rb
test/unit/repository_filesystem_test.rb
+4
-4
repository_git_test.rb
test/unit/repository_git_test.rb
+4
-4
repository_mercurial_test.rb
test/unit/repository_mercurial_test.rb
+7
-7
repository_subversion_test.rb
test/unit/repository_subversion_test.rb
+10
-10
repository_test.rb
test/unit/repository_test.rb
+23
-23
role_test.rb
test/unit/role_test.rb
+4
-4
search_test.rb
test/unit/search_test.rb
+22
-22
setting_test.rb
test/unit/setting_test.rb
+8
-8
testing_test.rb
test/unit/testing_test.rb
+3
-3
time_entry_activity_test.rb
test/unit/time_entry_activity_test.rb
+5
-5
time_entry_test.rb
test/unit/time_entry_test.rb
+14
-14
token_test.rb
test/unit/token_test.rb
+4
-4
tracker_test.rb
test/unit/tracker_test.rb
+7
-7
user_preference_test.rb
test/unit/user_preference_test.rb
+6
-6
user_test.rb
test/unit/user_test.rb
+70
-70
version_test.rb
test/unit/version_test.rb
+26
-26
watcher_test.rb
test/unit/watcher_test.rb
+18
-18
wiki_content_test.rb
test/unit/wiki_content_test.rb
+14
-14
wiki_page_test.rb
test/unit/wiki_page_test.rb
+19
-19
wiki_redirect_test.rb
test/unit/wiki_redirect_test.rb
+11
-11
wiki_test.rb
test/unit/wiki_test.rb
+13
-13
No files found.
app/controllers/account_controller.rb
View file @
07185fb1
#-- copyright
# ChiliProject is a project management system.
#
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
AccountController
<
ApplicationController
include
CustomFieldsHelper
include
CustomFieldsHelper
# prevents login action to be filtered by check_if_login_required application scope filter
skip_before_filter
:check_if_login_required
...
...
@@ -31,7 +31,7 @@ class AccountController < ApplicationController
logout_user
redirect_to
home_url
end
# Enable user to choose a new password
def
lost_password
redirect_to
(
home_url
)
&&
return
unless
Setting
.
lost_password?
...
...
@@ -46,7 +46,7 @@ class AccountController < ApplicationController
flash
[
:notice
]
=
l
(
:notice_account_password_updated
)
redirect_to
:action
=>
'login'
return
end
end
end
render
:template
=>
"account/password_recovery"
return
...
...
@@ -68,7 +68,7 @@ class AccountController < ApplicationController
end
end
end
# User self-registration
def
register
redirect_to
(
home_url
)
&&
return
unless
Setting
.
self_registration?
||
session
[
:auth_source_registration
]
...
...
@@ -104,7 +104,7 @@ class AccountController < ApplicationController
end
end
end
# Token based account activation
def
activate
redirect_to
(
home_url
)
&&
return
unless
Setting
.
self_registration?
&&
params
[
:token
]
...
...
@@ -119,9 +119,9 @@ class AccountController < ApplicationController
end
redirect_to
:action
=>
'login'
end
private
def
logout_user
if
User
.
current
.
logged?
cookies
.
delete
Redmine
::
Configuration
[
'autologin_cookie_name'
]
...
...
@@ -129,7 +129,7 @@ class AccountController < ApplicationController
self
.
logged_user
=
nil
end
end
def
authenticate_user
if
Setting
.
openid?
&&
using_open_id?
open_id_authenticate
(
params
[
:openid_url
])
...
...
@@ -151,7 +151,7 @@ class AccountController < ApplicationController
end
end
def
open_id_authenticate
(
openid_url
)
authenticate_with_open_id
(
openid_url
,
:required
=>
[
:nickname
,
:fullname
,
:email
],
:return_to
=>
signin_url
)
do
|
result
,
identity_url
,
registration
|
if
result
.
successful?
...
...
@@ -180,7 +180,7 @@ class AccountController < ApplicationController
register_manually_by_administrator
(
user
)
do
onthefly_creation_failed
(
user
)
end
end
end
else
# Existing record
if
user
.
active?
...
...
@@ -192,7 +192,7 @@ class AccountController < ApplicationController
end
end
end
def
successful_authentication
(
user
)
# Valid user
self
.
logged_user
=
user
...
...
@@ -203,7 +203,7 @@ class AccountController < ApplicationController
call_hook
(
:controller_account_success_authentication_after
,
{
:user
=>
user
})
redirect_back_or_default
:controller
=>
'my'
,
:action
=>
'page'
end
def
set_autologin_cookie
(
user
)
token
=
Token
.
create
(
:user
=>
user
,
:action
=>
'autologin'
)
cookie_options
=
{
...
...
@@ -241,7 +241,7 @@ class AccountController < ApplicationController
yield
if
block_given?
end
end
# Automatically register a user
#
# Pass a block for behavior when a user fails to save
...
...
@@ -257,7 +257,7 @@ class AccountController < ApplicationController
yield
if
block_given?
end
end
# Manual activation by the administrator
#
# Pass a block for behavior when a user fails to save
...
...
app/controllers/activities_controller.rb
View file @
07185fb1
#-- copyright
# ChiliProject is a project management system.
#
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
#
# See doc/COPYRIGHT.rdoc for more details.
#++
...
...
@@ -18,7 +18,7 @@ class ActivitiesController < ApplicationController
def
index
@days
=
Setting
.
activity_days_default
.
to_i
if
params
[
:from
]
begin
;
@date_to
=
params
[
:from
].
to_date
+
1
;
rescue
;
end
end
...
...
@@ -27,18 +27,18 @@ class ActivitiesController < ApplicationController
@date_from
=
@date_to
-
@days
@with_subprojects
=
params
[
:with_subprojects
].
nil?
?
Setting
.
display_subprojects_issues?
:
(
params
[
:with_subprojects
]
==
'1'
)
@author
=
(
params
[
:user_id
].
blank?
?
nil
:
User
.
active
.
find
(
params
[
:user_id
]))
@activity
=
Redmine
::
Activity
::
Fetcher
.
new
(
User
.
current
,
:project
=>
@project
,
@activity
=
Redmine
::
Activity
::
Fetcher
.
new
(
User
.
current
,
:project
=>
@project
,
:with_subprojects
=>
@with_subprojects
,
:author
=>
@author
)
@activity
.
scope_select
{
|
t
|
!
params
[
"show_
#{
t
}
"
].
nil?
}
@activity
.
scope
=
(
@author
.
nil?
?
:
default
:
:all
)
if
@activity
.
scope
.
empty?
events
=
@activity
.
events
(
@date_from
,
@date_to
)
if
events
.
empty?
||
stale?
(
:etag
=>
[
@activity
.
scope
,
@date_to
,
@date_from
,
@with_subprojects
,
@author
,
events
.
first
,
User
.
current
,
current_language
])
respond_to
do
|
format
|
format
.
html
{
format
.
html
{
@events_by_day
=
events
.
group_by
(
&
:event_date
)
render
:layout
=>
false
if
request
.
xhr?
}
...
...
@@ -53,7 +53,7 @@ class ActivitiesController < ApplicationController
}
end
end
rescue
ActiveRecord
::
RecordNotFound
render_404
end
...
...
app/controllers/admin_controller.rb
View file @
07185fb1
#-- copyright
# ChiliProject is a project management system.
#
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
#
# See doc/COPYRIGHT.rdoc for more details.
#++
class
AdminController
<
ApplicationController
layout
'admin'
before_filter
:require_admin
include
SortHelper
include
SortHelper
def
index
@no_configuration_data
=
Redmine
::
DefaultData
::
Loader
::
no_data?
end
def
projects
@status
=
params
[
:status
]
?
params
[:
status
].
to_i
:
1
c
=
ARCondition
.
new
(
@status
==
0
?
"status <> 0"
:
[
"status = ?"
,
@status
])
unless
params
[
:name
].
blank?
name
=
"%
#{
params
[
:name
].
strip
.
downcase
}
%"
c
<<
[
"LOWER(identifier) LIKE ? OR LOWER(name) LIKE ?"
,
name
,
name
]
end
@projects
=
Project
.
find
:all
,
:order
=>
'lft'
,
:conditions
=>
c
.
conditions
render
:action
=>
"projects"
,
:layout
=>
false
if
request
.
xhr?
end
def
plugins
@plugins
=
Redmine
::
Plugin
.
all
end
# Loads the default configuration
# (roles, trackers, statuses, workflow, enumerations)
def
default_configuration
...
...
@@ -54,7 +54,7 @@ class AdminController < ApplicationController
end
redirect_to
:action
=>
'index'
end
def
test_email
raise_delivery_errors
=
ActionMailer
::
Base
.
raise_delivery_errors
# Force ActionMailer to raise delivery errors so we can catch it
...
...
@@ -68,7 +68,7 @@ class AdminController < ApplicationController
ActionMailer
::
Base
.
raise_delivery_errors
=
raise_delivery_errors
redirect_to
:controller
=>
'settings'
,
:action
=>
'edit'
,
:tab
=>
'notifications'
end
def
info
@db_adapter_name
=
ActiveRecord
::
Base
.
connection
.
adapter_name
@checklist
=
[
...
...
@@ -77,5 +77,5 @@ class AdminController < ApplicationController
[
:text_plugin_assets_writable
,
File
.
writable?
(
Engines
.
public_directory
)],
[
:text_rmagick_available
,
Object
.
const_defined?
(
:Magick
)]
]
end
end
end
app/controllers/application_controller.rb
View file @
07185fb1
#-- copyright
# ChiliProject is a project management system.
#
#
# Copyright (C) 2010-2011 the ChiliProject Team
#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
#
# See doc/COPYRIGHT.rdoc for more details.
#++
...
...
@@ -18,34 +18,34 @@ class ApplicationController < ActionController::Base
helper
:all
protected
include
Redmine
::
I18n
layout
'base'
exempt_from_layout
'builder'
,
'rsb'
# Remove broken cookie after upgrade from 0.8.x (#4292)
# See https://rails.lighthouseapp.com/projects/8994/tickets/3360
# TODO: remove it when Rails is fixed
before_filter
:delete_broken_cookies
def
delete_broken_cookies
if
cookies
[
'_chiliproject_session'
]
&&
cookies
[
'_chiliproject_session'
]
!~
/--/
cookies
.
delete
'_chiliproject_session'
cookies
.
delete
'_chiliproject_session'
redirect_to
home_path
return
false
end
end
before_filter
:user_setup
,
:check_if_login_required
,
:set_localization
filter_parameter_logging
:password
protect_from_forgery
rescue_from
ActionController
::
InvalidAuthenticityToken
,
:with
=>
:invalid_authenticity_token
include
Redmine
::
Search
::
Controller
include
Redmine
::
MenuManager
::
MenuController
helper
Redmine
::
MenuManager
::
MenuHelper
Redmine
::
Scm
::
Base
.
all
.
each
do
|
scm
|
require_dependency
"repository/
#{
scm
.
underscore
}
"
end
...
...
@@ -56,7 +56,7 @@ class ApplicationController < ActionController::Base
# Find the current user
User
.
current
=
find_current_user
end