Commit Graph

275 Commits

Author SHA1 Message Date
StephanRichter fba707d77b working on file module
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-28 21:12:51 +02:00
StephanRichter 92bc976da9 Merge branch 'feature/global_error_display' into module/files 2025-09-28 12:13:32 +02:00
StephanRichter 2463f92b1c refactored more error code 2025-09-26 21:10:19 +02:00
StephanRichter e3b735bb7b replacing site-local error display by global error display 2025-09-26 15:27:20 +02:00
StephanRichter 2a6392cd2b wirking on global error display
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-26 14:45:19 +02:00
StephanRichter 076ac2d115 allowing to start new time tracking from time track overview page 2025-09-26 13:19:05 +02:00
StephanRichter 51884a3aab working on file module 2025-09-26 13:04:41 +02:00
StephanRichter ae84a806d1 adding display for wiki pages to tag/uses
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-25 21:07:54 +02:00
StephanRichter ca3c34ab5b trying to get paragraphs in list items under control
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-25 20:55:22 +02:00
StephanRichter f9cedc7ba3 trying to get paragraphs in list items under control 2025-09-24 17:30:53 +02:00
StephanRichter 28df3e5cee further improvement of tag usage display 2025-09-24 17:06:54 +02:00
StephanRichter 868e0bb0f6 minor improvment on RelatedNotes.svelte:
editor text should be reset on note save
2025-09-24 17:01:24 +02:00
StephanRichter 058a385260 improving tag usage display 2025-09-24 16:56:37 +02:00
StephanRichter 5ec62c1081 code cleanup 2025-09-24 10:37:34 +02:00
StephanRichter 1d7e508f1a finished implementation of tag loading when loading project tasks 2025-09-24 10:27:43 +02:00
StephanRichter dc76ba32e2 css fix 2025-09-23 22:28:08 +02:00
StephanRichter ccde6e3e1d working on color customization 2025-09-23 21:59:23 +02:00
StephanRichter 44fa27d489 moved description a bit down 2025-09-23 15:58:31 +02:00
StephanRichter 52b41b8d28 refactored member assignment for new tasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-23 11:58:29 +02:00
StephanRichter f549269326 improved logout link, fixed permissions on task creation 2025-09-23 10:54:36 +02:00
StephanRichter 236c173ecc implemented task.total_prio:
- is dependent on the manually set priority of the task
- increases within 100 days before the due date of a task
2025-09-23 09:19:19 +02:00
StephanRichter 97c395fb38 implemented task priorities
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-22 12:11:45 +02:00
StephanRichter 48deb1a91c preparing for task priorities 2025-09-21 20:08:24 +02:00
StephanRichter e4016dee44 working on grid display for most important content
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-21 00:34:47 +02:00
StephanRichter 015a55082b changed project/xx/view to grid layout 2025-09-21 00:10:34 +02:00
StephanRichter 08eb382c85 implemented option to allow guests to see wiki page
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-19 23:03:37 +02:00
StephanRichter 60d116664b implemented page view for freely available wiki pages
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-19 20:45:54 +02:00
StephanRichter 026e098314 implemented search in wiki pages 2025-09-16 17:30:08 +02:00
StephanRichter f4f90b1b44 fixed typo in code 2025-09-16 16:22:52 +02:00
StephanRichter 14ce217d6f implemented deletion of pages/version 2025-09-16 11:31:05 +02:00
StephanRichter 4111c60225 preparing deletion of page version 2025-09-12 20:42:37 +02:00
StephanRichter 5bda651669 css improvements 2025-09-12 20:37:04 +02:00
StephanRichter 7e52e02684 implemented adding new pages 2025-09-12 13:20:34 +02:00
StephanRichter 7ddd32bb72 implemented renaming of wiki page
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-12 08:49:43 +02:00
StephanRichter f13da92b48 fixed bugs introduced by switching from titles as ids to separate ids 2025-09-12 00:59:19 +02:00
StephanRichter 667052e3c4 Merge branch 'main' into module/wiki 2025-09-12 00:41:58 +02:00
StephanRichter a81eb4cb1b working on wiki module: adding users+permissions, adding notes, adding tags
adding tag currently does not work due to the tag module not allowing for strings as entity ids
2025-09-11 20:21:34 +02:00
StephanRichter aad9a7d9b8 implemented storing edit as new version, impelemented loading of arbitrary versions of wiki page
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-10 15:44:51 +02:00
StephanRichter e831b8a4e0 implemented storage of new wiki page version, prepared page display for several versions
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-10 14:47:08 +02:00
StephanRichter 14a5ba37b2 fixed translation problem 2025-09-10 09:11:34 +02:00
StephanRichter c63def1b85 working on saving wiki pages 2025-09-10 08:51:03 +02:00
StephanRichter 4f6f969041 implemented display of wiki pages
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-09 21:08:51 +02:00
StephanRichter 4c441b1e46 working on wiki index page and page display
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-09 20:01:21 +02:00
StephanRichter 3627ccee73 working on wiki index
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-09 16:19:03 +02:00
StephanRichter e8e215f24c improved task view:
parent task no longer disappears when task is updated

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-08 22:31:56 +02:00
StephanRichter 8107157f6a implemented opening of external links in new tab 2025-09-08 21:39:15 +02:00
StephanRichter f57592b322 implemented (temporary) display of closed tasks in project list 2025-09-08 11:18:08 +02:00
StephanRichter 241129a369 implemented removal of required task 2025-09-08 09:10:00 +02:00
StephanRichter cce488f615 implemented adding required tasks to task 2025-09-06 00:38:58 +02:00
StephanRichter 885a62e7e1 bugfix on document list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-04 15:26:07 +02:00