php-mpos/public/include/pages
Sebastian Grewe 4ea33a5e50 Adding cache detection to many pages
This will allow pages to skip loading data from backends like the
database or the wallet RPC server. If a cached page is detected and
valid, all dynamic content generation will be skipped completely.

Other pages that have not been adjusted in this commit will still fetch
backend data all the time. This will ensure clients always see the most
recent data, like worker information or account changes.

This should fix #309 completely but needs some testing.
2013-07-08 14:41:52 +02:00
..
about Adding reference for API documentation 2013-07-01 18:34:08 +02:00
account removing error reporting for debugging 2013-07-02 21:10:12 +02:00
admin Adding cache detection to many pages 2013-07-08 14:41:52 +02:00
api Adding getpoolstatus API Method 2013-07-04 13:26:58 +02:00
password working version of password reset with one time token 2013-05-25 12:08:51 +02:00
register Removed registration configuration option 2013-06-30 12:29:52 +02:00
statistics Adding cache detection to many pages 2013-07-08 14:41:52 +02:00
about.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
account.inc.php Adding support for user locking 2013-06-13 11:36:28 +02:00
admin.inc.php Adding support for user locking 2013-06-13 11:36:28 +02:00
api.inc.php Properly abort API calls if api_key is invalid 2013-05-29 12:41:53 +02:00
gettingstarted.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
home.inc.php Adding cache detection to many pages 2013-07-08 14:41:52 +02:00
login.inc.php Enable or Disable maintenance and registrations 2013-06-30 12:03:46 +02:00
logout.inc.php Modfied templates to support empty trade currency 2013-07-01 12:32:59 +02:00
news.inc.php Fix PHP warning on empty news table 2013-07-04 08:51:13 +02:00
password.inc.php initial work on password reset, not working fully yet 2013-05-25 10:58:53 +02:00
register.inc.php Removed registration configuration option 2013-06-30 12:29:52 +02:00
statistics.inc.php Adding cache detection to many pages 2013-07-08 14:41:52 +02:00
support.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00