Commit Graph

257 Commits (e3fa434f1f9a3e61bd5956ea6a8bce03a401ec35)

Author SHA1 Message Date
Jean-Philippe Lang 0c4e40b89c Use In-Reply-To and References headers to handle replies by email. 16 years ago
Jean-Philippe Lang 1d783106a3 Adds Message-Id and References headers to email notifications so that issues and messages threads can be displayed by email clients (#1401). 16 years ago
Jean-Philippe Lang 12792d8068 User custom fields can now be set as editable so that users can edit them on 'My account'. 16 years ago
Jean-Philippe Lang da01ee7c37 Ability to sort the issue list by text, int and float custom fields (#1139). 16 years ago
Jean-Philippe Lang 1ca69f2af1 Different icon for closed issues in search result (#992). 16 years ago
Jean-Philippe Lang 421539e3be Import custom fields values from emails (#2413). 16 years ago
Jean-Philippe Lang 45db63c207 Renumbers projects_trackers fixtures (#2411). 16 years ago
Jean-Philippe Lang 9a0814253c Fixtures update. 16 years ago
Jean-Philippe Lang 3bb2fccaf1 Mail handler: strip tags when receiving a html-only email (#2312). 16 years ago
Jean-Philippe Lang 66ff4cb7de Files module: makes version field non required (#1053). 16 years ago
Jean-Philippe Lang fec86a9ce1 Adds a setting to limit the number of diff lines that should be displayed (default to 1500). 16 years ago
Jean-Philippe Lang 93c04f2666 Fixed: wrong digest for text files under Windows (#2264). 16 years ago
Jean-Philippe Lang 84e70634fb Adds To and Cc as watchers when submitting an issue by email (#2245). 16 years ago
Jean-Philippe Lang 9e1192a54d Fixed date filters accuracy with SQLite (#2221). 16 years ago
Jean-Philippe Lang 06266c8fec Extends child_pages macro to display child pages based on page parameter (#1975). 16 years ago
Jean-Philippe Lang 7a05f8ed66 Adds permissions to let users edit and/or delete their messages (#854, patch by Markus Knittig with slight changes). 16 years ago
Jean-Philippe Lang 79c33bbc83 Maps repository users to Redmine users (#1383). 16 years ago
Jean-Philippe Lang ccbe48d779 Adds 'Delete wiki pages attachments' permission. 16 years ago
Jean-Philippe Lang bc77cc2c5c Makes email address case-insensitive in MailHandler (#2032). 16 years ago
Jean-Philippe Lang 394fc9c109 Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled. 16 years ago
Jean-Philippe Lang 16e09bfd77 Adds watch/unwatch functionality at forum topic level (#1912). 16 years ago
Jean-Philippe Lang 455abea320 Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users (#1154). 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 a332e0a4fe Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398). 16 years ago
Jean-Philippe Lang ec7d135930 Adds child_pages macro for wiki pages (#528). 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 8a7bfc72b2 Move VersionsController#download to AttachmentsController. 17 years ago
Jean-Philippe Lang 40efaae6d5 Mail handler: more control over issue attributes (#1110). 17 years ago
Jean-Philippe Lang 72076d391e Fixed: issues always created with default tracker (#1553). 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 0d5b03bab7 Add filters on cross-project issue list for custom fields marked as 'For all projects'. 17 years ago
Jean-Philippe Lang a01f976b4c Adds basic support for issue creation via email (#1110). 17 years ago
Jean-Philippe Lang 80a7486f95 File viewer for attached text files. 17 years ago
Jean-Philippe Lang e69b4647f2 Adds Filesystem adapter (patch #1393 by Paul R). 17 years ago
Jean-Philippe Lang d6daeca40a Fixed: IssueController#edit doesn't set default Activity as default (#1302). 17 years ago
Jean-Philippe Lang 0c81052770 Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any. 17 years ago
Jean-Philippe Lang a92749ef93 Gantt chart: display issues that don't have a due date if they are assigned to a version with a date (#184). 17 years ago
Jean-Philippe Lang 193b2450f4 Fixed: View differences for individual file of a changeset fails if the subversion repository URL doesn't point to the repository root (#1209, #1262, #1275). 17 years ago
Jean-Philippe Lang 7ee38a95a0 Fixed: Calendar and Gantt show private subprojects even if current user is not a member of them (#1217). 17 years ago
Jean-Philippe Lang 0476669735 Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes). 17 years ago
Jean-Philippe Lang 2d11265ec5 Fixed: private subprojects names are revealed on the project overview (#1152). 17 years ago
Jean-Philippe Lang 5f58e2ced2 Fixed: Search for target version of "none" fails with postgres 8.3 (#1134). 17 years ago
Jean-Philippe Lang a3c89d4f69 Custom fields (list and boolean) can be used as criteria in time report (#1012). 17 years ago
Jean-Philippe Lang c37abb6415 Inline images alt attribute set to the attachment description. 17 years ago
Jean-Philippe Lang c6271d8361 Fixed: inline image not displayed when including a wiki page (closes #1001). 17 years ago
Jean-Philippe Lang 4e961f44ef Various timelog report enhancements: 17 years ago
Jean-Philippe Lang 287d86e363 Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list (#897, closes #671). 17 years ago
Jean-Philippe Lang 1c4bcc5b55 Add NewsController and TimelogController tests. 17 years ago
Jean-Philippe Lang 8cb5acf453 Add some tests on RolesController. 17 years ago