Full version V1.0.1#166
Merged
Merged
Conversation
Added 1.0-PATCH-0 to 1.0.1
SessionManager improvements
Session Manager improvements
…kage Refactored Web Server Package
This is to ensure it is loaded before the user is asked for database path and keystore path and password
Added StringUtils Added CommandDescription.toString() Help command now uses CommandDescription.toString() instead of only the command name
…terface Improved the command line interface
(closes #149)
…base into 150-add-modules
150 add modules
Added modules.html
removed redundant code (fixes #102)
…in-sqlhelper Refactored SQLHelper
New javascript library for easy gui building and fetching data Changed admin javascripts to use this new library
New templates: site, file_import Templates will be embedded via "%[name;arg1=val;arg2=val;...] Changed admin html files to use templates
Added results.css Added new templates: class_info, room_info, subject_info, student_dashboard, student_results Changed Admin and Teacher html files to use the new templates
No new templates Adjusted student html files to use the same templates as the teacher
Added new helper functions to student-database.js Teacher js code now uses helper functions from student-database.js
Added new helper functions to student-database.js Student js code now uses student-database.js helper functions
…dling - Added WebPath class to register and manage web paths with associated request types, handler types, namespaces, contexts, and access levels. - Introduced GetRequestHandler to handle GET requests, including session validation and resource retrieval based on registered paths. - Updated WebResourceHandler to utilize the new WebPath structure for access control based on namespaces. - Created RequestType enum to define supported request types (GET, POST). - Enhanced GetResponse and PostResponse to support templating and improved resource access handling. - Added JSON configuration for paths and spaces to streamline path registration and access management. - Moved HTML templates into templates/html - Updated tests to reflect changes in access management and response handling.
…ode-generated-automatically Made repetitive html code generated automatically
- all-student-results (GET) - student-results-csv (POST) - completed-tasks (POST) - class-results (POST) - grade-results (POST) Added download buttons/forms for those
Added new CSV downloads:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.