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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend changes.path and changes.from_path to support longer paths. #5771
Eric Davis
2010-07-06
2
-5
/
+5
*
Recalculate inherited attributes on parents when a child is moved under a new...
Eric Davis
2010-06-30
1
-0
/
+9
*
Add some tests for User#try_to_login with LDAP. #5592
Eric Davis
2010-06-30
1
-0
/
+15
*
Sanitize image links and handle nils in the toc formatter. #5445
Eric Davis
2010-06-24
1
-1
/
+5
*
Change User#login to be case-insensitive. #2473
Eric Davis
2010-06-20
1
-0
/
+34
*
Truncate incoming email subject lines to 255 characters. #5698
Eric Davis
2010-06-20
1
-0
/
+6
*
Support listing directories in svn which include square brackets. #5548
Eric Davis
2010-06-20
1
-4
/
+30
*
Display the link name when external links are used in the toc macro. #5445
Eric Davis
2010-06-19
1
-0
/
+2
*
Accept email from anonymous users with an empty from address. #5604
Eric Davis
2010-06-19
1
-0
/
+9
*
Refactor: extract test method
Eric Davis
2010-06-19
1
-9
/
+2
*
Fix a nil error when a Project cannot save attachments.
Eric Davis
2010-06-19
1
-0
/
+26
*
Add an "Assigned To" keyword to receiving email. #5594
Eric Davis
2010-05-29
1
-0
/
+2
*
Add 'Start date' and 'End date' keywords for incoming email. #5595
Eric Davis
2010-05-28
1
-1
/
+5
*
Show subproject versions on the Roadmap.
Eric Davis
2010-05-27
1
-0
/
+53
*
Allow AuthSources to control if they allow password changes.
Eric Davis
2010-05-23
1
-0
/
+26
*
Adds issue relations to individual issue XML (#5305).
Jean-Philippe Lang
2010-05-01
1
-0
/
+9
*
Adds test helpers for test repositories.
Jean-Philippe Lang
2010-05-01
2
-9
/
+4
*
Fixes random test failure.
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Fixed: watchers selection lost when issue creation fails (#5406). #watched_by...
Jean-Philippe Lang
2010-04-30
1
-0
/
+6
*
Fixes an object instantiation in tests.
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Adds an assertion on issues deletion when deleting a project (#5381).
Jean-Philippe Lang
2010-04-27
1
-2
/
+3
*
Fixes behaviour of move_issues permission for non member role (#5309).
Jean-Philippe Lang
2010-04-18
1
-0
/
+17
*
Check that admin LDAP user is untouched after authentication (#5263).
Jean-Philippe Lang
2010-04-11
1
-2
/
+14
*
Fixes calculation of version estimated hours with subtasks (#5265).
Jean-Philippe Lang
2010-04-11
1
-0
/
+28
*
Makes the wiki sidebar editable (#5208).
Jean-Philippe Lang
2010-04-11
2
-0
/
+26
*
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
*
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
2
-15
/
+316
*
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
*
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
1
-0
/
+159
*
Moves scm adapters unit tests to a dedicated folder.
Jean-Philippe Lang
2010-03-06
4
-4
/
+4
*
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
*
Adds a test for not sending email without recipient (#4920).
Jean-Philippe Lang
2010-02-28
1
-0
/
+21
[next]