Commit Graph

  • 17a874e992 commit codebase txt main tp_dhu 2025-05-10 15:44:48 +01:00
  • 0bc558d4d7 ticket history and tags tp_dhu 2025-05-10 15:26:21 +01:00
  • 916657e09c added debug functions tp_dhu 2025-05-10 15:25:02 +01:00
  • 04f6f50f28 added ticket assignment tp_dhu 2025-05-10 08:53:56 +01:00
  • 742e508e8a updated issues.md tp_dhu 2025-05-10 08:53:28 +01:00
  • acb428f4ee updated ticket create to match edit. updated IconsHelper to create template selection tp_dhu 2025-05-10 08:51:56 +01:00
  • 4a421564c2 implemented csrf tp_dhu 2025-05-10 08:50:41 +01:00
  • 2d6cd5e48d updated UI references in controllers tp_dhu 2025-05-03 08:52:21 +01:00
  • 165d4eabe5 moved ui into app folder tp_dhu 2025-05-03 08:51:33 +01:00
  • 67a35cdf3e updated parsedown helper to include href tp_dhu 2025-04-30 02:16:39 +01:00
  • bc21598ba9 dashboard to show issues.md tp_dhu 2025-04-30 02:16:23 +01:00
  • 606a3fad8e vscode settings tp_dhu 2025-04-30 02:15:57 +01:00
  • 5ba0911d7e MVP issues.md tp_dhu 2025-04-30 02:15:54 +01:00
  • 759afbdd49 codebase python tp_dhu 2025-04-30 02:15:45 +01:00
  • aa44215eb1 updated authcontroller to implement admin check - needs further development for roles tp_dhu 2025-04-27 09:33:53 +01:00
  • 6cc9953a68 updated gitignore for sql output tp_dhu 2025-04-27 09:32:50 +01:00
  • e90b8e7388 moved session error to separate ui template part tp_dhu 2025-04-27 09:32:30 +01:00
  • 8b1c2f1822 utf issues tp_dhu 2025-04-05 18:10:15 +01:00
  • ba985b1552 implemented markdown extended tp_dhu 2025-04-05 18:06:51 +01:00
  • 23cad42bc1 updated iconshelper with new font awesome icons and database references tp_dhu 2025-04-03 13:23:25 +01:00
  • 88b832dd03 updatd Parsedown TableExtension to correctly wrap <table> inside <div> with appropriate bulma classes tp_dhu 2025-04-03 13:22:56 +01:00
  • 9f7dab2a36 updated bulmaformhelper to introduce field_select tp_dhu 2025-04-03 13:22:25 +01:00
  • c0f9ed1094 refactored tickets to include tags tp_dhu 2025-04-03 13:21:45 +01:00
  • b13cd3448f updated edit view to match view - to help reduce cognitive load and improve ux. updated BulmaFormHelper to implement FIELD_INPUT and FIELD_TEXTAREA tp_dhu 2025-03-29 04:27:36 +00:00
  • ba3c93ba19 added switch for light and dark mode tp_dhu 2025-03-28 20:22:11 +00:00
  • 7083a55e03 added a new fatfree extension to offer <icons type="status|priority"> tp_dhu 2025-03-27 11:33:49 +00:00
  • c14a7948a5 updated ticket model to include user display_name tp_dhu 2025-03-27 11:32:36 +00:00
  • 633664d035 admin ticket options controller tp_dhu 2025-03-27 11:31:59 +00:00
  • e25af0dca3 added basic admin routes and pages tp_dhu 2025-03-27 11:31:37 +00:00
  • a32d12f4de updated ticket view to remove table, and introduce flex rows. bulma sass used to implement .ticket-item class. npm used to add css compilation tp_dhu 2025-03-27 11:31:07 +00:00
  • bd9ddfb0d2 updated BulmaFormHelper with H_FIELD_SELECT_NEW - allowing the creation of horizontal fields using template extension tp_dhu 2025-03-25 09:16:32 +00:00
  • 369f22444e added IconsHelper extension to show icons instead of status and priority name tp_dhu 2025-03-25 09:15:44 +00:00
  • 2651caa1df Updated TicketController to reference TicketsPriority and TicketsStatus model tp_dhu 2025-03-25 09:15:04 +00:00
  • cc28c8d37a dashboard and home now extending BaseController tp_dhu 2025-03-25 09:13:57 +00:00
  • 430cada25d created landing page tp_dhu 2025-03-24 19:41:30 +00:00
  • 164692a728 enable editing created_at on ticket tp_dhu 2025-03-24 11:15:30 +00:00
  • 53bce00c65 parsedown extension for bulma tables tp_dhu 2025-03-24 11:15:13 +00:00
  • 8c8de5ec34 enabled uploading images from clipboard on ticket edit. tp_dhu 2025-03-24 11:14:13 +00:00
  • 2a3465fff8 utilising extension instead of php class. implemented select in BulmaFormHelper. This is to be extended further tp_dhu 2025-03-24 02:39:20 +00:00
  • 5565d92e1e routing now moved to ini config tp_dhu 2025-03-24 02:13:54 +00:00
  • 6abea313a4 ignore update tp_dhu 2025-03-24 01:54:49 +00:00
  • 58aa4746a5 fix tp_dhu 2025-03-24 01:53:48 +00:00
  • 63c90eed0e updated cfg locations tp_dhu 2025-03-24 01:53:29 +00:00
  • 71ae5178fd soft delete for tickets tp_dhu 2025-03-24 01:40:45 +00:00
  • 8d0b903d34 no $db->exec in controller. all related db operations moved into Ticket model. requireLogin is centralised to BaseController tp_dhu 2025-03-24 01:20:41 +00:00
  • 977ef01c20 not using "new" for custom fields tp_dhu 2025-03-24 01:19:31 +00:00
  • c8a0053e16 dry - include for session error. uniform headers and buttons tp_dhu 2025-03-24 01:19:10 +00:00
  • 040067c501 first iteration of base controller tp_dhu 2025-03-24 01:17:43 +00:00
  • 2264882250 added coding approach tp_dhu 2025-03-24 01:16:59 +00:00
  • 4b45d94ebb Merge branch 'models' tp_dhu 2025-03-23 10:34:13 +00:00
  • bbbacc3fbf initial "project" commit tp_dhu 2025-03-23 10:33:02 +00:00
  • a02194d253 added model for controller to allow ticket to fetch commentss and attachments without JS tp_dhu 2025-03-23 10:30:36 +00:00
  • 7872049a1c #13 (comment) tp_dhu 2025-02-23 09:49:52 +00:00
  • 423f6ae383 gitignore tp_dhu 2025-02-17 01:25:42 +00:00
  • 2785a5406f commit tp_dhu 2025-02-17 01:24:55 +00:00
  • 8b97d6b724 updated .gitignore tp_dhu 2025-02-17 01:23:48 +00:00
  • 8d052192f7 <parsedown inline="true">will parse markdown between the tags</parsedown> tp_dhu 2025-02-17 01:22:54 +00:00
  • 6e6bae7e1d initial project commit tp_dhu 2025-02-17 01:22:07 +00:00
  • 68ef649451 redirect check in AuthController, which sends back to last page tp_dhu 2025-02-17 01:21:40 +00:00
  • a852dccd8b - added interface - for CRUD, ensures all methods are present and aligned. - added trait for checking authorisation with redirect stored in session to return - shows which controllers requires auth, adds check function tp_dhu 2025-02-17 01:21:16 +00:00
  • baa051ab11 now ignoring test.php tp_dhu 2025-02-17 01:18:41 +00:00
  • b2764a0f58 - refactored TicketController into protected functions - added custom fields to TicketController - attachment view tp_dhu 2025-02-16 22:11:20 +00:00
  • 6bbfdd6017 implementation of handling attachments tp_dhu 2025-02-16 22:10:03 +00:00
  • be1341b8ba updated ticket html utilising <bulma> custom tag tp_dhu 2025-02-16 22:09:52 +00:00
  • d5487f5212 updated layout of ticket view tp_dhu 2025-02-16 22:09:07 +00:00
  • 9dec80096d whitespace difference tp_dhu 2025-02-16 22:08:33 +00:00
  • 10bc56bcdf comments, attachments, and ancestor routes tp_dhu 2025-02-16 22:07:56 +00:00
  • 2a711584cd for adding comments to tickets tp_dhu 2025-02-16 22:07:02 +00:00
  • a8fe0add5c updated gitignore to ignore uploaded files tp_dhu 2025-02-16 22:05:41 +00:00
  • dcddd22a0b added initial user management tp_dhu 2025-02-16 22:05:18 +00:00
  • 6c936208b7 added proper f3 tag extension for bulma form tp_dhu 2025-02-16 22:03:56 +00:00
  • 1f10cc7f89 added composer.lock to .gitignore tp_dhu 2025-02-11 09:27:09 +00:00
  • 113a5774ad kb and tag crud with views tp_dhu 2025-02-11 09:26:53 +00:00
  • 39b633d60a updates to ticket views tp_dhu 2025-02-11 09:26:33 +00:00
  • 05378a735f added parsedown singleton reference as $md tp_dhu 2025-02-11 09:26:05 +00:00
  • c439d771f5 added html purifier to composer requirements tp_dhu 2025-02-11 09:25:22 +00:00
  • 673cbb9c66 updated with reference to root style tp_dhu 2025-02-11 09:24:53 +00:00
  • b2ff261e74 start of KB tp_dhu 2025-02-09 21:23:06 +00:00
  • 80d0174d96 updated ticket table, and removed debug print_r tp_dhu 2025-02-09 21:22:25 +00:00
  • 0de56b2a4c added parsedown to composer tp_dhu 2025-02-09 21:21:33 +00:00
  • 42fbb89048 added bulma helpers and fixed logo to absolute reference tp_dhu 2025-02-09 20:05:28 +00:00
  • da5c6e5156 TicketController with associated ui tp_dhu 2025-02-09 20:04:45 +00:00
  • 37026c4a8a added static methods to create horizontal fields using bulma.io css tp_dhu 2025-02-09 20:04:14 +00:00
  • d3f31d0dc5 updated routes for tickets tp_dhu 2025-02-09 20:03:38 +00:00
  • e4bed85f7d also selecting role in AuthController tp_dhu 2025-02-09 20:03:18 +00:00
  • 7960cb6cdb bootstrapping and routing login and logout process tp_dhu 2025-02-09 09:33:26 +00:00
  • df85246db0 added .htaccess for modrewrite tp_dhu 2025-02-09 09:31:34 +00:00
  • ef77013ac5 added public/tmp to .gitignore tp_dhu 2025-02-08 05:55:40 +00:00
  • 368cb5fff3 added default index controller. template. using bulma.io tp_dhu 2025-02-08 05:55:03 +00:00
  • e8b13ad9f5 updated .gitignore tp_dhu 2025-02-08 05:54:05 +00:00
  • 1026ef34e1 plesk command for adding new composer to existing site tp_dhu 2025-02-07 23:16:02 +00:00
  • 97ef43d52c added .gitignore tp_dhu 2025-02-07 23:15:37 +00:00
  • 283967fa56 composer file including fatfree tp_dhu 2025-02-07 22:56:45 +00:00
  • c26eb1636c Initial commit tp_dhu 2025-02-07 11:23:04 +00:00