summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Exclude attachments from incoming emails based on file name (#3413).Jean-Philippe Lang2013-09-292-0/+19
* AJAX call on the issue form resets data entered during the call (#14621).Jean-Philippe Lang2013-09-291-1/+1
* REST API: custom fields definition (#11159).Jean-Philippe Lang2013-09-293-4/+56
* Prevents invalid SQL with invalid group_ids (#14902).Jean-Philippe Lang2013-09-251-2/+2
* scm: fix annotate error with non ASCII author on Ruby 1.9 and Ruby 2.0 (#14931)Toshi MARUYAMA2013-09-181-1/+3
* scm: remove unnecessary h() from annotate author (#14931)Toshi MARUYAMA2013-09-181-1/+1
* code format cleanup app/views/repositories/annotate.html.erb (#14931)Toshi MARUYAMA2013-09-181-2/+10
* Filters show issues with unused custom fields (#13537).Jean-Philippe Lang2013-09-131-0/+9
* Wrong done_ratio calculation for parent with subtask having estimated_hours=0...Jean-Philippe Lang2013-09-111-1/+2
* Strip eols from file names (#14819).Jean-Philippe Lang2013-09-111-2/+2
* Fixed usage of #attribute_present? in UserPreference (#13008).Jean-Philippe Lang2013-09-101-2/+2
* remove trailing white-space from app/models/journal.rbToshi MARUYAMA2013-09-051-1/+1
* code format cleanup app/views/projects/settings/_members.html.erbToshi MARUYAMA2013-08-091-27/+41
* remove unneeded h() from app/views/projects/settings/_members.html.erbToshi MARUYAMA2013-08-091-3/+3
* change member save button from :button_change to :button_save (#13745)Toshi MARUYAMA2013-08-091-1/+1
* code format cleanup app/views/projects/index.html.erbToshi MARUYAMA2013-08-071-2/+2
* gender neutral source comment at app/controllers/my_controller.rbToshi MARUYAMA2013-08-061-1/+1
* code format cleanup app/models/issue.rbToshi MARUYAMA2013-08-061-1/+1
* Add hooks for user preferences (#14614).Jean-Philippe Lang2013-08-052-0/+2
* Removed hardcoded string (#3872).Jean-Philippe Lang2013-08-051-1/+1
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-056-6/+38
* One click filter in search view (#2865).Jean-Philippe Lang2013-08-051-4/+16
* Fixed that standard fields disabled still appear in email notifications (#145...Jean-Philippe Lang2013-08-053-19/+24
* Moved CUSTOM_FIELDS_TABS out of the model.Jean-Philippe Lang2013-08-042-24/+22
* remove trailing white-spaces from ApplicationHelperToshi MARUYAMA2013-08-031-6/+6
* replace tab to space at ApplicationHelperToshi MARUYAMA2013-08-031-1/+1
* remove ineffective "logger.info" and "logger.error" check from MailHandler mo...Toshi MARUYAMA2013-08-031-9/+9
* Broken tests (#14491).Jean-Philippe Lang2013-07-291-1/+0
* Use the default project when receiving an email with an invalid project keywo...Jean-Philippe Lang2013-07-291-0/+8
* Fixed that open/closed counts on issues summary are not displayed with SQLSer...Jean-Philippe Lang2013-07-281-1/+1
* Filtering issues on "related to" may ignore other filters (#14401).Jean-Philippe Lang2013-07-281-3/+2
* Spent time details and report should ignore 'Setting.display_subprojects_issu...Jean-Philippe Lang2013-07-281-2/+0
* Additional status transitions for assignees do not work if assigned to a grou...Jean-Philippe Lang2013-07-281-2/+6
* Missing Sort Column Label and Center Align on Admin-Enumerations (#14516).Jean-Philippe Lang2013-07-281-2/+2
* Adds missing html titles (#14517).Jean-Philippe Lang2013-07-2829-43/+34
* Set titles on Groups pages (#14517)Jean-Philippe Lang2013-07-284-6/+4
* Adds a helper for building h2 tags and setting html_title (#14517).Jean-Philippe Lang2013-07-281-1/+20
* Don't use finder options.Jean-Philippe Lang2013-07-281-12/+3
* Preload some associations.Jean-Philippe Lang2013-07-281-8/+5
* Fixed that sorting time entries by custom field raises a SQL error (#14366).Jean-Philippe Lang2013-07-282-9/+14
* Fixed that displaying time entries with custom field column raises an error (...Jean-Philippe Lang2013-07-242-1/+5
* Don't hardcode news model in Comment.Jean-Philippe Lang2013-07-151-2/+3
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-1414-169/+69
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-145-8/+68
* Test failures with ruby1.8.Jean-Philippe Lang2013-07-131-0/+1
* ruby1.8 compatibility.Jean-Philippe Lang2013-07-131-1/+2
* Use Hash#reject that returns a Hash with ruby1.8 when Hash#select that return...Jean-Philippe Lang2013-07-131-2/+4
* Don't notify users about relations that are not visible (#1005).Jean-Philippe Lang2013-07-132-3/+17
* Fixed that relations to issues that are not visible are displayed in the issu...Jean-Philippe Lang2013-07-131-0/+3
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-1326-72/+253