summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-1718-48/+301
| | | | | | Objects are reordered using the regular attribute writer #position= and AR callbacks. git-svn-id: http://svn.redmine.org/redmine/trunk@15335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rails 4.2.6.Jean-Philippe Lang2016-04-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing + signs (#22493).Jean-Philippe Lang2016-04-141-3/+3
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15333 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support for deleting attachments via API (#14828).Jean-Philippe Lang2016-04-122-1/+20
| | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@15332 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup (#22383).Jean-Philippe Lang2016-04-121-12/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15331 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support of default Active Record (I18n) transliteration paths (#22383).Jean-Philippe Lang2016-04-122-4/+18
| | | | | | Patch by Ivan Zabrovskiy. git-svn-id: http://svn.redmine.org/redmine/trunk@15330 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failures (#22058).Jean-Philippe Lang2016-04-122-6/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix max width and adds a top margin (#22058).Jean-Philippe Lang2016-04-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15327 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set native EOL.Jean-Philippe Lang2016-04-110-0/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15326 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Whitespace only change (#22058).Jean-Philippe Lang2016-04-111-1/+1
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15325 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add inline image preview/display for attachments and repository entries ↵Jean-Philippe Lang2016-04-118-2/+20
| | | | | | | | (#22058). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15324 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Whitespace only change (#22058).Jean-Philippe Lang2016-04-112-10/+10
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15323 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reduce view code duplication by using a nested layout for file rendering ↵Jean-Philippe Lang2016-04-113-29/+19
| | | | | | | | (#22058). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Force password reset for default admin user (#22381).Jean-Philippe Lang2016-04-111-0/+9
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15321 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Validate status of users and groups.Jean-Philippe Lang2016-04-114-0/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15320 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup.Jean-Philippe Lang2016-04-111-5/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15319 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that subtasks lose their custom fields when copying an issue to a ↵Jean-Philippe Lang2016-04-113-3/+32
| | | | | | different project (#22342). git-svn-id: http://svn.redmine.org/redmine/trunk@15318 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds translations for the "Highlighted code" button (#14937).Jean-Philippe Lang2016-04-1047-15/+62
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Inline code highlighting toolbar button (#14937).Jean-Philippe Lang2016-04-107-2/+54
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15316 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Watched issues count on "My page" is shown for all issues instead of only ↵Jean-Philippe Lang2016-04-091-1/+1
| | | | | | | | open ones (#15777). Patch by Karel Pičman and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15315 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload project when possible (#5754).Jean-Philippe Lang2016-04-091-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15314 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't reject users that already watch one of the objects (#5754).Jean-Philippe Lang2016-04-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15313 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use named route.Jean-Philippe Lang2016-04-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15312 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-0910-35/+90
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing fixtures (#14574).Jean-Philippe Lang2016-04-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15305 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make full revision table available on mobile devices (#22336).Jean-Philippe Lang2016-04-032-1/+3
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15303 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add collision option to autocomplete initialization (#22296).Jean-Philippe Lang2016-04-031-0/+1
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15301 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revision Graph and Table should work with vertical-align: middle (#22278).Jean-Philippe Lang2016-04-031-2/+14
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15299 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort criteria defined in custom queries are not applied when exporting to ↵Jean-Philippe Lang2016-04-031-1/+1
| | | | | | | | CSV (#22354). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15298 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Place changesets above history on small screens (#22196).Jean-Philippe Lang2016-04-031-0/+13
| | | | | | | Remove horizontal margin and padding, add some vertical spacing. Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15296 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Responsive layout. Change menu selector in responsive.js (#22105).Jean-Philippe Lang2016-04-031-3/+3
| | | | | | Patch by Vasil Kovalevsky. git-svn-id: http://svn.redmine.org/redmine/trunk@15294 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlighting of required and read-only custom fields broken in Workflow ↵Jean-Philippe Lang2016-04-032-1/+4
| | | | | | | | editor (#22305). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15293 e93f8b46-1217-0410-a6f0-8f06a7374b81
* HTML markup discrepancy ol and ul at app/views/imports/show.html.erb (#22134).Jean-Philippe Lang2016-04-031-1/+1
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@15292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* % done: progress bar blocked at 80 in the issue list (#20882).Jean-Philippe Lang2016-04-031-0/+1
| | | | | | Patch by Jérôme BATAILLE. git-svn-id: http://svn.redmine.org/redmine/trunk@15291 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk edit form lacks estimated time field (#5156).Jean-Philippe Lang2016-04-032-0/+17
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15290 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that AttachmentsController#show don't close the file after reading.Jean-Philippe Lang2016-04-031-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15289 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "I don't want to be notified of changes that I make myself" as Default for ↵Jean-Philippe Lang2016-04-038-11/+24
| | | | | | all User (#14574). git-svn-id: http://svn.redmine.org/redmine/trunk@15288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Text in the "removed" part of a diff is double-escaped (#22115).Jean-Philippe Lang2016-03-262-3/+17
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15287 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Clear settings that are changed by these tests.Jean-Philippe Lang2016-03-262-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15286 e93f8b46-1217-0410-a6f0-8f06a7374b81
* No need to use custom host name in these tests.Jean-Philippe Lang2016-03-262-7/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15285 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use custom hostname for all Mailer tests.Jean-Philippe Lang2016-03-261-31/+23
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15284 e93f8b46-1217-0410-a6f0-8f06a7374b81
* German "error_invalid_csv_file_or_settings" typo fixed by Jens Krämer ↵Toshi MARUYAMA2016-03-261-1/+1
| | | | | | (#22319, #22134) git-svn-id: http://svn.redmine.org/redmine/trunk@15282 e93f8b46-1217-0410-a6f0-8f06a7374b81
* include ::I18n::Backend::Pluralization (#21856)Toshi MARUYAMA2016-03-241-0/+1
| | | | | | Contributed by Vasil Kovalevsky. git-svn-id: http://svn.redmine.org/redmine/trunk@15281 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simplified Chinese translation updated by Hang Xie (#22301)Toshi MARUYAMA2016-03-241-12/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15280 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation updated by Go MAEDA (#22288)Toshi MARUYAMA2016-03-241-11/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: switch mime-types version by Ruby >= 2.0 or notToshi MARUYAMA2016-03-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15274 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove pagination on trackers, roles and issue statuses (#12909).Jean-Philippe Lang2016-03-206-22/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15273 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix icon only links display (#21805).Jean-Philippe Lang2016-03-201-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-2016-42/+77
| | | | | | Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@15271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Additional CSS class for version status (#21434).Jean-Philippe Lang2016-03-203-2/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15270 e93f8b46-1217-0410-a6f0-8f06a7374b81