174 Commits (d4e6355eb3f220787e9374eeef6fb496f213f0d1)

Author SHA1 Message Date
  Jean-Philippe Lang a00f04886f Increase username length limit from 30 to 60 (#2719). 12 years ago
  Jean-Philippe Lang cd6db6a3cb Adds support for multiselect custom fields (#1189). 12 years ago
  Jean-Philippe Lang 1bd5e58c84 Adds support for multiple repositories per project (#779). 12 years ago
  Jean-Philippe Lang 7c00a4a11f Restores migration broken by r8182 and removes default scope on Role (#9800). 12 years ago
  Jean-Philippe Lang eb15c9eaad Role.all broken in migration due to default sort (columns do not exist yet). Use raw SQL instead. 12 years ago
  Jean-Philippe Lang 66cc0fe7ab Typo. 12 years ago
  Jean-Philippe Lang 1fbcd1051e Do not trigger repository validation in migration. 12 years ago
  Etienne Massip 39ae7b66f8 Enforced unicity of relations between 2 issues with a database index (#9685). 12 years ago
  Toshi MARUYAMA f1cc1943df remove trailing white-spaces from db/migrate/20101104182107_add_unique_index_on_members.rb (#9510) 12 years ago
  Toshi MARUYAMA 02378acc80 remove trailing white-spaces from db/migrate/007_create_journals.rb (#9510) 12 years ago
  Toshi MARUYAMA 47bcd7f3c3 replace tabs to spaces at db/migrate/097_add_view_wiki_edits_permission.rb (#9510) 12 years ago
  Toshi MARUYAMA cedeee2e16 replace tabs to spaces at db/migrate/096_add_commit_access_permission.rb (#9510) 12 years ago
  Toshi MARUYAMA 67ac04e49a replace tabs to spaces at db/migrate/099_add_delete_wiki_pages_attachments_permission.rb (#9510) 12 years ago
  Toshi MARUYAMA 4b38902ef7 remove trailing white-spaces from db/migrate/20100705164950_change_changes_path_length_limit.rb (#9510) 12 years ago
  Toshi MARUYAMA a40e2ec5c7 remove trailing white-spaces from db/migrate/081_create_projects_trackers.rb (#9510) 12 years ago
  Toshi MARUYAMA f8da2233db remove trailing white-spaces from db/migrate/068_create_enabled_modules.rb (#9510) 12 years ago
  Toshi MARUYAMA 9497eb5b48 remove trailing white-spaces from db/migrate/062_insert_builtin_roles.rb (#9510) 12 years ago
  Toshi MARUYAMA e154b336bd remove trailing white-spaces from db/migrate/029_create_wiki_contents.rb (#9510) 12 years ago
  Toshi MARUYAMA 90c10d16b8 remove trailing white-spaces from db/migrate/055_add_repositories_type.rb (#9510) 12 years ago
  Toshi MARUYAMA 5bdbf1aa15 remove trailing white-spaces from db/migrate/20100313132032_add_issues_nested_sets_columns.rb (#9510) 12 years ago
  Toshi MARUYAMA e6825e7e0c remove trailing white-spaces from db/migrate/001_setup.rb (#9510) 12 years ago
  Toshi MARUYAMA 8c560fa581 remove trailing white-spaces from db/migrate/028_create_wiki_pages.rb (#9510) 12 years ago
  Toshi MARUYAMA 418a4e49f8 remove trailing white-spaces from db/migrate/027_create_wikis.rb (#9510) 12 years ago
  Toshi MARUYAMA f76e17c18a set svn:eol-style native at db/migrate/001_setup.rb (#9510) 12 years ago
  Toshi MARUYAMA 313965e683 change new line 'LF' to 'CRLF' at db/migrate/001_setup.rb (#9510) 12 years ago
  Toshi MARUYAMA ef1223dd3a scm: db: model: add parent/child relation for changesets (#5501) 12 years ago
  Toshi MARUYAMA 30aecd5e25 scm: add "extra_info" column to repositories table and set serialize (#7146, #7047). 13 years ago
  Jean-Philippe Lang f16cddd57a Private issues (#7414). 13 years ago
  Jean-Philippe Lang aa0d01b3d9 Adds an issues visibility level on roles (#7412). 13 years ago
  Jean-Philippe Lang eda002d0df Adds an index on users.type for faster retrieval of groups. 13 years ago
  Toshi MARUYAMA c09b6edaf4 scm: copy global log encoding setting to repository (#1735). 13 years ago
  Toshi MARUYAMA 165ab7e6c3 scm: add log_encoding column to repositories table (#1735). 13 years ago
  Jean-Philippe Lang 2627419131 Keep track of issue description changes (#746). 13 years ago
  Jean-Philippe Lang a78d565959 Adds support for SCM/LDAP passwords encryption in the database (#7411). 13 years ago
  Toshi MARUYAMA 4bf84ca468 scm: add "path_encoding" column in repositories table (#2664, #2274). 13 years ago
  Jean-Philippe Lang ce84bb1a01 Adds random salt to user passwords (#7410). 13 years ago
  Jean-Philippe Lang 4b096e9a56 Allow additional workflow transitions for issue author and assignee (#2732). 13 years ago
  Jean-Baptiste Barth d29052f682 Added missing remove_index in AddUniqueIndexOnMembers down migration. #7212 13 years ago
  Jean-Philippe Lang 427ec05c8b Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 (#6943). 13 years ago
  Jean-Philippe Lang 8ef06826c3 Raised maximum length of project names and identifiers to 255 and 100 respectively (#6446). 13 years ago
  Jean-Philippe Lang f8ca6e58aa Make sure existing custom fields visibility is set to true. 13 years ago
  Jean-Philippe Lang 475530e59f Adds a "visible" option on User and Project custom fields (#1738). 13 years ago
  Jean-Philippe Lang b67e4a87e4 Clean up member_roles if needed. 13 years ago
  Jean-Philippe Lang c50b611f85 Adds a unique index on members (#6826). 13 years ago
  Jean-Philippe Lang 73167fb4f2 Rewrites UpdateMailNotificationValues migration to avoid model validations and failures. 13 years ago
  Eric Davis d2986eb98f Correctly update all mail_notification options. #6549 13 years ago
  Eric Davis 0316af7f6b Converted User#mail_notification from a boolean to a string. 13 years ago
  Eric Davis fc9b984cc1 Treat Calendar and Gantt pages as separate modules. #6153 14 years ago
  Eric Davis a628b0f186 Force-clear the default value for migration from :string to :text. #5846 #5771 14 years ago
  Eric Davis 0d5fca9ba5 Force the default value of path to be set on the Change model class. #5771 14 years ago