Commit Graph

808 Commits (09ccc0f6baf409e906946caf5d307cbb3577a1d4)

Author SHA1 Message Date
Eric Davis d48eb2de47 Accept email from anonymous users with an empty from address. #5604 15 years ago
Eric Davis cf334cee31 Refactor: extract test method 15 years ago
Eric Davis c56c0f411c Fix a nil error when a Project cannot save attachments. 15 years ago
Eric Davis 345301284a Added JSON support to the issues API. #1214 15 years ago
Eric Davis f484fe8556 Convert tests to shoulda 15 years ago
Eric Davis e94c45d548 Add an "Assigned To" keyword to receiving email. #5594 15 years ago
Eric Davis 080dc2212e Add 'Start date' and 'End date' keywords for incoming email. #5595 15 years ago
Eric Davis f3cc84b343 Show subproject versions on the Roadmap. 15 years ago
Eric Davis e5ac73b7dc Somehow ran out of unique identifiers. 15 years ago
Eric Davis 0d34c3731b Add error messages to MembersController#new so a user is informed of missing data. 15 years ago
Eric Davis 908d44519c Allow AuthSources to control if they allow password changes. 15 years ago
Eric Davis 715c9d16ef Refactor AuthSourcesController to support non-LDAP sources. #1131 15 years ago
Eric Davis 36c82ecc1f Refactor: move Project Calendar to it's own controller. 15 years ago
Jean-Philippe Lang cbd4af236c Adds issue relations to individual issue XML (#5305). 15 years ago
Jean-Philippe Lang edeb84a070 Fixes strange random test failures with Mysql. 15 years ago
Jean-Philippe Lang 1be15816dd Adds test helpers for test repositories. 15 years ago
Jean-Philippe Lang 80f7faf10a Fixes EOL style related test failures. 15 years ago
Jean-Philippe Lang 554c047d80 Fixes random test failure. 15 years ago
Jean-Philippe Lang a00d1eabd7 Fixed: watchers selection lost when issue creation fails (#5406). #watched_by? was fixed in order to work with #watcher_user_ids= used in controllers on unsaved objects. 15 years ago
Jean-Philippe Lang 51c8f3143c Fixes URLs in atom feeds broken by r3681 (#5403). 15 years ago
Jean-Philippe Lang 3db77a86a9 Fixes some parameters in functional tests. 15 years ago
Jean-Philippe Lang b6cd076441 Fixes an object instantiation in tests. 15 years ago
Eric Davis e65c3cfc7d Refactor: Move gantts to a separate controller. 15 years ago
Jean-Philippe Lang eabe8c51cd Adds an assertion on issues deletion when deleting a project (#5381). 15 years ago
Eric Davis 2c898d8a81 Refactor: Split IssuesController#new to #new and #create to match REST pattern. 15 years ago
Eric Davis 9b595c689d Refactor: Move the rest of the routing tests to RoutingTest. 15 years ago
Eric Davis 0fc884cf42 Move more routing tests into the routing integration test. 15 years ago
Jean-Philippe Lang 0004b52646 Fixes behaviour of move_issues permission for non member role (#5309). 15 years ago
Jean-Philippe Lang aa4d1fe816 Fixed: API 401 response does not include WWW-Authenticate header (#5322). 15 years ago
Eric Davis 6a6f403978 Added missing Enumeration STI exemplars. 15 years ago
Jean-Philippe Lang f23aceba86 Fixes a test failure with SQLite3 due to transaction fixtures (#5290). 15 years ago
Jean-Philippe Lang f35921d308 Fixes Issue#save_issue_with_child_records so that time entry do not get saved if issue save fails. 15 years ago
Jean-Philippe Lang 43e5bb75d2 Fixed: issue optimistic locking broken by r3308 (#5280). 15 years ago
Jean-Philippe Lang 9306f3ea6c Check that admin LDAP user is untouched after authentication (#5263). 15 years ago
Jean-Philippe Lang 71a4158fd0 Fixes calculation of version estimated hours with subtasks (#5265). 15 years ago
Jean-Philippe Lang 5879273739 Makes the wiki sidebar editable (#5208). 15 years ago
Jean-Philippe Lang c88a467ddf Fixes an error when running tests coverage. 15 years ago
Jean-Philippe Lang 2bbc948e06 Preview description if it was edited while updating an issue (#741). 15 years ago
Jean-Philippe Lang c499d2d150 Fixes broken test. 15 years ago
Jean-Philippe Lang 8cdcf308be Escape href attribute in auto links (#5179). 15 years ago
Jean-Philippe Lang 79b4f68176 Adds an option to enable/disable email notifications during a project copy (#4672). 15 years ago
Jean-Philippe Lang e584ae220d Cleans up status assignment in IssuesController#new handled by Issue#safe_attributes= now. 15 years ago
Jean-Philippe Lang 533590c29c Fixed: Double-dash results in strikethrough text (#5122). 15 years ago
Jean-Philippe Lang 0e0b8e0799 Accept issue links inside brackets (#4418). 15 years ago
Jean-Philippe Lang 6b88de1234 Close unclosed pre/code tags (#4265). 15 years ago
Jean-Philippe Lang 7203196212 Do not parse redmine links inside pre/code tags (#1288). 15 years ago
Jean-Philippe Lang 838f3195e7 Fixed closing tags in syntax highlighting tests. 15 years ago
Jean-Philippe Lang ad487bf7cc Replace the hardcoded "CodeRay" css class name for highlighted elements. 15 years ago
Jean-Philippe Lang 2f5c17a0f6 Optimization: load attachments when needed. 15 years ago
Jean-Philippe Lang d550c46160 Makes subtasks rescheduled when a 'precedes' relation is set on a parent task. 15 years ago