| Commit message (Expand) | Author | Age | Files | Lines |
* | MailHandler: ignore assignee if invalid. | Jean-Philippe Lang | 2010-11-14 | 1 | -0/+2 |
* | Makes MailHandler ignore invalid keyword values to avoid validation failures. | Jean-Philippe Lang | 2010-11-12 | 1 | -0/+12 |
* | Makes MailHandler accept localized keywords for default or user language (#61... | Jean-Philippe Lang | 2010-11-12 | 1 | -0/+15 |
* | Makes MailHandler accept all issue attributes and custom fields that can be s... | Jean-Philippe Lang | 2010-11-12 | 1 | -0/+5 |
* | Allow non-unique names for projects (#630). | Jean-Philippe Lang | 2010-11-11 | 1 | -1/+0 |
* | Reverted r4381. | Jean-Philippe Lang | 2010-11-07 | 1 | -1/+3 |
* | Removed gantt and calendar menu items that do not fit into the core project m... | Jean-Philippe Lang | 2010-11-07 | 1 | -3/+1 |
* | Render TOC as nested lists (#1857). | Jean-Philippe Lang | 2010-11-06 | 1 | -13/+26 |
* | Extract headings and TOC parsing from the textile formatter. | Jean-Philippe Lang | 2010-11-06 | 2 | -1/+26 |
* | Makes textile formatter accept 2 letters acronym (#6591). | Jean-Philippe Lang | 2010-11-06 | 2 | -14/+8 |
* | Add a Email Header setting. Useful for adding delimiters to every email. | Eric Davis | 2010-11-02 | 1 | -0/+17 |
* | Remove email quotes (>) when searching for incoming email delimiters. #2852 #... | Eric Davis | 2010-11-02 | 1 | -0/+32 |
* | Refactor: convert WikiController to a REST resource | Eric Davis | 2010-10-28 | 1 | -2/+2 |
* | Fixed: auto links ending with right angle bracket shouldn't include the brack... | Jean-Baptiste Barth | 2010-10-23 | 1 | -0/+2 |
* | Improved error message when trying to access an archived project (#2995). | Jean-Philippe Lang | 2010-10-23 | 1 | -0/+2 |
* | Fixed: precedes/follows relations no longer update start/due dates (#5803). | Jean-Philippe Lang | 2010-10-19 | 1 | -0/+11 |
* | Remember the selected "Member of Role" and "Member of Group" options. #6467 | Eric Davis | 2010-10-16 | 1 | -7/+7 |
* | Revert part of r4064. | Eric Davis | 2010-10-15 | 1 | -9/+0 |
* | Change Project#notified_users to check for the 'all' notification option. #6541 | Eric Davis | 2010-10-10 | 1 | -0/+50 |
* | Don't duplicate users in Issue#assignable_users. From r4240 | Eric Davis | 2010-10-07 | 1 | -0/+9 |
* | Allow assigning issues back to the author. #4199 | Eric Davis | 2010-10-07 | 1 | -3/+13 |
* | Fixed: User#allowed_to? returning true in any case if array of projects had o... | Jean-Baptiste Barth | 2010-10-06 | 1 | -0/+4 |
* | Added ability to specify multiple projects in User#allowed_to? (#5332) | Jean-Baptiste Barth | 2010-09-29 | 1 | -0/+13 |
* | Fix test failure from Setting changes in other tests | Eric Davis | 2010-09-29 | 1 | -0/+1 |
* | Changed the notifications to use a hierarchy UI | Eric Davis | 2010-09-28 | 1 | -10/+3 |
* | Added three new notifiable events based on issue attributes | Eric Davis | 2010-09-28 | 4 | -2/+122 |
* | Refactor the hardcoded event actions (notifiables) to use a class | Eric Davis | 2010-09-28 | 1 | -0/+38 |
* | Add a default mail notification setting for new users | Eric Davis | 2010-09-28 | 1 | -0/+12 |
* | Added User#notify_about? to check when a user should be notified about an event | Eric Davis | 2010-09-28 | 3 | -2/+89 |
* | Added tests for Issue#recipients | Eric Davis | 2010-09-28 | 1 | -1/+25 |
* | Converted User#mail_notification from a boolean to a string. | Eric Davis | 2010-09-28 | 1 | -4/+4 |
* | Support leading and trailing spaces in filenames or directories in the git ad... | Eric Davis | 2010-09-26 | 2 | -5/+13 |
* | Support spaces in the files or directories in the git adapter. #6054 | Eric Davis | 2010-09-26 | 2 | -9/+21 |
* | Parse the timezone in #last_rev for git to correct display the Age diplay. #6346 | Eric Davis | 2010-09-26 | 1 | -0/+8 |
* | Fixes reverting an issue to a status with a done_ratio of 0%. #5170 | Eric Davis | 2010-09-26 | 1 | -3/+15 |
* | Workaround for i18n 0.4.x with the old style syntax. #6428 #5608 | Eric Davis | 2010-09-26 | 1 | -4/+4 |
* | Project tests updated. | Jean-Philippe Lang | 2010-09-26 | 1 | -0/+4 |
* | Added a users options to the reminders email | Eric Davis | 2010-09-20 | 1 | -0/+10 |
* | Fix failing test. | Eric Davis | 2010-09-20 | 1 | -1/+1 |
* | Change the TimelogController's to/from dates based on the project time entries | Eric Davis | 2010-09-14 | 1 | -6/+39 |
* | Refactor: move method to Model. | Eric Davis | 2010-09-14 | 1 | -0/+15 |
* | Added a "Member of Role" to the issues filters. #5869 | Eric Davis | 2010-09-10 | 1 | -1/+67 |
* | Added a "Member of Group" to the issues filter. #5869 | Eric Davis | 2010-09-10 | 1 | -2/+88 |
* | Rewrite the Gantt chart. #6276 | Eric Davis | 2010-09-10 | 5 | -2/+895 |
* | Change link_to_if_authorized to allow url paths. (Fixes #6195) | Eric Davis | 2010-09-06 | 1 | -0/+29 |
* | Use the built in Rails ActionView::TestCase for testing helpers. | Eric Davis | 2010-09-06 | 1 | -4/+1 |
* | Added missing tests for User#allowed_to? #6291 | Jean-Baptiste Barth | 2010-09-03 | 1 | -0/+43 |
* | Treat Calendar and Gantt pages as separate modules. #6153 | Eric Davis | 2010-08-22 | 1 | -1/+3 |
* | Refactor: Extract a new IssueMovesController from IssuesController. | Eric Davis | 2010-08-11 | 1 | -0/+4 |
* | Added project filter when viewing all issues. #5084 | Jean-Baptiste Barth | 2010-08-08 | 1 | -0/+9 |