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
...
*
Let admin users unarchive subprojects of archived projects (#29993).
Jean-Philippe Lang
2018-12-02
2
-9
/
+5
*
Moves some action links on the wiki page to a dropdown menu (#26575).
Jean-Philippe Lang
2018-12-02
2
-10
/
+31
*
Replace cancel button with cancel link in modals (#28662).
Go MAEDA
2018-12-02
10
-10
/
+10
*
Adds view_projects_copy_only_items hook (#28895).
Go MAEDA
2018-12-01
1
-0
/
+1
*
Restore History link at the top of a wiki page (#26575).
Jean-Philippe Lang
2018-11-29
1
-0
/
+1
*
CSV importer ignores shared version names of other projects (#30001).
Jean-Philippe Lang
2018-11-29
1
-1
/
+4
*
Related issues section ignores the date format setting (#29918).
Jean-Philippe Lang
2018-11-29
1
-2
/
+2
*
Add wiki class also for half width custom fields with text formatting enabled...
Go MAEDA
2018-11-26
1
-1
/
+5
*
Remove trailing whitespaces from app/helpers/issues_helper.rb
Go MAEDA
2018-11-26
1
-1
/
+1
*
Fix: Attachments are added even if validation fails when updating an issue vi...
Go MAEDA
2018-11-23
1
-1
/
+1
*
Sort issues by due date in email reminders (#29771).
Go MAEDA
2018-11-06
1
-0
/
+1
*
Remove trailing whitespaces from app/models/mailer.rb
Go MAEDA
2018-11-06
1
-1
/
+1
*
Add missing closing tag in app/views/roles/_form.html.erb (#29912).
Go MAEDA
2018-11-05
1
-0
/
+1
*
Previous/Next link on repository page disappears when switching to "View diff...
Go MAEDA
2018-11-05
1
-0
/
+27
*
Move attachments to their own section in issue page (#29033).
Go MAEDA
2018-11-04
1
-4
/
+6
*
Hide "Files" section in wiki pages when printing (#29791).
Go MAEDA
2018-10-31
1
-1
/
+1
*
Remove trailing whitespaces from app/views/wiki/show.html.erb
Go MAEDA
2018-10-31
1
-1
/
+1
*
Use Project::STATUS_ACTIVE constant instead of harcoded 1 (#29449).
Go MAEDA
2018-10-29
1
-3
/
+3
*
Filter out issues from closed projects in the following widgets (#29449):
Go MAEDA
2018-10-29
1
-0
/
+3
*
Revert unwanted changes in r17607 (#20081).
Go MAEDA
2018-10-29
1
-27
/
+0
*
Filter time entries after project status (#20081).
Go MAEDA
2018-10-29
1
-0
/
+10
*
Filter issues after project status (#20081).
Go MAEDA
2018-10-29
4
-0
/
+51
*
Reverted r17605 that breaks some tests (#26576, #29730).
Go MAEDA
2018-10-29
1
-27
/
+0
*
Previous/Next link on repository page disappears when switching to "View diff...
Go MAEDA
2018-10-28
1
-0
/
+27
*
Handles the case when an expired token is in the users session (#29781).
Go MAEDA
2018-10-28
1
-1
/
+7
*
Fix that MyHelper::render_activity_block is not timezone aware (#2471, #29816).
Go MAEDA
2018-10-20
1
-1
/
+1
*
Removes method_missing override (#26791).
Jean-Philippe Lang
2018-10-10
1
-9
/
+0
*
Replaces remaining #deliver with #deliver_later (#26791).
Jean-Philippe Lang
2018-10-10
1
-3
/
+3
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
30
-409
/
+278
*
Fixed that test_email raises an error with #deliver_later (#26791).
Jean-Philippe Lang
2018-10-06
1
-41
/
+4
*
Use find_by instead of where.first to remove unnecessary sorting (#26747).
Go MAEDA
2018-10-06
10
-19
/
+19
*
Ensure that ActiveRecord::Base objects are fully serialized for mail sending ...
Jean-Philippe Lang
2018-10-06
1
-1
/
+38
*
Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).
Jean-Philippe Lang
2018-10-06
2
-28
/
+0
*
Send individual emails for each mail recipient (#26791).
Jean-Philippe Lang
2018-10-06
6
-123
/
+419
*
Let pagination always be visible (#29395).
Go MAEDA
2018-10-04
1
-1
/
+3
*
Adds file preview prev/next navigation with arrow keys (#29395).
Go MAEDA
2018-10-04
2
-2
/
+2
*
Repository entry pagination (#29395).
Go MAEDA
2018-10-04
3
-0
/
+20
*
Attachments prev/next navigation (#29395).
Go MAEDA
2018-10-04
3
-0
/
+20
*
Custom queries are broken by updating with nil parameter values (#29701).
Go MAEDA
2018-10-04
3
-7
/
+7
*
Extend Issue Summary to include subprojects (#2529).
Go MAEDA
2018-10-03
4
-34
/
+35
*
Remove unused variable 'filter_options' from Query#add_filter (#29710).
Go MAEDA
2018-10-02
1
-1
/
+0
*
Adds style to the empty preview message (#27758).
Jean-Philippe Lang
2018-09-30
1
-1
/
+1
*
Add a checkbox to create the wiki page with or without parent (#26043).
Jean-Philippe Lang
2018-09-30
1
-1
/
+9
*
Removed unused helper #preview_link (#27758).
Jean-Philippe Lang
2018-09-26
1
-8
/
+0
*
Removes render_ prefix from cancel_button_tag methods (#8888).
Jean-Philippe Lang
2018-09-26
4
-5
/
+5
*
Add cancel button to new/edit log time page (#8888).
Jean-Philippe Lang
2018-09-26
4
-0
/
+13
*
Adds preview option to the wiki toolbar (#27758).
Jean-Philippe Lang
2018-09-26
20
-68
/
+28
*
Move "Latest news" above "Members" on project overview page (#29183).
Go MAEDA
2018-09-25
1
-2
/
+2
*
Use the id field as project_key in ProjectCustomField#visibility_by_project_c...
Go MAEDA
2018-09-24
1
-0
/
+5
*
Link to user in wiki syntax only works when login is written in lower case (#...
Jean-Philippe Lang
2018-09-23
1
-3
/
+3
[prev]
[next]