]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2015-05-10 Jean-Philippe... Merged r14256 from 3.0-stable.
2015-05-09 Jean-Philippe... Set a back_url when forcing new login after session...
2015-05-09 Jean-Philippe... Removed experimental flag on markdown format (#15520).
2015-05-09 Jean-Philippe... Adds flash messages to files_controller#create (#19793).
2015-05-09 Jean-Philippe... Can't bulk edit own time entries with "Edit own time...
2015-05-09 Jean-Philippe... Fixed that issue validation fails if % done field is...
2015-05-09 Jean-Philippe... Preload issue associations.
2015-05-09 Jean-Philippe... Preload changeset associations (#19706).
2015-05-08 Jean-Philippe... Refresh watchers list when watching/unwatching an issue...
2015-05-08 Jean-Philippe... Email addresses with slashes are not linked correctly...
2015-05-01 Toshi MARUYAMAprevent IssuesControllerTest#test_index_csv_big_5 fails...
2015-05-01 Toshi MARUYAMAGemfile: upgrade pg to 0.18.1
2015-04-30 Toshi MARUYAMAtravis: show mysql packages
2015-04-30 Toshi MARUYAMAtravis: fix MariaDB 5.5 test error
2015-04-30 Toshi MARUYAMAadd missing fixtures to test/unit/changeset_test.rb
2015-04-26 Jean-Philippe... Use accessor method.
2015-04-26 Jean-Philippe... Don't use a class variable for mail handler options.
2015-04-26 Jean-Philippe... Updates for 3.0.2 release.
2015-04-25 Jean-Philippe... Spanish translation update (#19570).
2015-04-25 Jean-Philippe... Removed invalid sanitizer in MailHandler (#19537).
2015-04-25 Jean-Philippe... Upgrade guide for 3.x version and get gid of DEPRECATIO...
2015-04-25 Jean-Philippe... Custom field (long text format) displayed even if empty...
2015-04-25 Jean-Philippe... Space between lines in nested lists not equal (#13583).
2015-04-24 Toshi MARUYAMAcopy Spanish wiki helps to Spanish Panama (#19489)
2015-04-24 Toshi MARUYAMASpanish Panama translation added by Leonel Iturralde...
2015-04-20 Toshi MARUYAMAfix indent of wiki_syntax_detailed_markdown.html
2015-04-20 Toshi MARUYAMAadd markdown wiki syntax help to tool bar (#16373)
2015-04-20 Toshi MARUYAMAcopy English markdown wiki syntax help to other languag...
2015-04-20 Toshi MARUYAMAadd English markdown wiki syntax help (#16373)
2015-04-20 Toshi MARUYAMAremove trailing white spaces from public/javascripts...
2015-04-20 Toshi MARUYAMArename textile wiki syntax help files (#16373)
2015-04-20 Toshi MARUYAMAchange Japanese translation for field_login (#19509)
2015-04-19 Toshi MARUYAMAreplace tabs to spaces at test/fixtures/ldap/slapd...
2015-04-18 Toshi MARUYAMAremove trailing white space from Gemfile
2015-04-14 Jean-Philippe... When changing tracker, clear the attributes that are...
2015-04-14 Jean-Philippe... Fixed workflow rules when user has duplicated role...
2015-04-14 Jean-Philippe... Generate tag once per request.
2015-04-14 Toshi MARUYAMAGemfile: remove activerecord-jdbcsqlite3-adapter versio...
2015-04-14 Toshi MARUYAMA.travis.yml: replace DATABASE_ADAPTER to DB
2015-04-14 Toshi MARUYAMAremove trailing white spaces from test/unit/helpers...
2015-04-14 Toshi MARUYAMAupgrade rmagick to 2.14
2015-04-14 Toshi MARUYAMAGemfile: pin rmagick version 2.13
2015-04-12 Jean-Philippe... Fixed test failures (#19544).
2015-04-12 Jean-Philippe... SQL error with SQLServer when grouping+sorting issues...
2015-04-12 Jean-Philippe... Keywords in commit messages: journal entries are create...
2015-04-12 Jean-Philippe... Fixed that journals are shown multiple times in activit...
2015-04-12 Jean-Philippe... Fixed validation when logging time on issue (#19464).
2015-04-12 Jean-Philippe... Fixed tests failures (#19400).
2015-04-11 Jean-Philippe... "Required" and "Read-only" rules on "Fields Permissions...
2015-04-11 Jean-Philippe... Mail handler should not ignore emails with x-auto-respo...
2015-04-11 Jean-Philippe... When create by copying the issue, status can not be...
2015-04-11 Jean-Philippe... Typo in wiki_syntax_detailed.html (#19444).
2015-04-11 Jean-Philippe... Fixed that 2 repositories can be created with blank...
2015-03-22 Jean-Philippe... Fixed that setting config.logger.level in additional_en...
2015-03-21 Jean-Philippe... Include custom fields description in project settings...
2015-03-21 Jean-Philippe... Fixed test failures (#19163).
2015-03-21 Jean-Philippe... Fixed that the bulk edit form shows additional custom...
2015-03-21 Jean-Philippe... Fixed that the bulk edit form shows additional custom...
2015-03-20 Jean-Philippe... Don't render the issue form if issue.project is nil...
2015-03-20 Jean-Philippe... Don't validate the repository when updating/clearing...
2015-03-20 Jean-Philippe... Don't allow 2 repositories with blank identifier (...
2015-03-20 Jean-Philippe... API: creating an issue with an invalid project_id shoul...
2015-03-20 Jean-Philippe... Don't let users be sorted by email (#19161).
2015-03-20 Jean-Philippe... Fixed that custom fields with hidden/read-only combinat...
2015-03-20 Toshi MARUYAMArevert r13896 (#14534)
2015-03-20 Toshi MARUYAMAGemfile: upgrade Rails version to 4.2.1
2015-03-19 Toshi MARUYAMA.travis.yml: replace TEST_SUITE to SUITE
2015-03-16 Toshi MARUYAMAadd MariaDB 5.5 environment to travis (#17460, #19344...
2015-03-16 Jean-Philippe... Updates for 3.0.1 release.
2015-03-16 Toshi MARUYAMAremove trailing white-space from app/models/issue.rb
2015-03-16 Toshi MARUYAMAGemfile: remove "ffi"
2015-03-15 Jean-Philippe... Reverts r14115 in trunk.
2015-03-15 Jean-Philippe... Compatibility with ruby1.8 (#19305).
2015-03-15 Jean-Philippe... Make sure that settings are unserialized as UTF-8 encod...
2015-03-15 Jean-Philippe... Restored project name as version prefix when different...
2015-03-15 Jean-Philippe... Don't run test if Redcarpet is not available (#19313).
2015-03-15 Jean-Philippe... Wrong syntax for wiki macros in wiki_syntax_detailed...
2015-03-15 Jean-Philippe... Don't include milliseconds in JSON API responses (...
2015-03-14 Toshi MARUYAMAGemfile: move "ffi" definition to :test group
2015-03-14 Jean-Philippe... Fixed assertion (#19368).
2015-03-14 Jean-Philippe... Fixed assertion (#19368).
2015-03-14 Toshi MARUYAMAadd MySQL 5.6 and 5.7 environments to travis (#17460...
2015-03-14 Jean-Philippe... Adds a test for setting multivalued custom fields with...
2015-03-14 Jean-Philippe... Fixed that creating an issue without tracker_id attribu...
2015-03-14 Jean-Philippe... Ignore auto reply messages from Exchange server (#19322).
2015-03-14 Jean-Philippe... Incorrect links generated in emails if host setup uses...
2015-03-14 Jean-Philippe... Attached inline images with non-ascii file name can...
2015-03-14 Jean-Philippe... CustomField#possible_values may raise undefined method...
2015-03-14 Jean-Philippe... Building ffi 1.9.7 fails in Ubuntu.
2015-03-14 Toshi MARUYAMAadd MariaDB 10.0 environment to travis (#17460, #19344)
2015-03-14 Toshi MARUYAMA.travis.yml: move "matrix" after "env"
2015-03-13 Toshi MARUYAMArun ui test on travis
2015-03-13 Toshi MARUYAMAunify .travis.run-test.sh to .travis.yml
2015-03-10 Jean-Philippe... Fixed that spent time on my page does not include entri...
2015-03-10 Jean-Philippe... Use named routes.
2015-03-10 Jean-Philippe... Fixed that #require_login should respond for other...
2015-03-08 Jean-Philippe... Reverts r14067 that triggers "can't modify frozen Strin...
2015-03-08 Jean-Philippe... Make sure that strings of serialized settings are UTF...
2015-03-08 Jean-Philippe... Require bundler >= 1.5.0 (#19172).
2015-03-08 Jean-Philippe... Code cleanup.
next