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
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove trailing white-spaces from app/models/repository.rb
Toshi MARUYAMA
2012-11-28
1
-2
/
+2
*
code layout cleanup app/models/issue_relation.rb
Toshi MARUYAMA
2012-11-28
1
-17
/
+33
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-3
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
3
-7
/
+8
*
Validate email only if changed.
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-8
/
+8
*
Fixed the behaviour for when rescheduling a parent task (#4590).
Jean-Philippe Lang
2012-11-24
1
-1
/
+9
*
Precede-Follow relation should move following issues earlier when reschedulin...
Jean-Philippe Lang
2012-11-24
1
-3
/
+8
*
Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...
Jean-Philippe Lang
2012-11-24
1
-1
/
+2
*
Use Project.rebuild_tree! instead of .rebuild! in migration.
Jean-Philippe Lang
2012-11-23
1
-0
/
+1
*
Adds a Project.rebuild_tree! method to force the rebuild of the nested set.
Jean-Philippe Lang
2012-11-23
1
-0
/
+9
*
scm: git: fix tests fail when extra_info is nil (#12409)
Toshi MARUYAMA
2012-11-21
1
-0
/
+1
*
scm: git: fix changesets aren't read after clear_changesets call (#12409)
Toshi MARUYAMA
2012-11-21
2
-0
/
+14
*
fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...
Toshi MARUYAMA
2012-11-21
1
-1
/
+18
*
remove trailing white-space from app/controllers/trackers_controller.rb
Toshi MARUYAMA
2012-11-18
1
-1
/
+1
*
Fixed that MailHandler raises an error when email has no subject header (#123...
Jean-Philippe Lang
2012-11-18
1
-2
/
+3
*
Cache languages names to avoid loading all translations files.
Jean-Philippe Lang
2012-11-18
1
-2
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-18
2
-11
/
+17
*
Eager-load authors.
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Removed the limit of 75 pages when exporting wiki pages (#12274).
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Fixed that repository identifier may not be displayed in project settings (#1...
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
'None' grouped issue list section should be translated (#12358).
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
Issue "Update" link broken focus (#12356).
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
fix receiving mail subject broken which does not begin with encoding name (#1...
Toshi MARUYAMA
2012-11-16
1
-1
/
+2
*
Fixed version date validation (#12359).
Jean-Philippe Lang
2012-11-15
1
-0
/
+7
*
Code cleanup.
Jean-Philippe Lang
2012-11-13
1
-4
/
+4
*
Adds table name to the SQL clause used by Principale.like scope.
Jean-Philippe Lang
2012-11-13
1
-2
/
+3
*
Code cleanup.
Jean-Philippe Lang
2012-11-13
1
-3
/
+3
*
Fixed that Principal#like scope does not work with cyrillic characters and Po...
Jean-Philippe Lang
2012-11-13
1
-3
/
+3
*
remove trailing white-space from app/controllers/timelog_controller.rb
Toshi MARUYAMA
2012-11-13
1
-1
/
+1
*
Adds a div that wraps everything except the footer.
Jean-Philippe Lang
2012-11-08
1
-0
/
+2
*
Fixed that watchers receive notifications for private comments without permis...
Jean-Philippe Lang
2012-11-05
2
-1
/
+9
*
Fixed source indentation (#8106).
Jean-Philippe Lang
2012-10-30
1
-3
/
+3
*
Issues by Category should show tasks without category (#8106).
Jean-Philippe Lang
2012-10-30
2
-7
/
+7
*
New user name format: firstname + first letter of lastname (#12085).
Jean-Philippe Lang
2012-10-30
1
-5
/
+10
*
Changes how relative date filters work and adds specific filters for filterin...
Jean-Philippe Lang
2012-10-30
1
-5
/
+21
*
Validate value for date filters.
Jean-Philippe Lang
2012-10-30
1
-1
/
+1
*
Ability to sort issues by grouped column (#3511).
Jean-Philippe Lang
2012-10-29
3
-3
/
+17
*
Display non working days on gantt according to settings (#2161).
Jean-Philippe Lang
2012-10-29
1
-2
/
+3
*
Non working days is an array of strings (#2161).
Jean-Philippe Lang
2012-10-29
1
-1
/
+1
*
Ignore non-working days when rescheduling an issue (#2161).
Jean-Philippe Lang
2012-10-29
4
-6
/
+25
*
Hard-coded "Back" on 404 view (#12231).
Jean-Philippe Lang
2012-10-28
1
-1
/
+1
*
Use page parameter instead of p for pagination.
Jean-Philippe Lang
2012-10-28
2
-2
/
+2
*
REST API for deleting wiki pages (#7082).
Jean-Philippe Lang
2012-10-28
1
-3
/
+7
*
remove trailing white-space from app/controllers/repositories_controller.rb
Toshi MARUYAMA
2012-10-28
1
-1
/
+1
*
Wrap issue description and its contextual menu in a div (#12211).
Jean-Philippe Lang
2012-10-27
1
-0
/
+2
*
Adds a textual css class for issue priorities (#12216).
Jean-Philippe Lang
2012-10-26
2
-1
/
+35
*
Adds last edit comments on the wiki page (#7082).
Jean-Philippe Lang
2012-10-25
1
-0
/
+1
*
Adds ?include=attachments option when retrieving a wiki page with the REST AP...
Jean-Philippe Lang
2012-10-25
1
-0
/
+6
[next]