Commit Graph

2288 Commits (74b187eb78558a65c44fbd29b0e8e5be6d660317)

Author SHA1 Message Date
Philipp Tessenow 84e2729b98 REVIEW: another batch of the renaming effort from Journals#changes to changed_data 12 years ago
Philipp Tessenow 8739429027 fix test: require projects, users, and trackers fixtures in journal_test 12 years ago
Philipp Tessenow 70a63a65c4 rename journal#changes attribute to changed_data 12 years ago
Martin Linkhorst 5a93169800 ActiveSupport::SecureRandom was deprecated in favor of SecureRandom from the standard lib 12 years ago
Martin Linkhorst 5f89c5497e use the correct css classes for the new coderay version 12 years ago
Martin Linkhorst 55197c8372 expect the encoding.. 12 years ago
Martin Linkhorst 6d1354dbd0 ActiveSupport::SecureRandom was deprecated in favor of SecureRandom from the standard lib 12 years ago
Philipp Tessenow 79ab8d6d6b added wiki/list_attachments route, which returns a json array of available attachments 12 years ago
Jean-Philippe Lang b2186ff42c Fixed tests broken by r10088. 12 years ago
Martin Linkhorst b5342cfd8a make the test helper compatible with the asset pipeline 12 years ago
Martin Linkhorst 5027817ef2 javascript assets have a new home now 12 years ago
Martin Linkhorst 01d60ebaa6 expect the shallow path for the topics as written in the routes file 12 years ago
Martin Linkhorst b5e4430a54 since rails 3.1 we can condense the order parameters 12 years ago
Martin Linkhorst 934ab3fa1c expect escaped urls to fix the tests 12 years ago
Martin Linkhorst f1c3a5ef4e REVIEW: updated to a recent version of rubytree. fixed a minor bug. let's hope it will work. 12 years ago
Martin Linkhorst 38f54383b2 fix some active record queries to work with the new version of rails 12 years ago
Martin Linkhorst a2fe5839a0 REVIEW: we need to extend the current used version of awesome_nested-set. see commit for details 12 years ago
Martin Linkhorst e1327b9b9c add a note why this fails. this is the reason why deleting issues (and projects) sometimes doesn't work 12 years ago
Martin Linkhorst f3ea450c1e expect two emails since we send one email per user instead of bcc'ing them. we could stub out the #notified_users to remove the magical number and make it more clear but the stubbing is somehow forgotten on the way 12 years ago
Martin Linkhorst aa18d1fe22 REVIEW: since this started with "test_" it was executed each time one executes the tests. test/unit does not seem to require it anymore but it maybe causes errors in some different task? 12 years ago
Martin Linkhorst c06e3fa94a Just make sure we have a clean state before creating the project 12 years ago
Martin Linkhorst 621fe4a477 clone will return the same active record object (same id in the db) which will cause an issue relation to be invalid (same object in from and to). this creates two active record objects which you can then link to each other. probably active record changed the way they handle #clone 12 years ago
Martin Linkhorst d9f2f17b5d REVIEW: include ERB::Util module in order to use #h and co in the all helpers. 12 years ago
Martin Linkhorst 01a502712d small refactoring of the document tests. note the failing test that actually should pass.. investigate that later 12 years ago
Martin Linkhorst 7de159fbca refactor comment class and fixed the tests. give news a clearer api to create a comment for a news object. this couples news to the comment class atm but can easily be extracted into a module or so. 12 years ago
Martin Linkhorst 3566eb1849 fix deprecated stuff in the helper testcase 12 years ago
Martin Linkhorst d19fdaf6a1 apply the rails 3.1.8 generator on the project 12 years ago
Martin Linkhorst 174c8e5d24 DEPRECATION FIX: use #redirect_url instead of #redirect_to in tests 12 years ago
Martin Linkhorst 78c4196656 DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago
Martin Linkhorst 6c5239c4e2 DEPRECATION FIX: make a badly named GroupUser model to acts as the join model for a has_many :through between groups and users. 12 years ago
Martin Linkhorst 8e85f48572 DEPRECATION FIX: use Rails.application.routes.url_helpers instead of ActionController::UrlWriter 12 years ago
Martin Linkhorst 3419564990 DEPRECATION FIX: use save(:validate => false) instead of save(false) 12 years ago
Martin Linkhorst b51227a960 DEPRECATION FIX: new way of resetting the javascript expansions 12 years ago
Jens Ulferts 885a6e1a3c defines routes for files 12 years ago
Jens Ulferts b04147a11a defines routes for projects and cleans up project route usage 12 years ago
Jens Ulferts 3471b107bc rewrites routes for news, moves comments and previews controller into news namespace 12 years ago
Jean-Philippe Lang 10a41782fa Fixed that custom values get saved when assigning custom values after changing to a tracker with different custom fields (#9737). 12 years ago
Jens Ulferts 8c6973dcee resourcifies messages aka. topics 12 years ago
Jens Ulferts 602d722c25 changes routes for issue reports to call issue scoped reports controller 12 years ago
Martin Linkhorst ccc88aea0b DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
Martin Linkhorst 0c122894ff TODO: make me better, fix project tests 12 years ago
Martin Linkhorst a63bcd1761 updated the hook tests 12 years ago
Martin Linkhorst 8d5a99dfd0 fix the gantt tests (replaced #destroy_all with #delete_all, should be fine) 12 years ago
Martin Linkhorst 90b870d986 rename misspelled helper test 12 years ago
Martin Linkhorst e5b56f1372 fix failing projects helper tests 12 years ago
Martin Linkhorst 27d5367dd2 remove empty test 12 years ago
Martin Linkhorst 762cd7a2ea fixes application helper tests 12 years ago
Martin Linkhorst 370973aa62 this was just wrong 12 years ago
Martin Linkhorst 00ec5e0efe fix the way how memebers are created in the object daddy helpers 12 years ago
Martin Linkhorst d6378adbfb fix a failing group test 12 years ago