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
/
project.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r16467 (#25501).
Jean-Philippe Lang
2017-04-06
1
-0
/
+17
*
Merged r16071 (#24595).
Jean-Philippe Lang
2016-12-20
1
-2
/
+10
*
Merged r15750 (#23655).
Jean-Philippe Lang
2016-08-31
1
-1
/
+3
*
Merged r15586 (#23172).
Jean-Philippe Lang
2016-08-20
1
-2
/
+13
*
Merged r15540 (#285).
Jean-Philippe Lang
2016-06-18
1
-10
/
+18
*
Merged r15518.
Jean-Philippe Lang
2016-06-12
1
-1
/
+1
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Use association instead of a manual JOIN (#21583).
Jean-Philippe Lang
2016-01-16
1
-2
/
+2
*
Don't show projects created more than 30 days ago in "Latest projects" (#21148).
Jean-Philippe Lang
2015-11-08
1
-1
/
+4
*
Default target version for new issues (#1828).
Jean-Philippe Lang
2015-11-01
1
-1
/
+3
*
Conditions cleanup.
Jean-Philippe Lang
2015-10-19
1
-2
/
+2
*
Error message when editing a child project without add project/subprojects pe...
Jean-Philippe Lang
2015-09-21
1
-6
/
+8
*
Project copy does not copy custom field settings (#20360).
Jean-Philippe Lang
2015-09-20
1
-5
/
+11
*
Project copy does not update custom field of version type values (#20361).
Jean-Philippe Lang
2015-09-20
1
-0
/
+16
*
Fixed invalid search link on the new project form (#20565).
Jean-Philippe Lang
2015-09-20
1
-2
/
+6
*
Don't propose projects without trackers when editing an issue (#20463).
Jean-Philippe Lang
2015-09-20
1
-0
/
+3
*
Project.copy_from deletes enabled_modules on source (#20512).
Jean-Philippe Lang
2015-08-18
1
-1
/
+1
*
use String#casecmp for case insensitive comparison (#20369)
Toshi MARUYAMA
2015-08-12
1
-1
/
+1
*
Fixed that members without view issues permission are able to list issues on ...
Jean-Philippe Lang
2015-07-25
1
-1
/
+5
*
Deprecates Project#member_principals.
Jean-Philippe Lang
2015-06-18
1
-9
/
+11
*
Fixed that project activity without parent hides system activities and remove...
Jean-Philippe Lang
2015-05-30
1
-40
/
+10
*
Memorize project override roles.
Jean-Philippe Lang
2015-01-24
1
-1
/
+4
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Option to search attachment filenames and description (#4383).
Jean-Philippe Lang
2015-01-09
1
-1
/
+1
*
Deprecates Project#set_allowed_parent!.
Jean-Philippe Lang
2015-01-07
1
-1
/
+2
*
Fixed that project copy triggers a 500 error if project validation fails.
Jean-Philippe Lang
2015-01-07
1
-1
/
+2
*
Cleans up parent project assignment in ProjectsController.
Jean-Philippe Lang
2015-01-07
1
-38
/
+44
*
Moved Project#hierarchy to NestedSet::Traversing.
Jean-Philippe Lang
2015-01-07
1
-9
/
+0
*
Replaces awesome_nested_set gem with a simple and more robust implementation ...
Jean-Philippe Lang
2015-01-07
1
-49
/
+6
*
Use logger.info? (#18605).
Jean-Philippe Lang
2014-12-14
1
-1
/
+1
*
Skip some validations if attribute did not change.
Jean-Philippe Lang
2014-12-06
1
-2
/
+1
*
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
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
1
-0
/
+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
*
Fixed SQL errors with SQLServer (column specified more than once in the order...
Jean-Philippe Lang
2014-10-29
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2014-10-28
1
-2
/
+2
*
Clear @assignable_users on reload.
Jean-Philippe Lang
2014-10-25
1
-0
/
+1
*
Makes Project#assignable_users return a scope that prevents 2*n queries.
Jean-Philippe Lang
2014-10-25
1
-5
/
+7
*
Restores commits reverted when rails-4.1 branch was merged (#18174).
Jean-Philippe Lang
2014-10-24
1
-1
/
+2
*
remove unneeded "references" of joins
Toshi MARUYAMA
2014-10-24
1
-6
/
+0
*
Code cleanup: use #project_condition.
Jean-Philippe Lang
2014-10-23
1
-3
/
+2
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-28
/
+38
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
1
-8
/
+18
*
WARNING: Can't mass-assign protected attributes: user_id, type.
Jean-Philippe Lang
2014-07-14
1
-1
/
+1
*
Fixed that query roles are not copied when copying a project (#17202).
Jean-Philippe Lang
2014-07-14
1
-0
/
+1
*
fix typos of source comments at Project model
Toshi MARUYAMA
2014-04-07
1
-3
/
+3
[next]