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
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespaces from journals_helper.rb
Go MAEDA
2019-04-08
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
*
Simpler link syntax "#note-123" to make a link to a note of the current issue...
Go MAEDA
2019-03-20
1
-1
/
+3
*
Remove unused method ApplicationHelper#generate_csv (#31046).
Go MAEDA
2019-03-18
1
-5
/
+0
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
9
-34
/
+34
*
Support frozen_string_literal in issue, journal, and query (#26561).
Go MAEDA
2019-03-17
2
-11
/
+11
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
33
-33
/
+33
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
44
-88
/
+0
*
Display user's groups on profile (#12796).
Jean-Philippe Lang
2019-03-15
1
-0
/
+14
*
Add a description for trackers (#442).
Jean-Philippe Lang
2019-03-15
2
-1
/
+12
*
Display details about inheritance when editing a member roles (#31032).
Jean-Philippe Lang
2019-03-15
1
-0
/
+15
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
44
-0
/
+88
*
Move custom field classes to a method (#30994).
Go MAEDA
2019-03-09
1
-3
/
+2
*
Cannot make cross-project wiki link if the project name includes square brack...
Go MAEDA
2019-02-27
1
-1
/
+1
*
Refactor custom field value tag for custom fields with full text formatting e...
Go MAEDA
2019-02-12
2
-12
/
+15
*
Show Edit/Preview tabs for full width layout custom fields with text formatti...
Go MAEDA
2019-02-12
1
-3
/
+6
*
Start date and due date in email notifications (#13307).
Go MAEDA
2019-01-25
1
-2
/
+2
*
Add "nwday" class to non-working days in calendar (#27096).
Go MAEDA
2019-01-14
1
-0
/
+3
*
Move calendar day classes to a helper (#27096).
Go MAEDA
2019-01-14
1
-0
/
+6
*
Performance improvement when rendering news or calendar block on My page (#30...
Go MAEDA
2018-12-21
1
-2
/
+2
*
Adds a permission to log time for another user (#3848).
Jean-Philippe Lang
2018-12-16
1
-0
/
+5
*
Adds a link to remove a subtask from its parent task (#23392).
Jean-Philippe Lang
2018-12-16
1
-1
/
+11
*
Allow issues grouping by creation, update and closing date (#13803).
Jean-Philippe Lang
2018-12-12
1
-1
/
+1
*
Moves some action links on the wiki page to a dropdown menu (#26575).
Jean-Philippe Lang
2018-12-02
1
-0
/
+11
*
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
*
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
*
Fix that MyHelper::render_activity_block is not timezone aware (#2471, #29816).
Go MAEDA
2018-10-20
1
-1
/
+1
*
Use find_by instead of where.first to remove unnecessary sorting (#26747).
Go MAEDA
2018-10-06
1
-3
/
+3
*
Repository entry pagination (#29395).
Go MAEDA
2018-10-04
1
-0
/
+9
*
Attachments prev/next navigation (#29395).
Go MAEDA
2018-10-04
1
-0
/
+8
*
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
2
-3
/
+3
*
Add cancel button to new/edit log time page (#8888).
Jean-Philippe Lang
2018-09-26
2
-0
/
+11
*
Link to user in wiki syntax only works when login is written in lower case (#...
Jean-Philippe Lang
2018-09-23
1
-3
/
+3
*
Add assignee's icon to tooltips in gantt and calendar (#29306).
Go MAEDA
2018-09-18
1
-1
/
+1
*
Special character like quote breaks wiki links (#22967).
Jean-Philippe Lang
2018-09-15
1
-0
/
+1
*
Disable workflow checkboxes with no status change (#5593).
Jean-Philippe Lang
2018-09-15
1
-2
/
+4
*
Allow project bulk edit of time entries (#26534).
Go MAEDA
2018-09-14
2
-14
/
+14
*
Adds ##123 extended issue linking syntax (#29488).
Go MAEDA
2018-09-08
1
-6
/
+15
*
Replace String#gsub with faster String#tr (#29363).
Go MAEDA
2018-08-12
1
-1
/
+1
*
Export users list to CSV (#5957).
Go MAEDA
2018-08-05
1
-4
/
+31
*
Replace Enumerable#sort with faster Enumerable#sort_by (#29299).
Go MAEDA
2018-08-02
4
-5
/
+5
*
Add my activities to my page (#2471).
Go MAEDA
2018-07-11
1
-0
/
+6
*
Remove filename from attachment preview links (#27822).
Go MAEDA
2018-07-09
1
-6
/
+12
*
Adds link to container to attachment view (#29190).
Go MAEDA
2018-07-08
1
-0
/
+34
*
Add links to Users, Projects and Versions in timelog report (#29042).
Go MAEDA
2018-06-18
1
-7
/
+3
*
Add Users tab to application settings.
Jean-Philippe Lang
2018-06-17
1
-0
/
+1
[next]