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 double negative condition
Eric Davis
2010-03-05
1
-8
/
+2
*
Refactor: Moved the contents of #issue_update into Issue.
Eric Davis
2010-03-05
2
-29
/
+41
*
Adds an helper for creating the context menu.
Jean-Philippe Lang
2010-03-04
3
-11
/
+13
*
Fixed: hard coded English string at the selection of issue watchers (#4982).
Jean-Philippe Lang
2010-03-04
1
-1
/
+1
*
Refactor: Replace @journal with @issue.current_journal
Eric Davis
2010-03-04
2
-5
/
+10
*
Hide the main menu div if there isn't any items for it. #3259
Eric Davis
2010-03-04
1
-0
/
+2
*
Refactor: Extract method
Eric Davis
2010-03-04
1
-6
/
+9
*
Refactor: Extract method
Eric Davis
2010-03-04
1
-6
/
+9
*
Refactor: Extract methods to before_filters
Eric Davis
2010-03-04
1
-5
/
+13
*
Refactor: Split method
Eric Davis
2010-03-04
1
-1
/
+6
*
Refactor: Extract method
Eric Davis
2010-03-04
1
-3
/
+7
*
Refactor: use the existing Issue#new_statuses_allowed_to method.
Eric Davis
2010-03-04
2
-2
/
+3
*
Fixed: no email notification on new project/version file added (#4966).
Jean-Philippe Lang
2010-03-03
1
-2
/
+2
*
Adds hooks on login view (#4978).
Jean-Philippe Lang
2010-03-03
1
-0
/
+2
*
Filters collapsed by default for saved queries (#4623).
Jean-Philippe Lang
2010-03-03
1
-2
/
+2
*
Refactor: Decouple failed attachments and the flash messages
Eric Davis
2010-03-03
7
-18
/
+19
*
Fixes destroying attachments if the update fails. (r2875 r3523)
Eric Davis
2010-03-03
1
-1
/
+1
*
Allow multiple selected projects in #project_tree_options_for_select
Eric Davis
2010-03-03
1
-1
/
+6
*
Fixed: error while deleting an in-use enumeration (#4970).
Jean-Philippe Lang
2010-03-02
1
-2
/
+2
*
Refactor: Moved ApplicationController#attach_files to the Attachment model
Eric Davis
2010-03-02
7
-37
/
+54
*
Fixes some context menu links broken by r3478.
Jean-Philippe Lang
2010-03-01
1
-9
/
+9
*
Verify issues are updated by HTTP PUT only. Regression from r3486.
Eric Davis
2010-03-01
1
-1
/
+3
*
Refactor: Decouple building Issue and TimeEntry objects in #issue_update.
Eric Davis
2010-03-01
1
-7
/
+7
*
Fixes bottom links placement in issue with associated changesets (#4883).
Jean-Philippe Lang
2010-02-28
1
-1
/
+2
*
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
*
Allow project custom fields to be searchable (#4945).
Jean-Philippe Lang
2010-02-28
1
-0
/
+1
*
Adds attachments upload on wiki edit form (#1223).
Jean-Philippe Lang
2010-02-28
2
-1
/
+5
*
Fixed: journal details duplicated when an issue is saved twice (#3690).
Jean-Philippe Lang
2010-02-28
1
-29
/
+49
*
Fixed: Wrong link when "http" not included in project "Homepage" link (#4944).
Jean-Philippe Lang
2010-02-28
1
-1
/
+1
*
Refactor: Extracted saving logic out of #update and into a utility method
Eric Davis
2010-02-26
1
-29
/
+34
*
Link to the user from the wiki history view.
Jean-Philippe Lang
2010-02-26
1
-1
/
+1
*
Adds a link to the user profile from the administration user edit screen (#44...
Jean-Philippe Lang
2010-02-26
1
-0
/
+1
*
Let administrators see locked user profiles.
Jean-Philippe Lang
2010-02-26
1
-4
/
+6
*
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
*
Refactor: Extracted the duplication from the last commit into a new method
Eric Davis
2010-02-25
1
-32
/
+27
*
Refactor: Move the updating of an Issue to the #update method.
Eric Davis
2010-02-25
1
-7
/
+25
*
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: changing user/roles of project member not possible without javascript ...
Jean-Philippe Lang
2010-02-24
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
*
Refactor: Start to extract IssuesController#edit into #update (REST).
Eric Davis
2010-02-24
2
-3
/
+11
*
Reduces spacing on the bulk edit form.
Jean-Philippe Lang
2010-02-23
1
-1
/
+1
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
4
-53
/
+28
*
Move hardcoded calendar images to css classes.
Jean-Philippe Lang
2010-02-23
2
-11
/
+6
*
Fixed view_issues_move_bottom hook arguments (#4893).
Jean-Philippe Lang
2010-02-23
1
-1
/
+1
*
Refactor: Extract Issue#bulk_edit from the IssuesController
Eric Davis
2010-02-23
2
-13
/
+31
*
Avoid unnecessary SQL queries when loading changesets.
Jean-Philippe Lang
2010-02-21
1
-6
/
+7
[next]