summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* Escapes HTML tags.Jean-Philippe Lang2008-07-021-1/+1
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-272-7/+7
* Adds a class ('me') to events of the activity view created by current user.Jean-Philippe Lang2008-06-231-1/+2
* "New Project" link on Projects page for admin users (#1082).Jean-Philippe Lang2008-06-081-0/+1
* Ability to disable unused SCM adapters in application settings.Jean-Philippe Lang2008-06-081-1/+1
* Fixed: changesets titles should not be multiline in atom feeds (#1356).Jean-Philippe Lang2008-06-041-1/+2
* Adds new projects atom feed (#1290).Jean-Philippe Lang2008-05-271-2/+7
* Moved ProjectsController#list to ProjectsController#index.Jean-Philippe Lang2008-05-261-0/+0
* Fixed roadmap links to versions (#1297).Jean-Philippe Lang2008-05-261-1/+1
* Change projects homepage limit to 255 chars (#663, #1095).Jean-Philippe Lang2008-05-251-1/+1
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-252-4/+4
* Use display: block; for activity item descriptions.Jean-Philippe Lang2008-05-201-3/+1
* 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