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
*
Allow AuthSources to control if they allow password changes.
Eric Davis
2010-05-23
2
-3
/
+22
*
Remove hard coded LDAP log message.
Eric Davis
2010-05-23
1
-1
/
+1
*
Adds issue relations to individual issue XML (#5305).
Jean-Philippe Lang
2010-05-01
1
-7
/
+18
*
Fixes workflow edit with JRuby (#5404).
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Only copy visible issues.
Eric Davis
2010-04-29
1
-1
/
+1
*
Adding missing setter for Query#available_columns
Eric Davis
2010-04-20
1
-0
/
+8
*
Refactor: Move method to Query model
Eric Davis
2010-04-19
1
-0
/
+7
*
Fixes behaviour of move_issues permission for non member role (#5309).
Jean-Philippe Lang
2010-04-18
1
-0
/
+16
*
Fixed: Error on db:migrate with table prefix set (#5335).
Jean-Philippe Lang
2010-04-17
1
-1
/
+1
*
Replace the hardcoded CustomField::FIELD_FORMATS with a class.
Eric Davis
2010-04-16
1
-10
/
+1
*
Do not raise an error when destroying a Version with assigned issues.
Jean-Philippe Lang
2010-04-11
1
-8
/
+4
*
Fixes Issue#save_issue_with_child_records so that time entry do not get saved...
Jean-Philippe Lang
2010-04-11
1
-27
/
+28
*
Fixed: issue optimistic locking broken by r3308 (#5280).
Jean-Philippe Lang
2010-04-11
1
-6
/
+14
*
Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255).
Jean-Philippe Lang
2010-04-11
1
-1
/
+6
*
Fixes calculation of version estimated hours with subtasks (#5265).
Jean-Philippe Lang
2010-04-11
1
-1
/
+2
*
Makes the wiki sidebar editable (#5208).
Jean-Philippe Lang
2010-04-11
3
-0
/
+19
*
Issue list improvements for subtasking (#5196):
Jean-Philippe Lang
2010-03-27
1
-1
/
+3
*
Adds an option to enable/disable email notifications during a project copy (#...
Jean-Philippe Lang
2010-03-21
1
-0
/
+9
*
Optimize retrieval of user's projects members.
Jean-Philippe Lang
2010-03-21
1
-3
/
+5
*
Cleans up status assignment in IssuesController#new handled by Issue#safe_att...
Jean-Philippe Lang
2010-03-20
1
-0
/
+5
*
Refactor: Extract Query#sortable_columns from the controller.
Eric Davis
2010-03-19
1
-0
/
+8
*
Refactor: Extract method to the Member model
Eric Davis
2010-03-18
1
-0
/
+7
*
Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.
Jean-Philippe Lang
2010-03-13
2
-4
/
+20
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
3
-48
/
+224
*
Fixed: error while moving an issue to a project with disabled tracker with SQ...
Jean-Philippe Lang
2010-03-12
1
-4
/
+4
*
Adds named scopes to replace custom finders.
Eric Davis
2010-03-10
1
-1
/
+7
*
Refactor: Moved the contents of #issue_update into Issue.
Eric Davis
2010-03-05
1
-0
/
+28
*
Refactor: Replace @journal with @issue.current_journal
Eric Davis
2010-03-04
1
-0
/
+2
*
Refactor: use the existing Issue#new_statuses_allowed_to method.
Eric Davis
2010-03-04
1
-1
/
+2
*
Fixed: no email notification on new project/version file added (#4966).
Jean-Philippe Lang
2010-03-03
1
-2
/
+2
*
Refactor: Decouple failed attachments and the flash messages
Eric Davis
2010-03-03
1
-7
/
+2
*
Refactor: Moved ApplicationController#attach_files to the Attachment model
Eric Davis
2010-03-02
1
-0
/
+27
*
Adds 'Blocked by' (#1755) and 'Duplicated by' relation types to the dropdown ...
Jean-Philippe Lang
2010-02-28
1
-5
/
+10
*
Fixed: attachments with the same name at the same time overwrite (#3691).
Jean-Philippe Lang
2010-02-28
1
-5
/
+9
*
Fixed: journal details duplicated when an issue is saved twice (#3690).
Jean-Philippe Lang
2010-02-28
1
-29
/
+49
*
Makes AuthSource.authenticate return a hash instead of an array.
Jean-Philippe Lang
2010-02-26
2
-8
/
+8
*
User model should not have to clean up LDAP attributes.
Jean-Philippe Lang
2010-02-26
2
-3
/
+2
*
Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.
Eric Davis
2010-02-25
1
-1
/
+2
*
Optimize: Only select the name when getting the module names.
Eric Davis
2010-02-25
1
-1
/
+1
*
Fixed: projects are referenced by id in search results.
Jean-Philippe Lang
2010-02-24
1
-1
/
+1
*
Makes project identifiers searchable (#4897).
Jean-Philippe Lang
2010-02-24
1
-1
/
+1
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
1
-19
/
+7
*
Refactor: Extract Issue#bulk_edit from the IssuesController
Eric Davis
2010-02-23
1
-0
/
+18
*
Avoid unnecessary SQL queries when loading changesets.
Jean-Philippe Lang
2010-02-21
1
-6
/
+7
*
Memorize commit authors to speed up changesets loading.
Jean-Philippe Lang
2010-02-21
1
-3
/
+10
*
Remove invalid utf8 sequences from commit comments and author name (#4773).
Jean-Philippe Lang
2010-02-20
1
-3
/
+8
*
Fixed: Links in Forum mails should redirect to message, not topic (#4884).
Jean-Philippe Lang
2010-02-20
1
-1
/
+1
*
Refactor: Extract #get_user_dn from AuthSourceLdap.
Eric Davis
2010-02-19
1
-16
/
+27
*
Refactor: extract AuthSourceLdap#search_attributes
Eric Davis
2010-02-19
1
-2
/
+11
*
Refactor: Rewrite authenticate_dn to use an implicit return.
Eric Davis
2010-02-18
1
-6
/
+3
[next]