]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2012-12-26 Jean-Philippe... Upgraded JQuery to 1.8.3 and JQuery UI to 1.9.2.
2012-12-26 Jean-Philippe... Auto-populate fields while creating a new user with...
2012-12-24 Jean-Philippe... Missing labels on auth_source edit form.
2012-12-23 Jean-Philippe... Code cleanup, use named routes.
2012-12-23 Jean-Philippe... Code cleanup, use named routes.
2012-12-23 Jean-Philippe... Renamed #_issues_path to #_project_issues_path.
2012-12-23 Jean-Philippe... Moved routes helper methods to an helper.
2012-12-23 Jean-Philippe... Code cleanup, use named routes.
2012-12-22 Jean-Philippe... Adds route names for r11072.
2012-12-22 Jean-Philippe... Code cleanup, use named routes.
2012-12-22 Jean-Philippe... Code cleanup, use named routes.
2012-12-22 Jean-Philippe... Code cleanup.
2012-12-22 Jean-Philippe... Code cleanup, use named routes.
2012-12-22 Jean-Philippe... Code cleanup, use named routes.
2012-12-22 Jean-Philippe... Code cleanup, use named routes.
2012-12-22 Jean-Philippe... Use #assert_select instead of #assert_tag.
2012-12-22 Jean-Philippe... Use #assert_select instead of #assert_tag.
2012-12-21 Jean-Philippe... "New issue" menu item should not link to copy form...
2012-12-21 Jean-Philippe... Changed revision regexp to make source: links accept...
2012-12-21 Jean-Philippe... Adds CSS classes on pagination links.
2012-12-21 Toshi MARUYAMAremove trailing white-spaces from app/models/issue_rela...
2012-12-20 Toshi MARUYAMARussian "about_x_hours" and "x_hours" translation chang...
2012-12-20 Toshi MARUYAMAremove unused "label_modification" i18n keys (#12645)
2012-12-20 Toshi MARUYAMAremove unused "label_download" i18n keys (#12645)
2012-12-20 Toshi MARUYAMAremove unused "gui_validation_error" i18n keys (#12645)
2012-12-19 Toshi MARUYAMAadd "few" and "many" to Russian "x_hours" (#12640)
2012-12-18 Toshi MARUYAMAGerman "label_issues_by" changed by Daniel Felix (...
2012-12-18 Toshi MARUYAMARussian "about_x_hours" translation changed by Mikhail...
2012-12-18 Toshi MARUYAMARussian "x_hours" translation updated by Mikhail Velkin...
2012-12-18 Toshi MARUYAMAJapanese "permission_commit_access" and "button_view...
2012-12-18 Toshi MARUYAMAreplace tabs to spaces at Redmine.pm
2012-12-18 Jean-Philippe... Changelog for 2.2.0 release.
2012-12-17 Toshi MARUYAMARussian translation changed by Kirill Bezrukov (#12615...
2012-12-17 Toshi MARUYAMARussian translation updated by Kirill Bezrukov (#12615)
2012-12-17 Jean-Philippe... #pagination_links_each yields all links!
2012-12-17 Jean-Philippe... Reset the page parameter when changing the number of...
2012-12-17 Jean-Philippe... Makes #per_page_links take a paginator.
2012-12-17 Jean-Philippe... Split #per_page_links helper and moved test to specific...
2012-12-17 Jean-Philippe... All spaces after links.
2012-12-17 Jean-Philippe... Makes #pagination_links_full accept a block for buildin...
2012-12-17 Jean-Philippe... Display 25 items.
2012-12-17 Jean-Philippe... Use scoped models for pagination.
2012-12-17 Jean-Philippe... Replaces the classic_pagination plugin with a simple...
2012-12-17 Toshi MARUYAMADutch translation updated (#12614)
2012-12-17 Toshi MARUYAMAcode cleanup gantt_helper.rb
2012-12-16 Toshi MARUYAMANorwegian translation changed by Ketil Mehl (#12605...
2012-12-16 Toshi MARUYAMANorwegian translation for 1.4-stable updated by Ketil...
2012-12-16 Toshi MARUYAMAJapanese translation updated by Go MAEDA (#12606)
2012-12-16 Toshi MARUYAMAJapanese translation for 2.2-stable updated (#12607)
2012-12-15 Jean-Philippe... Verifies that the param is a Hash.
2012-12-15 Jean-Philippe... Save the selected file just in case uploading stuff...
2012-12-15 Toshi MARUYAMAKorean translation updated by Jongwook Choi (#12602)
2012-12-14 Toshi MARUYAMAGerman translation updated by Daniel Felix (#10191)
2012-12-13 Etienne MassipCode cleanup.
2012-12-13 Jean-Philippe... Code cleanup in AuthSource controller and views.
2012-12-13 Jean-Philippe... Code cleanup: implement Plugin#to_param for generating...
2012-12-13 Jean-Philippe... Code cleanup.
2012-12-13 Jean-Philippe... NoMethodError: private method `now' called for DateTime...
2012-12-13 Jean-Philippe... Fixed that validation fails when receiving an email...
2012-12-13 Jean-Philippe... Fixed: clicking journal edit multiple times shows multi...
2012-12-13 Jean-Philippe... Store attachments in subdirectories (#5298).
2012-12-12 Toshi MARUYAMAremove trailing white-spaces from public/javascripts...
2012-12-12 Jean-Philippe... Use browser language as default when registering.
2012-12-11 Jean-Philippe... Code cleanup.
2012-12-11 Jean-Philippe... Fixed duplicate test name.
2012-12-11 Jean-Philippe... Removed unused code.
2012-12-11 Jean-Philippe... Code cleanup.
2012-12-11 Jean-Philippe... Use named routes in controllers.
2012-12-11 Jean-Philippe... Removed temp file.
2012-12-11 Jean-Philippe... Use named routes in controllers.
2012-12-11 Jean-Philippe... Routes cleanup.
2012-12-10 Jean-Philippe... Moved IssueRelations to IssueRelation::Relations.
2012-12-10 Jean-Philippe... Moved javascript include tag to head.
2012-12-10 Jean-Philippe... Merged ajax_upload branch (#3957).
2012-12-10 Etienne MassipFixed notes preview in issue history broken and hidden...
2012-12-09 Jean-Philippe... Rescue Query::StatementInvalid in TimelogController.
2012-12-09 Jean-Philippe... Makes time entry custom fields available for display...
2012-12-09 Jean-Philippe... Adds filters for custom fields related to the project...
2012-12-09 Jean-Philippe... Adds filters for regular/custom fields to the time...
2012-12-09 Jean-Philippe... Fixed syntax for ruby1.8.
2012-12-09 Jean-Philippe... Rename the Member column to User on the time entries...
2012-12-09 Jean-Philippe... Adds TimeEntryQuery for listing time entries.
2012-12-09 Jean-Philippe... Moved build_query_from_params helper to Query#build_fro...
2012-12-09 Jean-Philippe... Moves issue specific code to IssueQuery.
2012-12-09 Jean-Philippe... Adds STI to Query model. Issue queries are now IssueQue...
2012-12-09 Jean-Philippe... Use inheritable class attributes in Query model.
2012-12-08 Jean-Philippe... Removed conditions on HTTP methods.
2012-12-08 Jean-Philippe... Use \A and \z in validation regexps.
2012-12-08 Jean-Philippe... Use \A and \z in validation regexps.
2012-12-08 Jean-Philippe... Cleanup dependencies in Project model.
2012-12-08 Jean-Philippe... Moved user status constants to Principal model.
2012-12-08 Jean-Philippe... Specifies HTTP methods for all routes.
2012-12-08 Jean-Philippe... Fixed that issues grouped by custom field is broken...
2012-12-08 Jean-Philippe... Don't use jruby-openssl with JRuby 1.7.0 (#12228).
2012-12-08 Jean-Philippe... MailHandler: exit with 75 when a SystemCallError is...
2012-12-08 Jean-Philippe... Don't force english language for default admin account...
2012-12-08 Jean-Philippe... Group events in the activity view (#12542).
2012-12-07 Jean-Philippe... Rewrites named scopes with ARel queries.
2012-12-07 Jean-Baptiste... Use lambda form in model scopes (#12499)
2012-12-06 Jean-Philippe... Adds an option for displaying the issue description...
next