| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use label_revision instead of label_version for wiki edits (#26575). | Jean-Philippe Lang | 2018-09-23 | 1 | -1/+1 |
* | Add some spacing. | Jean-Philippe Lang | 2018-09-23 | 1 | -2/+6 |
* | Cleanup. | Jean-Philippe Lang | 2018-09-23 | 1 | -6/+12 |
* | Remove link to current version, already present in the page breadcrumb (#26575). | Jean-Philippe Lang | 2018-09-23 | 1 | -2/+1 |
* | User label_revision instead of label_version for wiki edits (#26575). | Jean-Philippe Lang | 2018-09-23 | 2 | -4/+4 |
* | redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ... | Jean-Philippe Lang | 2018-09-23 | 1 | -1/+1 |
* | Remove unused and broken method CustomField.visibility_condition (#29160). | Jean-Philippe Lang | 2018-09-23 | 1 | -13/+0 |
* | Support self-signed LDAPS connections (#29606). | Jean-Philippe Lang | 2018-09-23 | 3 | -3/+50 |
* | Column Project is no longer added by default to the list of default columns f... | Jean-Philippe Lang | 2018-09-23 | 3 | -5/+4 |
* | Fixed that issue details page shows default values for custom fields that are... | Jean-Philippe Lang | 2018-09-23 | 2 | -1/+6 |
* | Add assignable, issues_visibility, time_entries_visibility and users_visibili... | Go MAEDA | 2018-09-23 | 1 | -0/+4 |
* | Move left bottom links from project settings above (#25853). | Go MAEDA | 2018-09-20 | 2 | -14/+15 |
* | Expose the Admin flag on the users api to admin users (#29459). | Go MAEDA | 2018-09-20 | 2 | -0/+2 |
* | Add a link to issue summary to issue tracking box on overview page (#29644). | Go MAEDA | 2018-09-20 | 1 | -0/+1 |
* | Add assignee's icon to tooltips in gantt and calendar (#29306). | Go MAEDA | 2018-09-18 | 1 | -1/+1 |
* | Add "View Differences" button above wiki and repository revisions table (#122... | Go MAEDA | 2018-09-18 | 2 | -2/+4 |
* | Reverts r17354 (#28829). | Jean-Philippe Lang | 2018-09-15 | 1 | -7/+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 | 2 | -6/+8 |
* | Custom field values for enumerations not saved (#28925). | Jean-Philippe Lang | 2018-09-15 | 1 | -3/+6 |
* | Allow project bulk edit of time entries (#26534). | Go MAEDA | 2018-09-14 | 5 | -20/+83 |
* | Add "icon" class to items in time entries context menu (#28605). | Go MAEDA | 2018-09-14 | 1 | -3/+3 |
* | 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 | 4 | -4/+4 |
* | Mark default version in versions tab from project settings (#27799). | Go MAEDA | 2018-08-09 | 1 | -0/+2 |