]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2011-12-15 Toshi MARUYAMAtest: replace "should_route" of "issues" REST actions...
2011-12-15 Toshi MARUYAMAtest: replace "should_route" of "issue reports" to...
2011-12-15 Toshi MARUYAMAtest: replace "should_route" of "members" to "assert_ro...
2011-12-15 Toshi MARUYAMAtest: replace "should_route" of "wikis (plural, admin...
2011-12-15 Toshi MARUYAMAtest: replace "should_route" of "test_custom_fields...
2011-12-14 Jean-Philippe... Removed dependency with monkey-patched rubytree.
2011-12-14 Jean-Philippe... Restores migration broken by r8182 and removes default...
2011-12-14 Etienne MassipSave an @Issue#save@.
2011-12-14 Etienne MassipFixed broken issues context tests (#9794).
2011-12-14 Jean-Philippe... Added encoding comment to helpers (#9792).
2011-12-14 Jean-Philippe... Fixed that _revision_graph.html.erb breaks window load...
2011-12-14 Etienne MassipFixed time entries context menu activity update link.
2011-12-14 Etienne MassipFixed issues context menu attributes update links ...
2011-12-14 Etienne MassipRemoved code duplicated in lib.
2011-12-14 Toshi MARUYAMAtest: replace "should_route" of "boards" to "assert_rou...
2011-12-14 Toshi MARUYAMAtest: replace "should_route" of "administration panel...
2011-12-14 Toshi MARUYAMAtest: replace "should_route" of "welcome" to "assert_ro...
2011-12-14 Toshi MARUYAMAtest: replace "should_route" of "attachments" to "asser...
2011-12-14 Toshi MARUYAMAtest: replace "should_route" of "activities" to "assert...
2011-12-13 Jean-Philippe... Code cleanup.
2011-12-13 Jean-Philippe... Moved fields specific to new issues to the new issue...
2011-12-13 Jean-Philippe... Code cleanup.
2011-12-13 Jean-Philippe... Use safe_attributes for issue watchers assignment.
2011-12-13 Etienne MassipAdded missing repository route
2011-12-12 Jean-Philippe... Fixed broken issue form update when changing tracker.
2011-12-12 Jean-Philippe... Adds /search to robots.txt.
2011-12-12 Jean-Philippe... Adds a hook before the new issue form.
2011-12-12 Jean-Philippe... Fixed error on project creation due to unrecognized...
2011-12-11 Toshi MARUYAMARails3: model: replace deprecated before_validation...
2011-12-11 Toshi MARUYAMAadd unit test of CustomField model before_validation
2011-12-11 Jean-Philippe... Resourcified enumerations.
2011-12-10 Jean-Philippe... Removed fieldset.
2011-12-10 Jean-Philippe... Typo in French locale.
2011-12-10 Jean-Philippe... Removed double dash.
2011-12-10 Etienne MassipUpdated issue description diff route.
2011-12-10 Jean-Philippe... Fixed reorder links on custom fields.
2011-12-10 Jean-Philippe... Extracted new_subclass_instance method to a module.
2011-12-10 Jean-Philippe... Role.all broken in migration due to default sort (colum...
2011-12-10 Jean-Philippe... Fixed tests with the valid login url.
2011-12-10 Jean-Philippe... CHANGELOG updated.
2011-12-10 Jean-Philippe... Removed useless routes.
2011-12-10 Jean-Philippe... Removed useless routes.
2011-12-10 Jean-Philippe... Removed useless routes.
2011-12-10 Jean-Philippe... Makes assertion compatible with ruby1.9.
2011-12-10 Jean-Philippe... ruby1.9: macro must accept 2 arguments.
2011-12-10 Etienne MassipAdded method to attachments routes.
2011-12-10 Jean-Philippe... Fixed assert call.
2011-12-10 Etienne MassipRemoved boards widcard route.
2011-12-10 Etienne MassipRemoved repositories widcard route.
2011-12-10 Etienne MassipRemoved default route.
2011-12-10 Etienne MassipExplicitly declare all routes and deactivate default...
2011-12-10 Toshi MARUYAMAscm: git: remove unused --since option (#4547, #4716...
2011-12-10 Jean-Philippe... Issue destroy is now DELETE only.
2011-12-10 Jean-Philippe... Removed no longer working old wiki route.
2011-12-10 Jean-Philippe... Droppped old repositories routes.
2011-12-10 Jean-Philippe... Changed ProjectsController#destroy to DELETE only.
2011-12-10 Jean-Philippe... Changed IssuesController#destroy to DELETE only.
2011-12-10 Jean-Philippe... Changed IssuesController#destroy to DELETE only.
2011-12-10 Jean-Philippe... Removed obsolete project news route.
2011-12-10 Jean-Philippe... Moved bulk_edit/update routes into issues resources.
2011-12-10 Jean-Philippe... Custom fields display on bulk edit form.
2011-12-10 Jean-Philippe... REST urls for user memberships.
2011-12-09 Jean-Philippe... Resourcified roles.
2011-12-09 Jean-Philippe... Resourcified custom fields.
2011-12-09 Jean-Philippe... Renamed TabularFormBuilder to Redmine::Views::LabelledF...
2011-12-09 Jean-Philippe... Removed TabularFormBuilder references in views.
2011-12-09 Jean-Philippe... Use #labelled_form_for instead of #labelled_tabular_for...
2011-12-09 Toshi MARUYAMARails3: model: user: use ::Query instead of Query
2011-12-09 Toshi MARUYAMARails3: test: replace deprecated Errors#on to Errors...
2011-12-09 Toshi MARUYAMARails3: test: replace deprecated Errors#on to Errors...
2011-12-09 Toshi MARUYAMARails3: test: replace deprecated Errors#on to Errors...
2011-12-09 Toshi MARUYAMARails3: test: replace deprecated Errors#on to Errors...
2011-12-09 Toshi MARUYAMARails3: test: replace deprecated Errors#on to Errors...
2011-12-09 Toshi MARUYAMARails3: test: replace deprecated Errors#on to Errors...
2011-12-09 Toshi MARUYAMARails3: test: replace deprecated Errors#on to Errors...
2011-12-09 Toshi MARUYAMARails3: test: replace deprecated Errors#on to Errors...
2011-12-08 Jean-Philippe... Makes project and tracker assigned first in #attributes=
2011-12-08 Jean-Philippe... Changes auto_complete calls to GET requests.
2011-12-08 Etienne MassipHandle spaces in development scm stderr log file path.
2011-12-08 Jean-Philippe... Tests broken with ruby1.8.6 (#9751).
2011-12-08 Toshi MARUYAMARails3: model: Member: add virtual attribute to prevent...
2011-12-08 Toshi MARUYAMAadd unit test of error message in case that member...
2011-12-08 Toshi MARUYAMAback out r8124
2011-12-08 Toshi MARUYAMARails3: model: Member: errors must be set on existing...
2011-12-08 Toshi MARUYAMAreplace tabs to spaces at app/views/issues/_form.html.erb
2011-12-07 Toshi MARUYAMARails3: view: html_safe for timelog/_date_range.html.erb
2011-12-07 Toshi MARUYAMARails3: helper: html_safe for render_flash_messages...
2011-12-07 Jean-Philippe... Fixed that a cross-project custom query is not remember...
2011-12-07 Jean-Philippe... Adds an explicit error message for invalid YAML configu...
2011-12-07 Toshi MARUYAMAcode layout clean up app/views/gantts/show.html.erb
2011-12-07 Toshi MARUYAMAremove trailing white-spaces from calendar-hr.js
2011-12-07 Toshi MARUYAMAconvert calendar-hr.js (Croatian) from Windows-1250...
2011-12-06 Jean-Philippe... Removed obsolete nss/svn scripts.
2011-12-06 Jean-Philippe... Fixed that custom values get saved when assigning custo...
2011-12-06 Jean-Philippe... Removed the "more" link to edit additional properties...
2011-12-06 Jean-Philippe... Issue forms cleanup.
2011-12-06 Toshi MARUYAMApdf: move note number to the head of line for single...
2011-12-05 Jean-Philippe... Fixed: error when filtering by numeric custom field...
2011-12-05 Jean-Philippe... Parameter changed to issue_category in r7882 (#9724).
2011-12-05 Jean-Philippe... Adds tests for MailHandler.
next