index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
db
Commit message (
Expand
)
Author
Age
Files
Lines
*
New permission: view news (#7068).
Jean-Philippe Lang
2017-06-07
1
-0
/
+9
*
New Permission: View Forum (#4866).
Jean-Philippe Lang
2017-06-07
1
-0
/
+9
*
Option to set a default assignee on each project (#482).
Jean-Philippe Lang
2017-04-08
1
-0
/
+13
*
Changes the digest used for attachments to SHA256 (#25240).
Jean-Philippe Lang
2017-04-03
1
-0
/
+8
*
Change extra_info to long text (#14626).
Jean-Philippe Lang
2017-04-03
1
-0
/
+12
*
Adds an index to attachments.disk_filename (#25022).
Jean-Philippe Lang
2017-03-02
1
-0
/
+5
*
Adds an index on issues parent_id (#23987).
Jean-Philippe Lang
2016-12-20
1
-0
/
+5
*
use symbol instead of string for 'position' in db migrate (#24013)
Toshi MARUYAMA
2016-11-28
3
-3
/
+3
*
Adds an index on issue_id to changesets_issues (#24433).
Jean-Philippe Lang
2016-11-26
1
-0
/
+5
*
Raises length of issue description and journals for MySQL (#20127).
Jean-Philippe Lang
2016-10-10
3
-0
/
+37
*
Speedup remove_inherited_roles (#22850).
Jean-Philippe Lang
2016-10-02
1
-0
/
+5
*
Add index to workflows.tracker_id (#23743).
Jean-Philippe Lang
2016-10-01
1
-0
/
+9
*
MySQL: You can't specify target table for update in FROM clause (#23347).
Jean-Philippe Lang
2016-08-18
1
-1
/
+1
*
Don't pass conditions to #destroy_all.
Jean-Philippe Lang
2016-07-16
1
-1
/
+1
*
Don't pass conditions to #delete_all.
Jean-Philippe Lang
2016-07-16
4
-5
/
+5
*
add newline at end of db/migrate/20160529063352_add_roles_settings.rb
Toshi MARUYAMA
2016-06-06
1
-1
/
+1
*
Limit trackers for new issue to certain roles (#7839).
Jean-Philippe Lang
2016-06-05
1
-0
/
+5
*
Replaces acts_as_list with an implementation that handles #position= (#12909).
Jean-Philippe Lang
2016-04-17
1
-0
/
+13
*
Force password reset for default admin user (#22381).
Jean-Philippe Lang
2016-04-11
1
-0
/
+9
*
Default target version for new issues (#1828).
Jean-Philippe Lang
2015-11-01
1
-0
/
+12
*
Adds Enumeration custom field format (#21060).
Jean-Philippe Lang
2015-10-25
1
-0
/
+10
*
Keep track of valid user sessions (#21058).
Jean-Philippe Lang
2015-10-24
1
-0
/
+10
*
Hide email by default for new users (#21042).
Jean-Philippe Lang
2015-10-21
1
-0
/
+9
*
LDAP filter changed to text (#20929).
Jean-Philippe Lang
2015-10-21
1
-0
/
+9
*
Raises maximum length of category name to 60 (#20991).
Jean-Philippe Lang
2015-10-21
1
-0
/
+9
*
Fix setting value if used (#20551).
Jean-Philippe Lang
2015-10-20
1
-0
/
+13
*
Extend Filesize in the attachments table for files with size > 2GB (#10672).
Jean-Philippe Lang
2015-10-20
1
-0
/
+9
*
Raises wiki edits comments limit to 1024 (#19886).
Jean-Philippe Lang
2015-09-21
1
-0
/
+11
*
Raises time entries comments limit to 1024 (#19885).
Jean-Philippe Lang
2015-09-21
1
-0
/
+9
*
DEPRECATION WARNING: `#timestamps` was called without specifying an option fo...
Jean-Philippe Lang
2015-08-15
1
-1
/
+1
*
Import issues from CSV file (#950).
Jean-Philippe Lang
2015-08-14
2
-0
/
+23
*
Makes new issue initial status settable in workflow (#5816).
Jean-Philippe Lang
2015-07-26
1
-0
/
+23
*
Ability to limit member management to certain roles (#19707).
Jean-Philippe Lang
2015-05-31
3
-0
/
+18
*
Adds a role setting that viewing all or own time entries (#8929).
Jean-Philippe Lang
2015-05-30
1
-0
/
+9
*
Don't store total estimated hours on parent issues (#16092).
Jean-Philippe Lang
2015-05-25
1
-0
/
+15
*
Raises 60-character limit for document titles to 255 (#12312).
Jean-Philippe Lang
2015-05-10
1
-0
/
+9
*
Change 20150113213922_remove_users_mail.rb from Irreversible to Reversible (#...
Jean-Philippe Lang
2015-03-07
1
-1
/
+5
*
DEPRECATION WARNING: db/migrate/001_setup.rb (#19132).
Jean-Philippe Lang
2015-02-19
1
-1
/
+1
*
Fixed the migration for SQLServer (#18855).
Jean-Philippe Lang
2015-02-08
1
-2
/
+3
*
Removed :move_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-0
/
+18
*
Default admin user may not be crated in Redmine 3.0 (#18804).
Jean-Philippe Lang
2015-02-07
1
-8
/
+11
*
Fixed #down for migration 20141029181824_remove_issue_statuses_is_default (#1...
Jean-Philippe Lang
2015-01-19
1
-1
/
+1
*
Fix migration and use Rails 4.2.0 release (#14534).
Jean-Philippe Lang
2015-01-18
1
-0
/
+2
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
4
-0
/
+44
*
First db:migrate fails with SQLServer (undefined method type for nil class in...
Jean-Philippe Lang
2014-11-23
1
-0
/
+2
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
1
-0
/
+11
*
Adds a role setting for controlling visibility of users: all or members of vi...
Jean-Philippe Lang
2014-11-11
1
-0
/
+9
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
2
-0
/
+27
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
7
-9
/
+13
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
1
-0
/
+21
[next]