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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevents validation error when adding a user to a group (#6457).
Jean-Philippe Lang
2010-11-27
1
-0
/
+1
*
Reload themes so that new themes can be used without restarting Redmine (#5712).
Jean-Philippe Lang
2010-11-27
3
-3
/
+73
*
Fixed: messages attachments/watchers are not deleted when deleting a project ...
Jean-Philippe Lang
2010-11-27
3
-4
/
+21
*
Fixed: Wiki#find_page should not be case sensitive because page title uniquen...
Jean-Philippe Lang
2010-11-27
3
-4
/
+14
*
Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).
Jean-Philippe Lang
2010-11-27
3
-1
/
+49
*
Fixed: Layout problem in workflow overview (#6990).
Jean-Philippe Lang
2010-11-27
1
-0
/
+2
*
Translation update
Azamat Hackimov
2010-11-25
1
-16
/
+17
*
Replaced hardcoded strings (KB) with i18n equivalent (number.human.storage_un...
Azamat Hackimov
2010-11-25
1
-2
/
+2
*
Fixed: new gantt chart discloses all private projects names (#6276).
Jean-Philippe Lang
2010-11-21
2
-5
/
+17
*
Translation update
Azamat Hackimov
2010-11-21
6
-68
/
+67
*
Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).
Jean-Philippe Lang
2010-11-21
2
-8
/
+14
*
Fixed: gantt displays issues by date of creation.
Jean-Philippe Lang
2010-11-21
2
-2
/
+14
*
Fixed: Broken pipe error when browsing subversion repository (#6860).
Jean-Philippe Lang
2010-11-20
1
-2
/
+2
*
Fixed: MercurialAdapter.client_version depends on LANG environment variable (...
Jean-Philippe Lang
2010-11-20
2
-8
/
+9
*
Add assertions for #6929 in MailHandler tests.
Jean-Philippe Lang
2010-11-20
1
-0
/
+2
*
Fixed: submitting a non numerical parent task input creates a 500 error (#6932).
Jean-Philippe Lang
2010-11-20
2
-1
/
+15
*
Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 (#6943).
Jean-Philippe Lang
2010-11-20
2
-5
/
+12
*
Fixed: links to edit/delete a news broken by r4214 (#6944).
Jean-Philippe Lang
2010-11-20
1
-6
/
+10
*
Initialize TimeEntry attributes with params when editing an issue (#5441).
Jean-Philippe Lang
2010-11-17
2
-1
/
+9
*
Prevents NoMethodError when requesting /time_entries/edit without an id (#6904).
Jean-Philippe Lang
2010-11-16
1
-9
/
+15
*
Fixed: Log Time link broken in issue context menu (#6904).
Jean-Philippe Lang
2010-11-16
1
-1
/
+1
*
Fixes a NoMethodError in tests with ruby 1.8.6.
Jean-Philippe Lang
2010-11-14
1
-1
/
+1
*
Adds leading slash to all assert_redirected_to arguments (#6887).
Jean-Philippe Lang
2010-11-14
19
-57
/
+57
*
Use Object#tap instead of #returning (#6887).
Jean-Philippe Lang
2010-11-14
6
-8
/
+8
*
Replaced SessionStore :session_key with :key (#6887).
Jean-Philippe Lang
2010-11-14
2
-2
/
+2
*
MailHandler: ignore assignee if invalid.
Jean-Philippe Lang
2010-11-14
3
-1
/
+7
*
Updates mantis importer for new project name/identifier max lengths (#6446).
Jean-Philippe Lang
2010-11-14
1
-5
/
+1
*
Raised maximum length of project names and identifiers to 255 and 100 respect...
Jean-Philippe Lang
2010-11-14
4
-5
/
+26
*
Makes projects API return XML description when creating a project (#6874).
Jean-Philippe Lang
2010-11-13
3
-3
/
+10
*
Makes MailHandler ignore invalid keyword values to avoid validation failures.
Jean-Philippe Lang
2010-11-12
3
-6
/
+65
*
Makes MailHandler accept localized keywords for default or user language (#61...
Jean-Philippe Lang
2010-11-12
3
-2
/
+75
*
Makes MailHandler accept all issue attributes and custom fields that can be s...
Jean-Philippe Lang
2010-11-12
5
-50
/
+59
*
Moved some permission checks for issue update from controller to model.
Jean-Philippe Lang
2010-11-11
3
-17
/
+123
*
Removes duplicate issue subject on gantt (#6763).
Jean-Philippe Lang
2010-11-11
1
-2
/
+0
*
Allow non-unique names for projects (#630).
Jean-Philippe Lang
2010-11-11
3
-3
/
+2
*
Fixed: Trunk not working with i18n gem 0.4.2 (#6784).
Jean-Philippe Lang
2010-11-09
1
-1
/
+1
*
Reverted r4381.
Jean-Philippe Lang
2010-11-07
4
-3
/
+7
*
Fixed: unchecking status filter on the issue list has no effect (#6844).
Jean-Philippe Lang
2010-11-07
4
-7
/
+40
*
Added missing --no-color option in some git shell-outs. #5324
Jean-Baptiste Barth
2010-11-07
1
-2
/
+2
*
Fixed: User list not sorted on category form (#6760).
Jean-Philippe Lang
2010-11-07
1
-1
/
+1
*
Updated locales.
Jean-Philippe Lang
2010-11-07
41
-0
/
+82
*
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
15
-7
/
+62
*
Removed gantt and calendar menu items that do not fit into the core project m...
Jean-Philippe Lang
2010-11-07
4
-7
/
+3
*
Removed hardcoded links in my/page_layout (#6839).
Jean-Philippe Lang
2010-11-07
1
-3
/
+3
*
Render level 4 headings in TOC (#5494).
Jean-Philippe Lang
2010-11-07
1
-1
/
+1
*
Fixed: start date being filled with current date even when blank value is sub...
Jean-Philippe Lang
2010-11-06
2
-1
/
+23
*
Render TOC as nested lists (#1857).
Jean-Philippe Lang
2010-11-06
3
-21
/
+47
*
Extract headings and TOC parsing from the textile formatter.
Jean-Philippe Lang
2010-11-06
5
-52
/
+64
*
Adds a combo to select parent on wiki page rename (#5136).
Jean-Philippe Lang
2010-11-06
3
-2
/
+50
[next]