From c854c1b3778b0ce5c39d297f524b55696c608e58 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Fri, 18 Apr 2014 19:13:55 -0300 Subject: [PATCH 1/6] Update analitics tracking code. --- .../src/main/webapp/jsp/googleAnalytics.jsf | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/wise-webapp/src/main/webapp/jsp/googleAnalytics.jsf b/wise-webapp/src/main/webapp/jsp/googleAnalytics.jsf index e424a3c5..18d5993e 100644 --- a/wise-webapp/src/main/webapp/jsp/googleAnalytics.jsf +++ b/wise-webapp/src/main/webapp/jsp/googleAnalytics.jsf @@ -1,19 +1,15 @@ <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> - \ No newline at end of file From 7ee577c400c5e776bd05f36afa9d00fc11f935a5 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Fri, 18 Apr 2014 19:48:09 -0300 Subject: [PATCH 2/6] Update ads codes. --- .../src/main/webapp/jsp/mindmapList.jsp | 20 +++++------ wise-webapp/src/main/webapp/jsp/template.jsp | 35 ++++++++++++------- 2 files changed, 30 insertions(+), 25 deletions(-) diff --git a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp index 2f5566cb..bceaafa0 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp @@ -257,19 +257,15 @@
- + + + -
- -
diff --git a/wise-webapp/src/main/webapp/jsp/template.jsp b/wise-webapp/src/main/webapp/jsp/template.jsp index c5b87b61..03dcdde7 100644 --- a/wise-webapp/src/main/webapp/jsp/template.jsp +++ b/wise-webapp/src/main/webapp/jsp/template.jsp @@ -55,28 +55,37 @@
-
+
- + + + -
- -
+ +
+ + + + +
+
From 84cffac7139d125ed5d0d7c7fee2b42b201678ee Mon Sep 17 00:00:00 2001 From: Michael Magill Date: Fri, 25 Apr 2014 20:30:18 +0000 Subject: [PATCH 3/6] removed extra / from site.baseurl --- wise-webapp/src/main/webapp/WEB-INF/app.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index 45912ceb..38e6d08d 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -1,4 +1,3 @@ - ################################################################################## # Database Configuration ################################################################################## @@ -93,7 +92,7 @@ admin.user = admin@wisemapping.org # 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. -#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. From cec140b1fd5e279491d84cdc52d2c4718e8cd989 Mon Sep 17 00:00:00 2001 From: Michael Magill Date: Fri, 25 Apr 2014 20:36:48 +0000 Subject: [PATCH 4/6] changed default security.ldap.subDn parameter to include "ou=" --- wise-webapp/src/main/webapp/WEB-INF/app.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index 38e6d08d..ce732333 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -128,9 +128,9 @@ security.ldap.server.password=password 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. -security.ldap.subDn=people +security.ldap.subDn=ou=people # Attribute used as authentication login (Eg: in this case, the user email will be used) security.ldap.auth.attribute=mail From b886a5888ae5619576c885b2ab5980bafcc99a96 Mon Sep 17 00:00:00 2001 From: Michael Magill Date: Fri, 25 Apr 2014 20:41:50 +0000 Subject: [PATCH 5/6] removed "ou=" from LDAP user search since it is now integrated with security.ldap.subDn --- .../src/main/webapp/WEB-INF/wisemapping-security-ldap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/wisemapping-security-ldap.xml b/wise-webapp/src/main/webapp/WEB-INF/wisemapping-security-ldap.xml index 0085bf71..0307c5e7 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/wisemapping-security-ldap.xml +++ b/wise-webapp/src/main/webapp/WEB-INF/wisemapping-security-ldap.xml @@ -45,7 +45,7 @@ - + From d7ca08718206d3025669e4ef79ea397d2ebd1451 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 26 Apr 2014 21:07:46 -0300 Subject: [PATCH 6/6] Mir fix on label. --- wise-webapp/src/main/webapp/jsp/template.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wise-webapp/src/main/webapp/jsp/template.jsp b/wise-webapp/src/main/webapp/jsp/template.jsp index 03dcdde7..d1e422eb 100644 --- a/wise-webapp/src/main/webapp/jsp/template.jsp +++ b/wise-webapp/src/main/webapp/jsp/template.jsp @@ -76,15 +76,15 @@
- + -
+