Commit graph

104 commits

Author SHA1 Message Date
35f4e96805 Add a file input/output helper 2024-01-21 17:02:53 -07:00
16e49bedfc Adds a new Lists utility helper 2023-12-18 13:16:18 -07:00
05970bdefc Adds a hashing function helper to be compatible with other languages 2023-12-06 08:07:59 -07:00
615049ab7b Fixes null response values 2023-12-05 13:26:31 -07:00
032b789e33 Fix an out of sequence statement 2023-12-05 13:18:16 -07:00
6de81cfd31 Fix argument error 2023-12-05 13:13:01 -07:00
cc5df5a812 Gets rid of missing imports 2023-12-05 12:14:43 -07:00
935cb66403 Adds some HTTP Helpers to simplify things 2023-12-05 12:13:52 -07:00
87287179c6 Updates argument parser to be more complete 2023-12-05 11:31:58 -07:00
42795e0841 Fix typo 2023-12-05 02:16:01 -07:00
a004e050d1 Adds a helper function 2023-12-05 02:11:17 -07:00
daf65a6059 Retarget java 8 2023-12-05 02:05:38 -07:00
4ce9c62e41 Update libAC to include an option parser 2023-12-04 22:57:42 -07:00
ef08583850 Update event bus library, fix compile errors 2023-11-19 05:08:53 -07:00
92d152d04f Switch to utilizing the new events bus 2023-10-15 06:08:30 -07:00
6fdfa52e1a Add exception handling to event bus, and a flag to indicate a unhandled exception to the Event base class 2023-06-26 01:25:28 -07:00
8976d8fb7f Add newlines to xmlrpc end tags 2023-06-23 22:49:32 -07:00
a61b636d85 Remove newline from start-tag 2023-06-23 17:25:51 -07:00
41e1c60b50 Remove attribute from pop over scan script 2023-06-23 07:07:16 -07:00
1e993739e8 Add popover add method 2023-06-23 06:56:24 -07:00
5a67747e66 Add popover add method 2023-06-23 05:29:31 -07:00
5d2c38ba90 Fix a syntax error 2023-06-23 05:14:12 -07:00
6d84494965 Allow text and HTML children 2023-06-23 04:03:45 -07:00
15f7613c65 Pretty-format the HTML 2023-06-23 03:20:14 -07:00
a506131d1e Adds jquery to DOM generator 2023-06-23 02:36:03 -07:00
446e170e54 Grr fix the html stuff again 2023-06-23 00:24:20 -07:00
cf271e2b5e Fix broken doctype tag 2023-06-23 00:08:04 -07:00
3eda4380ee Add a custom style class for popovers 2023-06-22 20:31:56 -07:00
8bd8bb200d Include popover activation script 2023-06-22 20:18:45 -07:00
eb5fc74e08 Add fallback method for checking docker. 2023-06-22 15:29:54 -07:00
d336e94546 Adds a way to check for docker 2023-06-22 15:21:50 -07:00
fca7091590 Adds a check for docker environment. 2023-06-22 15:21:36 -07:00
8a4d4109fa Fixes non-public HTML builder 2023-06-22 02:28:03 -07:00
1f41d24076 Fixes non-public HTML builder 2023-06-22 01:40:16 -07:00
3930e7bb30 Adds some other components 2023-06-19 23:24:26 -07:00
2fb00f1b13 Move more controls to the HTML builder, and add some more bootstrap design helpers 2023-06-19 23:01:29 -07:00
e58efecbff Adjust button to use the Builder 2023-06-19 17:44:33 -07:00
abd487523e Add a function example of utilizing Bootstrap and the HTML Builder 2023-06-19 17:32:27 -07:00
acbd1e6b7b Update builder pattern to support getting child elements easily 2023-06-19 17:05:24 -07:00
5b878e52db Begin to add a builder pattern for HTML building 2023-06-19 05:52:13 -07:00
1980ff5fd8 Begin to add HTML generation helpers 2023-06-19 03:14:32 -07:00
b01bf6e129 Add a annotation marker for lists and maps 2023-06-16 03:20:17 -07:00
76f9d93a8b Special handling for map and list types during reflection 2023-06-16 02:45:57 -07:00
665c7e920f Fix up some null values 2023-06-16 02:18:57 -07:00
a28edce3e5 Fix up some null values, and add map translation to Json in JsonObject.java 2023-06-16 01:56:31 -07:00
d764e6c7b4 Add retention policy to annotations 2023-06-16 01:46:30 -07:00
642044a15a Switch to a Json Serializer 2023-06-16 01:19:48 -07:00
df9525fca6 Add a dynamic serializer 2023-06-15 23:33:13 -07:00
4f9a39fc4d Change datatypes to the XMLRPC standard 2023-06-15 20:46:24 -07:00
c4cb1966bd Make some format changes for the Linden XMLRPC 2023-06-15 20:36:57 -07:00