OSDN Git Service

Replace hudson with jenkins
[redminele/redmine.git] / app /
2011-03-11 Akihiro OnoMerge commit '1.1.2'
2011-03-06 Jean-Philippe LangMerged r5021 from trunk.
2011-03-06 Jean-Philippe LangMerged r4946 from trunk.
2011-03-06 Jean-Philippe LangMerged r4820 from trunk.
2011-03-06 Jean-Philippe LangMerged r4913, r4914, r4916 from trunk.
2011-03-06 Jean-Philippe LangMerged r4888 from trunk.
2011-03-06 Jean-Philippe LangMerged r4951 from trunk.
2011-02-28 Jean-Philippe LangMerged r4889 from trunk.
2011-02-28 Jean-Philippe LangMerged r4890 from trunk.
2011-02-28 Jean-Philippe LangMerged r4811 from trunk.
2011-02-28 Jean-Philippe LangMerged r4965 from trunk.
2011-02-18 Toshi MARUYAMAMerged r4860 from trunk.
2011-02-12 Toshi MARUYAMAMerged r4816 from trunk.
2011-01-30 Jean-Philippe LangMerged r4782 from trunk.
2011-01-30 Jean-Philippe LangMerged r4780 from trunk.
2011-01-30 Jean-Philippe LangMerged r4727 and r4730 from trunk.
2011-01-30 Jean-Philippe LangMerged r4741 and r4764 from trunk.
2011-01-30 Jean-Philippe LangMerged r4761 from trunk.
2011-01-30 Jean-Philippe LangMerged r4708 and r4709 from trunk.
2011-01-27 Jean-Philippe LangMerged r4719 from trunk.
2011-01-16 Jean-Philippe LangMerged r4680 from trunk.
2011-01-14 Toshi MARUYAMAMerged r4710 and r4714 from trunk.
2011-01-14 Toshi MARUYAMAMerged r4712 from trunk.
2011-01-13 Toshi MARUYAMAMerged r4703 from trunk (scm: fix error on revision...
2011-01-08 Jean-Philippe LangMerged r4645 to r4651 from trunk.
2011-01-08 Toshi MARUYAMAMerged r4652 from trunk.
2011-01-02 Jean-Philippe LangMerged r4618 and r4619 from trunk.
2011-01-02 Jean-Philippe LangMerged r4615 and r4616 from trunk.
2011-01-02 Toshi MARUYAMAMerged r4613 from trunk.
2011-01-02 Toshi MARUYAMAMerged r4611 from trunk (Mercurial sorting).
2010-12-29 Jean-Philippe LangMakes issue move form similar to bulk edit form.
2010-12-29 Jean-Philippe LangFind visible issues only in ContextMenusController...
2010-12-29 Jean-Philippe LangTakes more parameters into account to determine activit...
2010-12-29 Jean-Philippe LangFixed: partial toc when text contains pre tags (#7172).
2010-12-29 Jean-Philippe LangFixed: CLI-supplied defaults should not be applied...
2010-12-29 Jean-Philippe LangFixed: Tracker reset to default when replying to an...
2010-12-23 Jean-Philippe LangMakes Version#start_date return the minimum start_date...
2010-12-23 Jean-Philippe LangMakes the API accepts the X-Redmine-API-Key header...
2010-12-23 Jean-Philippe LangMakes /projects API accept same pagination parameters...
2010-12-23 Jean-Philippe LangMakes API accept offset/limit or page/limit parameters...
2010-12-22 Jean-Philippe LangSupport for Javascript in Themes (#2803).
2010-12-21 Jean-Philippe LangFixed: 500 error on issue query grouped by a custom...
2010-12-20 Jean-Philippe LangBroken links on wiki diff view.
2010-12-20 Jean-Philippe LangPrevents n SQL queries (n = project count) on cross...
2010-12-20 Jean-Philippe LangFixes valid revision regexp.
2010-12-20 Jean-Philippe LangAdds support for requesting information about current...
2010-12-18 Jean-Philippe LangRestore rev param validation that was removed in r2840.
2010-12-18 Jean-Philippe LangFixes a data disclosure issue introduced in r3941.
2010-12-18 Jean-Philippe LangSort versions drop down on the bulk edit form.
2010-12-18 Jean-Philippe LangFixed: issue description Quote button lost by r3941...
2010-12-17 Jean-Philippe LangFixed: r4492 breaks the ability to select issue custom...
2010-12-17 Jean-Philippe LangAdds a css class for gantt subjects.
2010-12-15 Jean-Philippe LangAdds an application setting to limit the number of...
2010-12-14 Jean-Philippe LangAdds journal created_on attribute to issue API (#7111).
2010-12-14 Jean-Philippe LangFixed: 404 when entering time with blank issue id ...
2010-12-12 Jean-Baptiste BarthFixed bad html generated in users/memberships partial...
2010-12-12 Jean-Philippe LangRestores the issue description label (#6677).
2010-12-12 Jean-Philippe LangRefactor and add tests for News #index API (#7072).
2010-12-12 Jean-Philippe LangMake sure there's no nil result in auto_complete.
2010-12-12 Jean-Philippe LangAutocomplete issue relations on subject (#3170).
2010-12-12 Jean-Philippe LangFixes password sending when creating user.
2010-12-12 Jean-Philippe LangExtracts user groups assignment from controller.
2010-12-12 Jean-Philippe LangCode cleanup.
2010-12-12 Jean-Philippe LangMoves mail_notification param to user hash param so...
2010-12-12 Jean-Philippe LangRemoved no longer needed to_sym.
2010-12-12 Jean-Philippe LangValidates user's mail_notification and turn options...
2010-12-12 Jean-Philippe LangMoves password param to user hash param so that it...
2010-12-12 Jean-Philippe LangDeclare safe attributes for User and Projects models.
2010-12-12 Jean-Philippe LangMakes issue safe_attributes extensible (#6000).
2010-12-11 Jean-Philippe LangFixes Changeset#text_tag for numeric scmid (#6681).
2010-12-11 Jean-Philippe LangRestores object count and adds offset/limit attributes...
2010-12-11 Jean-Philippe LangFixes indentation.
2010-12-11 Jean-Philippe LangMakes some attributes optional in API response to get...
2010-12-10 Jean-Philippe LangDo not try to copy relations for issues that could...
2010-12-10 Jean-Philippe LangChanges the representation of journal details in issue...
2010-12-10 Jean-Philippe LangSupport for updating custom fields using the received...
2010-12-10 Jean-Philippe LangFixed: error when serializing back objects with custom...
2010-12-07 Jean-Philippe LangSelect projects with issue_tracking module for gantt...
2010-12-07 Jean-Philippe LangGantt: Avoid unnecessary queries before rendering.
2010-12-07 Jean-Philippe LangGantt: view cleanup.
2010-12-07 Jean-Philippe LangGantt: iterate over all objects only once for html...
2010-12-05 Jean-Philippe Langspent time logging from commit messages (#4155).
2010-12-04 Jean-Philippe LangSafer code in IssueRelation (#7018).
2010-12-04 Jean-Philippe LangAdds a pseudo format to api template names and override...
2010-12-04 Jean-Philippe LangAdds subtasks to GET /issues/:id API (#5338).
2010-12-04 Jean-Philippe LangFixes test failure in r4461.
2010-12-04 Jean-Philippe LangAdds REST API for TimeEntries (#6823).
2010-12-03 Jean-Philippe LangMoves project attributes default assignments from Proje...
2010-12-03 Jean-Philippe LangConverts IssuesController to use the new API template...
2010-12-03 Jean-Philippe LangConverts ProjectsController to use the new API template...
2010-12-03 Jean-Philippe LangAdds a reusable method to render API response on valida...
2010-12-03 Jean-Philippe LangDry Users API responders.
2010-12-03 Jean-Philippe LangAdds xml/json REST API for Users (#6260).
2010-12-03 Jean-Philippe LangAdds a builder-like template system for rendering xml...
2010-12-03 Jean-Philippe LangAdd responders to UsersController.
2010-11-27 Jean-Philippe LangAccept key auth for ProjectsController#show (#6841).
2010-11-27 Jean-Philippe LangAccept key auth for ProjectsController#destroy (#6841).
2010-11-27 Jean-Philippe LangAccept key auth for ProjectsController#update (#6841).
2010-11-27 Jean-Philippe LangAccept key auth for ProjectsController#create (#6841).
2010-11-27 Jean-Philippe LangPrevents validation error when adding a user to a group...
next