| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds new projects atom feed (#1290). | Jean-Philippe Lang | 2008-05-27 | 1 | -2/+10 |
* | Moved ProjectsController#list to ProjectsController#index. | Jean-Philippe Lang | 2008-05-26 | 1 | -6/+1 |
* | Gantt chart: display issues that don't have a due date if they are assigned t... | Jean-Philippe Lang | 2008-05-25 | 1 | -0/+7 |
* | Fixed: private subprojects names are revealed on the project overview (#1152). | Jean-Philippe Lang | 2008-05-01 | 1 | -1/+1 |
* | Include subprojects versions on calendar and gantt (#1116). | Jean-Philippe Lang | 2008-04-27 | 1 | -2/+4 |
* | Fixed: Modules selection not remembered when new project creation fails (#1109). | Jean-Philippe Lang | 2008-04-26 | 1 | -3/+3 |
* | Make the project files list sortable (#997). | Jean-Philippe Lang | 2008-04-06 | 1 | -1/+4 |
* | If 'Display subprojects issues on main projects' is set to false: | Jean-Philippe Lang | 2008-03-27 | 1 | -3/+5 |
* | Adds a setting for whether new projects should be public by default (closes #... | Jean-Philippe Lang | 2008-03-12 | 1 | -1/+2 |
* | Activity enhancements: | Jean-Philippe Lang | 2008-03-11 | 1 | -23/+57 |
* | Show replies as well when choosing to display messages in the activity. | Jean-Philippe Lang | 2008-03-09 | 1 | -1/+1 |
* | Adds an application setting to choose whether or not subprojects issues shoul... | Jean-Philippe Lang | 2008-03-06 | 1 | -2/+2 |
* | Display the last 30 days on the activity view rather than the current month. | Jean-Philippe Lang | 2008-03-05 | 1 | -17/+6 |
* | Reversed versions ordering on files list (closes #763). | Jean-Philippe Lang | 2008-03-05 | 1 | -1/+1 |
* | Include subprojects on the issue list, calendar and gantt by default. | Jean-Philippe Lang | 2008-02-28 | 1 | -6/+13 |
* | Propagates time tracking to the parent project (closes #433). Time report enh... | Jean-Philippe Lang | 2008-02-27 | 1 | -1/+5 |
* | Removed fragment caching on gantt and calendar. | Jean-Philippe Lang | 2008-02-16 | 1 | -3/+0 |
* | Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f... | Jean-Philippe Lang | 2008-02-10 | 1 | -78/+1 |
* | ProjectsController#add_news moved to NewsController#new. | Jean-Philippe Lang | 2008-02-03 | 1 | -13/+0 |
* | Fixed: custom field selection is not saved when unchecking them all on projec... | Jean-Philippe Lang | 2008-01-20 | 1 | -1/+0 |
* | ProjectsController#add_issue moved to IssuesController#new. | Jean-Philippe Lang | 2008-01-20 | 1 | -41/+1 |
* | Highlight the current item of the main menu. | Jean-Philippe Lang | 2008-01-19 | 1 | -0/+7 |
* | On the calendar, the gantt and in the Tracker filter on the issue list, only ... | Jean-Philippe Lang | 2008-01-16 | 1 | -2/+2 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 1 | -5/+3 |
* | Ported r1009 from 0.6-stable branch. | Jean-Philippe Lang | 2007-12-18 | 1 | -1/+1 |
* | Moved ProjectsController#list_documents and add_document to DocumentsControll... | Jean-Philippe Lang | 2007-12-18 | 1 | -28/+0 |
* | Added ApplicationController#attach_files as a common method to attach files i... | Jean-Philippe Lang | 2007-12-14 | 1 | -16/+4 |
* | Changesets retrieval optimization on the activity view. Prevents additional q... | Jean-Philippe Lang | 2007-12-03 | 1 | -1/+1 |
* | Project name format limitation removed (name can now contain any character). | Jean-Philippe Lang | 2007-12-03 | 1 | -2/+6 |
* | Added per-project tracker selection. Trackers can be selected on project sett... | Jean-Philippe Lang | 2007-11-20 | 1 | -10/+16 |
* | Anonymous users can now be allowed to create, edit, comment issues, comment n... | Jean-Philippe Lang | 2007-11-20 | 1 | -6/+5 |
* | Fixed: Update of time entry fails when the issue has been moved to an other p... | Jean-Philippe Lang | 2007-11-17 | 1 | -17/+10 |
* | Fixed: admin should be able to move issues to any project. | Jean-Philippe Lang | 2007-11-14 | 1 | -2/+7 |
* | Custom fields can now be reordered. | Jean-Philippe Lang | 2007-11-12 | 1 | -6/+6 |
* | Added issues status changes on the activity view (initial patch by Cyril Moug... | Jean-Philippe Lang | 2007-11-08 | 1 | -0/+1 |
* | Added forums topics on the activity view (disabled by default). | Jean-Philippe Lang | 2007-11-07 | 1 | -2/+9 |
* | Moved ProjectsController#list_news to NewsController#index. | Jean-Philippe Lang | 2007-11-05 | 1 | -11/+1 |
* | ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer... | Jean-Philippe Lang | 2007-11-05 | 1 | -138/+4 |
* | Added radio buttons on the documents list to sort documents by category, date... | Jean-Philippe Lang | 2007-11-04 | 1 | -1/+13 |
* | Added the hability to copy an issue. | Jean-Philippe Lang | 2007-10-28 | 1 | -18/+20 |
* | Fixed: error when bulk editing with Postgresql | Jean-Philippe Lang | 2007-10-23 | 1 | -5/+5 |
* | New document form can be accessed from the document list with no additional r... | Jean-Philippe Lang | 2007-10-18 | 1 | -1/+0 |
* | Added the ability to unassign issues with bulk edit. | Jean-Philippe Lang | 2007-10-18 | 1 | -1/+1 |
* | Removed translated email templates attachments_added and document_added (no l... | Jean-Philippe Lang | 2007-10-12 | 1 | -2/+2 |
* | Status can now be updated when bulk editing issues. | Jean-Philippe Lang | 2007-10-12 | 1 | -2/+10 |
* | Gantt chart: | Jean-Philippe Lang | 2007-10-11 | 1 | -4/+12 |
* | Bulk editing: | Jean-Philippe Lang | 2007-10-11 | 1 | -2/+7 |
* | Fixed: Bulk edit doesn't change the category or fixed version properties. | Jean-Philippe Lang | 2007-10-10 | 1 | -0/+4 |
* | Added 'Bulk edit' functionality. | Jean-Philippe Lang | 2007-10-09 | 1 | -0/+30 |
* | Calendar: | Jean-Philippe Lang | 2007-10-07 | 1 | -15/+7 |