Thanks Greg, I'll take a look at that (hopefully this weekend).
Let us know how the Git experience goes. I updated the developer docs for Git and would love any feedback about how to improve things. https://cwiki.apache.org/confluence/display/ROLLER/How+to+build+Roller. Dave On Mon, Feb 22, 2016 at 7:40 AM Greg Huber <gregh3...@gmail.com> wrote: > Dave, > > before I forget (no git setup...) Every now and then I get pages with no > colour, login/error pages etc, it seems to be the s:url where it appends > the jsession id to the url, hence it does not find the css, it needs > encode="false" to be set on the tag which seems to fix it. > > <link rel="stylesheet" media="all" href="<s:url > value="/roller-ui/theme/"/><s:property > value="getProp('editor.theme')"/>/colors.css" /> > > > /roller-ui/theme/;jsessionid=58B8826F05539500B717CF15A0599045blue/colors.css > > s:url value="/roller-ui/theme/" encode="false" /> > > Cheers Greg. > > > > On 10 February 2016 at 14:22, Dave <snoopd...@gmail.com> wrote: > > > From Geoffrey: > > > > The Roller code base has been migrated to git: > > https://git-wip-us.apache.org/repos/asf/roller.git > > > > Both the svn tree and the git repo are currently set to read-only until > you > > verify the git version looks as expected. Also, git git repo is currently > > set to send commit emails to commits@roller. If this is not the correct > > mailing list, let me know and I'll update it to the correct one. > > > > Once you verify the git repo looks as expected, I'll update the mirroring > > system on git.a.o (which will update the GitHub mirror) and I'll fix up > the > > svn tree so that roller can still edit their website. > > > > See also: > > https://issues.apache.org/jira/browse/INFRA-11155 > > > > > > I'll take a look later today. Let me know if you see anything wrong. > > > > Thanks, > > Dave > > >