summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Introduce setting to hide optional user custom fields on registration form ↵Jean-Philippe Lang2017-04-096-2/+12
| | | | | | | | (#24089). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16537 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 3.3.3 release.Jean-Philippe Lang2017-04-092-1/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16532 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation updated by Go MAEDA (#25557)Toshi MARUYAMA2017-04-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16529 e93f8b46-1217-0410-a6f0-8f06a7374b81
* generate i18n keys (#482)Toshi MARUYAMA2017-04-0846-0/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16528 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation updated by ChunChang Lo (#25556)Toshi MARUYAMA2017-04-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16527 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds tests for default assignments (#482).Jean-Philippe Lang2017-04-081-0/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16526 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-0810-5/+48
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use rbpdf 1.19.2 (#22335, #24271).Jean-Philippe Lang2017-04-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16520 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: remove jruby definitionsToshi MARUYAMA2017-04-061-13/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16517 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: pin sqlite3 1.3.12 on Windows Ruby 1.9.3Toshi MARUYAMA2017-04-061-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16516 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: pin ffi 1.9.14 on Windows Ruby 1.9.3Toshi MARUYAMA2017-04-061-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16515 e93f8b46-1217-0410-a6f0-8f06a7374b81
* show Windows code page on appveyorToshi MARUYAMA2017-04-061-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16514 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that watchers list is not updated when changing project on the new ↵Jean-Philippe Lang2017-04-065-14/+33
| | | | | | issue form (#17762). git-svn-id: http://svn.redmine.org/redmine/trunk@16511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-064-14/+59
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16509 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let the context menu work on elements that are not tr.Jean-Philippe Lang2017-04-061-5/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16508 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts to rbpdf 1.19.0 for now.Jean-Philippe Lang2017-04-061-1/+1
| | | | | | | | | | | Using rbpdf-font 1.19.1 Encoding::UndefinedConversionError: "\x81" to UTF-8 in conversion from Windows-1 252 to UTF-8 An error occurred while installing rbpdf (1.19.1), and Bundler cannot continue. Make sure that `gem install rbpdf -v '1.19.1'` succeeds before bundling. git-svn-id: http://svn.redmine.org/redmine/trunk@16507 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set autocomplete to off on project quick search (#23310).Jean-Philippe Lang2017-04-061-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16506 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that related to "no open issues" filter shows all issues (#25478).Jean-Philippe Lang2017-04-062-2/+16
| | | | | | Patch by Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@16504 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename @noborder@ CSS class to @wiki-class-noborder@ in order to be ↵Jean-Philippe Lang2017-04-061-1/+1
| | | | | | | | accessible from user-provided Textile markup (#25503). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter arbitrary class names and ids in rendered HTML output (#25503).Jean-Philippe Lang2017-04-066-14/+80
| | | | | | | | | * Disallow setting arbitrary classes and ids via Textile syntax * Only allow valid/supported languages for syntax highlighted code blocks Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16502 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Helper methods to find out if a given language is supported (#25503).Jean-Philippe Lang2017-04-061-0/+16
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add kbd to ALLOWED_TAGS (#25503).Jean-Philippe Lang2017-04-062-1/+7
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian "setting_timespan_format" translation updated by Kirill Bezrukov ↵Toshi MARUYAMA2017-04-051-1/+1
| | | | | | (#25349) git-svn-id: http://svn.redmine.org/redmine/trunk@16499 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation updated by Ivan Cenov (#25518)Toshi MARUYAMA2017-04-051-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation for label_user_mail_option_only_(assigned|owner) changed ↵Toshi MARUYAMA2017-04-051-2/+2
| | | | | | by Ilya Potapov (#25397, #24177) git-svn-id: http://svn.redmine.org/redmine/trunk@16497 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for #25526.Jean-Philippe Lang2017-04-051-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always set spent_hours instance variables to a Float in Issue instances ↵Jean-Philippe Lang2017-04-051-3/+3
| | | | | | | | (#25526). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup.Jean-Philippe Lang2017-04-051-4/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation updated by Ivan Cenov (#25518)Toshi MARUYAMA2017-04-051-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16489 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation updated by Go MAEDA (#25507)Toshi MARUYAMA2017-04-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: explicitly use rbpdf 1.19.1 (#22335, #24271)Toshi MARUYAMA2017-04-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16485 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from GemfileToshi MARUYAMA2017-04-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16484 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use 2 queries that use an index.Jean-Philippe Lang2017-04-041-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #to_sql to generate the subquery.Jean-Philippe Lang2017-04-041-6/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a scope to left join the issue.Jean-Philippe Lang2017-04-042-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't compare LOWER() with #downcase.Jean-Philippe Lang2017-04-041-5/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16480 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SQL Cleanup.Jean-Philippe Lang2017-04-041-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link back to the issue list that we are coming from.Jean-Philippe Lang2017-04-043-1/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Better handling of update failures when bulk editing time entries.Jean-Philippe Lang2017-04-044-26/+73
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let the issue list be grouped by private flag.Jean-Philippe Lang2017-04-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16476 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't hardcode the groups on My page.Jean-Philippe Lang2017-04-047-31/+63
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16475 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds methods to User model to handle tokens.Jean-Philippe Lang2017-04-043-5/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16474 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-045-15/+47
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation for 3.2-stable updated by Kirill Bezrukov (#25349, #25505)Toshi MARUYAMA2017-04-031-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix Japanese mistranslation for field_base_dn by Go MAEDA (#25470)Toshi MARUYAMA2017-04-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Query through multiple projects by issue custom field not possible anymore ↵Jean-Philippe Lang2017-04-034-15/+27
| | | | | | (#25501). git-svn-id: http://svn.redmine.org/redmine/trunk@16467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation update (#25397).Jean-Philippe Lang2017-04-031-20/+18
| | | | | | Patch by Ilya Potapov. git-svn-id: http://svn.redmine.org/redmine/trunk@16466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change Russian translation for field_due_date and label_relation_new (#25392).Jean-Philippe Lang2017-04-031-2/+2
| | | | | | Patch by Ilya Potapov. git-svn-id: http://svn.redmine.org/redmine/trunk@16465 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deny edit/update/delete for anonymous user (#25483).Jean-Philippe Lang2017-04-033-3/+26
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use path instead of URL of image in preview (#25295).Jean-Philippe Lang2017-04-031-1/+1
| | | | | | Patch by Krzysztof Zielonka. git-svn-id: http://svn.redmine.org/redmine/trunk@16463 e93f8b46-1217-0410-a6f0-8f06a7374b81