Commit Graph

6041 Commits (222eb00597af7ba331d415ed0ccccd384a366bc7)
 

Author SHA1 Message Date
Dennis Schmidt f9d2372658 updated shoulda matchers 12 years ago
Dennis Schmidt 107647a816 renamed feed.atom.rxml to feed.atom.builder 12 years ago
Martin Linkhorst 3172bdedf6 added #save_and_open_page test helper 12 years ago
Dennis Schmidt fdd7c91d6f test corrections 12 years ago
Dennis Schmidt 34977f3203 migration updated to use quote_column_name 12 years ago
Martin Linkhorst ea0954bfa6 fixed a user test 12 years ago
Martin Linkhorst b6aac286d4 take the root Query class rather than active records. also re-allow passing an order to acts_as_nested_set. all to make the tests happy 12 years ago
Martin Linkhorst 085a44a7ff try a rails 3 compatible version of object daddy, fixed some failing tests in issue_test.rb 12 years ago
Martin Linkhorst 45201eec80 overwrite #delay getter to satisfy the tests and ourselves ;) 12 years ago
Martin Linkhorst b49e0207a5 fix nested issues tests (1 test still fails from time to time :() 12 years ago
Martin Linkhorst bb7038d8cb moved the configuration fixtures/mocks to the test/mocks folder, otherwise #fixtures(:all) won't work because it tries to find sql tables that don't exist 12 years ago
Martin Linkhorst 89155a31fd fix an ordering bug. i don't know where that default ordering comes from, but this also shows the intended behaviour 12 years ago
Martin Linkhorst ca0a317af4 REVIEW: use full sti class names for repositories, look at me on how to do this for other models 12 years ago
Martin Linkhorst b6fe1027d0 changed how to define a test uploaded file 12 years ago
Jens Ulferts d6516ccfc4 rewrite routes to reflect the new syntax 12 years ago
Jens Ulferts 723cd7ebb8 renames globalize2 patch to globalize3 patch as this is what is patched 12 years ago
Jens Ulferts 61d7c58f65 replaces own validates_uniqueness with one issued as a pull request 12 years ago
Jens Ulferts aab91c4f2c requires 'debugger' gem for ruby 1.9 12 years ago
Jens Ulferts d23af80e70 enabling calling custom_fields#new 12 years ago
Jens Ulferts fd94b7ca07 renames mime_types initializer 12 years ago
Jens Ulferts 8994831cda Revert "REVIEW: deactivates custom_fields#possible_values translation overrides" 12 years ago
Jens Ulferts 93b1a8987c adds a public_directory method to plugin 12 years ago
Jens Ulferts ea0d5f9cd9 marks settings select as html_safe 12 years ago
Jens Ulferts 8e5efd6170 REVIEW: removes the automatic detection of the relative_url_root as it is no longer supported 12 years ago
Martin Linkhorst d5a23fc3d5 use the gem version of awesome_nested_set 12 years ago
Martin Linkhorst d08c573e79 added the safe_attributes gem to allow active record subclasses to have magic methods as column names, such as #changes (not to be confused with redmine's #safe_attributes method) 12 years ago
Martin Linkhorst 637f92ffe4 named and called mailer views correctly 12 years ago
Martin Linkhorst 9b69cf76b8 use the correct rails3 test classes in order to run the tests 12 years ago
Martin Linkhorst 544614e9b7 make it possible to run rake tasks (the other tasks like delayed job etc. are included by the gems' railties) 12 years ago
Jens Ulferts 7d174fed9f uses subclasses method instead of get_subclasses 12 years ago
Jens Ulferts 7eb5387f3c uses labeled_check_box_tags helper method instead of custom code 12 years ago
Jens Ulferts 933e1228f8 declares member box to be html_safe 12 years ago
Jens Ulferts 5cd1c47abe removes html_escape in link_to_user 12 years ago
Jens Ulferts 6c02afd9d5 indentation 12 years ago
Martin Linkhorst 017191b26e make it ruby 1.9.3 and 1.8.7 compatible, yay 12 years ago
Martin Linkhorst d3e7c96eb7 fix minimum characters hint 12 years ago
Martin Linkhorst 9a5930c494 fix versions 12 years ago
Jens Ulferts 34c2ca6992 uses labeled_check_box_tags instead of custom markup 12 years ago
Jens Ulferts 0caa11f1a5 marks labeled member check boxes as html_safe 12 years ago
Martin Linkhorst 34a484bc84 fix subproject select 12 years ago
Martin Linkhorst 1caae19c22 REVIEW: patch active record base since more than one class use it 12 years ago
Martin Linkhorst 5e107042d2 REVIEW: make wikis work. TODO: why do they show up twice 12 years ago
Martin Linkhorst 8a036b38a7 fixed news 12 years ago
Martin Linkhorst 5b28a2f292 make robots html safe 12 years ago
Jens Ulferts fe696a27db declares "you are here" accessibility info as html_safe 12 years ago
Martin Linkhorst 697565fc3c use a css class for adding the arrows 12 years ago
Martin Linkhorst 47f32e8389 fixed the calendar 12 years ago
Martin Linkhorst f4728f8b3b fix previews 12 years ago
Jens Ulferts 0c72899c99 removes custom has_content? and replaces it with rails content_for? 12 years ago
Jens Ulferts 71a8ba286b uses settings_projects_path instead of link_to_project 12 years ago