Mateusz Barucha

Results 4 issues of Mateusz Barucha

While developing the store, I disabled all caches and indexes. Before Sass module, this resulted in quick workflow: - change css - refresh the browser to see the result But...

As per [discussion](https://discuss.atom.io/t/questions-about-update-checking/19688), notification in the status line is bugging to install updates every single day (packages are updated often). It takes focus away from real work to the application...

enhancement

It's now possible to redirect users to specific experiment (e.g. from newsletter, or another page) using string queries, like www.example.com?experiment=control if (isset($_GET['experiment'])) { $phpab->set_current_variation($_GET['experiment']); }