Bug 12245 - PROG/CCSR deprecation: Remove OPACMobileUserCSS system preference
Summary: PROG/CCSR deprecation: Remove OPACMobileUserCSS system preference
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 12233
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-13 13:37 UTC by Owen Leonard
Modified: 2015-06-04 23:23 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12245 - PROG/CCSR deprecation: Remove OPACMobileUserCSS system preference (4.38 KB, patch)
2014-07-01 15:50 UTC, Owen Leonard
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 12245 - PROG/CCSR deprecation: Remove OPACMobileUserCSS system preference (4.46 KB, patch)
2014-07-03 12:17 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review
[PASSED QA] Bug 12245 - PROG/CCSR deprecation: Remove OPACMobileUserCSS system preference (4.51 KB, patch)
2014-07-03 14:41 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2014-05-13 13:37:54 UTC
The Bootstrap theme doesn't load separate CSS for a mobile view. If CCSR is deprecated the OPACMobileUserCSS system preference can be removed.
Comment 1 Owen Leonard 2014-07-01 15:50:20 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2014-07-03 12:17:18 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall 2014-07-03 14:41:38 UTC
Created attachment 29485 [details] [review]
[PASSED QA] Bug 12245 - PROG/CCSR deprecation: Remove OPACMobileUserCSS system preference

With CCSR now deprecated there is no longer a need for the
OPACMobileUserCSS system preference. This patch removes it.

To test, apply the patch and run updatedatabase. Check that the
preference can no longer be found in system preferences.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Preference removed, no koha-qa errors.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 4 Chris Cormack 2014-08-07 07:07:02 UTC
Pushed to MM_OPAC/theme_dep
Comment 5 Tomás Cohen Arazi 2014-10-30 00:41:27 UTC
Patch merged into master.

Thanks Owen!