Commit Graph

6032 Commits (0d597b5363b81ee174a4985c802495caeae6c7da)
 

Author SHA1 Message Date
Martin Linkhorst 7ce2a8f739 yay, /projects/new works 12 years ago
Martin Linkhorst 65f1302b57 correct markup for inline errors 12 years ago
Martin Linkhorst 69c3a0fa82 added dynamic form for error messages 12 years ago
Martin Linkhorst 771dcf4fb0 keep the right api for human_attribute_name 12 years ago
Jens Ulferts f6acdec0bf marks top and main menu has html_safe 12 years ago
Martin Linkhorst 758185a51b added a removed method from active record 2 12 years ago
Martin Linkhorst 070a4beff4 use root Query class, otherwise ActiveRecords' Query class will be used 12 years ago
Jens Ulferts 3e633fc27e renames all named_scopes to scopes 12 years ago
Jens Ulferts 8dc6e79b8f handles breadcrumb html escaping and moves it to a separate module 12 years ago
Jens Ulferts 198736141a marks favicon as html_safe 12 years ago
Jens Ulferts 6927a6db8a marks javascript_heads as html_safe 12 years ago
Jens Ulferts 09cd82f51e REVIEW: removes bundled open_id_authentication gem 12 years ago
Jens Ulferts 52e106c113 redefines api mime type 12 years ago
Jens Ulferts 53dfc6886f REVIEW: deactivates prepending of plugin views before core views as it breaks rails 3 bootup 12 years ago
Jens Ulferts 4722e1185f REVIEW: disables require 'source_annotation_extractor' as it breaks rails 3 bootup 12 years ago
Jens Ulferts 5babf1d05f REVIEW: deactivates method manipulation for ActiveRecord::Errors#on 12 years ago
Jens Ulferts 12e24f0f47 REVIEW: deactivates alias method chaining of TMail::Unquoter#convert_to 12 years ago
Jens Ulferts 3c3571a99f REVIEW: deactivates custom_fields#possible_values translation overrides 12 years ago
Jens Ulferts f46b5c4ac6 includes url_helpers the rails 3 way 12 years ago
Jens Ulferts dcdaf6728b adapts content_for overwriting to ignore empty contents to rails 3 12 years ago
Jens Ulferts 3e3ccb0a80 class reloading hook is now Rails.configuration.to_prepare 12 years ago
Jens Ulferts 304c287c99 filtering the password now defined in application.rb 12 years ago
Jens Ulferts ee6eed8d4f as views are rendered according to their type an explicity limitation statement is no longer necessary 12 years ago
Jens Ulferts 5222ad32db removes initializer statements that are already part of rails 3 12 years ago
Jens Ulferts 4e42f69ba4 adds/modifies files required for starting the application with rails 3 12 years ago
Jens Ulferts 27942a56b4 removing bundled engines plugin as it will no longer be needed in rails 3 12 years ago
Jens Ulferts 5660f65d0d requires rails 3.0 12 years ago
Martin Czuchra 156342e10b Merge pull request #30 from finnlabs/fix/tests 12 years ago
Jens Ulferts ff94754926 makes User#destroy part of the api 12 years ago
Jens Ulferts f65190afd0 uses openproject header for api requests 12 years ago
Jens Ulferts 4f32d97eda fixing the menu manager tests by adapting the expected menu structure to the provided 12 years ago
Jens Ulferts 1b51bda3a8 fixes the issues tests by giving the test user the necessary permissions 12 years ago
Jens Ulferts 7fd1780b98 fixes application test by defining the available languages to include the used ones 12 years ago
Jens Ulferts 3f7e293e22 fixes creation and destroying of member roles inherited from a group 12 years ago
Jens Ulferts 0c996d9768 set parent_issue_id to nil if no cross project issue relations are allowed but would result after move 12 years ago
Jens Ulferts ad5f3095a6 check for having global permission to export_issues if no project is provided 12 years ago
Jens Ulferts cab3dbcc26 fixes issues_controller_test 12 years ago
Jens Ulferts 00e5c6aa4b fixes members controller test by adapting to changed behavior 12 years ago
Jens Ulferts c71427ac32 fixes welcome controller test by defining available languages to include tested ones 12 years ago
Jens Ulferts 17361ca71f fixes users controller tests by defining available languages to include tested language 12 years ago
Jens Ulferts be783ccdfd fixes project enumeration controller test by circumventing validations on test setup 12 years ago
Jens Ulferts 4c445df167 fixes projects controller tests by checking for "OpenProject" 12 years ago
Jens Ulferts a0f7ccb1e8 fixes transaction tests for issues controller by using the dynamic dates in the journals 12 years ago
Jens Ulferts 45a932b940 fixes application controller tests by defining available_languages 12 years ago
Jens Ulferts 6c44d803a7 fixes admin_controller_tests 12 years ago
Jens Ulferts 8022fd883a fixes calendar tests 12 years ago
Jens Ulferts 7d76b8f53d validates an issue with parents in a different project depending on whether cross project relationships are allowed 12 years ago
Jens Ulferts 78c3e96386 fixes issue tests broken by mass_assignment protection 12 years ago
Jens Ulferts 31b234f3bb fixes issue_test on copying issue to a project non viewable by the original author 12 years ago
Jens Ulferts 15f1f191b7 fixes menu_item_test menu comparison 12 years ago