FileManager update
- Started development on FileManger
- Added filemanager.css
- Added filemanager.js
- Linked filemanager.css to 'files' page
- Linked filemanager.js to 'files' page
- Added icons for the filemanager
- Started working on JavaScript object FileManager that handles everything for a File browser or File selector
- Created notification.confirm function which currenrly uses the confirm() function inside vanilla javascript but transforms it into a promise to we can create our own custom prompting system later on
- Created javascript tools object (not sure if this is all working, because i don't think i'm using it anywhere yet)
- Finished FileManager.php file with FileManager class, Directory class and Document class
- Created filemanager api script
- Created a test script for testing
- Added an adobe experience design file which contains a design idea for the filemanager
Development on filemanager
- Fixed NULL handling inside PHP code from database (inside Database class and Utils class)
- Created FileManager class
- Created Document class
- Created Directory class
Improvements, bug fixes & continued development
- Fixed .split > div width
- Started working on FileManager class file
- The edit-page script now checks if the new name of an existing page is not already taken before sending query to database.