OSDN Git Service

redminele/redmine.git
2010-09-10 Eric DavisRewrite the Gantt chart. #6276
2010-09-09 Eric DavisRefactor: convert the Projects routes to resources.
2010-09-08 Eric DavisRefactor: split method ProjectsController#edit to Proje...
2010-09-07 Eric DavisRefactor: rename method ProjectsController#add to Proje...
2010-09-06 Eric DavisChange project add form to use #create. (From r4067)
2010-09-06 Eric DavisRefactor: split ProjectsController#add into #add (GET...
2010-09-06 Eric DavisAllow user password changes when changing to Internal...
2010-09-06 Eric DavisRefocus the related issue field after submitting an...
2010-09-06 Eric DavisChange link_to_if_authorized to allow url paths. (Fixes...
2010-09-06 Eric DavisUse the built in Rails ActionView::TestCase for testing...
2010-09-05 Eric DavisRefactor: move method to model. (references r4057)
2010-09-05 Azamat HackimovAdded string "cant_link_an_issue_with_a_descendant...
2010-09-05 Azamat HackimovTranslation updates:
2010-09-03 Jean-Baptiste... Do not display items without valid selection in context...
2010-09-03 Jean-Baptiste... Added missing tests for User#allowed_to? #6291
2010-09-03 Jean-Baptiste... Add css classes to journals display to facilitate theming
2010-09-03 Jean-Baptiste... Hide checkboxes in issues list when printing
2010-09-03 Jean-Baptiste... Allow mass status update through context menu. #3411
2010-09-03 Eric DavisRefactor: move method, ProjectsController#reset_activit...
2010-09-02 Eric DavisRefactor: move method, ProjectsController#save_activiti...
2010-09-01 Eric DavisRefactor: move method, ProjectsController#add_file...
2010-08-31 Eric DavisRefactor: move method, ProjectsController#list_files...
2010-08-30 Eric DavisRefactor: move method, ProjectsController#roadmap to...
2010-08-29 Azamat HackimovTranslation updates
2010-08-27 Eric DavisAllow setting an issue's notes via params[:issue][...
2010-08-27 Eric DavisRefactor: extract ProjectsController#activity to a...
2010-08-26 Eric DavisRefactor: extract common code to link_to_month.
2010-08-26 Eric DavisAdd the project_id to the Calendar link to month.
2010-08-26 Eric DavisRefactor: extract target link generation.
2010-08-26 Eric DavisRefactor: extract ternary operators to temps.
2010-08-26 Eric DavisRefactor: extract link to previous and next month into...
2010-08-26 Eric DavisRefactor: convert many of the custom Issue routes to...
2010-08-25 Eric DavisRefactor: extract method in bulk_update.
2010-08-24 Azamat Hackimovremove BOM from zh-TW
2010-08-24 Azamat HackimovTranslation updates
2010-08-24 Eric DavisRefactor: extract #bulk_update method from IssuesContro...
2010-08-23 Azamat HackimovAdding missed new strings for #6153:
2010-08-23 Eric DavisUpdated permissions for r4034
2010-08-23 Eric DavisRefactor: move IssuesController#changes to JournalsCont...
2010-08-22 Eric DavisSure hope 1.0.1 wasn't released in 201,008 AD...
2010-08-22 Eric DavisBump version to 1.0.1
2010-08-22 Eric DavisUpdated changelog for 1.0.1
2010-08-22 Eric DavisAdd RTL support to the context menu. #6012
2010-08-22 Eric DavisTreat Calendar and Gantt pages as separate modules...
2010-08-22 Eric DavisFix the calendar link in the Issues sidebar. #5591
2010-08-20 Eric DavisRefactor: merge IssuesController#update_form into Issue...
2010-08-19 Eric DavisFix the mock_file test helper.
2010-08-19 Eric DavisRefactor: extract Members Box to partial.
2010-08-19 Azamat HackimovRemove dublicate string
2010-08-19 Azamat HackimovLocalisation updates: New string to fix #5162
2010-08-19 Eric DavisRefactor: move IssuesController#context_menu to a new...
2010-08-19 Azamat HackimovReal RTL-theme support in locales (#6012)
2010-08-19 Azamat HackimovFixing #6009
2010-08-19 Azamat HackimovTranslation updates for upcoming release
2010-08-19 Eric DavisAdd Issue Status to the tooltip. #6169
2010-08-19 Eric DavisSmall test refactoring, extract method.
2010-08-19 Eric DavisScope the calendar popup CSS so it doesn't conflict...
2010-08-19 Eric DavisUse the base layout for all 403, 404, and 500 pages...
2010-08-18 Eric DavisAdded a rake task to display permissions.
2010-08-18 Eric DavisNo more IssuesController#preview action.
2010-08-18 Eric DavisRefactor: move IssuesController#preview to a new contro...
2010-08-17 Eric DavisRefactor: move IssuesController#auto_complete to a...
2010-08-16 Eric DavisAdd the Calendar as a project menu item.
2010-08-16 Eric DavisAdd the Gantt chart as a project menu item
2010-08-16 Eric DavisAllow key authentication for Boards. #6132
2010-08-16 Eric DavisRefactor: move IssuesController#reply to JournalsController
2010-08-13 Eric DavisRefactor: pull up method to ApplicationController.
2010-08-13 Jean-Baptiste... Fixed: changing view style in repository/diff doesn...
2010-08-12 Eric DavisRefactor: Pull up method to ApplicationController.
2010-08-12 Eric DavisFix path to test_helper
2010-08-11 Eric DavisRefactor: Extract a new IssueMovesController from Issue...
2010-08-10 Jean-Baptiste... Show projects depending on their visibility in user...
2010-08-10 Jean-Baptiste... Added a warning when a new user or group membership...
2010-08-10 Jean-Baptiste... Prevent 500 error on login when there's a typo in OpenI...
2010-08-10 Eric DavisRefactor: extract method from #move and #perform_move.
2010-08-09 Eric DavisRefactor TimelogController#report's joins and provide...
2010-08-09 Eric DavisRefactor: extract POST version of IssuesController...
2010-08-09 Jean-Baptiste... Removed hard-coded english error message on failed...
2010-08-08 Jean-Baptiste... Removed useless debug code. #5978
2010-08-08 Jean-Baptiste... Added project filter when viewing all issues. #5084
2010-08-08 Jean-Baptiste... Replace Test::Unit::TestCase with ActiveSupport::TestCa...
2010-08-08 Jean-Baptiste... Fixed wrong commit range in git log command. #5628
2010-08-08 Jean-Baptiste... Refactor: added link_to_project helper to handle links...
2010-08-07 Eric DavisUpdated changelog format to use lists.
2010-08-07 Eric DavisAdd static docs to YARD.
2010-08-07 Eric DavisSave yard doc to the doc/app directory.
2010-08-07 Eric DavisExclude test files from YARD.
2010-08-06 Eric DavisAdd a rake task to run CI.
2010-08-06 Eric DavisRefactor: start to split IssuesController#move into...
2010-08-05 Eric DavisRefactor: extract method in IssuesController#move.
2010-08-04 Jean-Baptiste... Fixed: assigned_to and author filters in cross project...
2010-08-04 Jean-Baptiste... Focus on the input when adding a related issue on issue...
2010-08-04 Jean-Baptiste... Display projects as links in users/memberships partial...
2010-08-04 Eric DavisFix a few requires for metric_fu's rcov.
2010-08-04 Eric DavisRefactor: extract back_url method to ApplicationController.
2010-08-04 Eric DavisAdded css classes to the HTML body based on the theme...
2010-08-04 Eric DavisAdd maxlength attributes to some Project fields. #4896
2010-08-04 Eric DavisUse the MenuManager for the Administration menu. #6008
2010-08-04 Eric DavisRemove extra css like the border on revision links...
2010-08-03 Eric DavisShow the number of days in the subject line of Reminder...
next