Commit Graph

3415 Commits (8bfc52ad2947b02c694a60751a89dfb963c8e747)

Author SHA1 Message Date
Romano Licker 7c8ac464cd introduce wiki menu items 12 years ago
Romano Licker 8745659f8b add new page for wikis 12 years ago
Romano Licker e375875668 delete wiki tab in project settings since we do not need 12 years ago
Romano Licker 2f772159a9 add default controller actions and build "create child page link" 12 years ago
Jens Ulferts 44ae671912 fixes issue index pagination within a project 12 years ago
Holger Just f6622b4e76 Allow to set default values for custom fields when receiving mails 12 years ago
Jens Ulferts b0217115bb renames ChiliProject reference in test email 12 years ago
Felix Schäfer 84e4701d8b Copy watchers when copying an issue 12 years ago
Dennis Schmidt 2fab660b33 extracted base.rhtml footer into ApplicationHelper method call 12 years ago
Martin Linkhorst 163c95d8a3 fixes 42586 - parameters are pretty messed up here :( 12 years ago
Jens Ulferts 4aacbc4b8d requires nested translations attributes on custom fields to have locale + non blank values 12 years ago
Jens Ulferts a3eaaa22ad allows exporting issues from global issue index 12 years ago
Jens Ulferts c02b3b9fd8 refactors responses from members_controller#new to have less view in the controller 12 years ago
Jens Ulferts 1b30987a0f removes members that loose their last member_role 12 years ago
Jens Ulferts 190e11b620 adding helper method to projects for adding members 12 years ago
Jens Ulferts 225629e45d adds helper method for adding a group member 12 years ago
Romano Licker d0723e3094 add a notification when successfully adding a member 12 years ago
Romano Licker 91ff59a41d optimize sql database query 'not_in_project' 12 years ago
Romano Licker 89cc1d6c48 remember page on all actions on settings/members 12 years ago
Romano Licker dab812dc69 remove visual effect for new members 12 years ago
Romano Licker e316e6df85 separate sequence-information of user formats 12 years ago
Romano Licker 1fda5b4d67 using pagination for settings/members 12 years ago
Romano Licker 79b5f9d39e do not include all params when building a link 12 years ago
Romano Licker b68fef1e7a refactor autocomplete notification and move it to core 12 years ago
Romano Licker c53798bfcf refactor possible_members 12 years ago
Romano Licker 1df2628cc0 move authorize so that it will only be executed once 12 years ago
Romano Licker 5cf8ac7fbc include member_roles when first gathering members 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 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 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 Linkhorst fd57f9ca10 show display sums option and table row only when there is at least one summable column selected 13 years ago
Martin Linkhorst f40ac611ba bugfix and an id for the checkbox value in order to be checkable through cucumber 13 years ago
Martin Linkhorst e04bf5c99a allow columns to be marked as summable or not 13 years ago
Jens Ulferts f0ebe9f0b9 adding settings to control user deletion 13 years ago
Jens Ulferts 7881d740de explicitly using base layout for my#index action, using alias to mark #page as such 13 years ago
Jens Ulferts db420babca styling the deletion_info 13 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 13 years ago
Jens Ulferts 58735b8f4b enable admins to delete other users 13 years ago
Jens Ulferts 87f666cb79 no longer using deprecated send_* method of delayed_job 13 years ago
Martin Czuchra 27fa5c09b3 Externalizes user deletion limit on journals. 13 years ago
Jens Ulferts 7a95576591 dont't laod all journals at once upon user deletion 13 years ago
Jens Ulferts 5e13836c17 have destroying user executed as a background task 13 years ago
Jens Ulferts e65401764e refactoring user #destroy 13 years ago
Jens Ulferts a05734c7d8 moving user destroy towards generic form 13 years ago
Jens Ulferts 2d7313abde adding assigned_issues association to user so that assigned_issues are nullified on destroy 13 years ago
Jens Ulferts 325714de87 have assigned issues assigned to nobody instead of assigning it to the deleted user 13 years ago