2023-10-03 |
Robert Kaiser | add search input, fix warnings in UA class |
commit | commitdiff | tree | snapshot |
2023-02-26 |
Robert Kaiser | add support for datalist element |
commit | commitdiff | tree | snapshot |
2023-01-08 |
Robert Kaiser | update bot detection with a few more UA names |
commit | commitdiff | tree | snapshot |
2023-01-08 |
Robert Kaiser | update bot detection with a few more UA names |
commit | commitdiff | tree | snapshot |
2023-01-07 |
Robert Kaiser | fix Gecko version for Firefox 110 and later |
commit | commitdiff | tree | snapshot |
2023-01-07 |
Robert Kaiser | short array syntax, standard return indentation, fix... |
commit | commitdiff | tree | snapshot |
2022-02-18 |
Robert Kaiser | fix some warnings from modern PHP versions |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Robert Kaiser | make sure the array key exists |
commit | commitdiff | tree | snapshot |
2021-05-09 |
Robert Kaiser | remove a lot of error suppression in favor of ?? in... |
commit | commitdiff | tree | snapshot |
2021-02-21 |
Robert Kaiser | replace create_function with ability to just run actual... |
commit | commitdiff | tree | snapshot |
2021-02-21 |
Robert Kaiser | fix string array access |
commit | commitdiff | tree | snapshot |
2020-07-19 |
Robert Kaiser | don't error out if the graph doesn't exist but can... |
commit | commitdiff | tree | snapshot |
2020-07-19 |
Robert Kaiser | create a proper error when we are unable to write the... |
commit | commitdiff | tree | snapshot |
2020-05-17 |
Robert Kaiser | add some current KaiOS and Firefox UA strings |
commit | commitdiff | tree | snapshot |
2020-04-23 |
Robert Kaiser | fix date and time inputs |
commit | commitdiff | tree | snapshot |
2020-03-15 |
Robert Kaiser | add a loadHTML5() function that ignores 'invalid' tag... |
commit | commitdiff | tree | snapshot |
2020-03-12 |
Robert Kaiser | add functions to add a style element (should only be... |
commit | commitdiff | tree | snapshot |
2020-03-12 |
Robert Kaiser | Merge branch 'master' of linz:/srv/git/php-utility... |
commit | commitdiff | tree | snapshot |
2020-03-11 |
Robert Kaiser | small fixes: HTML5 charset, deprecated curly brackets... |
commit | commitdiff | tree | snapshot |
2020-02-09 |
Robert Kaiser | don't use curly braces for string index access |
commit | commitdiff | tree | snapshot |
2019-12-26 |
Robert Kaiser | improve HTML for rrd pages |
commit | commitdiff | tree | snapshot |
2019-12-26 |
Robert Kaiser | add a function to append a cloned element, return actua... |
commit | commitdiff | tree | snapshot |
2019-04-26 |
Robert Kaiser | support a number of additional HTML5 form elements |
commit | commitdiff | tree | snapshot |
2019-03-22 |
Robert Kaiser | allow adding a title attribute to links for convenience |
commit | commitdiff | tree | snapshot |
2018-09-30 |
Robert Kaiser | Merge branch 'master' of linz:/srv/git/php-utility... |
commit | commitdiff | tree | snapshot |
2018-09-30 |
Robert Kaiser | add a workaround for when imap module is missing |
commit | commitdiff | tree | snapshot |
2018-09-02 |
Robert Kaiser | oops, revert, that's not what we want! |
commit | commitdiff | tree | snapshot |
2018-09-02 |
Robert Kaiser | deal with empty link value |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Robert Kaiser | add a linebreak convenience function |
commit | commitdiff | tree | snapshot |
2018-04-20 |
Robert Kaiser | add shorthand functions to set/add classes and set... |
commit | commitdiff | tree | snapshot |
2018-01-25 |
Robert Kaiser | add a strictmatch option to the select element function... |
commit | commitdiff | tree | snapshot |
2018-01-25 |
Robert Kaiser | require an exact match for the list entries |
commit | commitdiff | tree | snapshot |
2018-01-25 |
Robert Kaiser | add MJ12bot to tests |
commit | commitdiff | tree | snapshot |
2017-12-30 |
Robert Kaiser | add DomainCrawler to test list |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Robert Kaiser | add SemrushBot |
commit | commitdiff | tree | snapshot |
2017-04-16 |
Robert Kaiser | Merge branch 'master' of linz:/srv/git/php-utility... |
commit | commitdiff | tree | snapshot |
2017-04-16 |
Robert Kaiser | KaiRo bug 416 - Use ss instead of netstat for connect... |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Robert Kaiser | replace workaround for HTML markup with a sane way... |
commit | commitdiff | tree | snapshot |
2016-12-01 |
Robert Kaiser | support defer and sanc for added JS files |
commit | commitdiff | tree | snapshot |
2016-11-30 |
Robert Kaiser | KaiRo bug 401 - Convert UA tests to using ExtendedDocum... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Robert Kaiser | add a quick comment on using Bugzilla instead of GitHub... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Robert Kaiser | enable a derived class to init HTML5 to its own documen... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Robert Kaiser | put clear MPL2 license headers on all files |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Robert Kaiser | add a LICENSE and a README to things are all nice at... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Robert Kaiser | re-add the CSS file and rework the UA tests not to... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
Robert Kaiser | COM elements have no place in the common class |
commit | commitdiff | tree | snapshot |
2016-11-28 |
Robert Kaiser | move the files needed for the new php-utility-classes... |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Robert Kaiser | add appendEntity() function to ExtendedDocument - note... |
commit | commitdiff | tree | snapshot |
2016-10-24 |
Robert Kaiser | add email input and JS script tags pointing to files... |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Robert Kaiser | explicitly mark functions as public |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Robert Kaiser | add a static function that will initialize a new docume... |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Robert Kaiser | add support for file input |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Robert Kaiser | actually override createElement to support the escaping |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Robert Kaiser | add support for number inputs to ExtendedDocument |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Robert Kaiser | add a function for adding a form without <div> (which... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Robert Kaiser | adding a value in createElement doesn't care for escapi... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Robert Kaiser | ignore some warnings |
commit | commitdiff | tree | snapshot |
2016-06-27 |
Robert Kaiser | only cache the last_update value for 10 seconds, so... |
commit | commitdiff | tree | snapshot |
2016-06-26 |
Robert Kaiser | make default fetch return the last entry and make sure... |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Robert Kaiser | print scale factor as float number |
commit | commitdiff | tree | snapshot |
2016-06-23 |
Robert Kaiser | add some data fetched from RRD; make RRD fetch actually... |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Robert Kaiser | support Let's Encrypt in the UI as well |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Robert Kaiser | update gitignore |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Robert Kaiser | Merge branch 'master' of linz:/srv/git/git-kairo |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Robert Kaiser | see to get new router data recorded via SNMP |
commit | commitdiff | tree | snapshot |
2015-08-11 |
Robert Kaiser | add Panasonic FxOS TV detection |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Robert Kaiser | on mobile devices, default to a single column - add... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Robert Kaiser | on mobile devices, default to a single column - add... |
commit | commitdiff | tree | snapshot |
2015-07-08 |
Robert Kaiser | on mobile devices, default to a single row |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Robert Kaiser | Merge branch 'master' of linz:/srv/git/git-kairo |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Robert Kaiser | add mobile Edge support |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Robert Kaiser | Merge branch 'master' of linz:/srv/git/git-kairo |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Robert Kaiser | add Firefox mobile version with Android version included |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Robert Kaiser | add Firefox for iOS detection |
commit | commitdiff | tree | snapshot |
2015-05-25 |
Robert Kaiser | some better variable names |
commit | commitdiff | tree | snapshot |
2015-05-25 |
Robert Kaiser | add methods for password fields |
commit | commitdiff | tree | snapshot |
2015-05-25 |
Robert Kaiser | Use actual name of Edge and EdgeHTML |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Robert Kaiser | transfer router stats from nog instead of running our... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Robert Kaiser | add preliminary support for Microsoft's Project Spartan... |
commit | commitdiff | tree | snapshot |
2015-03-09 |
Robert Kaiser | add an appendButton method for adding buttons |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Robert Kaiser | add appendComment() methods so we can add comments... |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Robert Kaiser | add functions for easily adding images |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Robert Kaiser | add functions for easily adding images |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Robert Kaiser | support new version code of Win10 |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Robert Kaiser | add wien-hw stats and do some sensor swapping to reflec... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Robert Kaiser | Merge branch 'master' of linz:/srv/git/git-kairo |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Robert Kaiser | add a script to fetch weather data into a JSON file... |
commit | commitdiff | tree | snapshot |
2014-12-14 |
Robert Kaiser | Merge branch 'master' of linz:/srv/git/git-kairo |
commit | commitdiff | tree | snapshot |
2014-12-14 |
Robert Kaiser | support Win10 |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Robert Kaiser | make Konqueror rule case-insensitive so it detects... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Robert Kaiser | detect some more UAs and details, like Chromium specifi... |
commit | commitdiff | tree | snapshot |
2013-09-26 |
Robert Kaiser | detect possible FxOS tablet UA |
commit | commitdiff | tree | snapshot |
2013-09-15 |
Robert Kaiser | try to get around PHP strict error by not passing resul... |
commit | commitdiff | tree | snapshot |
2013-09-13 |
Robert Kaiser | support Firefox OS with device specifier |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Robert Kaiser | detect MSIE 11 on Win8 in both a 'leaked' UA string... |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Robert Kaiser | add two Google TV UAs |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Robert Kaiser | expose 2.18 publicly |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Robert Kaiser | add a current Firefox UA, add the actual Firefox OS one |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Robert Kaiser | actually use the Gecko/XX.X as engine version when... |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Robert Kaiser | add mobile phone detecting in user agent library and... |
commit | commitdiff | tree | snapshot |
next |