summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Let admin users unarchive subprojects of archived projects (#29993).Jean-Philippe Lang2018-12-022-9/+5
* Moves some action links on the wiki page to a dropdown menu (#26575).Jean-Philippe Lang2018-12-022-10/+31
* Replace cancel button with cancel link in modals (#28662).Go MAEDA2018-12-0210-10/+10
* Adds view_projects_copy_only_items hook (#28895).Go MAEDA2018-12-011-0/+1
* Restore History link at the top of a wiki page (#26575).Jean-Philippe Lang2018-11-291-0/+1
* CSV importer ignores shared version names of other projects (#30001).Jean-Philippe Lang2018-11-291-1/+4
* Related issues section ignores the date format setting (#29918).Jean-Philippe Lang2018-11-291-2/+2
* Add wiki class also for half width custom fields with text formatting enabled...Go MAEDA2018-11-261-1/+5
* Remove trailing whitespaces from app/helpers/issues_helper.rbGo MAEDA2018-11-261-1/+1
* Fix: Attachments are added even if validation fails when updating an issue vi...Go MAEDA2018-11-231-1/+1
* Sort issues by due date in email reminders (#29771).Go MAEDA2018-11-061-0/+1
* Remove trailing whitespaces from app/models/mailer.rbGo MAEDA2018-11-061-1/+1
* Add missing closing tag in app/views/roles/_form.html.erb (#29912).Go MAEDA2018-11-051-0/+1
* Previous/Next link on repository page disappears when switching to "View diff...Go MAEDA2018-11-051-0/+27
* Move attachments to their own section in issue page (#29033).Go MAEDA2018-11-041-4/+6
* Hide "Files" section in wiki pages when printing (#29791).Go MAEDA2018-10-311-1/+1
* Remove trailing whitespaces from app/views/wiki/show.html.erbGo MAEDA2018-10-311-1/+1
* Use Project::STATUS_ACTIVE constant instead of harcoded 1 (#29449).Go MAEDA2018-10-291-3/+3
* Filter out issues from closed projects in the following widgets (#29449):Go MAEDA2018-10-291-0/+3
* Revert unwanted changes in r17607 (#20081).Go MAEDA2018-10-291-27/+0
* Filter time entries after project status (#20081).Go MAEDA2018-10-291-0/+10
* Filter issues after project status (#20081).Go MAEDA2018-10-294-0/+51
* Reverted r17605 that breaks some tests (#26576, #29730).Go MAEDA2018-10-291-27/+0
* Previous/Next link on repository page disappears when switching to "View diff...Go MAEDA2018-10-281-0/+27
* Handles the case when an expired token is in the users session (#29781).Go MAEDA2018-10-281-1/+7
* Fix that MyHelper::render_activity_block is not timezone aware (#2471, #29816).Go MAEDA2018-10-201-1/+1
* Removes method_missing override (#26791).Jean-Philippe Lang2018-10-101-9/+0
* Replaces remaining #deliver with #deliver_later (#26791).Jean-Philippe Lang2018-10-101-3/+3
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-1030-409/+278
* Fixed that test_email raises an error with #deliver_later (#26791).Jean-Philippe Lang2018-10-061-41/+4
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-0610-19/+19
* Ensure that ActiveRecord::Base objects are fully serialized for mail sending ...Jean-Philippe Lang2018-10-061-1/+38
* Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).Jean-Philippe Lang2018-10-062-28/+0
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-066-123/+419
* Let pagination always be visible (#29395).Go MAEDA2018-10-041-1/+3
* Adds file preview prev/next navigation with arrow keys (#29395).Go MAEDA2018-10-042-2/+2
* 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