]> git.ipfire.org Git - people/ms/westferry.git/history - src
system: Add proof-of-concept for automatic form data saving
[people/ms/westferry.git] / src /
2021-12-05  Michael Tremersystem: Add proof-of-concept for automatic form data... master
2021-12-05  Michael Tremerforms: Show default value in text input boxes
2021-12-05  Michael Tremerforms: Add store callback and automatic value setting
2021-12-05  Michael Tremersystem: Add scaffolding to more testing
2021-12-05  Michael Tremerdemo: Fix forgotten changed class names
2021-12-05  Michael Tremertabs: Use same ID for forms if none set
2021-12-05  Michael TremerSimplify class names for analytics and demo handlers
2021-12-05  Michael Tremermenus: Refactor code and simplify class names
2021-12-05  Michael TremerUI: Rename menu to menus
2021-12-05  Michael TremerUI: Implement top menu bar
2021-12-05  Michael Tremerlogging: Use PACKAGE_* from configure
2021-12-05  Michael Tremerforms: Add some useful output to repr()
2021-12-05  Michael TremerEnable logging to journald
2021-12-05  Michael TremerImplement some default form handler
2021-12-05  Michael Tremerforms: Refactor classes
2021-12-05  Michael TremerUI: Move forms from backend into UI
2021-12-04  Michael Tremerdemo: Add tabs to form examples
2021-12-04  Michael TremerUI: graphs: Add option to hide graph title
2021-12-04  Michael Tremeranalytics: Convert more pages to tabbed view
2021-12-04  Michael TremerUI: Add tabs
2021-12-01  Michael Tremeranalytics: Update connection tracking graphs
2021-12-01  Michael Tremergraphs: Update handle for interrupts
2021-12-01  Michael Tremergraphs: Drop entropy graph
2021-12-01  Michael Tremergraphs: Add a reveal to zoom into graphs
2021-12-01  Michael TremerRefactor graphs UI modules
2021-12-01  Michael Tremeranalytics: Remove unnecessary import of collecty.client
2021-12-01  Michael Tremergraphs: Update name of Collecty client class
2021-12-01  Michael TremerUI: Add boxes
2021-12-01  Michael TremerUI: Do not register UI modules that start with an under...
2021-12-01  Michael Tremerdemo: Show headings
2021-12-01  Michael Tremermenus: Drop sub-menu class
2021-12-01  Michael Tremermenus: Drop support for dividers
2021-12-01  Michael TremerCSS: Add a small margin under the top navigation bar
2021-12-01  Michael TremerCSS: Update colour palette
2021-12-01  Michael Tremertemplates: base: Add menu title to sidebar
2021-12-01  Michael Tremerdemo: Add an example for a couple of buttons
2021-12-01  Michael TremerInclude all required Javascript in base template
2021-12-01  Michael TremerCSS: Use Prompt as default font
2021-12-01  Michael Tremerfonts: Install Prompt from Google Fonts
2021-12-01  Michael TremerRefactor forms
2021-11-29  Michael Tremertemplates: Migrate base template to Foundation
2021-11-29  Michael TremerCSS: Enable a good default configuration for Foundation
2021-11-29  Michael TremerCSS: Drop Bootstrap
2021-11-29  Michael TremerAdd Foundation Sites as a submodule
2016-07-22  Michael TremerInitialize translation method in graph exporter
2016-07-22  Michael TremerCreate a simple engine for forms
2015-12-18  Michael Tremeranalytics: Add graph thumbnails
2015-12-18  Michael Tremeri18n: Define the _ function
2015-12-13  Michael Tremergraphs: Remove title in graph image except for exports
2015-12-12  Michael Tremeranalytics: Add system interrupts graph
2015-12-12  Michael Tremeranalytics: Add the context switches graph
2015-12-12  Michael Tremeranalytics: Add network graphs
2015-10-27  Michael TremerAdd graphs handlers
2015-10-22  Michael Tremeri18n: Add a submodule that handles translations
2015-10-22  Michael TremerAdd a simple menu implementation
2015-10-18  Michael Tremerui/utils: Use backend module to determine the hostname
2015-10-18  Michael TremerAdd handler that serves graphs from collecty
2015-10-18  Michael TremerAdd a very basic website template
2015-10-18  Michael TremerFix importing UI methods
2015-10-18  Michael TremerAdd a basic web server that serves static files
2015-10-17  Michael TremerCreate a basic, modular frontend web service
2015-10-17  Michael TremerInitial creating of the project