summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed "Wiki edits" option in the activity view if the project has no wiki.Jean-Philippe Lang2007-05-071-1/+1
* Added an option to see all versions in the roadmap view (including completed ...Jean-Philippe Lang2007-05-071-2/+3
* Added fragment caching for calendar and gantt viewsJean-Philippe Lang2007-05-061-0/+2
* Members management in project settings is now AJAXifiedJean-Philippe Lang2007-05-051-9/+7
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-051-0/+3
* Subproject name added in csv and pdf exports.Jean-Philippe Lang2007-04-301-3/+5
* Fixed: last day of the month not included in project activityJean-Philippe Lang2007-04-301-1/+1
* Added a quick search form in page header. Search functionality moved to a ded...Jean-Philippe Lang2007-04-301-27/+1
* Subproject name displayed on issue list, calendar and gantt (only for issues ...Jean-Philippe Lang2007-04-271-2/+2
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-3/+3
* Fixed: default status not showing in new issueJean-Philippe Lang2007-04-241-1/+1
* Fixed 10337 Regression: Admin raises issue in project not assigned toJean-Philippe Lang2007-04-241-1/+1
* Projects menu item now shows the list of public projects and projects for whi...Jean-Philippe Lang2007-04-211-2/+2
* Fixed: error when exporting to PDF an issue list using a custom field filter.Jean-Philippe Lang2007-04-211-1/+1
* Custom fields for issues can now be used as filters on issue list.Jean-Philippe Lang2007-04-171-2/+2
* Various changes on views. On project summary, members are now grouped by role...Jean-Philippe Lang2007-04-081-1/+1
* 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