MantisBT: master 5079c07d

Author Committer Branch Timestamp Parent
cproensa atrol master 2017-04-12 09:05 master 6e60b691
Changeset

Save temporary filters in session

Instead of using tokens table to store temporary filters, save them in
session data. With tokens, only one temporary filter can be in use at a
a given time, but now, each filters is assigned a key that can be
tracked through the view pages.

mod - core/current_user_api.php Diff File
mod - core/filter_api.php Diff File
mod - view_all_inc.php Diff File
mod - view_all_set.php Diff File