28 Commits

Author SHA1 Message Date
33504f6013 update 2026-03-17 19:14:37 +01:00
4ca7f035c0 update 2026-03-15 01:07:21 +01:00
f35b561d07 feat: Enhance task management with client and parent ID prefill in task edit and popup, and improve UI for subtask actions 2026-03-06 01:06:39 +01:00
7c2a42a66f feat: Add wiki integration to task management
- Implemented a multi-select dropdown for associating tasks with wiki entries in the task edit form.
- Enhanced task popup to display related wiki entries with visibility controls based on user permissions.
- Updated the wiki main view to support bulk actions for categories, including deletion and search functionality.
- Created a new database migration for establishing many-to-many relationships between tasks and wiki entries.
- Improved styling for wiki components to enhance user experience.
- Added a new AGENTS.md file to outline communication and change management protocols.
2026-03-03 11:52:04 +01:00
447b75bf3e feat: Update task popup to enhance description editing with CKEditor integration and improved UI 2026-03-01 22:08:11 +01:00
f6ba7ebc36 update 2026-02-28 14:48:24 +01:00
a4a35c8d62 feat: Implement module permissions system with database-driven access control
- Added `users_permissions` table for managing user permissions.
- Created `PermissionRepository` for handling permission logic.
- Refactored `controls\Users::permissions()` to utilize the new database structure.
- Introduced AJAX endpoint for saving user permissions.
- Enhanced user management UI with permission checkboxes.
- Added vacation management template for handling employee absences.
- Implemented tests for `PermissionRepository`.
2026-02-26 20:17:03 +01:00
76d3ac33a8 Enhance task description rendering and security
- Added sanitization and filtering for task descriptions in task_popup.php to prevent XSS attacks.
- Implemented regex patterns to remove potentially harmful HTML tags and attributes.
- Improved link and image handling to ensure only safe URLs and sources are rendered.
- Updated CSS for task popup to allow better text wrapping and overflow handling.
2026-02-23 14:12:06 +01:00
8d4d539283 Add inline task title editing in popup 2026-02-22 17:23:54 +01:00
203a45e199 feat: Update MailToTaskImporter to handle attachment MIME types and improve filename handling; add CLAUDE.md for project guidance; create TODO.md for PDF attachment issue 2026-02-18 21:50:42 +01:00
c165a94016 feat: Add status change notification option in task popup and update task status handling 2026-02-17 17:57:02 +01:00
28fb121c76 feat: Enhance task popup with user checkbox styling and selection handling 2026-02-17 10:55:57 +01:00
5f676cf162 feat: Add user management to task popup and implement task user assignment 2026-02-16 15:55:47 +01:00
b4370076a3 feat: Add recursive task handling and lightbox for task images 2026-02-16 11:34:38 +01:00
dfa83b57a6 feat: Update task popup with tab navigation for description, checklist, comments, and attachments 2026-02-12 13:53:36 +01:00
3adc50618d feat: Update task popup styles and integrate Bootstrap 5 theme for client selection 2026-02-10 09:21:29 +01:00
ba84cdab3d feat: Implement email task import functionality
- Added `import_tasks_from_email` method in `Cron` class to handle task imports from email.
- Created `MailToTaskImporter` class for processing emails and creating tasks based on their content.
- Updated configuration to include IMAP settings for email import.
- Enhanced `Tasks` class with a method to change the client associated with a task.
- Modified task details view to include a dropdown for selecting clients.
- Improved task timer functionality with separate start and stop functions.
- Added logic to handle task work duration validation.
- Updated JavaScript to manage task timers and client changes more effectively.
2026-02-07 00:53:48 +01:00
1722f171bc tasks: improve attachments UX and update refactoring docs 2026-02-06 23:11:14 +01:00
b4e86d506e Refactor task management UI and styles
- Updated button styles to have reduced padding and removed border-radius for a flatter design.
- Adjusted the layout of the tasks container to display 5 columns instead of 7.
- Introduced a new main view layout for tasks with separate left and right columns.
- Removed the suspended tasks tab from the in-progress tasks section.
- Enhanced the task filtering functionality with new buttons for saving, updating, and setting default filters.
- Added project selection dropdown in the task popup for better task management.
- Improved JavaScript handling for task filtering and checkbox interactions.
2025-11-26 00:44:38 +01:00
c03f4eded2 Update styles and add task priority feature
- Changed border color from #eee to #cdcdcd in various CSS files including dropzone, mapplic, summernote, grid, and select2 to enhance UI consistency.
- Added a new task priority selection feature in the task popup, allowing users to change the priority of tasks dynamically via AJAX.
- Implemented AJAX functionality to handle task priority changes and update the task list accordingly.
2025-09-09 23:59:58 +02:00
39b30c4ea4 Dodaj funkcję pełnoekranowego wyświetlania opisu zadania oraz odpowiednie style 2025-04-02 22:05:39 +02:00
a736510c66 Dodaj pole użytkowników do formularza zapisu filtrów, usuń klasę Backpro oraz zaktualizuj daty zakończenia pracy w zadaniach 2025-02-18 21:57:20 +01:00
1a05d881d1 Add work deletion functionality and enhance task popup interactions 2025-02-14 16:03:57 +01:00
65b78d49fd Add task work date management and enhance task popup layout 2025-02-12 16:11:40 +01:00
1f35e408bc Zmień klasę usuwania punktów w popupie z ikony na link oraz zaktualizuj style przycisku usuwania 2025-02-07 08:50:13 +01:00
8c42e65d57 Refactor task status handling and update styles for task views; add support for 'faktury' status 2024-12-15 11:11:47 +01:00
585f225262 Add Font Awesome icons and update stylesheet links in task templates 2024-12-09 13:52:27 +01:00
3f306ccb81 first commit 2024-11-10 11:11:35 +01:00