Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cc.tadpole.csshelper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
extensions
cc.tadpole.csshelper
Commits
41c0c2ef
Verified
Commit
41c0c2ef
authored
Dec 17, 2018
by
Kevin Cristiano
🌎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove api disable of civicrm.css. Bump version
parent
0380b23c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
csshelper.php
csshelper.php
+5
-1
info.xml
info.xml
+2
-2
No files found.
csshelper.php
View file @
41c0c2ef
...
...
@@ -46,8 +46,10 @@ function csshelper_civicrm_uninstall() {
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_enable
*/
function
csshelper_civicrm_enable
()
{
/*
_csshelper_civix_civicrm_enable();
civicrm_api3('Setting', 'create', array('disable_core_css' => 1,));
*/
}
/**
...
...
@@ -56,8 +58,10 @@ function csshelper_civicrm_enable() {
* @link http://wiki.civicrm.org/confluence/display/CRMDOC/hook_civicrm_disable
*/
function
csshelper_civicrm_disable
()
{
/*
_csshelper_civix_civicrm_disable();
civicrm_api3('Setting', 'create', array('disable_core_css' => 0,));
*/
}
/**
...
...
@@ -200,4 +204,4 @@ function csshelper_cau_has_disabled_css() {
$disabled
=
civicrm_au
()
->
single
->
setting_get
(
'css_admin'
,
'0'
);
return
(
$disabled
==
'1'
)
?
true
:
false
;
}
}
\ No newline at end of file
info.xml
View file @
41c0c2ef
...
...
@@ -15,10 +15,10 @@
<url
desc=
"Licensing"
>
http://www.gnu.org/licenses/agpl-3.0.html
</url>
</urls>
<releaseDate>
2015-11-17
</releaseDate>
<version>
4.7
</version>
<version>
5.0
</version>
<develStage>
stable
</develStage>
<compatibility>
<ver>
4.7
</ver>
<ver>
5.8
</ver>
</compatibility>
<comments>
Extension to help Front End Developer swith CiviCRM styling in WordPress
</comments>
<civix>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment