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
*
Inlines some code to speed up large ticket history rendering.
Jean-Philippe Lang
2010-03-16
3
-5
/
+5
*
Fixed: Wrong label in issue-journal for subtask-changes (#5090).
Jean-Philippe Lang
2010-03-16
1
-0
/
+5
*
Refactor: Split the find_object methods to prep for a larger refactoring.
Eric Davis
2010-03-16
8
-16
/
+24
*
Close unclosed pre/code tags (#4265).
Jean-Philippe Lang
2010-03-15
1
-0
/
+4
*
Do not parse redmine links inside pre/code tags (#1288).
Jean-Philippe Lang
2010-03-15
1
-5
/
+30
*
Extract parsing of inline attachments, wiki links and redmine links.
Jean-Philippe Lang
2010-03-15
1
-60
/
+60
*
Replace the hardcoded "CodeRay" css class name for highlighted elements.
Jean-Philippe Lang
2010-03-14
4
-5
/
+5
*
Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).
Jean-Philippe Lang
2010-03-14
1
-4
/
+1
*
Optimization: load attachments when needed.
Jean-Philippe Lang
2010-03-14
1
-5
/
+4
*
Move issue watchers to the sidebar.
Jean-Philippe Lang
2010-03-13
3
-27
/
+29
*
Slight UI changes to the subtasks tree.
Jean-Philippe Lang
2010-03-13
3
-5
/
+5
*
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
11
-67
/
+328
*
Do not reset session when a non logged in user request the login form (#4958).
Jean-Philippe Lang
2010-03-12
1
-3
/
+5
*
Fixed: error while moving an issue to a project with disabled tracker with SQ...
Jean-Philippe Lang
2010-03-12
1
-4
/
+4
*
Adds missing flash messages on project settings (#5043).
Jean-Philippe Lang
2010-03-12
1
-0
/
+3
*
Refactor: Extract method for setting the flash on bulk issue saves.
Eric Davis
2010-03-11
1
-14
/
+14
*
Removes broken javascript on wiki history.
Jean-Philippe Lang
2010-03-10
1
-1
/
+1
*
Adds named scopes to replace custom finders.
Eric Davis
2010-03-10
2
-8
/
+9
*
Fixed: NoMethodError error on roadmap if no trackers are selected and a share...
Jean-Philippe Lang
2010-03-08
1
-1
/
+1
*
Refactor: Remove duplicated case statements.
Eric Davis
2010-03-08
1
-22
/
+6
*
Refactor: Extract similar logic in IssuesHelper#show_detail to a new method.
Eric Davis
2010-03-08
1
-15
/
+25
*
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
Jean-Philippe Lang
2010-03-06
5
-34
/
+41
*
Moves ProjectsController#add_version to VersionsController#new.
Jean-Philippe Lang
2010-03-06
5
-39
/
+38
*
Adds context menu to the roadmap issue lists.
Jean-Philippe Lang
2010-03-06
1
-5
/
+11
*
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
[next]