| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Rename WikiController#page_index to #index | Eric Davis | 2010-10-25 | 7 | -16/+31 |
* | Fix the tests that were broken by r4286: | Eric Davis | 2010-10-25 | 3 | -3/+3 |
* | Adds a user-agent to reposman (#6735). | Jean-Philippe Lang | 2010-10-24 | 1 | -1/+3 |
* | Fixed: auto links ending with right angle bracket shouldn't include the brack... | Jean-Baptiste Barth | 2010-10-23 | 2 | -1/+3 |
* | Refactor: merged error rendering methods. | Jean-Philippe Lang | 2010-10-23 | 6 | -44/+30 |
* | Improved error message when trying to access an archived project (#2995). | Jean-Philippe Lang | 2010-10-23 | 48 | -3/+72 |
* | Updated french translation. | Jean-Philippe Lang | 2010-10-23 | 1 | -11/+11 |
* | Makes zoom buttons on gantt looks like the others. | Jean-Philippe Lang | 2010-10-23 | 3 | -11/+11 |
* | Refactor: move method to model with compatibility wrapper | Eric Davis | 2010-10-22 | 2 | -8/+15 |
* | Moves a method to the appropriate helper. | Jean-Philippe Lang | 2010-10-22 | 2 | -26/+27 |
* | Fixed: error on gantt when no issue have a due date (#6350). | Jean-Philippe Lang | 2010-10-22 | 2 | -4/+14 |
* | Translation update for en: field_member_of_group and field_assigned_to_role | Eric Davis | 2010-10-22 | 42 | -84/+125 |
* | Mark the failed test in r4276 as pending. Tests should never fail when commit... | Eric Davis | 2010-10-22 | 1 | -1/+1 |
* | Fixed: timelog link in the activity broken by recent refactoring (#6702). | Jean-Philippe Lang | 2010-10-22 | 1 | -1/+1 |
* | Adds a failing test for #6350. | Jean-Philippe Lang | 2010-10-22 | 1 | -0/+9 |
* | Add ids to some sections of the issue form | Eric Davis | 2010-10-22 | 1 | -2/+2 |
* | Fixed: file upload on wiki page broken by recent refactoring (#6724). | Jean-Philippe Lang | 2010-10-22 | 3 | -2/+3 |
* | Add documentation about contributing to Redmine with gitintegration-to-svn-trunk | Eric Davis | 2010-10-22 | 1 | -0/+40 |
* | Refactor: split WikiController#edit into #update | Eric Davis | 2010-10-22 | 6 | -29/+45 |
* | Fixes display of archived child projects on the admin project list. | Jean-Philippe Lang | 2010-10-22 | 2 | -2/+2 |
* | Removes description column from the admin project list to get a better lookin... | Jean-Philippe Lang | 2010-10-22 | 1 | -3/+1 |
* | Removes duplicate helper introduced in r4072. | Jean-Philippe Lang | 2010-10-22 | 1 | -5/+0 |
* | Fixed: "Add file" link broken by recent refactoring (#6627). | Jean-Philippe Lang | 2010-10-22 | 1 | -1/+1 |
* | Fixed: "Add news" link broken by recent refactoring (#6650). | Jean-Philippe Lang | 2010-10-22 | 1 | -4/+4 |
* | Refactor: rename WikiController#index to #show, it's a single resource action | Eric Davis | 2010-10-21 | 14 | -45/+45 |
* | Refactor: change :id on WikiController to use :project_id | Eric Davis | 2010-10-20 | 10 | -81/+82 |
* | Remove the Description label from the issue view and omit the block if empty ... | Jean-Philippe Lang | 2010-10-19 | 1 | -3/+4 |
* | Fixed: precedes/follows relations no longer update start/due dates (#5803). | Jean-Philippe Lang | 2010-10-19 | 2 | -2/+13 |
* | Refactor: remove WikiController#special | Eric Davis | 2010-10-19 | 1 | -15/+0 |
* | Refactor: extract method from WikiController#special | Eric Davis | 2010-10-18 | 7 | -7/+20 |
* | Remember the selected "Member of Role" and "Member of Group" options. #6467 | Eric Davis | 2010-10-16 | 2 | -9/+9 |
* | Use HTTP DELETE when deleting a time entry. #6674 | Eric Davis | 2010-10-15 | 1 | -1/+1 |
* | Revert part of r3936. | Eric Davis | 2010-10-15 | 1 | -2/+2 |
* | Revert part of r4064. | Eric Davis | 2010-10-15 | 2 | -25/+2 |
* | Add rake task to send test email. (#6511) | Eric Davis | 2010-10-15 | 1 | -0/+17 |
* | Remove the translated string. It's definition changed in en | Eric Davis | 2010-10-15 | 42 | -42/+1 |
* | Add rake tasks to add and remove keys in the locales. #6548 | Eric Davis | 2010-10-15 | 1 | -0/+58 |
* | Refactor: extract #page_index from WikiController#special | Eric Davis | 2010-10-15 | 7 | -13/+17 |
* | Refactor: extract finder to a utility method | Eric Davis | 2010-10-14 | 1 | -6/+11 |
* | Refactor: extract method in WikiController#special to create a new #export me... | Eric Davis | 2010-10-13 | 7 | -14/+47 |
* | Refactor: convert timelogs to a REST resource (:time_entries) | Eric Davis | 2010-10-12 | 5 | -47/+65 |
* | Fixed bad markup in users/general partial | Jean-Baptiste Barth | 2010-10-11 | 1 | -1/+1 |
* | Refactor: extract TimelogController#edit to #update | Eric Davis | 2010-10-11 | 6 | -12/+27 |
* | Change Project#notified_users to check for the 'all' notification option. #6541 | Eric Davis | 2010-10-10 | 2 | -2/+53 |
* | Correctly update all mail_notification options. #6549 | Eric Davis | 2010-10-10 | 1 | -2/+16 |
* | Add SortHelper so custom queries will run on the Calendar. #6612 | Eric Davis | 2010-10-10 | 2 | -0/+12 |
* | Refactor: extract TimelogController#create from TimelogController#edit | Eric Davis | 2010-10-08 | 6 | -8/+25 |
* | Fix the Log Time link on an issue page | Eric Davis | 2010-10-08 | 1 | -1/+1 |
* | Added ability to edit issues from different project through contextual menu (... | Jean-Baptiste Barth | 2010-10-08 | 6 | -10/+78 |
* | Don't duplicate users in Issue#assignable_users. From r4240 | Eric Davis | 2010-10-07 | 2 | -1/+10 |