]> Kevux Git Server - koopa/log
koopa
7 years agoBugfix: database user 'public users' should instead be 'public_user'
Kevin Day [Mon, 20 Feb 2017 03:09:27 +0000 (21:09 -0600)]
Bugfix: database user 'public users' should instead be 'public_user'

7 years agoUpdate: add custom/experimental sessionize accounts and postgresql account auto-creat...
Kevin Day [Sat, 18 Feb 2017 23:00:09 +0000 (17:00 -0600)]
Update: add custom/experimental sessionize accounts and postgresql account auto-creation programs/scripts

This adds some experimental helpers for either creating postgresql accounts via ldap or providing session management independent of PHP.

Some of the C code is not using threads but likely should.
I will eventually come back and make a threaded version.

7 years agoProgress: continuing development, adding examples and example program: reservation
Kevin Day [Sat, 18 Feb 2017 22:41:18 +0000 (16:41 -0600)]
Progress: continuing development, adding examples and example program: reservation

For the sake of functionality and time, I implemented a straight-forward HTML class.
I will come back later to work on CML that will be an attempt to separate the context from the content, even in the code.

There is a (currently) experimental program called reservation.
This is a reservation/scheduling system that is currently under design and will be used as a functional example for using this site.
It currently requires LDAP and a few other custom/experimental software that is to follow.
The sql code is postgresql-specific.

Other examples are included in the example direction.

There are some theme files that I am probably not going to use and may remove in the future.

7 years agoUpdate: initial import, including incomplete work
Kevin Day [Sat, 17 Dec 2016 20:24:08 +0000 (14:24 -0600)]
Update: initial import, including incomplete work

I wanted to complete all of the common/base work first, but I ended up getting side-tracked.
With the holidays, I realize that I would not finish this in time and I needed to at the very least ensure all of my hard work is not lost.

Much of the base work is complete except for the following:
- HTML and HTML tag related processing.
- Form processing.

I have not decided how I want to design forms and I expect this to be the weakest part of my code design.
How this will end up being developed will directly affect how the HTML processing code is built.

7 years agoInitial commit
thekevinday [Sat, 17 Dec 2016 19:43:05 +0000 (13:43 -0600)]
Initial commit