Commit Graph

3319 Commits (0c996d97687a8ccd667c766310356b60ea3ef69d)

Author SHA1 Message Date
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 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
Jens Ulferts f0ebe9f0b9 adding settings to control user deletion 12 years ago
Jens Ulferts 7881d740de explicitly using base layout for my#index action, using alias to mark #page as such 12 years ago
Jens Ulferts db420babca styling the deletion_info 12 years ago
Jens Ulferts 745066e455 display different information concerning the user deletion depending on whether the user to be deleted is the current user or not 12 years ago
Jens Ulferts 58735b8f4b enable admins to delete other users 12 years ago
Jens Ulferts 87f666cb79 no longer using deprecated send_* method of delayed_job 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 5e13836c17 have destroying user executed as a background task 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 db5a758b6d adding a delete account link to the "my account" menu 12 years ago
Jens Ulferts 58aa198647 creating a "my"-layout 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 698a157cad move methods only required for rendering the top menu into the corresponding helper 12 years ago
Jens Ulferts 478fe56357 refactoring top_menu 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 4a0ed4f1fb store display sums parameter in the session as well 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 9bad9f5869 merge list sums plugin into the core 13 years ago
Martin Linkhorst 90b8dad702 add forgotten i18n tag 13 years ago
Romano Licker f808b03f06 force the object to be an array 13 years ago
Martin Czuchra 4d39a5c6c3 Uses en dash to seperate start and end date. 13 years ago
Romano Licker 8c08b5106c replace small "-" with the large "—" one 13 years ago
Romano Licker 2be910f6d1 cut of the description with "…" in issue textile quickinfo links 13 years ago
Martin Linkhorst 947ee3ec09 use the project_tree helper in tracker view 13 years ago
Martin Linkhorst 680fe507b6 always sort a project hierarchy by name. fixes #30706 13 years ago
Jens Ulferts 128462bdee setting breadcrumb for timelog_controller 13 years ago
Romano Licker e3ab381eb4 add tracker to issue quickinfo link according to new specification 13 years ago
Jens Ulferts d2eb9e7f29 harmonized textile help on links with the rest of the help 13 years ago
Romano Licker f6f837e03b adding explanations for the wiki syntax help pages 13 years ago
Jens Ulferts d50dbb62b8 code prettification and xss-vulnarability fixes 13 years ago
Jens Ulferts 66bfa26f63 define 3 lines to be the default description length on issue quick infos 13 years ago
Jens Ulferts 00d50140e4 production mode returns enumerable for String#lines if no block is provided 13 years ago
Jens Ulferts 7076a33934 do not return the ancestor links for new projects 13 years ago
Romano Licker b39f27cd3b extend issue link macro functionality by ## and ### 13 years ago