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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reload themes so that new themes can be used without restarting Redmine (#5712).
Jean-Philippe Lang
2010-11-27
1
-0
/
+59
*
Fixed: messages attachments/watchers are not deleted when deleting a project ...
Jean-Philippe Lang
2010-11-27
2
-3
/
+20
*
Fixed: Wiki#find_page should not be case sensitive because page title uniquen...
Jean-Philippe Lang
2010-11-27
2
-1
/
+11
*
Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).
Jean-Philippe Lang
2010-11-27
2
-1
/
+47
*
Fixed: new gantt chart discloses all private projects names (#6276).
Jean-Philippe Lang
2010-11-21
1
-0
/
+12
*
Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).
Jean-Philippe Lang
2010-11-21
1
-5
/
+11
*
Fixed: MercurialAdapter.client_version depends on LANG environment variable (...
Jean-Philippe Lang
2010-11-20
1
-5
/
+6
*
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
1
-0
/
+14
*
Initialize TimeEntry attributes with params when editing an issue (#5441).
Jean-Philippe Lang
2010-11-17
1
-1
/
+8
*
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
1
-1
/
+1
*
MailHandler: ignore assignee if invalid.
Jean-Philippe Lang
2010-11-14
2
-0
/
+3
*
Makes projects API return XML description when creating a project (#6874).
Jean-Philippe Lang
2010-11-13
2
-2
/
+9
*
Makes MailHandler ignore invalid keyword values to avoid validation failures.
Jean-Philippe Lang
2010-11-12
2
-0
/
+58
*
Makes MailHandler accept localized keywords for default or user language (#61...
Jean-Philippe Lang
2010-11-12
2
-0
/
+58
*
Makes MailHandler accept all issue attributes and custom fields that can be s...
Jean-Philippe Lang
2010-11-12
3
-0
/
+9
*
Moved some permission checks for issue update from controller to model.
Jean-Philippe Lang
2010-11-11
1
-1
/
+100
*
Allow non-unique names for projects (#630).
Jean-Philippe Lang
2010-11-11
1
-1
/
+0
*
Reverted r4381.
Jean-Philippe Lang
2010-11-07
1
-1
/
+3
*
Fixed: unchecking status filter on the issue list has no effect (#6844).
Jean-Philippe Lang
2010-11-07
1
-1
/
+32
*
Adds a "visible" option on User and Project custom fields (#1738).
Jean-Philippe Lang
2010-11-07
4
-2
/
+36
*
Removed gantt and calendar menu items that do not fit into the core project m...
Jean-Philippe Lang
2010-11-07
1
-3
/
+1
*
Fixed: start date being filled with current date even when blank value is sub...
Jean-Philippe Lang
2010-11-06
1
-0
/
+22
*
Render TOC as nested lists (#1857).
Jean-Philippe Lang
2010-11-06
1
-13
/
+26
*
Extract headings and TOC parsing from the textile formatter.
Jean-Philippe Lang
2010-11-06
2
-1
/
+26
*
Adds a combo to select parent on wiki page rename (#5136).
Jean-Philippe Lang
2010-11-06
1
-0
/
+48
*
Makes textile formatter accept 2 letters acronym (#6591).
Jean-Philippe Lang
2010-11-06
2
-14
/
+8
*
Fixed: 'View difference' broken on wiki page history (#6747).
Jean-Philippe Lang
2010-11-06
1
-0
/
+2
*
Allow key authentication when deleting issues (with tests) #6447
Eric Davis
2010-11-05
1
-18
/
+18
*
Allow key authentication when updating issues (with tests) #6447
Eric Davis
2010-11-05
2
-55
/
+76
*
Allow key authentication when creating issues (with tests) #6447
Eric Davis
2010-11-05
2
-55
/
+83
*
Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447
Eric Davis
2010-11-04
2
-54
/
+76
*
Refactor: convert API key tests using HTTP Basic to a shoulda macro
Eric Davis
2010-11-03
2
-59
/
+41
*
Add a Email Header setting. Useful for adding delimiters to every email.
Eric Davis
2010-11-02
1
-0
/
+17
*
Remove email quotes (>) when searching for incoming email delimiters. #2852 #...
Eric Davis
2010-11-02
3
-0
/
+128
*
Refactor: convert username/password http basic auth api tests to shoulda macr...
Eric Davis
2010-11-02
2
-79
/
+57
*
Refactor: convert api key tests to shoulda macros for reuse. #6447
Eric Davis
2010-11-01
2
-56
/
+57
*
Move all API tests into the ApiTest module to make management easier
Eric Davis
2010-11-01
7
-12
/
+16
*
Fixed: "Template is missing" error when validation fails on version edit (#67...
Jean-Philippe Lang
2010-11-01
1
-0
/
+9
*
Force color to be disabled on git shell-outs. #5324
Jean-Baptiste Barth
2010-10-29
1
-0
/
+0
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
3
-5
/
+6
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
2
-43
/
+43
*
Refactor: convert WikiController#destroy to use HTTP DELETE
Eric Davis
2010-10-26
2
-6
/
+7
*
Allow adding notes when moving issues
Eric Davis
2010-10-25
1
-1
/
+13
*
Allow changing the Priority when moving issues.
Eric Davis
2010-10-25
1
-0
/
+13
*
Refactor: Rename WikiController#page_index to #index
Eric Davis
2010-10-25
2
-8
/
+8
*
Fix the tests that were broken by r4286:
Eric Davis
2010-10-25
3
-3
/
+3
*
Fixed: auto links ending with right angle bracket shouldn't include the brack...
Jean-Baptiste Barth
2010-10-23
1
-0
/
+2
[next]