Commit Graph

2633 Commits (868671475c6c252260c528d930f099cbd65dde5d)

Author SHA1 Message Date
Jean-Philippe Lang d93f96765b Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange slightly edited). 16 years ago
Jean-Philippe Lang e339d0bcc0 Fixed: Issue updated_on is not updated when a user adds a note with no edit privilege. 16 years ago
Jean-Philippe Lang 6fc62d393c Fixed: invalid SQL query on User#destroy (#1781). 16 years ago
Eric Davis 2f3f2d8b12 Added the "Status:" keyword to the MailHandler for setting and changing an Issue status via email. 16 years ago
Jean-Philippe Lang 237a3f52a2 Fixes custom fields display order at several places (#1768). 16 years ago
Jean-Philippe Lang 1631019026 Allow same name for custom fields on different object types. 16 years ago
Jean-Philippe Lang a332e0a4fe Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398). 16 years ago
Jean-Philippe Lang a774c5c48b Activity refactoring. 17 years ago
Jean-Philippe Lang 60d066f943 Wiki page hierarchy (#528). Parent page can be assigned on Rename screen. 17 years ago
Jean-Philippe Lang b68fd4c04b When moving an issue to another project, reassign it to the category with same name if any (#1653). 17 years ago
Jean-Philippe Lang 6ddea3396b Adds estimated hours to issue filters (#1678). 17 years ago
Jean-Philippe Lang 898fac293b Adds custom fields on time entries (#772). 17 years ago
Jean-Philippe Lang 590a829a06 Removed unused exception definition (r1678). 17 years ago
Jean-Philippe Lang 9b579de9e2 Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename (#1649). 17 years ago
Jean-Philippe Lang be2b8a62f4 Search engine: display total results count (#906) and count by result type. 17 years ago
Jean-Philippe Lang eb1d969237 Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes. 17 years ago
Jean-Philippe Lang 795220a1e6 Adds links to the user page on various views. 17 years ago
Jean-Philippe Lang 025581bb28 Fixes boolean custom fields tags (broken by r1592) (#1640). 17 years ago
Jean-Philippe Lang fc07ba2a99 Clear changesets and changes with raw sql when deleting a repository (#1627). 17 years ago
Jean-Philippe Lang 0eba42423a Set order on wiki pages association. 17 years ago
Jean-Philippe Lang b5444b5fcd Fixed: no :author method error on projects atom feed (#1623). 17 years ago
Jean-Philippe Lang be4cc2f99e Fixed: search engine may reveal private projects (#1613). 17 years ago
Jean-Philippe Lang 40efaae6d5 Mail handler: more control over issue attributes (#1110). 17 years ago
Jean-Philippe Lang 12fbd06c02 Display svn properties in the browser, svn >= 1.5.0 only (#1581). 17 years ago
Jean-Philippe Lang 7cdd88a6ce Merged Rails 2.1 compatibility branch. 17 years ago
Jean-Philippe Lang ee608f24f4 Fixed: Comment too long message when updating issue (#1550). 17 years ago
Jean-Philippe Lang 00593f2f34 Reduces memory usage when importing large git repositories (#1482). 17 years ago
Jean-Philippe Lang 22c9a43899 Fixed: associated revisions are displayed in wrong order on issue view (#1546). 17 years ago
Jean-Philippe Lang ce6cf66f6c Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable). 17 years ago
Jean-Philippe Lang 0fd9b102be Adds anchor to atom feed messages links. 17 years ago
Jean-Philippe Lang 25bba80c9e Adds a simple API and a standalone script that can be used to forward emails from a local or remote email server to Redmine (#1110). 17 years ago
Jean-Philippe Lang 0d5b03bab7 Add filters on cross-project issue list for custom fields marked as 'For all projects'. 17 years ago
Jean-Philippe Lang b025b63111 Hide 'Target version' filter if no version is defined. 17 years ago
Jean-Philippe Lang 268165a013 Fixes reply attachments handling. 17 years ago
Jean-Philippe Lang a01f976b4c Adds basic support for issue creation via email (#1110). 17 years ago
Jean-Philippe Lang bb1edda6e8 Display issue notes in the activity view (#1509). 17 years ago
Jean-Philippe Lang 7d143bc3f7 Allow dot in firstnames and lastnames (closes #1426). 17 years ago
Jean-Philippe Lang 062a2d6f5d Adds atom feed on time entries details (#1479). 17 years ago
Jean-Philippe Lang 3c95f761e6 Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value (#1467). 17 years ago
Jean-Philippe Lang ca6e69ec24 Fixed: view file at given revision with CVS. 17 years ago
Jean-Philippe Lang b1a8790a36 File size display with Bazaar repositories (#1149). 17 years ago
Jean-Philippe Lang 846045fd05 Fixed: time entries created with the default activity even if a different one is specified (#1302). 17 years ago
Jean-Philippe Lang b42b697ffb Fixed: unexpected nil when viewing differences on CVS (#1444). 17 years ago
Jean-Philippe Lang 80a7486f95 File viewer for attached text files. 17 years ago
Jean-Philippe Lang d77c1d2829 Unified diff viewer for attached files with .patch or .diff extension (#1403). 17 years ago
Jean-Philippe Lang ec0525d497 Move unified diff parser out of the scm abstract adapter so it can be reused for viewing attached diffs (#1403). 17 years ago
Jean-Philippe Lang e69b4647f2 Adds Filesystem adapter (patch #1393 by Paul R). 17 years ago
Jean-Philippe Lang dfe62d7f51 Ability to disable unused SCM adapters in application settings. 17 years ago
Jean-Philippe Lang 2e8b2d5e13 Display status change before subject of issue on the activity view otherwise it may be truncated. 17 years ago
Jean-Philippe Lang d446469f5d Removes constraint on enumerations name (#1384). 17 years ago