summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* Removed fragment caching on gantt and calendar.Jean-Philippe Lang2008-02-162-7/+0
* Added translation support for project modules names and a few other strings.Jean-Philippe Lang2008-02-162-3/+4
* Slight changes to calendar and activity h2 titles.Jean-Philippe Lang2008-02-152-2/+2
* Escape titles in activity view.Jean-Philippe Lang2008-02-141-1/+1
* Translation for various hard-coded strings (#577).Jean-Philippe Lang2008-02-123-4/+6
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-29/+0
* Slight changes to the activity view.Jean-Philippe Lang2008-02-041-9/+14
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-031-6/+0
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-251-2/+2
* Unlimited and optional project description. The project list will show trunca...Jean-Philippe Lang2008-01-202-3/+6
* Fixed: custom field selection is not saved when unchecking them all on projec...Jean-Philippe Lang2008-01-201-1/+2
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-201-5/+0
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-202-20/+1
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-028-8/+8
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-182-52/+0
* More detailed html title on several views.Jean-Philippe Lang2007-12-078-1/+17
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-072-43/+25
* Roadmap progress bars now differentiate the progress due to closed issues fro...Jean-Philippe Lang2007-12-051-1/+1
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-035-8/+8
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-204-13/+34
* Roadmap: more accurate completion percentage calculation (done ratio of open ...Jean-Philippe Lang2007-11-171-38/+33
* Added a couple of new formats for the 'date format' setting.Jean-Philippe Lang2007-11-161-1/+1
* Fixed: admin should be able to move issues to any project.Jean-Philippe Lang2007-11-141-1/+1
* Added issues status changes on the activity view (initial patch by Cyril Moug...Jean-Philippe Lang2007-11-081-1/+1
* Moved ProjectsController#list_news to NewsController#index.Jean-Philippe Lang2007-11-052-35/+2
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-054-125/+4
* Added radio buttons on the documents list to sort documents by category, date...Jean-Philippe Lang2007-11-041-7/+14
* Activity view now uses events attributes.Jean-Philippe Lang2007-10-281-33/+4
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-281-3/+3
* Added AJAX based context menu on the project issue list that provide shortcut...Jean-Philippe Lang2007-10-281-0/+5
* New document form can be accessed from the document list with no additional r...Jean-Philippe Lang2007-10-182-4/+17
* Fixed: unable to change how many months are displayed on the gantt.Jean-Philippe Lang2007-10-111-1/+1
* Added 'Bulk edit' functionality.Jean-Philippe Lang2007-10-091-4/+12
* Calendar:Jean-Philippe Lang2007-10-071-49/+1
* Added preview on add/edit issue form.Jean-Philippe Lang2007-10-061-1/+13
* Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared p...Jean-Philippe Lang2007-10-061-48/+3
* Fixed: pagination broken on news list with Opera.Jean-Philippe Lang2007-10-031-1/+1
* Fixed: can't select columns when creating a new query.Jean-Philippe Lang2007-10-031-7/+2
* Performance improvement on calendar and gantt (about 45% on gantt for large n...Jean-Philippe Lang2007-10-032-2/+2
* Added label tags on various checkboxes.Jean-Philippe Lang2007-10-015-9/+9
* Removed ProjectsController#feeds. This view was incomplete and inconsistent w...Jean-Philippe Lang2007-10-012-44/+1
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-011-26/+1
* Fixed: Planning title displayed in the project sidebar even if there is no li...Jean-Philippe Lang2007-09-231-2/+7
* The news list now shows the full news contents.Jean-Philippe Lang2007-09-221-5/+21
* Application layout refactored.Jean-Philippe Lang2007-09-2216-148/+196
* A category with assigned issue can now be deleted. 2 options are proposed:Jean-Philippe Lang2007-09-151-1/+1
* Added 'Estimated hours' attribute on issues.Jean-Philippe Lang2007-09-151-0/+1
* Main project list now displays root projects with their subprojects.Jean-Philippe Lang2007-09-141-21/+12
* Added project module concept.Jean-Philippe Lang2007-09-1413-107/+124
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-071-0/+2