OSDN Git Service

redminele/redmine.git
2010-12-20 Jean-Philippe... Adds tasks to run scm tests: test:scm:units, test:scm...
2010-12-20 Jean-Philippe... Adds routing tests for users and xml format.
2010-12-20 Jean-Philippe... Adds support for requesting information about current...
2010-12-18 Jean-Philippe... Restore rev param validation that was removed in r2840.
2010-12-18 Jean-Philippe... Fixes mercurial adapter.
2010-12-18 Jean-Philippe... Fixed that some arguments where not properly escaped...
2010-12-18 Jean-Philippe... Adds tests for class attribute parsing on pre/code...
2010-12-18 Jean-Philippe... Fixes a data disclosure issue introduced in r3941.
2010-12-18 Jean-Philippe... Ported subtasks display with indentation to the new...
2010-12-18 Jean-Philippe... Sort versions drop down on the bulk edit form.
2010-12-18 Jean-Philippe... Fixed: issue description Quote button lost by r3941...
2010-12-17 Jean-Philippe... Fixed: r4492 breaks the ability to select issue custom...
2010-12-17 Jean-Philippe... Adds a css class for gantt subjects.
2010-12-17 Jean-Philippe... Gantt code cleaning.
2010-12-17 Jean-Philippe... Gantt code cleanup.
2010-12-17 Jean-Philippe... Gantt: make the png looks more like html.
2010-12-17 Jean-Philippe... Gantt: make the pdf looks more like html.
2010-12-17 Jean-Philippe... Gantt code cleanup.
2010-12-17 Jean-Philippe... Gantt code cleanup.
2010-12-17 Jean-Philippe... Gantt code cleanup.
2010-12-17 Jean-Philippe... Gantt: fixes progress width in some cases and start...
2010-12-17 Jean-Philippe... Adds missing strings in locales.
2010-12-17 Jean-Philippe... Converts translations to the new i18n interpolation...
2010-12-17 Jean-Philippe... Locales update before changing interpolation format.
2010-12-17 Jean-Philippe... Manually require i18n 0.4.2 before Rails tries to load...
2010-12-15 Jean-Philippe... Skip a few SQL queries for cross project gantt.
2010-12-15 Jean-Philippe... Locales update.
2010-12-15 Jean-Philippe... Adds an application setting to limit the number of...
2010-12-14 Jean-Philippe... Adds journal created_on attribute to issue API (#7111).
2010-12-14 Jean-Philippe... Fixed: 404 when entering time with blank issue id ...
2010-12-12 Jean-Baptiste... Set encoding to utf-8 for ruby 1.9 compatibility. ...
2010-12-12 Jean-Baptiste... Use absolute paths in test/**/* requires for Ruby 1...
2010-12-12 Jean-Baptiste... Fixed bad html generated in users/memberships partial...
2010-12-12 Jean-Philippe... Fixes tests after fixtures changes.
2010-12-12 Jean-Philippe... Restores the issue description label (#6677).
2010-12-12 Jean-Philippe... Refactor and add tests for News #index API (#7072).
2010-12-12 Jean-Philippe... Use GET instead of POST to retrieve context menu (...
2010-12-12 Jean-Philippe... Make sure there's no nil result in auto_complete.
2010-12-12 Jean-Philippe... Autocomplete issue relations on subject (#3170).
2010-12-12 Jean-Philippe... UsersController tests cleanup.
2010-12-12 Jean-Philippe... Fixes password sending when creating user.
2010-12-12 Jean-Philippe... Extracts user groups assignment from controller.
2010-12-12 Jean-Philippe... Fixes test according to r4493.
2010-12-12 Jean-Philippe... Code cleanup.
2010-12-12 Jean-Philippe... Moves mail_notification param to user hash param so...
2010-12-12 Jean-Philippe... Removed no longer needed to_sym.
2010-12-12 Jean-Philippe... Validates user's mail_notification and turn options...
2010-12-12 Jean-Philippe... Moves password param to user hash param so that it...
2010-12-12 Jean-Philippe... Declare safe attributes for User and Projects models.
2010-12-12 Jean-Philippe... Makes issue safe_attributes extensible (#6000).
2010-12-11 Jean-Philippe... Fixes Changeset#text_tag for numeric scmid (#6681).
2010-12-11 Jean-Philippe... Restores object count and adds offset/limit attributes...
2010-12-11 Jean-Philippe... Fixes duplicate custom_values fixture that caused failu...
2010-12-11 Jean-Philippe... Fixes indentation.
2010-12-11 Jean-Philippe... Makes some attributes optional in API response to get...
2010-12-10 Jean-Philippe... Fixes unsafe assertion that may cause failures.
2010-12-10 Jean-Philippe... Do not try to copy relations for issues that could...
2010-12-10 Jean-Philippe... Changes the representation of journal details in issue...
2010-12-10 Jean-Philippe... Fixes a fixture with valid attributes (start_date ...
2010-12-10 Jean-Philippe... Support for updating custom fields using the received...
2010-12-10 Jean-Philippe... Fixed: error when serializing back objects with custom...
2010-12-07 Jean-Philippe... Add tests for wiki edit notifications (#7024).
2010-12-07 Jean-Philippe... Select projects with issue_tracking module for gantt...
2010-12-07 Jean-Philippe... Gantt: Avoid unnecessary queries before rendering.
2010-12-07 Jean-Philippe... Gantt: fixes position of line in pdf (#6348).
2010-12-07 Jean-Philippe... Fixes gantt PDF pagination problem (#6348).
2010-12-07 Jean-Philippe... Gantt: view cleanup.
2010-12-07 Jean-Philippe... Gantt: iterate over all objects only once for html...
2010-12-05 Jean-Philippe... Updated locales.
2010-12-05 Jean-Philippe... spent time logging from commit messages (#4155).
2010-12-05 Jean-Philippe... Changes russian CSV separator to ; (#7035).
2010-12-05 Jean-Philippe... Fixed: class attribute with spaces on pre tags truncate...
2010-12-04 Jean-Philippe... Safer code in IssueRelation (#7018).
2010-12-04 Jean-Philippe... Adds a pseudo format to api template names and override...
2010-12-04 Jean-Philippe... Adds subtasks to GET /issues/:id API (#5338).
2010-12-04 Jean-Philippe... Fixes unhandled case in json builder.
2010-12-04 Jean-Philippe... Fixes unhandled case in json builder.
2010-12-04 Jean-Philippe... Fixes test failure in r4461.
2010-12-04 Jean-Philippe... Adds REST API for TimeEntries (#6823).
2010-12-03 Jean-Philippe... Moves project attributes default assignments from Proje...
2010-12-03 Jean-Philippe... Prevents random failure in XmlTest.
2010-12-03 Jean-Philippe... Converts IssuesController to use the new API template...
2010-12-03 Jean-Philippe... Projects API tests rewriting.
2010-12-03 Jean-Philippe... Converts ProjectsController to use the new API template...
2010-12-03 Jean-Philippe... Adds a reusable method to render API response on valida...
2010-12-03 Jean-Philippe... Dry Users API responders.
2010-12-03 Jean-Philippe... Adds xml/json REST API for Users (#6260).
2010-12-03 Jean-Philippe... Adds a builder-like template system for rendering xml...
2010-12-03 Jean-Philippe... Add responders to UsersController.
2010-11-29 Jean-Philippe... Escapes attachment ids in TracMigrate (#6996).
2010-11-28 Jean-Philippe... Updates for 1.0.4 release.
2010-11-27 Jean-Philippe... Accept key auth for ProjectsController#show (#6841).
2010-11-27 Jean-Philippe... Accept key auth for ProjectsController#destroy (#6841).
2010-11-27 Jean-Philippe... Accept key auth for ProjectsController#update (#6841).
2010-11-27 Jean-Philippe... Accept key auth for ProjectsController#create (#6841).
2010-11-27 Jean-Philippe... Prevents validation error when adding a user to a group...
2010-11-27 Jean-Philippe... Reload themes so that new themes can be used without...
2010-11-27 Jean-Philippe... Fixed: messages attachments/watchers are not deleted...
2010-11-27 Jean-Philippe... Fixed: Wiki#find_page should not be case sensitive...
2010-11-27 Jean-Philippe... Fixed: Missing template wiki/update.erb error introduce...
next