summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Account information can now be sent to the user when creating an account.Jean-Philippe Lang2007-05-271-0/+1
* Optimistic locking added for wiki edits.Jean-Philippe Lang2007-05-261-2/+6
* Show a 404 error page if attachment can not be read.Jean-Philippe Lang2007-05-261-0/+5
* Added issue count details for versions on Reports view.Jean-Philippe Lang2007-05-261-1/+24
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-264-18/+68
* Added the ability to destroy wiki pages (content and its history are deleted ...Jean-Philippe Lang2007-05-251-1/+11
* Versions can now be created with no date.Jean-Philippe Lang2007-05-201-17/+7
* Fixed: performance issue on RepositoriesController#revisions when a changeset...Jean-Philippe Lang2007-05-151-1/+8
* Text search added on messages.Jean-Philippe Lang2007-05-141-1/+7
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-133-7/+22
* Per project forums added.Jean-Philippe Lang2007-05-132-0/+153
* Fixed: error when viewing a file diff from a revision view (only if repositor...Jean-Philippe Lang2007-05-101-1/+1
* Text files can now be viewed online when browsing the repository.Jean-Philippe Lang2007-05-081-4/+4
* "me" value is now available in queries for "assigned to" and "author" filters.Jean-Philippe Lang2007-05-083-1/+5
* 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-062-0/+4
* Added autologin feature (disabled by default).Jean-Philippe Lang2007-05-062-0/+14
* Issue#long_id no more used and removedJean-Philippe Lang2007-05-051-1/+1
* Members management in project settings is now AJAXifiedJean-Philippe Lang2007-05-052-13/+15
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-053-0/+64
* Added fragment caching for svn diffs.Jean-Philippe Lang2007-05-011-4/+9
* Text formatting drop down disabled if RedCloth is not available (system setti...Jean-Philippe Lang2007-05-011-0/+1
* Subproject name added in csv and pdf exports.Jean-Philippe Lang2007-04-301-3/+5
* A 403 error page is now displayed (instead of a blank page) when trying to ac...Jean-Philippe Lang2007-04-301-3/+10
* 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-302-27/+76
* 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-253-8/+8
* 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 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-211-0/+1
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-211-0/+38
* 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
* 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-082-3/+3
* Added permissions report (link available on roles list view).Jean-Philippe Lang2007-04-071-0/+13
* 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
* Feature 9867 Allow file upload in comment and add to issue historyJean-Philippe Lang2007-04-051-1/+21
* Added the ability to easily rollback to a previous version of a wiki page.Jean-Philippe Lang2007-04-051-2/+3
* "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
* 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-044-18/+7
* Feature #9808 Allow user to "change" issue status to the same statusJean-Philippe Lang2007-04-041-2/+2