Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-22 | Update function location() | Malf Furious | 1 | -3/+6 | |
Passing no argument (or NULL) now causes this function to redirect to the 'app-path' (current request page). This is a way to reload the current page. | |||||
2018-07-21 | Change errorlevel constants | Malf Furious | 1 | -3/+3 | |
2018-07-21 | Add PAGE_OBJECT global mechanism | Malf Furious | 1 | -0/+33 | |
This addresses a problem with most views. They need an object context to display in. IE what pad, group, etc. are we viewing? This variable is intended to be set by index.php and referenced by page models. | |||||
2017-06-27 | Add function input() | Malf Furious | 1 | -0/+11 | |
2017-06-27 | Add function isAction() | Malf Furious | 1 | -0/+11 | |
2017-04-16 | Add global function saveFile() | Malf Furious | 1 | -0/+41 | |
2017-04-16 | Add global state for page errors, warnings, etc. | Malf Furious | 1 | -0/+40 | |
Added arrays to the global $_SCROTT variable to keep lists of page errors, warnings, and notices. Also added functions to globals.php for interacting with these arrays. | |||||
2017-02-14 | Add function require_https() | Malf Furious | 1 | -0/+10 | |
2017-02-13 | Add app-root(), app-path(), and similar function to globals.php | Malf Furious | 1 | -0/+34 | |
2017-02-05 | Add global source code file | Malf Furious | 1 | -0/+22 | |