summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Repository entry pagination (#29395).Go MAEDA2018-10-043-0/+20
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-043-0/+20
* Custom queries are broken by updating with nil parameter values (#29701).Go MAEDA2018-10-043-7/+7
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-034-34/+35
* Remove unused variable 'filter_options' from Query#add_filter (#29710).Go MAEDA2018-10-021-1/+0
* Adds style to the empty preview message (#27758).Jean-Philippe Lang2018-09-301-1/+1
* Add a checkbox to create the wiki page with or without parent (#26043).Jean-Philippe Lang2018-09-301-1/+9
* Removed unused helper #preview_link (#27758).Jean-Philippe Lang2018-09-261-8/+0
* Removes render_ prefix from cancel_button_tag methods (#8888).Jean-Philippe Lang2018-09-264-5/+5
* Add cancel button to new/edit log time page (#8888).Jean-Philippe Lang2018-09-264-0/+13
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-2620-68/+28
* Move "Latest news" above "Members" on project overview page (#29183).Go MAEDA2018-09-251-2/+2
* Use the id field as project_key in ProjectCustomField#visibility_by_project_c...Go MAEDA2018-09-241-0/+5
* Link to user in wiki syntax only works when login is written in lower case (#...Jean-Philippe Lang2018-09-231-3/+3
* Use label_revision instead of label_version for wiki edits (#26575).Jean-Philippe Lang2018-09-231-1/+1
* Add some spacing.Jean-Philippe Lang2018-09-231-2/+6
* Cleanup.Jean-Philippe Lang2018-09-231-6/+12
* Remove link to current version, already present in the page breadcrumb (#26575).Jean-Philippe Lang2018-09-231-2/+1
* User label_revision instead of label_version for wiki edits (#26575).Jean-Philippe Lang2018-09-232-4/+4
* redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ...Jean-Philippe Lang2018-09-231-1/+1
* Remove unused and broken method CustomField.visibility_condition (#29160).Jean-Philippe Lang2018-09-231-13/+0
* Support self-signed LDAPS connections (#29606).Jean-Philippe Lang2018-09-233-3/+50
* Column Project is no longer added by default to the list of default columns f...Jean-Philippe Lang2018-09-233-5/+4
* Fixed that issue details page shows default values for custom fields that are...Jean-Philippe Lang2018-09-232-1/+6
* Add assignable, issues_visibility, time_entries_visibility and users_visibili...Go MAEDA2018-09-231-0/+4
* Move left bottom links from project settings above (#25853).Go MAEDA2018-09-202-14/+15
* Expose the Admin flag on the users api to admin users (#29459).Go MAEDA2018-09-202-0/+2
* Add a link to issue summary to issue tracking box on overview page (#29644).Go MAEDA2018-09-201-0/+1
* Add assignee's icon to tooltips in gantt and calendar (#29306).Go MAEDA2018-09-181-1/+1
* Add "View Differences" button above wiki and repository revisions table (#122...Go MAEDA2018-09-182-2/+4
* Reverts r17354 (#28829).Jean-Philippe Lang2018-09-151-7/+1
* Special character like quote breaks wiki links (#22967).Jean-Philippe Lang2018-09-151-0/+1
* Disable workflow checkboxes with no status change (#5593).Jean-Philippe Lang2018-09-152-6/+8
* Custom field values for enumerations not saved (#28925).Jean-Philippe Lang2018-09-151-3/+6
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-145-20/+83
* Add "icon" class to items in time entries context menu (#28605).Go MAEDA2018-09-141-3/+3
* Adds ##123 extended issue linking syntax (#29488).Go MAEDA2018-09-081-6/+15
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-124-4/+4
* Mark default version in versions tab from project settings (#27799).Go MAEDA2018-08-091-0/+2
* Export users list to CSV (#5957).Go MAEDA2018-08-053-5/+58
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-026-7/+7
* Time entry creation: preserve 'spent on' value when using 'Create and Continu...Go MAEDA2018-08-021-0/+1
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-013-4/+4
* Add the missing icon class to the items with icons from the contextual menu (...Go MAEDA2018-08-011-8/+8
* Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).Go MAEDA2018-07-291-2/+2
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-282-2/+2
* Bulk delete wiki attachments (#16410).Go MAEDA2018-07-252-3/+39
* Add CSS class to identify public projects (#28413).Go MAEDA2018-07-221-0/+1
* Setting page for repository does not scroll horizontally on small screens (#2...Go MAEDA2018-07-161-33/+35
* Add my activities to my page (#2471).Go MAEDA2018-07-116-33/+32