summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Added link_to_issue helper.Jean-Philippe Lang2007-04-071-1/+1
* Added versions due dates on calendar.Jean-Philippe Lang2007-04-071-4/+5
* Added versions due dates on gantt chart.Jean-Philippe Lang2007-04-071-2/+4
* "Author" column replaced by "Assigned to" in issue list.Jean-Philippe Lang2007-04-051-3/+5
* Fixed a regression (crash when an admin with no role on the project try to cr...Jean-Philippe Lang2007-04-041-1/+2
* Various code cleaning, mainly on User, Permission and IssueStatus models.Jean-Philippe Lang2007-04-041-3/+2
* Feature 9784 Set status when raising issue.Jean-Philippe Lang2007-04-031-1/+9
* Added parent project name (if it exists) on project list and project overview.Jean-Philippe Lang2007-04-021-2/+3
* Added the ability to include subprojects issues on calendar & gantt (options ...Jean-Philippe Lang2007-04-021-9/+13
* Patch #9705 Tracker filtering on Main Calendar (Jeffrey Jones)Jean-Philippe Lang2007-03-311-19/+34
* SVN commits are now stored in the database, and added to the activity view an...Jean-Philippe Lang2007-03-251-4/+18
* patch #9429 Display Wiki edits in activity log (Nick Read)Jean-Philippe Lang2007-03-231-0/+20
* better rendering time for projects/calendarJean-Philippe Lang2007-03-181-1/+6
* members are now sorted according to roles order on projects/showJean-Philippe Lang2007-03-171-1/+1
* added rss/atom feeds at project levels for:Jean-Philippe Lang2007-03-171-0/+5
* fixed #9308 table_name pre/suffix supportJean-Philippe Lang2007-03-151-18/+18
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-593/+593
* fixed #9207 Can't Save Changes to ProjectJean-Philippe Lang2007-03-121-1/+1
* extended the search to wiki contentJean-Philippe Lang2007-03-101-1/+2
* wiki branch merged into trunkJean-Philippe Lang2007-03-101-0/+13
* improved search engineJean-Philippe Lang2007-03-101-8/+16
* fix for #8973: Export feature(to csv/pdf) doesn't work in JapaneseJean-Philippe Lang2007-03-011-1/+1
* search engine improvements and simple testJean-Philippe Lang2007-02-281-3/+5
* added a simple search engine. left to do:Jean-Philippe Lang2007-02-271-0/+12
* fixed: unable to update repository urlJean-Philippe Lang2007-02-261-1/+1
* show "no data" label when there's nothing to display on project member listJean-Philippe Lang2007-02-181-1/+1
* added a setting option to set max number of issues in exportJean-Philippe Lang2007-02-041-2/+2
* associations loading correction in projects/export_issues_pdfJean-Philippe Lang2007-02-041-1/+1
* added roadmap viewJean-Philippe Lang2007-02-041-0/+14
* added a limit of 500 issues when exporting to csv or pdfJean-Philippe Lang2007-02-021-2/+4
* issue list: added 'Priority' column, removed 'Created on' columnJean-Philippe Lang2007-02-021-1/+1
* added the ability to set the sort order for trackersJean-Philippe Lang2007-01-311-3/+3
* added the ability to set the sort order for rolesJean-Philippe Lang2007-01-311-1/+1
* mail notifications added when:Jean-Philippe Lang2007-01-271-2/+7
* fixed: filters ignored when exporting a predefined query to csv/pdfJean-Philippe Lang2007-01-261-0/+1
* only active users are now proposed when adding a member to a projectJean-Philippe Lang2007-01-261-1/+1
* deprecated children_count replacedJean-Philippe Lang2007-01-261-1/+1
* deprecated count call modifiedJean-Philippe Lang2007-01-261-1/+1
* * project settings split in 4 tabsJean-Philippe Lang2007-01-261-3/+3
* * added missing fields to csv export: priority, start date, due date, done ratioJean-Philippe Lang2007-01-251-4/+26
* tooltips added on calendarJean-Philippe Lang2007-01-131-2/+2
* tooltips added on Gantt chart to view the details of the issuesJean-Philippe Lang2007-01-091-1/+1
* added total number of issues per tracker on projects/showJean-Philippe Lang2007-01-061-1/+3
* * replaced "add_issue" links on projects/show by a drop down listJean-Philippe Lang2007-01-021-2/+3
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-021-2/+2
* added multiple file upload for documents and files modulesJean-Philippe Lang2007-01-011-18/+14
* replaced deprecated controller instance variables: @params, @session, @requestJean-Philippe Lang2006-12-261-5/+5
* replaced deprecated find_all callsJean-Philippe Lang2006-12-261-3/+3
* fixed: unable to attach a file when creating an issue ("attachment: invalid" ...Jean-Philippe Lang2006-12-261-2/+4
* svn browser merged in trunkJean-Philippe Lang2006-12-241-1/+15