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
...
*
Added missing remove_index in AddUniqueIndexOnMembers down migration. #7212
Jean-Baptiste Barth
2011-01-01
1
-0
/
+1
*
Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 (#6943).
Jean-Philippe Lang
2010-11-20
2
-5
/
+12
*
Raised maximum length of project names and identifiers to 255 and 100 respect...
Jean-Philippe Lang
2010-11-14
2
-0
/
+18
*
Make sure existing custom fields visibility is set to true.
Jean-Philippe Lang
2010-11-07
1
-0
/
+1
*
Adds a "visible" option on User and Project custom fields (#1738).
Jean-Philippe Lang
2010-11-07
1
-0
/
+9
*
Clean up member_roles if needed.
Jean-Philippe Lang
2010-11-06
1
-1
/
+2
*
Adds a unique index on members (#6826).
Jean-Philippe Lang
2010-11-06
1
-0
/
+20
*
Rewrites UpdateMailNotificationValues migration to avoid model validations an...
Jean-Philippe Lang
2010-11-06
1
-16
/
+3
*
Correctly update all mail_notification options. #6549
Eric Davis
2010-10-10
1
-2
/
+16
*
Converted User#mail_notification from a boolean to a string.
Eric Davis
2010-09-28
2
-0
/
+20
*
Treat Calendar and Gantt pages as separate modules. #6153
Eric Davis
2010-08-22
1
-0
/
+12
*
Force-clear the default value for migration from :string to :text. #5846 #5771
Eric Davis
2010-07-24
1
-0
/
+3
*
Force the default value of path to be set on the Change model class. #5771
Eric Davis
2010-07-06
1
-1
/
+1
*
Extend changes.path and changes.from_path to support longer paths. #5771
Eric Davis
2010-07-06
1
-0
/
+11
*
Adds index on issues nested set columns.
Jean-Philippe Lang
2010-03-13
1
-0
/
+9
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-0
/
+17
*
Adds a missing index (speeds up changesets loading).
Jean-Philippe Lang
2010-02-21
1
-0
/
+9
*
Set status of existing versions to 'open' (#4504).
Jean-Philippe Lang
2009-12-29
1
-0
/
+1
*
Enlarge wiki content for MySQL databases (#1071).
Jean-Philippe Lang
2009-12-27
1
-0
/
+16
*
Removes column opt in enumerations table.
Jean-Philippe Lang
2009-12-25
1
-0
/
+12
*
Do not mass create API keys for existing users.
Jean-Philippe Lang
2009-12-23
1
-13
/
+0
*
Added an API token for each User to use when making API requests. (#3920)
Eric Davis
2009-12-23
1
-0
/
+13
*
Added some database indexes to commonly queried fields.
Eric Davis
2009-12-20
3
-0
/
+33
*
Adds a Setting to control how an Issue's done_ratio is calculated:
Eric Davis
2009-12-11
1
-0
/
+9
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-0
/
+10
*
Add view_issues permission (#3187).
Jean-Philippe Lang
2009-11-14
1
-0
/
+13
*
Adds version status to limit issue assignments (#1245).
Jean-Philippe Lang
2009-11-08
1
-0
/
+9
*
Add indexes on various timestamps to speed up the activity view.
Jean-Philippe Lang
2009-10-25
1
-0
/
+25
*
Added project specific Enumeration overrides.
Eric Davis
2009-10-21
2
-0
/
+20
*
Added an active field track if an Enumeration is active on the frontend view.
Eric Davis
2009-10-21
1
-0
/
+9
*
Adding missing database indexes for foreign keys and STI fields.
Eric Davis
2009-10-17
30
-0
/
+312
*
Fixes User/CustomValue association broken by r2869 (#3978).
Jean-Philippe Lang
2009-10-10
1
-0
/
+9
*
User groups branch merged.
Jean-Philippe Lang
2009-09-12
3
-0
/
+30
*
Fixed: editing a message may cause sticky attribute to be NULL (#3356).
Jean-Philippe Lang
2009-06-14
1
-0
/
+9
*
Changed Enumerations to use a Single Table Inheritance
Eric Davis
2009-05-30
2
-0
/
+20
*
Clear member_roles table before populating it.
Jean-Philippe Lang
2009-05-10
1
-0
/
+1
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
3
-0
/
+32
*
Ticket grouping (#2679).
Jean-Philippe Lang
2009-04-26
1
-0
/
+9
*
Extend the settings.name column so it can fit longer plugin names.
Eric Davis
2009-03-19
1
-0
/
+9
*
Adds a unique index on projects_trackers table (#2882).
Jean-Philippe Lang
2009-03-12
1
-0
/
+21
*
Ability to save "sort order" in custom queries (#2899).
Jean-Philippe Lang
2009-03-12
1
-0
/
+9
*
Adds an index on watchers table to speed up watched issue filtering.
Jean-Philippe Lang
2009-02-14
1
-0
/
+9
*
Added identity_url to User. #699
Eric Davis
2009-02-11
1
-0
/
+9
*
Added OpenID tables. #699
Eric Davis
2009-02-11
1
-0
/
+20
*
Fixed: migration 98 breaks when using table name prefix.
Jean-Philippe Lang
2009-02-08
1
-3
/
+4
*
Removes unused projects_count column from projects table.
Jean-Philippe Lang
2009-01-24
1
-0
/
+9
*
Merged nested projects branch. Removes limit on subproject nesting (#594).
Jean-Philippe Lang
2009-01-24
2
-0
/
+19
*
Fixes 103_set_custom_fields_editable migration from r2276 (#2526).
Jean-Philippe Lang
2009-01-18
1
-2
/
+2
*
User custom fields can now be set as editable so that users can edit them on ...
Jean-Philippe Lang
2009-01-17
2
-0
/
+18
*
Maps repository users to Redmine users (#1383).
Jean-Philippe Lang
2008-11-10
2
-0
/
+27
[prev]
[next]