From b091394a90a22767ec08259eb19a2b0d0294c25d Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 14 Aug 2014 15:48:38 +0200 Subject: introduce new app page layout filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label --- core/img/rating/s0.png | Bin 0 -> 299 bytes core/img/rating/s1.png | Bin 299 -> 441 bytes core/img/rating/s10.png | Bin 557 -> 464 bytes core/img/rating/s11.png | Bin 464 -> 0 bytes core/img/rating/s2.png | Bin 441 -> 594 bytes core/img/rating/s3.png | Bin 594 -> 620 bytes core/img/rating/s4.png | Bin 620 -> 602 bytes core/img/rating/s5.png | Bin 602 -> 621 bytes core/img/rating/s6.png | Bin 621 -> 603 bytes core/img/rating/s7.png | Bin 603 -> 621 bytes core/img/rating/s8.png | Bin 621 -> 584 bytes core/img/rating/s9.png | Bin 584 -> 557 bytes core/templates/layout.user.php | 2 +- 13 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 core/img/rating/s0.png delete mode 100644 core/img/rating/s11.png (limited to 'core') diff --git a/core/img/rating/s0.png b/core/img/rating/s0.png new file mode 100644 index 00000000000..9d5014106e5 Binary files /dev/null and b/core/img/rating/s0.png differ diff --git a/core/img/rating/s1.png b/core/img/rating/s1.png index 9d5014106e5..6846c8771f5 100644 Binary files a/core/img/rating/s1.png and b/core/img/rating/s1.png differ diff --git a/core/img/rating/s10.png b/core/img/rating/s10.png index b9c190f8ce7..c674569c389 100644 Binary files a/core/img/rating/s10.png and b/core/img/rating/s10.png differ diff --git a/core/img/rating/s11.png b/core/img/rating/s11.png deleted file mode 100644 index c674569c389..00000000000 Binary files a/core/img/rating/s11.png and /dev/null differ diff --git a/core/img/rating/s2.png b/core/img/rating/s2.png index 6846c8771f5..2f132cc5fa1 100644 Binary files a/core/img/rating/s2.png and b/core/img/rating/s2.png differ diff --git a/core/img/rating/s3.png b/core/img/rating/s3.png index 2f132cc5fa1..55e917f92e6 100644 Binary files a/core/img/rating/s3.png and b/core/img/rating/s3.png differ diff --git a/core/img/rating/s4.png b/core/img/rating/s4.png index 55e917f92e6..fa76c311c69 100644 Binary files a/core/img/rating/s4.png and b/core/img/rating/s4.png differ diff --git a/core/img/rating/s5.png b/core/img/rating/s5.png index fa76c311c69..8856309f838 100644 Binary files a/core/img/rating/s5.png and b/core/img/rating/s5.png differ diff --git a/core/img/rating/s6.png b/core/img/rating/s6.png index 8856309f838..4112e14fde2 100644 Binary files a/core/img/rating/s6.png and b/core/img/rating/s6.png differ diff --git a/core/img/rating/s7.png b/core/img/rating/s7.png index 4112e14fde2..ce25cf58df9 100644 Binary files a/core/img/rating/s7.png and b/core/img/rating/s7.png differ diff --git a/core/img/rating/s8.png b/core/img/rating/s8.png index ce25cf58df9..3197f23785f 100644 Binary files a/core/img/rating/s8.png and b/core/img/rating/s8.png differ diff --git a/core/img/rating/s9.png b/core/img/rating/s9.png index 3197f23785f..b9c190f8ce7 100644 Binary files a/core/img/rating/s9.png and b/core/img/rating/s9.png differ diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 04cb6eb9def..9445175efcf 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -119,7 +119,7 @@
  • - class="active"> -- cgit v1.2.3