Re: Try Roller's new web UI

2019-01-22 Thread Dave
Yes, "bootstrap-ui" is the one.  I think you can also submit changes
against the existing PR directly. I'm not sure which way is easier.

Dave


On Tue, Jan 22, 2019 at 3:04 AM Greg Huber  wrote:

> All I have
>
> 
>
> Which branch could be used for prs?
>
> https://github.com/apache/roller/tree/bootstrap-ui
>
> On Mon, 21 Jan 2019 at 17:37, Dave  wrote:
>
> > Thanks Greg.  I'll fix that. I do think your way of doing this is better,
> > and less prone to errors.
> >
> > Dave
> >
> > On Mon, Jan 21, 2019 at 11:36 AM Greg Huber  wrote:
> >
> > > Dave,
> > >
> > > http://127.0.0.1/roller/roller-ui/authoring/entryAdd.rol
> > >
> > > When I click on the save draft / publish
> > >
> > > Method saveDraft for action entryAdd is not allowed!
> > > Method publish for action entryAdd is not allowed!
> > >
> > > Seems to be ignoring the  entries.
> > >
> > > I add do mine like this, rather than globals:
> > >
> > >  > >
> > > class="org.apache.roller.weblogger.ui.struts2.editor.EntryEdit">
> > > entryAdd
> > > weblogEdit.title.newEntry
> > > .EntryEdit
> > > 
> > > entryEdit!firstSave
> > > ${weblog}
> > > ${bean.id}
> > > 
> > > saveDraft,publish
> > > 
> > >
> > >
> > > On Mon, 21 Jan 2019 at 16:01, Dave  wrote:
> > >
> > > > I tried to make it really easy to try Roller's new Bootstrap-based
> web
> > UI
> > > > by using Docker Compose. You can read about it here:
> > > >
> > > >https://rollerweblogger.org/roller/entry/roller-6-snapshot
> > > >
> > > > I hope you'll give it a try.
> > > >
> > > > Dave
> > > >
> > >
> >
>


Re: Try Roller's new web UI

2019-01-22 Thread Greg Huber
All I have


Which branch could be used for prs?

https://github.com/apache/roller/tree/bootstrap-ui

On Mon, 21 Jan 2019 at 17:37, Dave  wrote:

> Thanks Greg.  I'll fix that. I do think your way of doing this is better,
> and less prone to errors.
>
> Dave
>
> On Mon, Jan 21, 2019 at 11:36 AM Greg Huber  wrote:
>
> > Dave,
> >
> > http://127.0.0.1/roller/roller-ui/authoring/entryAdd.rol
> >
> > When I click on the save draft / publish
> >
> > Method saveDraft for action entryAdd is not allowed!
> > Method publish for action entryAdd is not allowed!
> >
> > Seems to be ignoring the  entries.
> >
> > I add do mine like this, rather than globals:
> >
> >  >
> > class="org.apache.roller.weblogger.ui.struts2.editor.EntryEdit">
> > entryAdd
> > weblogEdit.title.newEntry
> > .EntryEdit
> > 
> > entryEdit!firstSave
> > ${weblog}
> > ${bean.id}
> > 
> > saveDraft,publish
> > 
> >
> >
> > On Mon, 21 Jan 2019 at 16:01, Dave  wrote:
> >
> > > I tried to make it really easy to try Roller's new Bootstrap-based web
> UI
> > > by using Docker Compose. You can read about it here:
> > >
> > >https://rollerweblogger.org/roller/entry/roller-6-snapshot
> > >
> > > I hope you'll give it a try.
> > >
> > > Dave
> > >
> >
>


Re: Try Roller's new web UI

2019-01-21 Thread Dave
Thanks Greg.  I'll fix that. I do think your way of doing this is better,
and less prone to errors.

Dave

On Mon, Jan 21, 2019 at 11:36 AM Greg Huber  wrote:

> Dave,
>
> http://127.0.0.1/roller/roller-ui/authoring/entryAdd.rol
>
> When I click on the save draft / publish
>
> Method saveDraft for action entryAdd is not allowed!
> Method publish for action entryAdd is not allowed!
>
> Seems to be ignoring the  entries.
>
> I add do mine like this, rather than globals:
>
> 
> class="org.apache.roller.weblogger.ui.struts2.editor.EntryEdit">
> entryAdd
> weblogEdit.title.newEntry
> .EntryEdit
> 
> entryEdit!firstSave
> ${weblog}
> ${bean.id}
> 
> saveDraft,publish
> 
>
>
> On Mon, 21 Jan 2019 at 16:01, Dave  wrote:
>
> > I tried to make it really easy to try Roller's new Bootstrap-based web UI
> > by using Docker Compose. You can read about it here:
> >
> >https://rollerweblogger.org/roller/entry/roller-6-snapshot
> >
> > I hope you'll give it a try.
> >
> > Dave
> >
>


Re: Try Roller's new web UI

2019-01-21 Thread Greg Huber
Dave,

http://127.0.0.1/roller/roller-ui/authoring/entryAdd.rol

When I click on the save draft / publish

Method saveDraft for action entryAdd is not allowed!
Method publish for action entryAdd is not allowed!

Seems to be ignoring the  entries.

I add do mine like this, rather than globals:


entryAdd
weblogEdit.title.newEntry
.EntryEdit

entryEdit!firstSave
${weblog}
${bean.id}

saveDraft,publish



On Mon, 21 Jan 2019 at 16:01, Dave  wrote:

> I tried to make it really easy to try Roller's new Bootstrap-based web UI
> by using Docker Compose. You can read about it here:
>
>https://rollerweblogger.org/roller/entry/roller-6-snapshot
>
> I hope you'll give it a try.
>
> Dave
>


Try Roller's new web UI

2019-01-21 Thread Dave
I tried to make it really easy to try Roller's new Bootstrap-based web UI
by using Docker Compose. You can read about it here:

   https://rollerweblogger.org/roller/entry/roller-6-snapshot

I hope you'll give it a try.

Dave