Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-22 | Deprecate application code | Malf Furious | 1 | -0/+0 | |
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design. | |||||
2016-05-27 | Add copyright notice to Scrott entry-point files | Malf Furious | 1 | -0/+14 | |
2015-11-21 | + Added app root controller | M | 1 | -2/+2 | |
* Finished implementing app main function to instanciate root and delegate to it | |||||
2015-11-21 | * Now using require in favor of include throughout PHP in the app | M | 1 | -1/+1 | |
2015-11-21 | * Changing the mechanism by which the requested path is passed to the app | M | 1 | -1/+1 | |
! 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 | |||||
2015-11-21 | + Adding main source file which invokes the master controller | M | 1 | -0/+16 | |