summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* 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-211-0/+7
* 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-172-3/+4
* Closed issues no longer displayed on "my page" -> "issues assigned to me".Jean-Philippe Lang2007-04-111-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
* Various changes on views. On project summary, members are now grouped by role...Jean-Philippe Lang2007-04-082-7/+5
* Added permissions report (link available on roles list view).Jean-Philippe Lang2007-04-072-1/+35
* Added toggle_link helper.Jean-Philippe Lang2007-04-073-7/+6
* Added link_to_issue helper.Jean-Philippe Lang2007-04-078-10/+9
* 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-071-1/+5
* Added versions due dates on gantt chart.Jean-Philippe Lang2007-04-072-39/+70
* 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-051-1/+7
* Added the ability to easily rollback to a previous version of a wiki page.Jean-Philippe Lang2007-04-051-0/+1
* "Author" column replaced by "Assigned to" in issue list.Jean-Philippe Lang2007-04-051-2/+2
* Patch 9725 Email templates of chinese simplified (Andy Wu)Jean-Philippe Lang2007-04-046-6/+6
* 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-033-9/+14
* Fixed pagination on users/list (status filter lost)Jean-Philippe Lang2007-04-031-1/+1
* Slight modifications on revisions tableJean-Philippe Lang2007-04-031-5/+5
* Feature 9784 Set status when raising issue.Jean-Philippe Lang2007-04-031-0/+1
* 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-022-2/+7
* 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-024-6/+9
* Added the ability to copy an existing workflow when creating a new tracker.Jean-Philippe Lang2007-04-021-0/+3
* Added the ability to include subprojects issues on calendar & gantt (options ...Jean-Philippe Lang2007-04-022-10/+18
* Initial commit for svn repository management and access control:Jean-Philippe Lang2007-04-012-0/+4
* Patch #9705 Tracker filtering on Main Calendar (Jeffrey Jones)Jean-Philippe Lang2007-03-312-39/+57
* Added chinese simplified translation (Andy Wu)Jean-Philippe Lang2007-03-316-0/+27
* removed hard coded strings in viewsJean-Philippe Lang2007-03-293-5/+5
* patch #9627 Add Side by Side in Diff view (Cyril Mougel)Jean-Philippe Lang2007-03-291-59/+81
* added info about textile availabality on admin/infoJean-Philippe Lang2007-03-261-2/+3
* replaced an hard coded labelJean-Philippe Lang2007-03-261-1/+1
* added pagination on revisions listJean-Philippe Lang2007-03-251-1/+3
* added simple svn statistics graphs, rendered using SVG::GraphJean-Philippe Lang2007-03-252-0/+15
* Patch #9530 Progress bars for roadmap versions (Nick Read)Jean-Philippe Lang2007-03-251-14/+37
* show anonymous on activity view when a commit has no authorJean-Philippe Lang2007-03-251-1/+1
* SVN commits are now stored in the database, and added to the activity view an...Jean-Philippe Lang2007-03-258-41/+53
* added some parenthesisJean-Philippe Lang2007-03-231-2/+2
* added some parenthesis in viewsJean-Philippe Lang2007-03-232-2/+2
* patch #9429 Display Wiki edits in activity log (Nick Read)Jean-Philippe Lang2007-03-231-2/+6
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-234-1/+88