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
*
Replaces the obsolete robots.txt with a cached action (#2491).
Jean-Philippe Lang
2009-01-27
1
-0
/
+7
*
Converted routing and urls to follow the Rails REST convention.
Eric Davis
2009-01-26
23
-118
/
+1059
*
Ability to bulk edit custom fields of type 'list' (#461).
Jean-Philippe Lang
2009-01-25
1
-2
/
+27
*
Adds ability to bulk copy issues (#1847).
Jean-Philippe Lang
2009-01-25
2
-0
/
+34
*
Ignore archived subprojects in Project#rolled_up_trackers (#2550).
Jean-Philippe Lang
2009-01-25
1
-0
/
+10
*
Removes unused projects_count column from projects table.
Jean-Philippe Lang
2009-01-24
1
-6
/
+0
*
Merged nested projects branch. Removes limit on subproject nesting (#594).
Jean-Philippe Lang
2009-01-24
3
-22
/
+119
*
Fixes a test that was broken by r2294.
Jean-Philippe Lang
2009-01-24
1
-1
/
+1
*
Accept replies to forum messages by subject recognition (#1616).
Jean-Philippe Lang
2009-01-21
2
-0
/
+22
*
Allow email to reply to a forum message (#1616).
Jean-Philippe Lang
2009-01-19
2
-1
/
+28
*
Use In-Reply-To and References headers to handle replies by email.
Jean-Philippe Lang
2009-01-19
1
-1
/
+2
*
Adds Message-Id and References headers to email notifications so that issues ...
Jean-Philippe Lang
2009-01-18
2
-2
/
+40
*
User custom fields can now be set as editable so that users can edit them on ...
Jean-Philippe Lang
2009-01-17
2
-3
/
+26
*
CustomFieldsController#list moved to #index.
Jean-Philippe Lang
2009-01-17
1
-2
/
+2
*
CustomFieldsController refactoring.
Jean-Philippe Lang
2009-01-17
1
-1
/
+6
*
Make use of tracker_ids association in issue custom field form.
Jean-Philippe Lang
2009-01-17
1
-2
/
+2
*
Adds custom fields functional tests.
Jean-Philippe Lang
2009-01-16
1
-0
/
+56
*
Use a textarea for custom fields possible values (#2472).
Jean-Philippe Lang
2009-01-16
1
-0
/
+18
*
Adds a 'Create and continue' button on the new issue form, that will create t...
Jean-Philippe Lang
2009-01-16
1
-0
/
+10
*
Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).
Jean-Philippe Lang
2009-01-12
1
-1
/
+1
*
Ability to sort the issue list by text, int and float custom fields (#1139).
Jean-Philippe Lang
2009-01-11
4
-9
/
+76
*
Ability to sort the issue list by text, list, date and boolean custom fields ...
Jean-Philippe Lang
2009-01-11
1
-0
/
+26
*
Different icon for closed issues in search result (#992).
Jean-Philippe Lang
2009-01-11
2
-0
/
+28
*
Makes email adress uniqueness case-insensitive (#2473).
Jean-Philippe Lang
2009-01-10
1
-0
/
+13
*
Fixed: no error is raised when entering invalid hours on the issue update for...
Jean-Philippe Lang
2009-01-09
2
-1
/
+20
*
Fixes a test failure with svn < 1.5 (#2455).
Jean-Philippe Lang
2009-01-07
1
-7
/
+9
*
Fixes functional test broken by r2246.
Jean-Philippe Lang
2009-01-07
1
-5
/
+5
*
Makes issue description a non-required field (#2456).
Jean-Philippe Lang
2009-01-07
1
-0
/
+6
*
Slight changes in functional tests.
Jean-Philippe Lang
2009-01-04
9
-15
/
+16
*
Slight changes to ease Rails 2.2 support.
Jean-Philippe Lang
2009-01-04
1
-6
/
+6
*
Move PDF stuff to a single helper.
Jean-Philippe Lang
2009-01-04
1
-2
/
+10
*
Import custom fields values from emails (#2413).
Jean-Philippe Lang
2008-12-30
2
-1
/
+53
*
Jump to the current tab when using the project quick-jump combo (#2364).
Jean-Philippe Lang
2008-12-30
1
-0
/
+17
*
Renumbers projects_trackers fixtures (#2411).
Jean-Philippe Lang
2008-12-29
1
-14
/
+14
*
Disable textile inline styles to prevent XSS attacks (#2377).
Jean-Philippe Lang
2008-12-28
1
-1
/
+2
*
Fixed bold syntax around single character in series (#2351).
Jean-Philippe Lang
2008-12-28
1
-1
/
+4
*
Fixes functional tests fixtures (#2398).
Jean-Philippe Lang
2008-12-28
2
-2
/
+3
*
Fixed: deleted files should not be shown when browsing a Darcs repository (#2...
Jean-Philippe Lang
2008-12-27
1
-0
/
+6
*
Fixes functional test failures.
Jean-Philippe Lang
2008-12-27
2
-3
/
+3
*
Fixtures update.
Jean-Philippe Lang
2008-12-27
1
-0
/
+5
*
Validates sort_key and sort_order params (#2378).
Jean-Philippe Lang
2008-12-24
1
-0
/
+10
*
Escape textile titles and styles (#2377).
Jean-Philippe Lang
2008-12-23
1
-0
/
+10
*
Adds watchers selection on new issue form (#398). Permission 'add issue watch...
Jean-Philippe Lang
2008-12-22
1
-0
/
+24
*
Check that wiki page exists before processing (#2360).
Jean-Philippe Lang
2008-12-19
1
-0
/
+5
*
Escape double-quotes in image titles.
Jean-Philippe Lang
2008-12-19
1
-0
/
+2
*
Fixed a failing test caused by comparing a Time object (n.day.ago) with a Dat...
Eric Davis
2008-12-18
1
-2
/
+2
*
Adds a css class (overdue) to overdue issues on issue lists and detail views ...
Jean-Philippe Lang
2008-12-16
1
-0
/
+7
*
Fixes repository user mapping submission when a repository username is blank ...
Jean-Philippe Lang
2008-12-15
1
-3
/
+3
*
Mail handler: strip tags when receiving a html-only email (#2312).
Jean-Philippe Lang
2008-12-14
2
-0
/
+31
*
Fixed: CVS browser should not show dead revisions (deleted files) (#2319).
Jean-Philippe Lang
2008-12-14
1
-0
/
+6
[next]