summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-1134-116/+111
* Code cleanup: unverified request no longer raises a InvalidAuthenticityToken ...Jean-Philippe Lang2013-11-111-8/+4
* Adds a CSS class for reorder links (#15307).Jean-Philippe Lang2013-11-106-6/+6
* Custom fields in issue form - splitting is incorrect (#15227).Jean-Philippe Lang2013-11-091-2/+3
* Accept issue id with leading sharp when adding a related issue.Jean-Philippe Lang2013-11-091-1/+2
* Log errors when moving attachments (#15295).Jean-Philippe Lang2013-11-091-7/+18
* Accept custom field format added at runtime (#15277).Jean-Philippe Lang2013-11-091-1/+1
* Wiki Pages REST API with version returns wrong comments (#15235).Jean-Philippe Lang2013-11-091-1/+1
* Return to section anchor after wiki section edit (#15182).Jean-Philippe Lang2013-10-262-3/+7
* Replaces <option value=""></option> which is not HTML5 valid (#15191).Jean-Philippe Lang2013-10-261-1/+1
* Prevents duplicate element ids (#15191).Jean-Philippe Lang2013-10-261-1/+2
* Replaced acronym with abbr tags (#15191).Jean-Philippe Lang2013-10-261-1/+1
* code format cleanup app/models/changeset.rbToshi MARUYAMA2013-10-241-2/+6
* code format cleanup app/models/issue.rbToshi MARUYAMA2013-10-241-2/+4
* Avoid a query if enabled_modules association is already loaded (#15058).Jean-Philippe Lang2013-10-201-1/+1
* Fixed that issue nested set update is triggered even if parent is not changed...Jean-Philippe Lang2013-10-201-28/+37
* Projects selection on custom field form (#15136).Jean-Philippe Lang2013-10-203-16/+35
* Avoid N queries when displaying the issue list with custom fields.Jean-Philippe Lang2013-10-152-3/+12
* Adds some links for wiki history navigation.Jean-Philippe Lang2013-10-144-11/+14
* Fixed that viewing/editing a wiki page without WikiContent raises an error (#...Jean-Philippe Lang2013-10-132-12/+12
* Fixed that controller_issues_edit_before/after_save hooks have no controller ...Jean-Philippe Lang2013-10-132-25/+23
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-134-11/+32
* Fixed that non array commit_update_keywords raises an error (#7590).Jean-Philippe Lang2013-10-131-1/+1
* Fixed that the mail method should return a Mail::Message (#15113).Jean-Philippe Lang2013-10-131-5/+10
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-134-34/+39
* remove unneeded "require 'diff'" from WikiController (#15105)Toshi MARUYAMA2013-10-111-2/+0
* NoMethodError when uploading a file without logger (#14977).Jean-Philippe Lang2013-10-051-1/+1
* Hide issue custom fields when disabling issue tracking on new project.Jean-Philippe Lang2013-10-051-1/+12
* Don't update issues nor log time when importing old changesets (#4823).Jean-Philippe Lang2013-10-051-2/+5
* Pass the commit keyword used to update the issue to the plugin hook.Jean-Philippe Lang2013-10-051-1/+1
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-054-31/+129
* Allows user to clear dates and text fields when bulk editing issues (#2199).Jean-Philippe Lang2013-09-302-3/+33
* remove trailing white-spaces from app/models/custom_field.rbToshi MARUYAMA2013-09-301-2/+2
* Adds some css classes (#14767).Jean-Philippe Lang2013-09-292-3/+3
* Adds a project specific css class to body (#14767).Jean-Philippe Lang2013-09-291-0/+1
* 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