]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2017-06-25 Jean-Philippe... Removes SVG from libs (#26253).
2017-06-25 Jean-Philippe... Render repository graphs using Chart.js instead of...
2017-06-25 Jean-Philippe... Adds setting_close_duplicate_issues string to locales...
2017-06-25 Jean-Philippe... Setting to disable automatic closing of duplicates...
2017-06-25 Jean-Philippe... Set version to 3.4.
2017-06-25 Jean-Philippe... Add code doc for forum & news links (#26188).
2017-06-25 Jean-Philippe... Fix code doc indentation (#26188).
2017-06-25 Jean-Philippe... Add user link documentation (#26188).
2017-06-25 Jean-Philippe... Fix typo in detailed Japanse textile doc (#26188).
2017-06-25 Jean-Philippe... Complement external URL documentation (#21375).
2017-06-25 Jean-Philippe... Fix project jump box text when creating/editing a proje...
2017-06-25 Jean-Philippe... Update copyright.
2017-06-23 Toshi MARUYAMAadd test of email reminder in case of user language...
2017-06-22 Toshi MARUYAMAchange Russian translation for "Estimated time" (#26180)
2017-06-19 Toshi MARUYAMAJapanese translation updated by Go MAEDA (#26187)
2017-06-19 Toshi MARUYAMAgenerate i18n keys (#26035)
2017-06-19 Toshi MARUYAMAcode layout cleanup test/unit/custom_field_test.rb
2017-06-19 Toshi MARUYAMAcode layout cleanup test/unit/mail_handler_test.rb
2017-06-17 Jean-Philippe... Use Nokogiri 1.7.2 if possible (#26183).
2017-06-17 Jean-Philippe... Removes plugins_path from configuration file (#24007).
2017-06-17 Jean-Philippe... German translation for download (#26035).
2017-06-17 Jean-Philippe... Add download link to no preview message (#26035).
2017-06-17 Jean-Philippe... Move download link to contextual area (#26035).
2017-06-17 Jean-Philippe... Link to user by id (#4179).
2017-06-17 Jean-Philippe... Redmine::Plugin.directory is an absolute path (#24007).
2017-06-17 Jean-Philippe... Reverts r16666 that prevents Redmine to start.
2017-06-17 Jean-Philippe... Render all possible inline textile images even if an...
2017-06-17 Jean-Philippe... Removes duplicate shell_quote method (#26149).
2017-06-17 Jean-Philippe... Change plugins directory through the configuration...
2017-06-17 Jean-Philippe... Preview files by default instead of downloading them...
2017-06-15 Toshi MARUYAMAremove trailing white spaces from test/functional/track...
2017-06-15 Toshi MARUYAMAgannt: not show %done if the field is disabled for...
2017-06-12 Toshi MARUYAMAJapanese translation updated by Go MAEDA (#26136)
2017-06-10 Jean-Philippe... Adds a test for wiki destroy confirmation.
2017-06-10 Jean-Philippe... Clean up wiki destroy confirmation message.
2017-06-10 Jean-Philippe... Set inverse_of on project boards association.
2017-06-10 Jean-Philippe... Adds some margin to issue gravatar (#25775).
2017-06-10 Jean-Philippe... Removes duplicate avatar of assignee (#25775).
2017-06-10 Jean-Philippe... Adds tests for #25775.
2017-06-10 Jean-Philippe... Show assignee's icon in addition to author's icon ...
2017-06-10 Jean-Philippe... Plugin directory is configurable (#24007).
2017-06-10 Jean-Philippe... Rename a few tests.
2017-06-10 Jean-Philippe... Highlight menu item when viewing an attachment (#25988).
2017-06-10 Jean-Philippe... Preview files by default instead of downloading them...
2017-06-10 Jean-Philippe... Adds missing .icon-download CSS class (#25999).
2017-06-10 Jean-Philippe... Style links on repository entries as 2nd level tabs...
2017-06-10 Jean-Philippe... Make common/_tabs partial usable without JS partial...
2017-06-10 Jean-Philippe... Add download icon to download links on file and repo...
2017-06-10 Jean-Philippe... View content of repository files by default, instead...
2017-06-10 Toshi MARUYAMAremove trailing white spaces from test/functional/wiki_...
2017-06-10 Toshi MARUYAMAremove is_binary_data? from String (#25563)
2017-06-07 Jean-Philippe... Generate markup for uploaded image dropped into wiki...
2017-06-07 Jean-Philippe... Add table border to email notifications (#25842).
2017-06-07 Jean-Philippe... Search in project and its subprojects by default (...
2017-06-07 Jean-Philippe... Adds permission_view_news string to locales (#7068).
2017-06-07 Jean-Philippe... New permission: view news (#7068).
2017-06-07 Jean-Philippe... Fixes wrong condition (#4179).
2017-06-07 Jean-Philippe... New Permission: View Forum (#4866).
2017-06-07 Jean-Philippe... Link to user in wiki syntax (#4179).
2017-06-07 Jean-Philippe... DOn't show time entries when query is invalid (#23912).
2017-06-06 Jean-Philippe... Fix edit description link in low resolution (#25064).
2017-06-06 Jean-Philippe... Link to issues assigned to user or his groups (#25212).
2017-06-06 Jean-Philippe... Tests for Redmine::SyntaxHighlighting::CodeRay.retrieve...
2017-06-06 Jean-Philippe... Use stored ref. to array holding supported languages...
2017-06-06 Jean-Philippe... Pull-up retrieve_supported_languages private class...
2017-06-06 Jean-Philippe... Remove internal CodeRay scanners (#26055).
2017-06-06 Jean-Philippe... Set default assignee before validation (#26072).
2017-06-06 Jean-Philippe... Fixes typo in safe attributes declaration (#25724).
2017-06-06 Toshi MARUYAMAremove trailing white space from test/functional/workfl...
2017-06-06 Toshi MARUYAMAGemfile: ping roadie version 3.2 to prevent decadency...
2017-06-06 Toshi MARUYAMAremove trailing white space from test/unit/project_nest...
2017-06-06 Toshi MARUYAMAallow unicode whitespace after mail handler body delimi...
2017-06-03 Jean-Philippe... Using #joins is needed here with Rails 5.
2017-06-03 Jean-Philippe... Don't check that param is a Hash.
2017-06-03 Jean-Philippe... Don't check that param is a Hash.
2017-06-03 Jean-Philippe... Permit role_ids on update.
2017-06-03 Jean-Philippe... Make sure we can call #values.
2017-06-03 Jean-Philippe... Use strong params for CustomFieldEnumeration.
2017-06-03 Jean-Philippe... Permit enumeration params.
2017-06-03 Jean-Philippe... Don't check that param is a Hash.
2017-06-03 Jean-Philippe... Prevent clash with Rails 5.1 Mailer class.
2017-06-03 Jean-Philippe... Make sure that the journal is not created if issue...
2017-06-03 Jean-Philippe... AR uniq deprecated in Rails 5.
2017-06-03 Jean-Philippe... Use regular instance methods instead of association...
2017-06-03 Jean-Philippe... redirect_to :back deprecated in Rails 5.
2017-06-01 Jean-Philippe... Errors#get is deprecated in Rails 5.
2017-06-01 Jean-Philippe... Use query parameters intead of params in CSV link.
2017-06-01 Jean-Philippe... Adjust reposman log messages.
2017-06-01 Jean-Philippe... Show message before registering repository in Redmine.
2017-06-01 Jean-Philippe... Use JSON instead of XML for reposman.rb.
2017-06-01 Jean-Philippe... Use #safe_attributes= instead.
2017-06-01 Jean-Philippe... Use #skip_after_action instead of #skip_after_filter.
2017-06-01 Jean-Philippe... Don't call #head with a hash.
2017-06-01 Jean-Philippe... Create tmp directory on test launch.
2017-06-01 Jean-Philippe... Use Rails 5 syntax for integration tests.
2017-05-31 Jean-Philippe... Use Rails 5 syntax for functional tests.
2017-05-30 Toshi MARUYAMAremove trailing white-space from test/unit/mailer_test.rb
2017-05-30 Toshi MARUYAMAMarkdown: Upgrade redcarpet gem to 3.4 (#25781)
2017-05-30 Toshi MARUYAMAGemfile: pin test_after_commit version 0.4 (#25794)
2017-05-30 Toshi MARUYAMAuse only one if with two conditions in issue show inste...
next