]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2012-02-25 Jean-Philippe... Can not use Project#find on scopes with Rails 3.1.
2012-02-25 Jean-Philippe... Use content_tag for empty option.
2012-02-25 Jean-Philippe... Clean up assertion.
2012-02-25 Jean-Philippe... Preserve xml output with Rails 3.1.
2012-02-25 Jean-Philippe... Undefined #builtin= with Rails 3.1.3.
2012-02-25 Jean-Philippe... Fixed migration broken with Rails 3.1.3 (#10320).
2012-02-25 Jean-Philippe... YAML files parsing issues.
2012-02-25 Jean-Philippe... Fixed escaping issue with Rails 3.1.
2012-02-25 Jean-Philippe... Use content_tag for empty option.
2012-02-25 Jean-Philippe... Adds missing format parameter.
2012-02-25 Jean-Philippe... Do not do assertions on mail class.
2012-02-25 Jean-Philippe... Fixed escaping issue with Rails 3.1.
2012-02-25 Jean-Philippe... Use content_tag for "no change" options.
2012-02-25 Toshi MARUYAMARails3: prevent double rendering file view and annotate...
2012-02-25 Toshi MARUYAMARails3: test: fix ordering functional/comments_controll...
2012-02-25 Jean-Philippe... Fixed Version#issues_progress for Rails 3.1.
2012-02-25 Jean-Philippe... Fixed escaping issues in #textilizable with Rails 3.1.
2012-02-24 Jean-Philippe... Replace auto_link with link_to in email templates.
2012-02-24 Jean-Philippe... Use fixture.
2012-02-24 Jean-Philippe... Use :joins instead of :include.
2012-02-24 Jean-Philippe... Potential test failure fixed.
2012-02-24 Jean-Philippe... Round hours when reading TimeEntry attribute.
2012-02-24 Jean-Philippe... Cleanup instance variables when reloading a project.
2012-02-24 Jean-Philippe... Removed useless option.
2012-02-24 Jean-Philippe... Use subclasses method instead of class variable.
2012-02-24 Toshi MARUYAMARails3: scm: mercurial: use .to_s for overriding human_...
2012-02-24 Toshi MARUYAMARails3: scm: git: use .to_s for overriding human_attrib...
2012-02-24 Toshi MARUYAMARails3: scm: filesystem: use .to_s for overriding human...
2012-02-24 Toshi MARUYAMARails3: scm: darcs: use .to_s for overriding human_attr...
2012-02-24 Toshi MARUYAMARails3: scm: cvs: use .to_s for overriding human_attrib...
2012-02-24 Toshi MARUYAMARails3: scm: bazaar: use .to_s for overriding human_att...
2012-02-24 Toshi MARUYAMARails3: scm: use .to_s for overriding human_attribute_n...
2012-02-24 Toshi MARUYAMARails3: use .to_s for overriding human_attribute_name...
2012-02-24 Toshi MARUYAMAscm: cvs: add test to override human_attribute_name
2012-02-24 Toshi MARUYAMAscm: filesystem: add test to override human_attribute_n...
2012-02-24 Toshi MARUYAMAscm: mercurial: remove unnecessary log_encoding from...
2012-02-24 Toshi MARUYAMAscm: git: remove unnecessary log_encoding from overridi...
2012-02-24 Toshi MARUYAMAscm: mercurial: add test to override human_attribute_na...
2012-02-24 Toshi MARUYAMAscm: git: add test to override human_attribute_name...
2012-02-24 Toshi MARUYAMAscm: mercurial: split unit model test setup whether...
2012-02-24 Toshi MARUYAMAscm: git: split unit model test setup whether repositor...
2012-02-24 Toshi MARUYAMAscm: bazaar: add test to override human_attribute_name...
2012-02-24 Toshi MARUYAMAscm: darcs: add test to override human_attribute_name...
2012-02-24 Toshi MARUYAMAcode layout cleanup test/unit/repository_test.rb
2012-02-24 Toshi MARUYAMAscm: add test to override human_attribute_name of log_e...
2012-02-23 Toshi MARUYAMARails3: view: html_safe for auto_link of project homepage
2012-02-23 Jean-Philippe... Fixes HTML.
2012-02-23 Jean-Philippe... Adds functional tests.
2012-02-23 Jean-Philippe... Code cleanup.
2012-02-23 Jean-Philippe... Adds required fixtures back.
2012-02-23 Jean-Philippe... Removed dead code.
2012-02-23 Jean-Philippe... Pass the message id when previewing in edit mode (...
2012-02-23 Jean-Philippe... Pass the topic objet to #textilizable (#10275).
2012-02-23 Jean-Philippe... Adds functional tests.
2012-02-23 Jean-Philippe... Adds functional tests.
2012-02-23 Jean-Philippe... Removed dead code.
2012-02-23 Jean-Philippe... Adds functional tests.
2012-02-23 Jean-Philippe... Preserve uploaded files when on documents.
2012-02-23 Jean-Philippe... Preserve uploaded files when on news.
2012-02-23 Jean-Philippe... Preserve uploaded files when on news.
2012-02-23 Jean-Philippe... Do not check the request http method.
2012-02-23 Jean-Philippe... Preserve uploaded files when creating a forum topic.
2012-02-23 Jean-Philippe... i18n not working with russian gem (#10066).
2012-02-23 Toshi MARUYAMAscm: mercurial: use to_s for revision in find_changeset...
2012-02-23 Jean-Philippe... Better message for file size validation error.
2012-02-23 Toshi MARUYAMARails3: test: scm: mercurial: use "repository_path_hash...
2012-02-23 Toshi MARUYAMARails3: test: scm: darcs: use "repository_path_hash...
2012-02-23 Jean-Philippe... Makes container_id and container_type columns nullables.
2012-02-23 Jean-Philippe... Removed testing code.
2012-02-23 Toshi MARUYAMAadd vendor/cache to .hgignore and .gitignore
2012-02-23 Toshi MARUYAMAscm: use to_s for revision in find_changeset_by_name...
2012-02-23 Toshi MARUYAMARails3: test: scm: subversion: use "repository_path_has...
2012-02-23 Jean-Philippe... Adds vendor/cache to svn:ignore.
2012-02-23 Jean-Philippe... Adds support for adding attachments to issues through...
2012-02-23 Toshi MARUYAMARails3: test: scm: bazaar: use "repository_path_hash...
2012-02-23 Toshi MARUYAMARails3: test: scm: cvs: use "repository_path_hash"...
2012-02-23 Toshi MARUYAMARails3: test: scm: filesystem: use "repository_path_has...
2012-02-23 Toshi MARUYAMARails3: test: scm: git: use "repository_path_hash"...
2012-02-23 Toshi MARUYAMARails3: test: scm: move "repository_path_hash" method...
2012-02-22 Toshi MARUYAMAadd ":id => nil" to "Overall activity" link_to
2012-02-22 Toshi MARUYAMAcode layout cleanup app/views/users/show.html.erb
2012-02-22 Toshi MARUYAMARails3: use image_tag instead of hard-coded html tag...
2012-02-22 Toshi MARUYAMARails3: view: html_safe for common/_diff.html.erb
2012-02-22 Toshi MARUYAMAuse English as default language at "test_reminders_shou...
2012-02-20 Jean-Philippe... Fixed magic link in the note added when closing an...
2012-02-20 Toshi MARUYAMAuse assert_select instead of include? at "test_register...
2012-02-19 Jean-Philippe... Don't use auth_sources fixtures when not needed.
2012-02-19 Jean-Philippe... Fixed a test that writes into fixtures directory.
2012-02-19 Jean-Philippe... Disabled on the fly registration for auth_source fixture.
2012-02-19 Jean-Philippe... Changed bundle setup error message.
2012-02-19 Jean-Philippe... Friendly response when the LDAP connection fails.
2012-02-19 Jean-Philippe... Fixed random failures in RepositoriesControllerTest...
2012-02-19 Jean-Philippe... Upgrade to net-ldap 0.3.1 (#10272).
2012-02-19 Jean-Philippe... Require net/ldap.
2012-02-19 Jean-Philippe... Removed faster_csv from lib (#5638).
2012-02-19 Jean-Philippe... Removed vendored gems (#5638).
2012-02-19 Jean-Philippe... Use Bundler for gem management (#5638).
2012-02-17 Jean-Philippe... Do not recognize invalid textile attributes.
2012-02-17 Toshi MARUYAMAfix Italian "description_date_range_list" translation...
2012-02-17 Toshi MARUYAMAscm: git: replace "write_attribute" at unit model test...
next