php-mpos/public/include/pages
Sebastian Grewe 739bd9c7b6 Properly cache on a per-user basis
This will fix an issue with templates of other users being applied to
different users logged in. Basically the first cached page would be
displayed for all users.

Created a new cache key for smarty to allow the user ID to be reference
in the cache key. Hence each user has their own cached file which will
be used.

Improved caching by creating subdirectories for cached files. This way
we won't run into a file limit per directory with a lot of cached files.

This fixes #430 and the mentioned issue in that report.
2013-07-11 13:45:54 +02:00
..
about Adding reference for API documentation 2013-07-01 18:34:08 +02:00
account always assign default content 2013-07-11 09:13:50 +02:00
admin Properly cache on a per-user basis 2013-07-11 13:45:54 +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 Properly cache on a per-user basis 2013-07-11 13:45:54 +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 Properly cache on a per-user basis 2013-07-11 13:45:54 +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 Properly cache on a per-user basis 2013-07-11 13:45:54 +02:00
support.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00