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
*
Fixes an error when running tests coverage.
Jean-Philippe Lang
2010-03-28
1
-1
/
+1
*
Preview description if it was edited while updating an issue (#741).
Jean-Philippe Lang
2010-03-28
1
-0
/
+16
*
Fixes broken test.
Jean-Philippe Lang
2010-03-28
1
-1
/
+1
*
Escape href attribute in auto links (#5179).
Jean-Philippe Lang
2010-03-24
1
-1
/
+5
*
Adds an option to enable/disable email notifications during a project copy (#...
Jean-Philippe Lang
2010-03-21
1
-0
/
+17
*
Cleans up status assignment in IssuesController#new handled by Issue#safe_att...
Jean-Philippe Lang
2010-03-20
1
-0
/
+43
*
Fixed: Double-dash results in strikethrough text (#5122).
Jean-Philippe Lang
2010-03-20
1
-0
/
+7
*
Accept issue links inside brackets (#4418).
Jean-Philippe Lang
2010-03-17
1
-1
/
+1
*
Close unclosed pre/code tags (#4265).
Jean-Philippe Lang
2010-03-15
1
-0
/
+14
*
Do not parse redmine links inside pre/code tags (#1288).
Jean-Philippe Lang
2010-03-15
1
-0
/
+27
*
Fixed closing tags in syntax highlighting tests.
Jean-Philippe Lang
2010-03-15
1
-2
/
+2
*
Replace the hardcoded "CodeRay" css class name for highlighted elements.
Jean-Philippe Lang
2010-03-14
1
-1
/
+1
*
Optimization: load attachments when needed.
Jean-Philippe Lang
2010-03-14
1
-0
/
+8
*
Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.
Jean-Philippe Lang
2010-03-13
1
-0
/
+15
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
6
-16
/
+405
*
More detailed failures message.
Jean-Philippe Lang
2010-03-12
1
-1
/
+1
*
Fixes a test failure.
Jean-Philippe Lang
2010-03-12
1
-1
/
+1
*
Refactors textile formatting tests.
Jean-Philippe Lang
2010-03-12
1
-16
/
+15
*
Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416).
Jean-Philippe Lang
2010-03-12
1
-0
/
+19
*
Fixed: error while moving an issue to a project with disabled tracker with SQ...
Jean-Philippe Lang
2010-03-12
1
-0
/
+10
*
Fixed: text formatting breaks when using parenthesis inside bold tags (#1334).
Jean-Philippe Lang
2010-03-12
1
-0
/
+18
*
Fixed: some textile modifiers combinations don't work, eg. bold inside underl...
Jean-Philippe Lang
2010-03-11
1
-0
/
+45
*
Use assert_select to check the download link. (#4204)
Eric Davis
2010-03-10
1
-1
/
+1
*
Adds named scopes to replace custom finders.
Eric Davis
2010-03-10
1
-0
/
+20
*
Added unit tests for IssuesHelper#show_detail
Eric Davis
2010-03-08
2
-0
/
+190
*
Moves scm adapters unit tests to a dedicated folder.
Jean-Philippe Lang
2010-03-06
4
-4
/
+4
*
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
Jean-Philippe Lang
2010-03-06
2
-12
/
+29
*
Moves ProjectsController#add_version to VersionsController#new.
Jean-Philippe Lang
2010-03-06
2
-35
/
+34
*
Fixed: no email notification on new project/version file added (#4966).
Jean-Philippe Lang
2010-03-03
1
-0
/
+14
*
Fixes git annotate (#3832).
Jean-Philippe Lang
2010-03-03
1
-2
/
+3
*
Added test for when an attachment fails to save.
Eric Davis
2010-03-03
1
-1
/
+21
*
Fixes failing tests from r3521
Eric Davis
2010-03-02
1
-6
/
+6
*
Verify issues are updated by HTTP PUT only. Regression from r3486.
Eric Davis
2010-03-01
1
-0
/
+14
*
Adds a test for not sending email without recipient (#4920).
Jean-Philippe Lang
2010-02-28
1
-0
/
+21
*
Fixed: Git blame/annotate fails on moved files (#3832).
Jean-Philippe Lang
2010-02-28
1
-0
/
+14
*
Fixed: attachments with the same name at the same time overwrite (#3691).
Jean-Philippe Lang
2010-02-28
1
-0
/
+10
*
Fixes a test failure due to a default custom field value.
Jean-Philippe Lang
2010-02-28
1
-4
/
+2
*
Adds missing fixtures.
Jean-Philippe Lang
2010-02-28
1
-0
/
+1
*
Adds attachments upload on wiki edit form (#1223).
Jean-Philippe Lang
2010-02-28
1
-0
/
+17
*
Fixed: journal details duplicated when an issue is saved twice (#3690).
Jean-Philippe Lang
2010-02-28
1
-0
/
+26
*
Let administrators see locked user profiles.
Jean-Philippe Lang
2010-02-26
1
-2
/
+8
*
Makes AuthSource.authenticate return a hash instead of an array.
Jean-Philippe Lang
2010-02-26
2
-6
/
+4
*
Test that AuthSourceLdap#authenticate returns valid User attributes only.
Jean-Philippe Lang
2010-02-26
1
-16
/
+9
*
Moves the LDAP test server to a fixture.
Jean-Philippe Lang
2010-02-26
3
-24
/
+18
*
Adds a sample test LDAP configuration file.
Jean-Philippe Lang
2010-02-26
1
-0
/
+19
*
Refactor: Move the updating of an Issue to the #update method.
Eric Davis
2010-02-25
2
-2
/
+2
*
Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.
Eric Davis
2010-02-25
1
-0
/
+30
*
Refactor: Start to extract IssuesController#edit into #update (REST).
Eric Davis
2010-02-24
1
-24
/
+24
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
1
-22
/
+25
*
Moved the IssuesController routing tests to an integration test.
Eric Davis
2010-02-22
2
-116
/
+43
[next]