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
...
*
Option to force a user to change his password (#3872).
Jean-Philippe Lang
2013-08-05
1
-0
/
+9
*
Ability to save Gantt query filters (#7836).
Jean-Philippe Lang
2013-07-14
1
-0
/
+9
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
1
-0
/
+14
*
Role based custom queries (#1019).
Jean-Philippe Lang
2013-07-11
2
-0
/
+26
*
Removed the default 0 value for issues foreign keys.
Jean-Philippe Lang
2013-02-17
1
-0
/
+19
*
Adds closed_on column that stores the time of the last closing (#824).
Jean-Philippe Lang
2013-02-16
2
-0
/
+34
*
Raised group name maximum length to 255 characters (#13174).
Jean-Philippe Lang
2013-02-15
1
-0
/
+9
*
Add unique index on custom_fields_projects.
Jean-Philippe Lang
2013-02-07
1
-0
/
+24
*
Add unique index on custom_fields_trackers (#13059).
Jean-Philippe Lang
2013-02-07
1
-0
/
+24
*
Optionaly inherit members from parent project (#5605).
Jean-Philippe Lang
2013-02-02
1
-0
/
+9
*
Add unique index on tokens.value.
Jean-Philippe Lang
2013-02-01
1
-0
/
+15
*
Fixed Redmine case.
Jean-Philippe Lang
2013-01-23
1
-1
/
+1
*
Split "Manage documents" permission into create, edit and delete permissions ...
Jean-Philippe Lang
2013-01-20
1
-0
/
+23
*
Check if index exists before removing it (#12713).
Jean-Philippe Lang
2013-01-06
1
-2
/
+21
*
SQLServer does not support changing the type of an indexed column (#12713).
Jean-Philippe Lang
2013-01-03
1
-0
/
+4
*
Store attachments in subdirectories (#5298).
Jean-Philippe Lang
2012-12-13
1
-0
/
+9
*
Adds STI to Query model. Issue queries are now IssueQuery instances.
Jean-Philippe Lang
2012-12-09
2
-0
/
+18
*
Don't force english language for default admin account (#12485).
Jean-Philippe Lang
2012-12-08
1
-1
/
+0
*
Replaces find(:first) calls in migrations.
Jean-Philippe Lang
2012-12-03
9
-18
/
+18
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
16
-21
/
+21
*
Use Project.rebuild_tree! instead of .rebuild! in migration.
Jean-Philippe Lang
2012-11-23
1
-1
/
+1
*
Adds a textual css class for issue priorities (#12216).
Jean-Philippe Lang
2012-10-26
2
-0
/
+18
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
1
-0
/
+9
*
Support for subforums (#3831).
Jean-Philippe Lang
2012-07-31
1
-0
/
+9
*
Fixed migration broken by r9977.
Jean-Philippe Lang
2012-07-19
1
-2
/
+3
*
Workflow enhancement: editable and required fields configurable by role, trac...
Jean-Philippe Lang
2012-07-15
3
-0
/
+29
*
Adds a configurable timeout for LDAP authentication (#8978).
Jean-Philippe Lang
2012-07-07
1
-0
/
+9
*
Ability to disable standard fields on a per tracker basis (#1091).
Jean-Philippe Lang
2012-07-05
1
-0
/
+9
*
Do not trigger model validations when rebuilding the nested set (#10829).
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-0
/
+17
*
set svn:eol-style native db/migrate/*.rb
Toshi MARUYAMA
2012-03-05
1
-16
/
+16
*
Adds an optional LDAP filter (#1060).
Jean-Philippe Lang
2012-03-01
1
-0
/
+9
*
Undefined #builtin= with Rails 3.1.3.
Jean-Philippe Lang
2012-02-25
1
-0
/
+1
*
Fixed migration broken with Rails 3.1.3 (#10320).
Jean-Philippe Lang
2012-02-25
1
-0
/
+12
*
Makes container_id and container_type columns nullables.
Jean-Philippe Lang
2012-02-23
1
-0
/
+13
*
Increase username length limit from 30 to 60 (#2719).
Jean-Philippe Lang
2012-02-05
1
-0
/
+9
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-0
/
+9
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
3
-0
/
+32
*
Restores migration broken by r8182 and removes default scope on Role (#9800).
Jean-Philippe Lang
2011-12-14
1
-1
/
+1
*
Role.all broken in migration due to default sort (columns do not exist yet). ...
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
Typo.
Jean-Philippe Lang
2011-12-03
1
-1
/
+1
*
Do not trigger repository validation in migration.
Jean-Philippe Lang
2011-12-03
1
-9
/
+2
*
Enforced unicity of relations between 2 issues with a database index (#9685).
Etienne Massip
2011-12-03
1
-0
/
+16
*
remove trailing white-spaces from db/migrate/20101104182107_add_unique_index_...
Toshi MARUYAMA
2011-11-09
1
-1
/
+1
*
remove trailing white-spaces from db/migrate/007_create_journals.rb (#9510)
Toshi MARUYAMA
2011-11-09
1
-7
/
+7
*
replace tabs to spaces at db/migrate/097_add_view_wiki_edits_permission.rb (#...
Toshi MARUYAMA
2011-11-09
1
-6
/
+6
*
replace tabs to spaces at db/migrate/096_add_commit_access_permission.rb (#9510)
Toshi MARUYAMA
2011-11-09
1
-7
/
+6
*
replace tabs to spaces at db/migrate/099_add_delete_wiki_pages_attachments_pe...
Toshi MARUYAMA
2011-11-09
1
-6
/
+6
*
remove trailing white-spaces from db/migrate/20100705164950_change_changes_pa...
Toshi MARUYAMA
2011-11-09
1
-1
/
+1
*
remove trailing white-spaces from db/migrate/081_create_projects_trackers.rb ...
Toshi MARUYAMA
2011-11-09
1
-1
/
+1
[prev]
[next]