At line 1 changed one line |
__OliveBranch__ is a JSPWiki [template|ContributedTemplates] developed by MurrayAltheim for use with 2.3.x (actually, started with .92), based a very long time ago on the BlackBeanTemplate, which used the CSS of CleanTemplate. Like its forebearers, it has a clean look with a fair bit of whitespace. |
__OliveBranch__ is a JSPWiki [template|ContributedTemplate] developed by MurrayAltheim for use with 2.3.x (actually, started with .92), based a very long time ago on the BlackBeanTemplate, which used the CSS of CleanTemplate. Like its forebearers, it has a clean look with a fair bit of whitespace. |
At line 5 changed one line |
TBD |
__Please note__ that this template has not been updated for used with newer versions of JSPWiki than 2.3.92. |
At line 7 added one line |
|
At line 92 changed one line |
I am pretty new in JSPWiki, so I must ask for opinion. I have installed succesfull this template and also upgraded with support of WikiWizard editor, but I noticed that when the editor is plain (what is default on OliveBranch template) the Change Note field is gone? Is this a bug or what? I have solved this problem with simply copping the plain.jsp from default template to OliveBranch template. |
I am pretty new in JSPWiki, so I must ask for opinion. I have installed succesfull this template and also upgraded with support of WikiWizard editor, but I noticed that when the editor is plain (what is default on OliveBranch template) the Change Note field is gone? You can see that in plain.jsp that Change Note field has no declaration or use. Is this a bug or what? I have solved this problem with simply copping the plain.jsp from default template to OliveBranch template and adding css definiton in jspwiki.css. |
At line 96 added 19 lines |
|
---- |
|
One more bug, related to working with groups. Did you forget to put EditGroupContent.jsp? Or maybe you have some other way to solve managing the groups, what I don't see. Also I am not so good in jsp but I see that you have many lines less code in GroupContent.jsp than the same file in default template. Maybe you wanted to do something but forget to finnish? I solved the problem for editing the groups by copping EditGroupContent.jsp from default template to OliveBranch template, but I am still looking for solution where is your mistake referenced to not showing Edit Group and Delete Group link on the top right corner. |
|
--Vlado 29-Nov-2006 |
|
OK I found that you don't have declaration in PageActions.jsp for Edit Group, Delete Group. That's the problem. Simply copy/paste PageActions.jsp from default template but before add after <div class="pageactions"> the hack css from Murray: <div class="block"> :) |
--Vlado 30-Nov-2006 |
|
|
----------- |
Hello, |
|
I installed this template on JSPWiki 2.8.1 but it is not working properly (when I try to save an edited page it directs me to a "session expired" page). does anyone know how to make it work it with this JSPwiki version? |
|
thanks, |
|
---- 04-Jan-2009 |