Commit Graph

1138 Commits (fad449657d85fa69d53eda3dfb6891f722072db1)

Author SHA1 Message Date
Martin Linkhorst fad449657d DEPRECATION FIX: use after_save :method_name instead of overwriting the after_save method 12 years ago
Martin Linkhorst 4bac41749b DEPRECATION FIX: use before_validation :method_name instead of overwriting the before_validation method 12 years ago
Martin Linkhorst b6b27b904c DEPRECATION FIX: use after_initialize :method_name instead of overwriting the after_initialize method 12 years ago
Martin Linkhorst b783846b04 DEPRECATION FIX: use after_destroy :method_name instead of overwriting the after_destroy method 12 years ago
Martin Linkhorst 95e74abf22 DEPRECATION FIX: use before_save :method_name instead of overwriting the before_save method 12 years ago
Martin Linkhorst d05ec3be8f DEPRECATION FIX: use validate :on => :create instead of overwriting the validate_on_create method 12 years ago
Martin Linkhorst 6a62bdeb8f DEPRECATION FIX: use after_create :method_name instead of overwriting the after_create method 12 years ago
Martin Linkhorst fe372af131 DEPRECATION FIX: use before_create :method_name instead of overwriting the before_create method 12 years ago
Martin Linkhorst ccc88aea0b DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
Jens Ulferts d088bbd3ae resourcifies issue_relations 12 years ago
Jens Ulferts 99bc0daaf9 replaces awesome_nested_set#leaf? with a query for whether a parent_issue is present 12 years ago
Jens Ulferts bbb32b0f73 reduces eager loading on documents#index action to when it is needed 12 years ago
Martin Linkhorst 37f3d6c124 finalize the mailer, remove the older mailer 12 years ago
Dennis Schmidt 3ad058699a using Time.zone.parse instead of just Time.parse 12 years ago
Dennis Schmidt 287f82957a updated AuthSourceLdap model to LdapAuthSource 12 years ago
Jens Ulferts 21de2c7f28 adds explicit routes for enumerations, resourcifies them 12 years ago
Jens Ulferts 0d597b5363 rewrites routes for issues and associated resources 12 years ago
Martin Linkhorst 2ed585a297 converted account activation requested email 12 years ago
Martin Linkhorst 53762ad8fe account information mail on rails 3 12 years ago
Martin Linkhorst 5fb8a95397 added document added mailings 12 years ago
Martin Linkhorst dc59892993 updated message posted mail 12 years ago
Martin Linkhorst 0a259485cd converted wiki content updated mail 12 years ago
Martin Linkhorst fa184451c1 converted wiki content added email 12 years ago
Martin Linkhorst 3216b29316 updated the news comments email 12 years ago
Martin Linkhorst 1f8666e2d2 updated news added mailings 12 years ago
Martin Linkhorst 727a232d3d use the new mailer! 12 years ago
Jens Ulferts 171a3e3d2b passes an empty hash to globalize3 on custom_field#possible_values if no other object is provided 12 years ago
Martin Linkhorst f75b531f1f fix Role can't be blank error message on member_roles 12 years ago
Martin Linkhorst ac823017dd only strip urls if present 12 years ago
Martin Linkhorst aa297a2a99 fix repositories subversion controller 12 years ago
Jens Ulferts 65642f0c2a removes deprecations in auth_sources 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 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 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
Jens Ulferts d23af80e70 enabling calling custom_fields#new 12 years ago
Jens Ulferts 8994831cda Revert "REVIEW: deactivates custom_fields#possible_values translation overrides" 12 years ago
Martin Linkhorst 637f92ffe4 named and called mailer views correctly 12 years ago
Jens Ulferts 7d174fed9f uses subclasses method instead of get_subclasses 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 ce54e60201 updated .rhtml to .html.erb in the code 12 years ago
Martin Linkhorst 771dcf4fb0 keep the right api for human_attribute_name 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 3c3571a99f REVIEW: deactivates custom_fields#possible_values translation overrides 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