make sure that values like '0' are valid in select options
[php-utility-classes.git] / classes /
6 days ago Robert Kaisermake sure that values like '0' are valid in select... master
2024-03-17 Robert Kaiserimprove loading of documents into HTML5
2023-10-03 Robert Kaiseradd search input, fix warnings in UA class
2023-02-26 Robert Kaiseradd support for datalist element
2023-01-08 Robert Kaiserupdate bot detection with a few more UA names
2023-01-08 Robert Kaiserupdate bot detection with a few more UA names
2023-01-07 Robert Kaiserfix Gecko version for Firefox 110 and later
2023-01-07 Robert Kaisershort array syntax, standard return indentation, fix...
2022-02-18 Robert Kaiserfix some warnings from modern PHP versions
2021-12-29 Robert Kaisermake sure the array key exists
2021-05-09 Robert Kaiserremove a lot of error suppression in favor of ?? in...
2021-02-21 Robert Kaiserreplace create_function with ability to just run actual...
2021-02-21 Robert Kaiserfix string array access
2020-07-19 Robert Kaiserdon't error out if the graph doesn't exist but can...
2020-07-19 Robert Kaisercreate a proper error when we are unable to write the...
2020-04-23 Robert Kaiserfix date and time inputs
2020-03-15 Robert Kaiseradd a loadHTML5() function that ignores 'invalid' tag...
2020-03-12 Robert Kaiseradd functions to add a style element (should only be...
2020-03-12 Robert KaiserMerge branch 'master' of linz:/srv/git/php-utility...
2020-03-11 Robert Kaisersmall fixes: HTML5 charset, deprecated curly brackets...
2020-02-09 Robert Kaiserdon't use curly braces for string index access
2019-12-26 Robert Kaiserimprove HTML for rrd pages
2019-12-26 Robert Kaiseradd a function to append a cloned element, return actua...
2019-04-26 Robert Kaisersupport a number of additional HTML5 form elements
2019-03-22 Robert Kaiserallow adding a title attribute to links for convenience
2018-09-30 Robert KaiserMerge branch 'master' of linz:/srv/git/php-utility...
2018-09-30 Robert Kaiseradd a workaround for when imap module is missing
2018-09-02 Robert Kaiseroops, revert, that's not what we want!
2018-09-02 Robert Kaiserdeal with empty link value
2018-05-11 Robert Kaiseradd a linebreak convenience function
2018-04-20 Robert Kaiseradd shorthand functions to set/add classes and set...
2018-01-25 Robert Kaiseradd a strictmatch option to the select element function...
2018-01-25 Robert Kaiserrequire an exact match for the list entries
2017-04-16 Robert KaiserMerge branch 'master' of linz:/srv/git/php-utility...
2016-12-15 Robert Kaiserreplace workaround for HTML markup with a sane way...
2016-12-01 Robert Kaisersupport defer and sanc for added JS files
2016-11-29 Robert Kaiserenable a derived class to init HTML5 to its own documen...
2016-11-29 Robert Kaiserput clear MPL2 license headers on all files
2016-11-29 Robert KaiserCOM elements have no place in the common class
2016-11-28 Robert Kaisermove the files needed for the new php-utility-classes...