Since $_SESSION now changes (almost?) on any click in pma 2.11 after introducing saving sql history and some such, the "nocache" value must not depend any longer on set_mtime. Also using max() is preventing css reload on theme change if source_mtime has the highest(latest) value. Patch for libraries/Config.class.php attached.
using mtime_info instead of set_mtime for "nocache"
Logged In: YES
user_id=210714
Originator: NO
Merged in subversion, thanks.
Logged In: YES
user_id=1383652
Originator: YES
a) why not for pma 2.11.1(-rc2)
b) sorry, the explanation doesn't refrect the new return value:
- * returns time of last config change.
- * @return int Unix timestamp
should read like:
+ * returns a unique value to force a css reload if either the config or the theme changes
+ * @return int
(or similar)
Logged In: YES
user_id=210714
Originator: NO
OK