Commit Graph

1160 Commits (b5e4430a540415a65adc8227a42028834f15b459)

Author SHA1 Message Date
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
Jens Ulferts 7d76b8f53d validates an issue with parents in a different project depending on whether cross project relationships are allowed 12 years ago
Felix Schäfer ee3953ba98 Restore backward compatibility of the mailer 12 years ago
Martin Czuchra 27fa5c09b3 Externalizes user deletion limit on journals. 12 years ago
Jens Ulferts 7a95576591 dont't laod all journals at once upon user deletion 12 years ago
Jens Ulferts e65401764e refactoring user #destroy 12 years ago
Jens Ulferts a05734c7d8 moving user destroy towards generic form 12 years ago
Jens Ulferts 2d7313abde adding assigned_issues association to user so that assigned_issues are nullified on destroy 12 years ago
Jens Ulferts 325714de87 have assigned issues assigned to nobody instead of assigning it to the deleted user 12 years ago
Jens Ulferts 06898d0e74 having a builtin status which replaces the anonymous status 12 years ago
Jens Ulferts a02c3e5f32 i18n for deleted user 12 years ago
Jens Ulferts 5d6c5da9e7 removing User status ANONYMOUS 12 years ago
Jens Ulferts fa8261f2ba added DeletedUser, models associated to a user get assigned to DeletedUser instance upon deletion 12 years ago
Jens Ulferts db32a45d54 Adding before destroy filter to user model that assigns associated objects to the anonymous user or deletes them 12 years ago
Jens Ulferts 00664ceaad replaced ChiliProject with OpenProject in mailer 12 years ago
Martin Linkhorst 911394d1fa fix: sort by downcased project name for proper sorting, yay 13 years ago
Martin Linkhorst f919bda76f allows for finding roles based on a permission 13 years ago
Jens Ulferts 808f24d905 really setting the custom_field as beeing not required temporarily 13 years ago
Jens Ulferts 20b216247c fallbacks are necessary on validation as they are also used later on 13 years ago
Jens Ulferts f75d1c1ec0 Revert "nested tab attributes are safe, one cannot fake project_id, nor wiki_id" 13 years ago
Martin Linkhorst 680fe507b6 always sort a project hierarchy by name. fixes #30706 13 years ago
Felix Schäfer 2e81aee28b We don't allways want I18n fallbacks 13 years ago
Romano Licker ade3fd1048 enforce date when setting commit_date 13 years ago
jwollert 4ac6a6d7a2 rebranding mailer stuff to openproject 13 years ago
Martin Linkhorst 3e034514f6 re-allow mass assignment of assign_to_id of issue categories. but issue category won't be valid unless assignee is also project member of the category. (mirroring what is possible to select in the view) fixes #28790 13 years ago
Romano Licker d9069356e1 display errors correctly when adding a member to a project 13 years ago
Romano Licker 01f8886a63 fixes: couldn't switch roles on a user & ensure correct 13 years ago
Romano Licker e2d7bde493 fixing copying of members (while copying a project) 13 years ago
Jens Ulferts ce0bdc8abd add start_date to save attributes, validate it as date format 13 years ago