summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* remove spaces inside {} of TimelogHelperToshi MARUYAMA2020-09-211-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at QueriesHelperToshi MARUYAMA2020-09-211-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20058 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at SettingsHelperToshi MARUYAMA2020-09-211-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20057 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of SettingsHelperToshi MARUYAMA2020-09-211-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20055 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of QueriesHelperToshi MARUYAMA2020-09-211-4/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20054 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show an icon for a bookmarked project in the projects list (#33908).Go MAEDA2020-09-202-2/+8
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to SettingsHelperToshi MARUYAMA2020-09-171-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20047 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of VersionsHelperToshi MARUYAMA2020-09-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20040 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of RepositoriesHelperToshi MARUYAMA2020-09-121-12/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20018 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-291-0/+24
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@19990 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at IssuesHelperToshi MARUYAMA2020-08-091-3/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19971 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "do end" instead of {} at VersionsHelperToshi MARUYAMA2020-08-091-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19969 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of RepositoriesHelperToshi MARUYAMA2020-08-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19964 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to RepositoriesHelperToshi MARUYAMA2020-08-091-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19960 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of IssuesHelperToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19955 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to VersionsHelperToshi MARUYAMA2020-08-071-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of IssuesHelperToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19948 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to IssuesHelperToshi MARUYAMA2020-07-191-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add empty line after guard clause to app/helpers/application_helper.rbToshi MARUYAMA2020-07-121-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19893 e93f8b46-1217-0410-a6f0-8f06a7374b81
* do not use spaces in lambda literals of ApplicationHelperToshi MARUYAMA2020-07-121-12/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always preserve the tree structure in the project jump box (#32944).Go MAEDA2020-07-061-8/+10
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix closing array brace position in UsersHelper#user_settings_tabsToshi MARUYAMA2020-07-051-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix closing array brace position in SettingsHelper#administration_settings_tabsToshi MARUYAMA2020-07-051-13/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19858 e93f8b46-1217-0410-a6f0-8f06a7374b81
* avoid multi-line ternary operators in app/helpers/settings_helper.rbToshi MARUYAMA2020-07-041-3/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19855 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent at ApplicationHelper#link_to_revisionToshi MARUYAMA2020-06-281-5/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19839 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent at ApplicationHelper#parse_redmine_linksToshi MARUYAMA2020-06-281-8/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19838 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent at ApplicationHelper#include_calendar_headers_tagsToshi MARUYAMA2020-06-281-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19837 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Additional email addresses are not displayed in user profile page (#33601).Go MAEDA2020-06-271-0/+6
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19836 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Table column sorting (#1718).Go MAEDA2020-06-241-1/+7
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19833 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line at app/helpers/application_helper.rbToshi MARUYAMA2020-06-161-3/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19825 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery to 3.5.1 without jQuery Migrate (#33383).Go MAEDA2020-06-031-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19803 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import user accounts from CSV file (#33102).Go MAEDA2020-05-301-0/+10
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19799 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove extra empty line from GanttHelper definitionToshi MARUYAMA2020-05-271-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19787 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Tribute to 5.1.3 (#33424).Go MAEDA2020-05-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19785 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.12.1 (#31887).Go MAEDA2020-05-181-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Untranslated string "diff" in journal detail (#33452).Go MAEDA2020-05-161-1/+1
| | | | | | | Patch by Kam Nazir. git-svn-id: http://svn.redmine.org/redmine/trunk@19780 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing "icon" class to items with "icon-checked" class in the context ↵Go MAEDA2020-05-151-1/+1
| | | | | | | | | menu (#33437). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19769 (#31887).Go MAEDA2020-05-141-1/+1
| | | | | | | The change broke the Highlighted code button in the Wiki toolbar. git-svn-id: http://svn.redmine.org/redmine/trunk@19776 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.12.1 (#31887).Go MAEDA2020-05-091-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19769 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that custom fields in users CSV are not ordered by position value (#33126).Go MAEDA2020-05-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include updated_on and passwd_changed_on columns when exporting users to CSV ↵Go MAEDA2020-05-021-1/+3
| | | | | | | | | (#33347). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19740 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix time entry user is shown twice in the User drop-down (#33341).Go MAEDA2020-04-271-1/+1
| | | | | | | Patch by Thomas Löber and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-251-3/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get the list of new issue watchers using single query and limit the results ↵Go MAEDA2020-04-251-6/+4
| | | | | | | | | to 20 (#4511). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show open/closed badge on issue page (#33254).Go MAEDA2020-04-232-0/+8
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19719 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds option to include issue custom fields in projects#show API response ↵Go MAEDA2020-04-211-0/+6
| | | | | | | | | (#33301). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19714 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Total estimated time column shows up as decimal value regardless of time ↵Go MAEDA2020-04-151-2/+2
| | | | | | | | | setting (#33273). Patch by Farook Al-Sammarraie. git-svn-id: http://svn.redmine.org/redmine/trunk@19702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix issue inline auto complete in issues bulk edit page for custom fields ↵Go MAEDA2020-04-111-1/+7
| | | | | | | | | with text formatting enabled (#33255). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show toolbar for full width custom fields with text formatting enabled on ↵Go MAEDA2020-04-111-1/+5
| | | | | | | | | issues bulk edit page (#32471). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unify CSS classes for custom fields in issue#show, issue#edit and ↵Go MAEDA2020-04-111-2/+2
| | | | | | | | | issue#bulk_edit (#32471). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19690 e93f8b46-1217-0410-a6f0-8f06a7374b81