5 Commits
Author SHA1 Message Date
Eric Schultz 0197e49c29 NerdPack: PHP7 compatibility (unRAID 6.3.0-rc2+)
The PHP function `split()` (alias of explode()) was deprecated for a while and was finally removed in php7.  Replaced them with explode().  As of unRAID 6.3.0-rc2, PHP was upgraded to version 7.0.x.
2016-10-20 14:01:04 -05:00
Eric Schultz 4319b2c2e5 tweaks to tablesorter to restore saved filters + minor optimizations 2016-01-25 09:06:38 -06:00
Eric Schultz 5829a900e3 Move repo download /update in to ajax backend code + added a button to check for updates 2016-01-24 12:53:58 -06:00
Eric Schultz 8e43a369fa Show 'old' for Downloaded or Installed if older version is detected 2016-01-24 12:03:04 -06:00
Eric Schultz 7576dc3f31 Code cleanup, refactoring and bug fixes:
- Fixed first time running warnings about missing packages.json / desc files
- Fixed bug preventing Select All from being able to be clicked
- Fixed bug in select all and dependent checkboxes / race condition
- Eliminated vertical space gap between page header and table
2016-01-24 11:25:23 -06:00