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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preload wiki page content for search results.
Jean-Philippe Lang
2014-12-26
1
-1
/
+1
*
Attachment content type not set when uploading attachment (#18667).
Jean-Philippe Lang
2014-12-21
1
-4
/
+5
*
Don't overwrite headers that were already set (#14699).
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
3
-4
/
+4
*
Use a CustomFieldValue instead of CustomValue.
Jean-Philippe Lang
2014-12-20
1
-1
/
+1
*
Use logger.info? (#18605).
Jean-Philippe Lang
2014-12-14
1
-1
/
+1
*
Use a simple count query.
Jean-Philippe Lang
2014-12-13
1
-17
/
+0
*
Don't show roles without issue add/edit permission in workflow setup (#15988).
Jean-Philippe Lang
2014-12-13
2
-2
/
+2
*
Don't consider roles without issue add/edit permissions for determining field...
Jean-Philippe Lang
2014-12-13
2
-0
/
+5
*
Droped legacy behaviour that allows a user to edit a few attributes of an iss...
Jean-Philippe Lang
2014-12-13
1
-8
/
+0
*
Removed unused method.
Jean-Philippe Lang
2014-12-12
1
-4
/
+0
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
6
-10
/
+10
*
ignore X-Autoreply mails (#15999, #13425)
Toshi MARUYAMA
2014-12-12
1
-1
/
+2
*
Misc tests.
Jean-Philippe Lang
2014-12-08
1
-1
/
+1
*
Don't create a journal when creating an issue.
Jean-Philippe Lang
2014-12-08
1
-3
/
+6
*
Skip some validations if attribute did not change.
Jean-Philippe Lang
2014-12-06
2
-3
/
+5
*
Specify the order for finding a setting.
Jean-Philippe Lang
2014-12-05
1
-1
/
+1
*
Skip uniqueness validation when updating a setting without changing its name.
Jean-Philippe Lang
2014-12-05
1
-1
/
+1
*
Adds methods for loading and adding settings.
Jean-Philippe Lang
2014-12-05
1
-32
/
+52
*
Removed dead code, Rails4 handles that in its attribute writer.
Jean-Philippe Lang
2014-12-05
1
-3
/
+0
*
Removed unused scopes.
Jean-Philippe Lang
2014-12-05
1
-15
/
+0
*
Typo.
Jean-Philippe Lang
2014-12-05
1
-1
/
+1
*
Removed unused and deprecated Issue#move_to_project method.
Jean-Philippe Lang
2014-12-05
1
-27
/
+0
*
Moved journal details generation to Journal model.
Jean-Philippe Lang
2014-12-05
2
-78
/
+122
*
Rescue RecordNotSaved in #save_with_content.
Jean-Philippe Lang
2014-12-03
1
-2
/
+7
*
Get version ids with a single query (was n+1).
Jean-Philippe Lang
2014-12-02
1
-3
/
+4
*
Removed broken and unused method added in r5313.
Jean-Philippe Lang
2014-12-02
1
-6
/
+0
*
Use scope.
Jean-Philippe Lang
2014-12-02
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2014-11-30
1
-4
/
+5
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
4
-1
/
+41
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
3
-22
/
+85
*
Merged r13640 from 2.6-stable to trunk (#18280)
Toshi MARUYAMA
2014-11-22
1
-1
/
+2
*
replace tab to space at app/models/issue.rb
Toshi MARUYAMA
2014-11-22
1
-1
/
+1
*
Selected projects in email notifications on "my account" are lost when the pa...
Jean-Philippe Lang
2014-11-22
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2014-11-22
1
-2
/
+1
*
Clear @spent_hours on reload (#18410).
Jean-Philippe Lang
2014-11-22
1
-0
/
+1
*
Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).
Jean-Philippe Lang
2014-11-14
1
-1
/
+1
*
Adds a role setting for controlling visibility of users: all or members of vi...
Jean-Philippe Lang
2014-11-11
5
-7
/
+49
*
Prevents a status load in #status_was when status is not changed (#18290).
Jean-Philippe Lang
2014-11-08
1
-2
/
+6
*
Prevents author load (#18290).
Jean-Philippe Lang
2014-11-08
1
-1
/
+1
*
Adds configuration settings to limit valid repository path (#1415).
Jean-Philippe Lang
2014-11-08
2
-0
/
+21
*
Preload users and projects for latest news on welcome page.
Jean-Philippe Lang
2014-11-06
1
-1
/
+1
*
Use IssueRelation#to_s.
Jean-Philippe Lang
2014-11-05
1
-1
/
+1
*
Overrides IssueRelation#to_s.
Jean-Philippe Lang
2014-11-05
1
-0
/
+10
*
Fixed that setting a status as closed should update issue closed_on attribute...
Jean-Philippe Lang
2014-11-05
1
-0
/
+18
*
Let QueryColumn accept a Proc as caption (#18276).
Jean-Philippe Lang
2014-11-04
1
-1
/
+8
*
Fixed that a disabled field which is required by workflow rules blocks issue ...
Jean-Philippe Lang
2014-11-04
1
-1
/
+1
*
Moved controller code to new method Project#add_default_member.
Jean-Philippe Lang
2014-11-02
1
-0
/
+9
*
Adds a 'sorted' scope to Project.
Jean-Philippe Lang
2014-11-02
1
-0
/
+1
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
3
-27
/
+67
[next]