mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Merge branch 'develop' into feature/WISE-211-iconSupportOnLabels
This commit is contained in:
commit
a42811630d
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
##################################################################################
|
##################################################################################
|
||||||
# Database Configuration
|
# Database Configuration
|
||||||
##################################################################################
|
##################################################################################
|
||||||
@ -93,7 +92,7 @@ admin.user = admin@wisemapping.org
|
|||||||
|
|
||||||
# Base URL where WiseMapping is deployed. By default, It will be automatically inferred.
|
# Base URL where WiseMapping is deployed. By default, It will be automatically inferred.
|
||||||
# If you are planning to put wisemapping behind an Apache using an Apache Proxy setup, you must enable this property.
|
# If you are planning to put wisemapping behind an Apache using an Apache Proxy setup, you must enable this property.
|
||||||
#site.baseurl = http:///example.com:8080/wisemapping
|
#site.baseurl = http://example.com:8080/wisemapping
|
||||||
|
|
||||||
|
|
||||||
# Site Homepage URL. This will be used as URL for homepage location.
|
# Site Homepage URL. This will be used as URL for homepage location.
|
||||||
@ -129,9 +128,9 @@ security.ldap.server.password=password
|
|||||||
security.ldap.basedn=dc=wisemapping,dc=com
|
security.ldap.basedn=dc=wisemapping,dc=com
|
||||||
|
|
||||||
|
|
||||||
# This will be concatenated as part of the DN. In this case, I will be ou="people".
|
# This will be concatenated as part of the DN. In this case, I will be "ou=people".
|
||||||
# In case this need to be changed, modify the wisemapping-security-ldap.xml.
|
# In case this need to be changed, modify the wisemapping-security-ldap.xml.
|
||||||
security.ldap.subDn=people
|
security.ldap.subDn=ou=people
|
||||||
|
|
||||||
# Attribute used as authentication login (Eg: in this case, the user email will be used)
|
# Attribute used as authentication login (Eg: in this case, the user email will be used)
|
||||||
security.ldap.auth.attribute=mail
|
security.ldap.auth.attribute=mail
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
<bean id="ldapUserSearch"
|
<bean id="ldapUserSearch"
|
||||||
class="org.springframework.security.ldap.search.FilterBasedLdapUserSearch">
|
class="org.springframework.security.ldap.search.FilterBasedLdapUserSearch">
|
||||||
<constructor-arg index="0" value="ou=${security.ldap.subDn}"/>
|
<constructor-arg index="0" value="${security.ldap.subDn}"/>
|
||||||
<constructor-arg index="1" value="(${security.ldap.auth.attribute}={0})"/>
|
<constructor-arg index="1" value="(${security.ldap.auth.attribute}={0})"/>
|
||||||
<constructor-arg index="2" ref="contextSource"/>
|
<constructor-arg index="2" ref="contextSource"/>
|
||||||
<property name="searchSubtree" value="true"/>
|
<property name="searchSubtree" value="true"/>
|
||||||
|
@ -1,19 +1,15 @@
|
|||||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
||||||
|
|
||||||
<c:if test="${requestScope['google.analytics.enabled']}">
|
<c:if test="${requestScope['google.analytics.enabled']}">
|
||||||
<script type="text/javascript">
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', '${requestScope['google.analytics.account']}']);
|
|
||||||
_gaq.push(['_setDomainName', 'wisemapping.com']);
|
|
||||||
_gaq.push(['_trackPageview']);
|
|
||||||
|
|
||||||
(function () {
|
<script>
|
||||||
var ga = document.createElement('script');
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
ga.type = 'text/javascript';
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
ga.async = true;
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
var s = document.getElementsByTagName('script')[0];
|
|
||||||
s.parentNode.insertBefore(ga, s);
|
ga('create', '${requestScope['google.analytics.account']}', 'wisemapping.com');
|
||||||
})();
|
ga('send', 'pageview');
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</c:if>
|
</c:if>
|
@ -263,19 +263,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-1" style="padding-top:25px">
|
<div class="col-md-1" style="padding-top:25px">
|
||||||
<c:if test="${requestScope['google.ads.enabled']}">
|
<c:if test="${requestScope['google.ads.enabled']}">
|
||||||
<script type="text/javascript"><!--
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
google_ad_client = "ca-pub-7564778578019285";
|
<!-- WiseMapping Mindmap List -->
|
||||||
/* WiseMapping Mindmap List */
|
<ins class="adsbygoogle"
|
||||||
google_ad_slot = "4071968444";
|
style="display:inline-block;width:120px;height:600px"
|
||||||
google_ad_width = 120;
|
data-ad-client="ca-pub-7564778578019285"
|
||||||
google_ad_height = 600;
|
data-ad-slot="4071968444"></ins>
|
||||||
//-->
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
</script>
|
</script>
|
||||||
<div style="margin-top:5px;">
|
|
||||||
<script type="text/javascript"
|
|
||||||
src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -55,28 +55,37 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-offset-1 col-md-10">
|
<div class="col-md-offset-1 col-md-10">
|
||||||
<div class="jumbotron" style="margin:40px 0 100px 0;padding: 10px 60px;">
|
<div class="jumbotron" style="margin:40px 0 15px 0;padding: 10px 60px;">
|
||||||
<tiles:insertAttribute name="body"/>
|
<tiles:insertAttribute name="body"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-1" style="padding-top:25px">
|
<div class="col-md-1" style="padding-top:25px">
|
||||||
<c:if test="${requestScope['google.ads.enabled']}">
|
<c:if test="${requestScope['google.ads.enabled']}">
|
||||||
<script type="text/javascript"><!--
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
google_ad_client = "ca-pub-7564778578019285";
|
<!-- Wise: Lateral Image (Small) -->
|
||||||
/* WiseMapping Mindmap List */
|
<ins class="adsbygoogle"
|
||||||
google_ad_slot = "4071968444";
|
style="display:inline-block;width:120px;height:240px"
|
||||||
google_ad_width = 120;
|
data-ad-client="ca-pub-7564778578019285"
|
||||||
google_ad_height = 600;
|
data-ad-slot="6751959325"></ins>
|
||||||
//-->
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
</script>
|
</script>
|
||||||
<div style="margin-top:5px;">
|
|
||||||
<script type="text/javascript"
|
|
||||||
src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<c:if test="${requestScope['google.ads.enabled']}">
|
||||||
|
<div class="row" style="text-align: center;">
|
||||||
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
|
<!-- Wise: Pages Footer (All pages) -->
|
||||||
|
<ins class="adsbygoogle"
|
||||||
|
style="display:inline-block;width:728px;height:90px"
|
||||||
|
data-ad-client="ca-pub-7564778578019285"
|
||||||
|
data-ad-slot="3798492923"></ins>
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<jsp:include page="footer.jsp"/>
|
<jsp:include page="footer.jsp"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user