| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Wiki formatting documentation for nested lists in translated languages (#4518) | Toshi MARUYAMA | 2015-01-03 | 6 | -33/+13 |
* | revert r13762 because character encodings are broken (#12734) | Toshi MARUYAMA | 2015-01-03 | 48 | -348/+60 |
* | fix Japanese "label_sort_by" misspelling (#18671) | Toshi MARUYAMA | 2015-01-03 | 1 | -1/+1 |
* | Swedish translation updated by Khedron Wilk (#18587) | Toshi MARUYAMA | 2015-01-03 | 1 | -32/+27 |
* | The descendant count in the issues delete confirmation message is wrong if is... | Jean-Philippe Lang | 2014-12-30 | 2 | -10/+20 |
* | Preload wiki page content for search results. | Jean-Philippe Lang | 2014-12-26 | 1 | -1/+1 |
* | Fixed duplicate content_url tag introduced in r13806 (#18707). | Jean-Philippe Lang | 2014-12-26 | 1 | -1/+0 |
* | Updates comments for r13811. | Jean-Philippe Lang | 2014-12-26 | 1 | -2/+2 |
* | Converts timestamps to integers in #search_result_ranks_and_ids. | Jean-Philippe Lang | 2014-12-26 | 2 | -3/+4 |
* | Force UTF-8 encoding of language names. | Jean-Philippe Lang | 2014-12-26 | 2 | -1/+7 |
* | Allow attachment thumbnails from REST API (#18707). | Jean-Philippe Lang | 2014-12-26 | 4 | -1/+24 |
* | add Ruby 2.2 to .travis.yml | Toshi MARUYAMA | 2014-12-26 | 1 | -0/+1 |
* | Do not truncate subissue/related issues titles on the issue view (#18659). | Jean-Philippe Lang | 2014-12-24 | 2 | -3/+3 |
* | Adds News and Forum link documentation (#13497). | Jean-Philippe Lang | 2014-12-24 | 48 | -90/+955 |
* | Adds p/n access keys for previous/next links (#18692). | Jean-Philippe Lang | 2014-12-24 | 9 | -14/+27 |
* | Use upload helper method. | Jean-Philippe Lang | 2014-12-22 | 1 | -20/+5 |
* | Use raw request content in tests to make sure that XML/JSON payload is proper... | Jean-Philippe Lang | 2014-12-22 | 1 | -7/+25 |
* | Adds tests for creating an issue with multiple uploads. | Jean-Philippe Lang | 2014-12-22 | 2 | -0/+96 |
* | XML parameters parser extracted to actionpack-xml_parser gem in Rails 4 (#145... | Jean-Philippe Lang | 2014-12-22 | 2 | -0/+5 |
* | Set en locale in test (#18679). | Jean-Philippe Lang | 2014-12-21 | 1 | -0/+1 |
* | Send the content type as parameter when uploading a file. | Jean-Philippe Lang | 2014-12-21 | 3 | -0/+12 |
* | Attachment content type not set when uploading attachment (#18667). | Jean-Philippe Lang | 2014-12-21 | 2 | -4/+15 |
* | Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679). | Jean-Philippe Lang | 2014-12-21 | 2 | -1/+29 |
* | Error when adding user to group where he is already assigned (#18665). | Jean-Philippe Lang | 2014-12-21 | 3 | -8/+29 |
* | Don't overwrite headers that were already set (#14699). | Jean-Philippe Lang | 2014-12-21 | 1 | -1/+1 |
* | Leading slash required with Rails 4.2. | Jean-Philippe Lang | 2014-12-21 | 6 | -33/+33 |
* | Subclasses may not be loaded when running the test. | Jean-Philippe Lang | 2014-12-21 | 1 | -1/+1 |
* | Replaced "can't" with "cannot" in error messages. | Jean-Philippe Lang | 2014-12-21 | 49 | -83/+77 |
* | PermissionsAttributeCoder.load called twice when mocha expectation is set. | Jean-Philippe Lang | 2014-12-21 | 1 | -2/+3 |
* | Use DOM assertion instead. | Jean-Philippe Lang | 2014-12-21 | 1 | -1/+2 |
* | Use DOM assertions as attributes order changes from a Rails version to another. | Jean-Philippe Lang | 2014-12-20 | 1 | -4/+4 |
* | Make sure that themes are reloaded after test. | Jean-Philippe Lang | 2014-12-20 | 1 | -0/+2 |
* | Rewrites assertions. | Jean-Philippe Lang | 2014-12-20 | 1 | -2/+3 |
* | Removed that quote in a fixture subject. | Jean-Philippe Lang | 2014-12-20 | 7 | -18/+18 |
* | Use a CustomFieldValue instead of CustomValue. | Jean-Philippe Lang | 2014-12-20 | 1 | -1/+1 |
* | Removes test menu item after test. | Jean-Philippe Lang | 2014-12-20 | 1 | -0/+4 |
* | Set locale for error messages. | Jean-Philippe Lang | 2014-12-20 | 1 | -0/+4 |
* | Reset current user on each test. | Jean-Philippe Lang | 2014-12-20 | 1 | -0/+4 |
* | Cache search result ids for faster search pagination (#18631). | Jean-Philippe Lang | 2014-12-20 | 3 | -4/+46 |
* | Moved search logic to Redmine::Search (#18631). | Jean-Philippe Lang | 2014-12-20 | 2 | -48/+85 |
* | Plugin migration confuses two plugins with similar names (#18685). | Jean-Philippe Lang | 2014-12-20 | 1 | -2/+2 |
* | Restore accent insensitive search with mysql (#18537). | Jean-Philippe Lang | 2014-12-15 | 3 | -13/+24 |
* | Use logger.info? (#18605). | Jean-Philippe Lang | 2014-12-14 | 2 | -2/+2 |
* | Support for named route in project menu and a new :permission option (#6426). | Jean-Philippe Lang | 2014-12-14 | 3 | -12/+47 |
* | Code cleanup. | Jean-Philippe Lang | 2014-12-14 | 1 | -18/+21 |
* | User detail : show user login to admins (#17354). | Jean-Philippe Lang | 2014-12-14 | 1 | -0/+3 |
* | Adds table reference to textile help (#12734). | Jean-Philippe Lang | 2014-12-14 | 48 | -60/+348 |
* | Missing test helper (#18537). | Jean-Philippe Lang | 2014-12-14 | 1 | -0/+4 |
* | SQLite does not support case insensitive match for non-ASCII characters (#185... | Jean-Philippe Lang | 2014-12-14 | 1 | -1/+9 |
* | Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ... | Jean-Philippe Lang | 2014-12-14 | 2 | -15/+35 |