summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-165-5/+43
* Moved Version#fixed_issues extension to a module (#30115).Jean-Philippe Lang2018-12-161-82/+84
* Removed extra p tag.Jean-Philippe Lang2018-12-161-1/+0
* Adds a link to remove a subtask from its parent task (#23392).Jean-Philippe Lang2018-12-162-2/+12
* Adds maxlength to version name input (#27330).Jean-Philippe Lang2018-12-161-1/+1
* Ability to add private comments from the issue bulk edit page (#22368).Jean-Philippe Lang2018-12-161-0/+7
* Use pre tags for wiki diff (#11359).Jean-Philippe Lang2018-12-162-6/+2
* Display notice on forum updates (#2635).Go MAEDA2018-12-151-0/+3
* Deletes thumbnails when the attachment diskfile is deleted (#30177).Go MAEDA2018-12-151-1/+9
* Allows re-use of thumbnails for identical attachments (#30177).Go MAEDA2018-12-151-1/+1
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-123-4/+24
* Allow issues grouping by start and due dates (#13803).Jean-Philippe Lang2018-12-121-2/+2
* Adds a link to container on attachments edit form.Jean-Philippe Lang2018-12-122-4/+8
* Display user logins on profiles (#26127).Go MAEDA2018-12-122-5/+3
* Setting to restrict spent times on future dates (#3322).Go MAEDA2018-12-112-0/+5
* Include closed projects in search for scope subprojects (#28636).Go MAEDA2018-12-061-1/+1
* Discourage search engines from indexing old versions of wiki pages (#29503).Go MAEDA2018-12-061-0/+4
* Wrong columns after CSV export (#26785).Go MAEDA2018-12-041-1/+2
* Use sorted instead of sort (#29406).Go MAEDA2018-12-024-9/+9
* Fix for r17683: s/button_search/label_search/ (#26620).Go MAEDA2018-12-021-1/+1
* Change the text of the submit button on search page from button_submit to lab...Go MAEDA2018-12-021-1/+1
* Let admins unarchive the project when trying to access an archived project (#...Jean-Philippe Lang2018-12-022-0/+6
* 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