summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Projects menu item now shows the list of public projects and projects for whi...Jean-Philippe Lang2007-04-213-8/+17
* Added portuguese translation (Joao Carlos Clementoni).Jean-Philippe Lang2007-04-216-0/+27
* Fixed: error when using a custom query feed with custom field filter.Jean-Philippe Lang2007-04-211-2/+2
* Added a new block available for my page: "Watched issues"Jean-Philippe Lang2007-04-212-0/+11
* Added missing parentheses on news/show and removed useless call to auto_linkJean-Philippe Lang2007-04-211-1/+1
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-216-0/+91
* Fixed: error when exporting to PDF an issue list using a custom field filter.Jean-Philippe Lang2007-04-211-1/+1
* News box on project/show is hidden if there is no news to display.Jean-Philippe Lang2007-04-201-0/+2
* Removed some spaces before argument parentheses.Jean-Philippe Lang2007-04-201-2/+2
* Removed some spaces before argument parentheses.Jean-Philippe Lang2007-04-202-2/+2
* Checkboxes on the workflow screen diagonal no longer disabledJean-Philippe Lang2007-04-171-1/+0
* Custom fields for issues can now be used as filters on issue list.Jean-Philippe Lang2007-04-174-21/+59
* User#<=> modified to sort on firstname if same lastnameJean-Philippe Lang2007-04-121-1/+1
* Closed issues no longer displayed on "my page" -> "issues assigned to me".Jean-Philippe Lang2007-04-111-1/+1
* Fixed 10031 revision links and auto linking URLs conflictJean-Philippe Lang2007-04-111-1/+1
* Fixed pagination links on admin project listingJean-Philippe Lang2007-04-101-1/+1
* Changesets comments truncated at 500 characters on activity view.Jean-Philippe Lang2007-04-091-1/+1
* Form to add an attachment on document view is now togglable.Jean-Philippe Lang2007-04-091-1/+2
* Replaced deprecated content_for_layout in the layout.Jean-Philippe Lang2007-04-081-1/+1
* Replaced hard coded help link.Jean-Philippe Lang2007-04-081-5/+2
* Various changes on views. On project summary, members are now grouped by role...Jean-Philippe Lang2007-04-086-11/+17
* Added permissions report (link available on roles list view).Jean-Philippe Lang2007-04-073-1/+48
* Added toggle_link helper.Jean-Philippe Lang2007-04-074-7/+13
* Added link_to_issue helper.Jean-Philippe Lang2007-04-0710-11/+14
* Added a warning message on tracker list for trackers that don't have any work...Jean-Philippe Lang2007-04-071-0/+2
* Added versions due dates on calendar.Jean-Philippe Lang2007-04-072-5/+10
* Added versions due dates on gantt chart.Jean-Philippe Lang2007-04-074-41/+82
* Modified the change_status view to use the form builder.Jean-Philippe Lang2007-04-051-21/+5
* Feature 9867 Allow file upload in comment and add to issue historyJean-Philippe Lang2007-04-053-7/+45
* Added the ability to easily rollback to a previous version of a wiki page.Jean-Philippe Lang2007-04-053-2/+10
* Removed RedCloth :hard_break option that broke textile rendering.Jean-Philippe Lang2007-04-051-1/+1
* "Author" column replaced by "Assigned to" in issue list.Jean-Philippe Lang2007-04-052-5/+7
* RedCloth attribute :hard_break set to true to keep line breaksJean-Philippe Lang2007-04-041-1/+1
* Fixed a regression (crash when an admin with no role on the project try to cr...Jean-Philippe Lang2007-04-042-5/+8
* Fixed User role_for_project methodJean-Philippe Lang2007-04-041-1/+2
* Modified logged_in_user_membership controller method so that it returns a roleJean-Philippe Lang2007-04-041-3/+4
* Various code cleaning, mainly on User, Permission and IssueStatus models.Jean-Philippe Lang2007-04-048-33/+23
* Patch 9725 Email templates of chinese simplified (Andy Wu)Jean-Philippe Lang2007-04-046-6/+6
* Feature #9808 Allow user to "change" issue status to the same statusJean-Philippe Lang2007-04-041-2/+2
* Fixed 9793 Preview fail for first wiki page of a projectJean-Philippe Lang2007-04-031-1/+1
* Added subprojects issue count on project "Reports" pageJean-Philippe Lang2007-04-034-9/+37
* Fixed pagination on users/list (status filter lost)Jean-Philippe Lang2007-04-032-7/+7
* Slight modifications on revisions tableJean-Philippe Lang2007-04-031-5/+5
* Feature 9784 Set status when raising issue.Jean-Philippe Lang2007-04-033-2/+11
* Quick fix for:Jean-Philippe Lang2007-04-032-9/+11
* Colored square added on "my page" issue listJean-Philippe Lang2007-04-021-1/+1
* Added parent project name (if it exists) on project list and project overview.Jean-Philippe Lang2007-04-023-4/+10
* Applied the same column width in different similar views.Jean-Philippe Lang2007-04-023-6/+6
* Added some attributes length validations.Jean-Philippe Lang2007-04-026-8/+16
* Added the ability to copy an existing workflow when creating a new tracker.Jean-Philippe Lang2007-04-022-0/+10