summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* Use GET instead of POST on roadmap (#718), gantt and calendar forms.Jean-Philippe Lang2008-04-303-5/+5
* Include subprojects versions on calendar and gantt (#1116).Jean-Philippe Lang2008-04-271-3/+7
* Warn user that subprojects are also deleted when deleting a project (#1111) a...Jean-Philippe Lang2008-04-261-7/+9
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-121-1/+1
* Make the project files list sortable (#997).Jean-Philippe Lang2008-04-061-4/+4
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-311-8/+0
* Show date range on the activity (closes #837).Jean-Philippe Lang2008-03-291-0/+1
* Do not use javascript to hide tabs content on page loading and make tabs work...Jean-Philippe Lang2008-03-261-9/+15
* Make 'Planning' string translatable (closes #890).Jean-Philippe Lang2008-03-231-1/+1
* Adds a title attribute to the next/previous links on the activity view, conta...Jean-Philippe Lang2008-03-161-2/+4
* Activity enhancements:Jean-Philippe Lang2008-03-112-4/+13
* Replaces del tags by a css style (a.issue.closed) for closed issue links.Jean-Philippe Lang2008-03-091-7/+3
* Display date/time instead of date on files list (#817).Jean-Philippe Lang2008-03-091-3/+1
* Fixes module names localization on projects/add (closes #797).Jean-Philippe Lang2008-03-071-1/+2
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-051-9/+9
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-052-7/+11
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-292-2/+3
* Include subprojects on the issue list, calendar and gantt by default.Jean-Philippe Lang2008-02-282-3/+5
* Roadmap enhancements (closes #697, #698):Jean-Philippe Lang2008-02-211-6/+10
* Order issues by id on the roadmap.Jean-Philippe Lang2008-02-181-1/+1
* 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