]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2016-08-20 Jean-Philippe... Issue#editable_custom_field_values very slow for issues...
2016-08-20 Jean-Philippe... Adds :error_no_projects_with_tracker_allowed_for_new_is...
2016-08-20 Jean-Philippe... New issue raises an error if no projects available...
2016-08-20 Jean-Philippe... Wrong CSS classes in subtasks tree (#23391).
2016-08-20 Jean-Philippe... Adds issue tracker and status columns and filters on...
2016-08-18 Jean-Philippe... MySQL: You can't specify target table for update in...
2016-08-12 Toshi MARUYAMAupgrade Rails to 4.2.7.1
2016-07-21 Jean-Philippe... Don't call #slice on association proxy.
2016-07-21 Jean-Philippe... Don't use render :text => "".
2016-07-21 Jean-Philippe... Don't error if an invalid setting is given.
2016-07-21 Jean-Philippe... Don't check that params[:settings] is a Hash.
2016-07-21 Jean-Philippe... Set preferences with #safe_attributes=.
2016-07-21 Jean-Philippe... Removes calls to #assert_template and #assigns in integ...
2016-07-21 Jean-Philippe... Changes required by functional tests updates.
2016-07-21 Jean-Philippe... Removes calls to #assert_template and #assigns in funct...
2016-07-21 Jean-Philippe... Removes calls to #assert_template and #assigns in funct...
2016-07-20 Toshi MARUYAMAJapanese translation for label_commits_per_author chang...
2016-07-20 Toshi MARUYAMATraditional Chinese "issue" translation in r15716 chang...
2016-07-20 Toshi MARUYAMATraditional Chinese textile and markdown help translati...
2016-07-19 Jean-Philippe... Removes calls to #assert_template and #assigns in funct...
2016-07-19 Toshi MARUYAMASimplified Chinese translation for 3.3-stable updated...
2016-07-19 Toshi MARUYAMASimplified Chinese translation for 3.1-stable updated...
2016-07-19 Toshi MARUYAMATraditional Chinese "issue" translation in r15702 chang...
2016-07-19 Toshi MARUYAMATraditional Chinese translation updated by Tigergm...
2016-07-19 Toshi MARUYAMACatalan translation fixed by Jordi Mas (#23250)
2016-07-19 Toshi MARUYAMAKorean translation updated by Yonghwan SO (#23134)
2016-07-19 Toshi MARUYAMAremove trailing white-space from app/models/time_entry_...
2016-07-19 Toshi MARUYAMAfix encoding error in de.yml (#23369, #21421)
2016-07-18 Jean-Philippe... Removes calls to #assert_template and #assigns in funct...
2016-07-17 Jean-Philippe... Don't respond with the error template when annotate...
2016-07-17 Jean-Philippe... Use safe_attributes for email addresses.
2016-07-17 Jean-Philippe... Use safe_attributes for auth sources.
2016-07-17 Jean-Philippe... Use safe_attributes for issue statuses.
2016-07-17 Jean-Philippe... Use safe_attributes for custom field enumerations.
2016-07-17 Jean-Philippe... Use safe_attributes for custom fields.
2016-07-17 Jean-Philippe... Use safe_attributes for user preferences.
2016-07-17 Jean-Philippe... Use head instead of render :nothing => true.
2016-07-16 Jean-Philippe... Include url helpers in helper tests.
2016-07-16 Jean-Philippe... Use #update! instead of #update_attribute.
2016-07-16 Jean-Philippe... Don't use add_on_empty.
2016-07-16 Jean-Philippe... Adds a class for testing helpers.
2016-07-16 Jean-Philippe... Dup @generated_changeset_rev.
2016-07-16 Jean-Philippe... Include URL helpers.
2016-07-16 Jean-Philippe... Passing arguments to assert_nothing_raised is deprecate...
2016-07-16 Jean-Philippe... Don't use an argument to reload.
2016-07-16 Jean-Philippe... Use #update! instead of #update_attribute.
2016-07-16 Jean-Philippe... Don't call #slice on proxy.
2016-07-16 Jean-Philippe... Don't pass conditions to #destroy_all.
2016-07-16 Jean-Philippe... Don't pass conditions to #delete_all.
2016-07-16 Jean-Philippe... Don't pass conditions to #delete_all.
2016-07-16 Jean-Philippe... Use named route.
2016-07-16 Jean-Philippe... Don't pass conditions to #destroy_all.
2016-07-16 Jean-Philippe... Use head instead of render :nothing => true.
2016-07-16 Jean-Philippe... Don't compare with Hash.
2016-07-16 Jean-Philippe... Use safe_attributes.
2016-07-16 Jean-Philippe... Use safe_attributes.
2016-07-16 Jean-Philippe... Don't pass conditions to #delete_all.
2016-07-16 Jean-Philippe... Pass parameters with :params in controller tests.
2016-07-16 Jean-Philippe... Accept 5 arguments.
2016-07-16 Jean-Philippe... Pass parameters with :params in controller tests.
2016-07-14 Jean-Philippe... Handle admin and login with safe_attributes.
2016-07-14 Jean-Philippe... Don't pass conditions to #delete_all.
2016-07-14 Jean-Philippe... Adds our own class for controller tests.
2016-07-14 Jean-Philippe... Don't use alias_chain_method.
2016-07-14 Jean-Philippe... Don't generate URL from params.
2016-07-14 Jean-Philippe... Use .around_action instead of .around_filter.
2016-07-14 Jean-Philippe... Removes a call to alias_method_chain.
2016-07-14 Jean-Philippe... Use .skip_before_action instead of .skip_before_filter.
2016-07-14 Jean-Philippe... Use .before_action instead of .before_filter.
2016-07-14 Jean-Philippe... Use .distinct instead of .uniq.
2016-07-14 Jean-Philippe... Removes a call to alias_method_chain.
2016-07-14 Jean-Philippe... Removes a call to alias_method_chain.
2016-07-13 Jean-Philippe... Avatars in issue history are cropped.
2016-07-13 Jean-Philippe... Ability to delete multiple attachments while updating...
2016-07-13 Jean-Philippe... Make time entries groupable (#16843).
2016-07-13 Jean-Philippe... Adds a link to spent time on version details (#13558).
2016-07-13 Jean-Philippe... Don't reserve 15% for buttons.
2016-07-13 Jean-Philippe... Adds a version filter on time entries (#13558).
2016-07-12 Jean-Philippe... Fully qualify the Version class in Redmine::Helpers...
2016-07-12 Jean-Philippe... Remove special behaviour for listing issue time entries...
2016-07-12 Jean-Philippe... Helper is needed to render the sidebar (#14790).
2016-07-12 Jean-Philippe... Display the list of saved queries in the sidebar (...
2016-07-12 Jean-Philippe... Adds scopes for retrieving the appropriate queries...
2016-07-12 Jean-Philippe... Moves sidebar queries rendering to QueriesHelper (...
2016-07-12 Jean-Philippe... Makes spent time queries savable (#14790).
2016-07-11 Jean-Philippe... Pull up query visibility methods.
2016-07-11 Jean-Philippe... Makes QueriesController able to handle other Query...
2016-07-11 Jean-Philippe... Removes dynamic :action in routes.
2016-07-10 Jean-Philippe... Removes action caching on /robots.txt.
2016-07-10 Jean-Philippe... Don't generate urls with params.
2016-07-10 Jean-Philippe... Don't generate urls with params.
2016-07-10 Jean-Philippe... Don't generate urls with params.
2016-07-10 Jean-Philippe... Don't generate back url with params.
2016-07-10 Jean-Philippe... Don't generate sort links with params.
2016-07-10 Jean-Philippe... Don't generate pagination links with params.
2016-07-10 Jean-Philippe... Preload issues project.
2016-07-10 Jean-Philippe... Hide pagination links when printing.
2016-07-10 Jean-Philippe... Preload email addresses for displaying avatars.
2016-07-10 Jean-Philippe... Renames #render_private_notes to #render_private_notes_...
2016-07-10 Jean-Philippe... Code cleanup (#22575).
next