You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jean-Philippe Lang 7535c211d5 Removed IssueStatus html_color attribute. преди 16 години
..
001_setup.rb More flexible mail notifications settings at user level. A user has now 3 options: преди 16 години
002_issue_move.rb Merged 0.6 branch into trunk. преди 17 години
003_issue_add_note.rb Merged 0.6 branch into trunk. преди 17 години
004_export_pdf.rb Merged 0.6 branch into trunk. преди 17 години
005_issue_start_date.rb trunk moved from /trunk/redmine to /trunk преди 17 години
006_calendar_and_activity.rb Merged 0.6 branch into trunk. преди 17 години
007_create_journals.rb Merged 0.6 branch into trunk. преди 17 години
008_create_user_preferences.rb trunk moved from /trunk/redmine to /trunk преди 17 години
009_add_hide_mail_pref.rb trunk moved from /trunk/redmine to /trunk преди 17 години
010_create_comments.rb Fixed: 10342 Creation of Schema in Oracle преди 17 години
011_add_news_comments_count.rb added model Comment. преди 17 години
012_add_comments_permissions.rb Merged 0.6 branch into trunk. преди 17 години
013_create_queries.rb "queries" branch merged преди 17 години
014_add_queries_permissions.rb Merged 0.6 branch into trunk. преди 17 години
015_create_repositories.rb svn browser merged in trunk преди 17 години
016_add_repositories_permissions.rb Merged 0.6 branch into trunk. преди 17 години
017_create_settings.rb settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings преди 17 години
018_set_doc_and_files_notifications.rb Merged 0.6 branch into trunk. преди 17 години
019_add_issue_status_position.rb Removed 'not null' constraint on position fields. преди 16 години
020_add_role_position.rb Removed 'not null' constraint on position fields. преди 16 години
021_add_tracker_position.rb Removed 'not null' constraint on position fields. преди 16 години
022_serialize_possibles_values.rb custom_field.possible_values is now serialized (no longer pipe separated) преди 17 години
023_add_tracker_is_in_roadmap.rb added roadmap view преди 17 години
024_add_roadmap_permission.rb Merged 0.6 branch into trunk. преди 17 години
025_add_search_permission.rb Merged 0.6 branch into trunk. преди 17 години
026_add_repository_login_and_password.rb feature #9137 Password-protected SVN repositories преди 17 години
027_create_wikis.rb wiki branch merged into trunk преди 17 години
028_create_wiki_pages.rb wiki branch merged into trunk преди 17 години
029_create_wiki_contents.rb Fixed: 10342 Creation of Schema in Oracle преди 17 години
030_add_projects_feeds_permissions.rb Merged 0.6 branch into trunk. преди 17 години
031_add_repository_root_url.rb fixed problems when svn path doesn't point to the root directory of the repository. преди 17 години
032_create_time_entries.rb Fixed: 10342 Creation of Schema in Oracle преди 17 години
033_add_timelog_permissions.rb Merged 0.6 branch into trunk. преди 17 години
034_create_changesets.rb Fixed: 10342 Creation of Schema in Oracle преди 17 години
035_create_changes.rb SVN commits are now stored in the database, and added to the activity view and the search engine. преди 17 години
036_add_changeset_commit_date.rb fixed #9542 sqlite3 exception in db:migrate on AddChangesetCommitDate преди 17 години
037_add_project_identifier.rb Migration to add identifier attribute on project. преди 17 години
038_add_custom_field_is_filter.rb Custom fields for issues can now be used as filters on issue list. преди 17 години
039_create_watchers.rb Added create_watchers migration преди 17 години
040_create_changesets_issues.rb Commit messages are now scanned for referenced or fixed issue IDs. преди 17 години
041_rename_comment_to_comments.rb Updated migration 41 to support table name prefix/sufix. преди 17 години
042_create_issue_relations.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: преди 17 години
043_add_relations_permissions.rb Merged 0.6 branch into trunk. преди 17 години
044_set_language_length_to_five.rb Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br. преди 17 години
045_create_boards.rb Removed 'not null' constraint on position fields. преди 16 години
046_create_messages.rb Per project forums added. преди 17 години
047_add_boards_permissions.rb Merged 0.6 branch into trunk. преди 17 години
048_allow_null_version_effective_date.rb Versions can now be created with no date. преди 17 години
049_add_wiki_destroy_page_permission.rb Merged 0.6 branch into trunk. преди 17 години
050_add_wiki_attachments_permissions.rb Merged 0.6 branch into trunk. преди 17 години
051_add_project_status.rb Added the ability to archive projects: преди 17 години
052_add_changes_revision.rb Added basic support for CVS and Mercurial SCMs. преди 17 години
053_add_changes_branch.rb Added basic support for CVS and Mercurial SCMs. преди 17 години
054_add_changesets_scmid.rb Added basic support for CVS and Mercurial SCMs. преди 17 години
055_add_repositories_type.rb Added basic support for CVS and Mercurial SCMs. преди 17 години
056_add_repositories_changes_permission.rb Merged 0.6 branch into trunk. преди 17 години
057_add_versions_wiki_page_title.rb A wiki page can now be attached to each version. преди 17 години
058_add_issue_categories_assigned_to_id.rb Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user. преди 17 години
059_add_roles_assignable.rb Added a 'Assignable' boolean on Role model. преди 17 години
060_change_changesets_committer_limit.rb Committer field in the Changesets table is now varchar 255. преди 17 години
061_add_roles_builtin.rb Merged 0.6 branch into trunk. преди 17 години
062_insert_builtin_roles.rb Merged 0.6 branch into trunk. преди 17 години
063_add_roles_permissions.rb Merged 0.6 branch into trunk. преди 17 години
064_drop_permissions.rb Merged 0.6 branch into trunk. преди 17 години
065_add_settings_updated_on.rb Added cache for application settings (Setting model). преди 17 години
066_add_custom_value_customized_index.rb Added an index on custom_values table (customized_type + customized_id columns) to speed up issue queries that use custom field filters. преди 17 години
067_create_wiki_redirects.rb Added the ability to rename wiki pages (specific permission required). преди 17 години
068_create_enabled_modules.rb Added project module concept. преди 17 години
069_add_issues_estimated_hours.rb Added 'Estimated hours' attribute on issues. преди 17 години
070_change_attachments_content_type_limit.rb Fixed: error when uploading a file with a content type longer than 60 chars. преди 17 години
071_add_queries_column_names.rb Added the ability to customize columns of a saved query. преди 16 години
072_add_enumerations_position.rb Removed 'not null' constraint on position fields. преди 16 години
073_add_enumerations_is_default.rb Added default value for enumerations. преди 16 години
074_add_auth_sources_tls.rb Added LDAPS support migration and fixed connection test flash messages. преди 16 години
075_add_members_mail_notification.rb More flexible mail notifications settings at user level. A user has now 3 options: преди 16 години
076_allow_null_position.rb Removed 'not null' constraint on position fields. преди 16 години
077_remove_issue_statuses_html_color.rb Removed IssueStatus html_color attribute. преди 16 години