Commit Graph

1312 Commits (c1bfd5202a20a3f517595300cf0dba787c312fe8)

Author SHA1 Message Date
Jean-Philippe Lang 603e11d7a5 Merged 0.6 branch into trunk. 17 years ago
Jean-Philippe Lang 8da5bad295 Fixed: queries with multiple custom fields return no result. 17 years ago
Jean-Philippe Lang db4781d068 Replaced hard-coded urls in Mailer#attachments_add 17 years ago
Jean-Philippe Lang 4fa51992b5 Automatic closing of duplicate issues. 17 years ago
Jean-Philippe Lang c754e017dc Changeset comments are now stripped before being stored in the database (patch by Nicholas Wieland). 17 years ago
Jean-Philippe Lang 446889b3f0 Added a 'Assignable' boolean on Role model. 17 years ago
Jean-Philippe Lang 2f0edb0b61 Activity view improvements: 17 years ago
Jean-Philippe Lang a5849ee044 Wiki links can now refer other project wikis, using this syntax: 17 years ago
Jean-Philippe Lang 38e0c237a4 Image attachments are now sent inline to be viewed directly in the browser. 17 years ago
Jean-Philippe Lang 0061a3f04a Added 'email sending test' functionality. 17 years ago
Jean-Philippe Lang 7e755a53b8 Firstname, lastname and email LDAP attributes are now required if "on-the-fly register" is checked. 17 years ago
Jean-Philippe Lang 79b8bd0a38 Added an option to be able to relate issues in different projects. 17 years ago
Jean-Philippe Lang 5478e5cbae Attachment content-type is now chomped before being saved. 17 years ago
Jean-Philippe Lang c4fee11969 Forum notifications are now also sent to the authors of the thread, even if they don't watch the board. 17 years ago
Jean-Philippe Lang 3c8e7c79b6 Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap. 17 years ago
Jean-Philippe Lang f8da6fb679 Fixed a bug in CVS model (clash when 2 projects point to the same repository) 18 years ago
Jean-Philippe Lang fcefdb22bf Added several validates_length_of 18 years ago
Jean-Philippe Lang 7363428703 Fixed mailer (error when no assignee) 18 years ago
Jean-Philippe Lang fd2839c833 Now, when a user turns mail notifications off, he will still receive notifications about issue changes if he is the author or the assignee of the issue. 18 years ago
Jean-Philippe Lang 98cf33070f Fixed: Error when editing the wokflow after deleting a status 18 years ago
Jean-Philippe Lang 5e20417e6d Added wiki diff. 18 years ago
Jean-Philippe Lang 384aa50be3 Fixed: issue_id not nullified on time entries when deleting the issue 18 years ago
Jean-Philippe Lang 65be9d3c86 Removed User#display_name (replaced by User#name). 18 years ago
Jean-Philippe Lang 87bad767c6 Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user. 18 years ago
Jean-Philippe Lang 7eb3b186c4 Fixed an error when trying to delete a project (versions/issues dependency) 18 years ago
Jean-Philippe Lang ba1b857197 Added Darcs basic support. 18 years ago
Jean-Philippe Lang faa3d984ab Added time report. 18 years ago
Jean-Philippe Lang ec44c94c12 Fixed an error on welcome screen for users with no membership 18 years ago
Jean-Philippe Lang 1c44600c62 Added per user custom queries. 18 years ago
Jean-Philippe Lang 5332c4362c Added page association on versioned WikiContent 18 years ago
Jean-Philippe Lang f2acb56041 A wiki page can now be attached to each version. 18 years ago
Jean-Philippe Lang 438161ad1f Added basic support for CVS and Mercurial SCMs. 18 years ago
Jean-Philippe Lang 4dddb606a6 Added :dependent => :delete_all on IssueStatus Workflow association. 18 years ago
Jean-Philippe Lang 97f6315bd0 Fixed: SQL error when a non-admin user displays the project list 18 years ago
Jean-Philippe Lang e7ff47cff5 Fixed date query filters (wrong results and sql error with postgresql) 18 years ago
Jean-Philippe Lang 413247ee5b Added the ability to archive projects: 18 years ago
Jean-Philippe Lang f04225321c Account information can now be sent to the user when creating an account. 18 years ago
Jean-Philippe Lang f12315075f Optimistic locking added for wiki edits. 18 years ago
Jean-Philippe Lang f8ef65e8f6 Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments. 18 years ago
Jean-Philippe Lang 6446c312be Added the ability to destroy wiki pages (content and its history are deleted from the database). 18 years ago
Jean-Philippe Lang 9fe0dd051d User's projects alphabetically sorted in the Projects drop down menu. 18 years ago
Jean-Philippe Lang d34ea9a569 Versions can now be created with no date. 18 years ago
Jean-Philippe Lang bb1fccb7b7 Fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000). 18 years ago
Jean-Philippe Lang 7ca7e4bad5 Added mail notification when a new message is posted in the forums. 18 years ago
Jean-Philippe Lang bca5bd9c62 Added watchers for message boards (watchers controller modified to support any watchable model). 18 years ago
Jean-Philippe Lang b90e84b9fe Per project forums added. 18 years ago
Jean-Philippe Lang cff3950e6b Added a test for the mail handler. 18 years ago
Jean-Philippe Lang 42193960f2 Added a simple mail handler. 18 years ago
Jean-Philippe Lang 98d08439dc Fixed: files with an apostrophe in their names can't be accessed in the repository 18 years ago
Jean-Philippe Lang 8614c00c8a Text files can now be viewed online when browsing the repository. 18 years ago