- Feb 28, 2024
-
-
enured authored
-
- Feb 09, 2024
-
-
enured authored
-
- Jan 19, 2024
-
-
enured authored
-
- Jan 15, 2024
-
-
enured authored
-
- Jan 14, 2024
- Jan 13, 2024
-
-
enured authored
-
- Jan 12, 2024
-
-
enured authored
-
- Jan 10, 2024
-
-
enured authored
-
- Jan 09, 2024
- Jan 05, 2024
-
-
enured authored
-
- Jan 01, 2024
-
-
enured authored
-
- Dec 30, 2023
-
-
enured authored
-
- Dec 26, 2023
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Dec 22, 2023
-
-
enured authored
-
- Dec 20, 2023
-
-
enured authored
-
- Nov 27, 2023
- Nov 24, 2023
-
-
enured authored
F15324: Added documentation, implemented multi db setup. Cleared some code which wasnt necessary. Implemented FormSubmitLog functionality. Added new library's in copy.js Changed remove icon. refs #15324
-
- Nov 10, 2023
-
-
enured authored
-
Jan Haller authored
-
Jan Haller authored
-
Jan Haller authored
-
- Nov 08, 2023
-
-
Benjamin Baer authored
-
- Jul 12, 2023
-
-
Jan Haller authored
ipa_haller_jan (WIP): Did some major refactoring for renderWiki() which now uses a DOMXPath() to iterate over the elements. This enables the modification of the DomDocument() during the iteration. DOMElements can now be created and inserted into the DomDocument() at their corresponding position (e.g. <div> containing link to edit a section, list with table of contents, etc.). With this approach the DOM as a whole can later be converted to HTML and returned instead of converting each element into HTML and returning it immediately. This solves several problems regarding nested elements (e.g. tables) and makes the code flexible. The macro '{{collapse()}}' needs to be replaced separately at the end because it is not possible while iterating over the elements. The functions loadWikiContent() and getWikiContentSection() have slightly been adjusted as well to deal with the problem of nested elements. With the current approach the functions iterate over each child of <body>. As a consequence, every heading element must be placed on the highest level, meaning it cannot be a child of a <div> for example. The function doNavigation() recursively creates a navigation from the current page to its parent and so on. Constants have been updated and a CSS rule for the navigation has been added. refs #15634
-
- Jun 05, 2023
-
-
Jan Haller authored
-
- Jun 02, 2023
-
-
Carsten Rose authored
-
- Apr 25, 2023
-
-
Jan Haller authored
-
- Apr 21, 2023
-
-
Jan Haller authored
-
Jan Haller authored
S16051 :has selector is not supported on Firefox. The first rule treats all <li> elements and the second one resets the style of active links. refs #16051
-
Jan Haller authored
S16051 Dropdown options with render mode 3 now have the same padding as the other active options but the text is gray. refs #16051
-
- Mar 31, 2023
-
-
Jan Haller authored
B15921 Codemirror for editing reports in frontend is not resizable, so it does not interfere with the resize ability of the external window. refs #15921
-
- Mar 22, 2023
-
-
Pascal Rössler authored
-
- Mar 06, 2023
-
-
Jan Haller authored
-
- Feb 17, 2023
-
-
Carsten Rose authored
-
- Feb 01, 2023
-
-
Jan Haller authored
F10013: Changed FormEditor.sql1, FormEditor.value, FormEditor.parameter, Form.parameter default type to editor, editorType=codemirror. Size is adjustable for codemirror (only height) if empty: height 1 line. refs #10013
-
- Jan 11, 2023
-
-
Pascal Rössler authored
B11517: Fixed Bug not showing extraInfoButton on certain FormElements like: TextArea, Select, Checkbox, Radio, Upload, Editor refs #11517
-
- Dec 19, 2022
-
-
bbaer authored
-