Commit Graph

556 Commits (1f1135e8674802419dba4ce8fda1ab59ff2cc523)

Author SHA1 Message Date
Jean-Philippe Lang 7d57833740 Adds a 'Move and follow' button on Move/Copy view to be redirected to the created issue(s) rather than the source project issue list (#1847). 15 years ago
Jean-Philippe Lang 534ce51154 Allow non admin users to add subprojects (#2963). 15 years ago
Eric Davis 93bf1df5d4 Fix 500 errors with a POST request that requires a login. #4216 15 years ago
Eric Davis b2e4d8ad3f Fixed some tests that where looking for specific issue urls but weren't matching 15 years ago
Jean-Philippe Lang dfd0204052 Add view_issues permission (#3187). 15 years ago
Jean-Philippe Lang d82738ad00 Add test for i18n number_to_human_size (#4208). 15 years ago
Eric Davis cd110535a3 Adding the body of the feed to the failure message. #4204 15 years ago
Jean-Philippe Lang 1d8b4ee778 Fixed pre tags containing "<pre*" (#4125). 15 years ago
Jean-Philippe Lang 4b83a0d848 Fixes diff parser for when lines starting with multiple dashes are removed (#4186). 15 years ago
Jean-Philippe Lang c31411ec00 Fixes ApplicationHelper#link_to_user 15 years ago
Jean-Philippe Lang 8f40750ad7 Adds a link to automatically close completed versions in project settings (#1245). 15 years ago
Jean-Philippe Lang cc684803ba Ignore emails received from the application emission address to avoid hell cycles (#4139). 15 years ago
Jean-Philippe Lang d201c54455 Adds version status to limit issue assignments (#1245). 15 years ago
Jean-Philippe Lang 86a9d90f07 Fixes distance of date in words calculation. 15 years ago
Jean-Philippe Lang 3b9d8c2a72 Adds a few functional tests. 15 years ago
Eric Davis 5f48256c20 Fixed a typo in Object daddy 15 years ago
Jean-Philippe Lang 7b77301eab Fixed: first day of date range is not included in time report with SQLite (#3112). 15 years ago
Jean-Philippe Lang 27e3fa2bed Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV. 15 years ago
Jean-Philippe Lang 9943f64ff0 Fixed: inline images in wiki headings (#4112). 15 years ago
Jean-Philippe Lang 92ec35e657 Unified UsersController#list and #index. 15 years ago
Jean-Philippe Lang e117dc8c9c Include missing fixtures. 15 years ago
Jean-Philippe Lang a842769c3f AccountController#show (/account/show/:id) moved to UsersController#show (/users/:id). 15 years ago
Jean-Philippe Lang ac56d1d5e5 Do not show user profile if no visible project or activity (#4129, #3720). 15 years ago
Jean-Philippe Lang 97b4e75478 Add a permission to remove issue watchers (#2450). 15 years ago
Jean-Philippe Lang 6fedbf60d5 Allow project forums copy. 15 years ago
Jean-Philippe Lang eecec44ed2 Add a test that breaks before r2967 (broken project wiki copy). 15 years ago
Jean-Philippe Lang 5b787785b4 Project copy: let the user choose what to copy from the source project (everything by default). 15 years ago
Jean-Philippe Lang 9233a07a23 Adds a test for attached image inside a link (#4033). 15 years ago
Jean-Philippe Lang de8dcc5b26 Sets proper content type for plain text mails (#3970). 15 years ago
Jean-Philippe Lang f206dfe9b5 Reverts r2770 (#3391). 15 years ago
Eric Davis ff3d0fe4db Fixed some merge bugs. #4077 15 years ago
Eric Davis 2e0cbd2840 Added all list and boolean custom data fields to the Time Report. #4077 15 years ago
Eric Davis 37d401ac58 When a specific TimeEntryActivity are change, associated TimeEntries will be 15 years ago
Eric Davis 5833ba9f81 Added a Activities tab to Project Settings 15 years ago
Eric Davis e615266e9a Changed the Timelogs to use both the Systemwide and Project specific TimeEntryActivities 15 years ago
Eric Davis 29301c8a38 Added project specific Enumeration overrides. 15 years ago
Eric Davis e76d4c5c4c Added an active field track if an Enumeration is active on the frontend view. 15 years ago
Eric Davis ac4937a767 Enumerations can now have custom fields defined on them. #4077 15 years ago
Eric Davis 29ab7b4108 Updated the unit test so Enumerations are tested separately from the subclasses. 15 years ago
Jean-Philippe Lang 07aa3c55bd Contextual quick search (#3263). 15 years ago
Eric Davis b887cef7af Moved object daddy helpers to their own module. 15 years ago
Eric Davis 6456f7c4a4 Updated some object_daddy exemplars for the Models. 15 years ago
Eric Davis 61c09b6442 Added shoulda macros to test Project's associations 15 years ago
Eric Davis 257c92f8f9 Replaced a custom test with a shoulda macro. 15 years ago
Eric Davis a150689be9 Improved Project#copy to copy more data from the source Project. #3367 15 years ago
Eric Davis 945ea9b01c Refactored duplicated test code to a setup. 15 years ago
Eric Davis 548d5a21f6 Converted Project#copy test to use shoulda 15 years ago
Eric Davis 35333367df Configured object_daddy to help generate test data instead of fixtures. #4004 15 years ago
Eric Davis 4425acafff Setup shoulda for testing. (#4005) 15 years ago
Jean-Philippe Lang 9cd662f8dc Fixes some test failures due to Array#to_s behaviour in ruby1.9. 15 years ago