summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2019-02-18Merged r17881 from trunk to 4.0-stable (#30818).Go MAEDA
2019-02-18Merged r17878 and r17879 from trunk to 4.0-stable (#30785).Go MAEDA
2019-02-16Merged r17869 from trunk to 4.0-stable (#30718).Go MAEDA
2019-02-13Merged r17862 from trunk to 4.0-stable (#30785).Go MAEDA
2019-01-19Merged r17754 to 4.0-stable (#30115).Jean-Philippe Lang
2019-01-19Merged r17817 to 4.0-stable (#30455).Jean-Philippe Lang
2019-01-12Merged r17786 and r17787 from trunk to 4.0-stable (#30412).Go MAEDA
2018-12-16Merged r17738 from trunk to 4.0-stable (#2635).Go MAEDA
2018-12-06Include closed projects in search for scope subprojects (#28636).Go MAEDA
2018-12-06Discourage search engines from indexing old versions of wiki pages (#29503).Go MAEDA
2018-12-04Wrong columns after CSV export (#26785).Go MAEDA
2018-12-02Use sorted instead of sort (#29406).Go MAEDA
2018-12-02Fix for r17683: s/button_search/label_search/ (#26620).Go MAEDA
2018-12-02Change the text of the submit button on search page from button_submit to lab...Go MAEDA
2018-12-02Let admins unarchive the project when trying to access an archived project (#...Jean-Philippe Lang
2018-12-02Let admin users unarchive subprojects of archived projects (#29993).Jean-Philippe Lang
2018-12-02Moves some action links on the wiki page to a dropdown menu (#26575).Jean-Philippe Lang
2018-12-02Replace cancel button with cancel link in modals (#28662).Go MAEDA
2018-12-01Adds view_projects_copy_only_items hook (#28895).Go MAEDA
2018-11-29Restore History link at the top of a wiki page (#26575).Jean-Philippe Lang
2018-11-29CSV importer ignores shared version names of other projects (#30001).Jean-Philippe Lang
2018-11-29Related issues section ignores the date format setting (#29918).Jean-Philippe Lang
2018-11-26Add wiki class also for half width custom fields with text formatting enabled...Go MAEDA
2018-11-26Remove trailing whitespaces from app/helpers/issues_helper.rbGo MAEDA
2018-11-23Fix: Attachments are added even if validation fails when updating an issue vi...Go MAEDA
2018-11-06Sort issues by due date in email reminders (#29771).Go MAEDA
2018-11-06Remove trailing whitespaces from app/models/mailer.rbGo MAEDA
2018-11-05Add missing closing tag in app/views/roles/_form.html.erb (#29912).Go MAEDA
2018-11-05Previous/Next link on repository page disappears when switching to "View diff...Go MAEDA
2018-11-04Move attachments to their own section in issue page (#29033).Go MAEDA
2018-10-31Hide "Files" section in wiki pages when printing (#29791).Go MAEDA
2018-10-31Remove trailing whitespaces from app/views/wiki/show.html.erbGo MAEDA
2018-10-29Use Project::STATUS_ACTIVE constant instead of harcoded 1 (#29449).Go MAEDA
2018-10-29Filter out issues from closed projects in the following widgets (#29449):Go MAEDA
2018-10-29Revert unwanted changes in r17607 (#20081).Go MAEDA
2018-10-29Filter time entries after project status (#20081).Go MAEDA
2018-10-29Filter issues after project status (#20081).Go MAEDA
2018-10-29Reverted r17605 that breaks some tests (#26576, #29730).Go MAEDA
2018-10-28Previous/Next link on repository page disappears when switching to "View diff...Go MAEDA
2018-10-28Handles the case when an expired token is in the users session (#29781).Go MAEDA
2018-10-20Fix that MyHelper::render_activity_block is not timezone aware (#2471, #29816).Go MAEDA
2018-10-10Removes method_missing override (#26791).Jean-Philippe Lang
2018-10-10Replaces remaining #deliver with #deliver_later (#26791).Jean-Philippe Lang
2018-10-10Send emails asynchronously (#26791).Jean-Philippe Lang
2018-10-06Fixed that test_email raises an error with #deliver_later (#26791).Jean-Philippe Lang
2018-10-06Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA
2018-10-06Ensure that ActiveRecord::Base objects are fully serialized for mail sending ...Jean-Philippe Lang
2018-10-06Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).Jean-Philippe Lang
2018-10-06Send individual emails for each mail recipient (#26791).Jean-Philippe Lang
2018-10-04Let pagination always be visible (#29395).Go MAEDA