Galleri

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

49 check-ins

2023-08-12
17:41
added check box and todo items Leaf check-in: b453dbb1a9 user: rtaylor tags: test02
17:26
added check boxes and todo items check-in: 0dad652eed user: rtaylor tags: test02
2023-08-07
04:02
a commit before doing a bit of work. check-in: 8bec4f5ff3 user: rtaylor tags: test02
2023-07-18
02:42
first half working instance of drag and drop. this commit has the problem of all drag/drop values being the same because the let is not properly encapsulating the drag/drop events for some rason. need to work on that. check-in: 63ae2ec0f6 user: rtaylor tags: test02
2023-07-16
17:54
fully working add, subtract, hide, show and print functions note: this commit has a test for printing a list of clog objects we cannot print clog objects directly but have proved that we can print a list of strings. this is perfectly okay for our purposes and we can simply move on with the rest of the todo app. check-in: b166a29b93 user: rtaylor tags: test02
2023-07-03
00:01
working: list, tests, add todo, sutract not working: printing out of the list contents,still needs tweaking Leaf check-in: 4424186d25 user: rtaylor tags: new-01
2023-07-02
01:36
cleaned up file with only 3 relevant widget examples starting an update set of widgets here to add more functionality. check-in: 34a5efc546 user: rtaylor tags: new-01
2023-07-01
17:58
finally figured out why the code works. comitting the demo code for future reference. check-in: 5a1e18d5c6 user: rtaylor tags: new-01
2023-06-30
15:03
working click edit of items in a todo list check-in: df37c71147 user: rtaylor tags: new-01
2023-06-25
11:03
no idea what i am doing. restoring for a tar.gz because the commit errors in the source file are awful. check-in: 84b20e7aa7 user: rtaylor tags: new-01
10:57
merged new into trunk maybe? Leaf check-in: a78bcbacf1 user: rtaylor tags: new
10:36
removed badly commented out code. check-in: 406652951b user: rtaylor tags: new
09:15
i had to restore from a tar file and rebuild a bit of this. fossil is insisting on branching so this is just another branch. check-in: cdbfc4ff5f user: rtaylor tags: new
2023-05-29
05:24
working string sort. Leaf check-in: eb0b5fea26 user: rtaylor tags: test01
2023-05-01
03:47
Testing hash based todo. Testing list based todo. check-in: 5dadc70b70 user: rtaylor tags: test01
2023-04-10
10:42
First version of fully working icons, including VALA! Leaf check-in: dcad6fd508 user: rtaylor tags: trunk
04:58
Fully working ADD TODO button with properly assigned handler function. check-in: 2100e107e7 user: rtaylor tags: trunk
01:15
Sorta working ADD TODO button. Handler is not dynamic yet. check-in: 3307ad749d user: rtaylor tags: trunk
2023-04-09
12:08
Put all the data rows in their own div for proper wrapping. check-in: e5ada303d1 user: rtaylor tags: trunk
2023-04-03
08:01
Fully working "add todo items". check-in: e1717023d2 user: rtaylor tags: trunk
04:21
First attempt at "add todo items". check-in: 95aa3bce95 user: rtaylor tags: trunk
2023-03-27
21:47
Working basic todo. Working gallery with working delete on checkbox check. check-in: 5f0149b666 user: rtaylor tags: trunk
2023-03-25
06:21
All buttons working except "add todo item". Will fix that tomorrow. check-in: 02aed3b8f9 user: rtaylor tags: trunk
01:34
Working delete all checkboxes and divs. check-in: d3f73c9566 user: rtaylor tags: trunk
2023-03-24
15:57
First working checkbox with an array / hastable. check-in: 6c50c7e0a3 user: rtaylor tags: trunk
2023-01-16
02:38
Just a working version commit before I pull to laptop and work on it there. check-in: d081b4fdeb user: rtaylor tags: trunk
2022-12-25
03:48
Working code from dr. botton has been implemented and tested successfully. Visiblep not working yet for some reason but realistically it doesn't matter too much. This is a good point to make a commit and restore to if necessary. check-in: 4c97c0fcb3 user: rtaylor tags: trunk
2022-12-21
17:41
Added Rabbi Bottons code and made sure it worked. I can continue exploring the code from here. check-in: 5d3eb18b78 user: rtaylor tags: trunk
2022-12-19
09:28
This is a working example of removing one from a list. check-in: 7fc2d5fb43 user: rtaylor tags: trunk
06:47
Finally got mapcar working on a list properly. Doing a checkin before continuing further work. check-in: 50a3cc7566 user: rtaylor tags: trunk
2022-10-23
01:11
Working - Local div logic works okay. Not Working - I still cannot hierarchically traverse the divs and not turn on/off divs based on check boxes. However, this is a good place to take a snapshot. check-in: 5994640d55 user: rtaylor tags: trunk
2022-10-16
23:00
working mapcar test as per: https://github.com/rabbibotton/clog/discussions/214 now i need to expand on this and make it work properly with list append,lambdas and setting visibility check-in: 669126c427 user: rtaylor tags: trunk
2022-10-09
04:38
backup - commiting for backup purposes, starting new work check-in: e68c42a549 user: rtaylor tags: trunk
2022-09-22
08:47
Removed reliance on clog-gui. check-in: c2d40e4f8d user: rtaylor tags: trunk
2022-09-21
19:52
Put back the checkbox delte function. Confirmed working. check-in: 92e07297df user: rtaylor tags: trunk
2022-09-18
00:19
Set path with (set-on-new-window 'on-mynew :path "/mynew") instead of menu. check-in: d0cafd00fb user: rtaylor tags: trunk
2022-09-13
09:33
Removed upload url from menu as per instruction on discussion forums on github. check-in: ad5edfba18 user: rtaylor tags: trunk
2022-09-11
08:23
Working (but ugly) sql query. check-in: f633fed0f6 user: rtaylor tags: trunk
2022-09-10
05:54
Working check boxes. Small victory over documentation. check-in: b3043edbfc user: rtaylor tags: trunk
2022-09-02
06:18
First fully working iteration of Galleri using separate page to recieve the form data, upload and update db. Next set of features to add: rename, delete, delete all, check box selection, user permissions update, update look and feel, etc. check-in: 1f31e1d1a5 user: rtaylor tags: trunk
04:12
Working instance, saves images. This is a snapshot before adding a second page to recieve the data. Currently it is a single page application and has problems with the initial submit, but every submit thereafter works okay. check-in: 5974871232 user: rtaylor tags: trunk
01:23
First semi working instance. Check the comments for issues. check-in: b00a37c6c4 user: rtaylor tags: trunk
2022-09-01
04:49
(no comment) check-in: 2ac0c738d7 user: rtaylor tags: trunk
04:45
just learning check-in: debf23c84c user: rtaylor tags: trunk
2022-08-21
10:15
test check-in: 9d5eb47aa4 user: rtaylor tags: trunk
10:13
test check-in: d360749262 user: rtaylor tags: trunk
10:02
Another initial commit. Learning Fossil and making sure everything is included. check-in: 6d76952514 user: rtaylor tags: trunk
09:18
initial commit check-in: 25dbbca965 user: rtaylor tags: trunk
08:21
initial empty check-in check-in: 0a2e64e532 user: aykaramba tags: trunk