Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
app-root)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pages)
|
|
|
|
define logic for header ui. since this depends on an established database ).
+ Added Master model
! As far as I am planning right now, the only MVC that will inherit Master directly will be sysconf since it cannot rely on an existing database connection.
|
|
* Removed explicit call to parent constructor in model class, since that function is not explicitly defined
|
|
|
|
delegating to the correct mvc if it is missing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configuration
|
|
* Finished implementing app main function to instanciate root and delegate to it
|
|
|
|
|
|
|
|
! It has been observed that on server nginx, some of the assumptions from doing similar work on apache have broken down and a more general mechanism must be used to handle paths in the clean-url app.
! New scheme is this: app is invoked with `index.php?path=<absolute path on virtual server>` The app will be configured with its own root location on the virt. server and use logic to dedue the relative path requested from that. Also app will use the configured path to predend to urls linked/directed to during use of the app
|
|
|
|
|
|
|
|
|
|
value can now be user-specific
|
|
Message-type objects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
objects (and their common attributes). Additional, supplemental tables may be employed to maintain data attributes which are specific to a given object type
|
|
|
|
|
|
|
|
! Devised an initial concept for Scrott object permissions system
|
|
content and made a rough-draft for a pad-view
+ Committing Sonic character images for use as example content on index.html
|