Re: Upgrade to latest struts

2023-10-06 Thread Greg Huber
hanges in the commit. PR diffs can > filter some of them out, but automated formatting changes in the javadoc > for example should be avoided to make diffs smaller. Its probably an IDE > setting somewhere. It is often better to separate cleanup and actual > changes. > > -mbien >

Upgrade to latest struts

2023-10-06 Thread Greg Huber
Struts devs have updated the 4.0.x struts2-bootstrap-plugin to work on the latest version of struts dependency> com.jgeppert.struts2.bootstrap struts2-bootstrap-plugin     4.0.2-SNAPSHOT It will be maintained also going forward (hopefully). Here is an upgraded version that I have

Re: Release rc2 as Roller v6.1.2

2023-07-29 Thread Greg Huber
ache settings which can be set in roller > > properties, e.g age based eviction which would further mitigate this. > > > > This is probably a bug but not a show stopper IMHO - updating entries > > works fine for example, > > > > best regards, > > michael >

Re: [VOTE] Release rc2 as Roller v6.1.2

2023-07-25 Thread Greg Huber
I was testing the search index changes. Add and entry, go to the Site page "All" category and do a test search.  Then click the "edit" link on the entry, then click draft.  Go back to the Site page "All" category the entry shows, but the search does not find it any more. On 23/07/2023

Re: [VOTE] Release rc2 as Roller v6.1.2

2023-07-24 Thread Greg Huber
If I have a published entry, and then change the status to draft it does not update the front page/weblog and the entry still shows. If I publish another entry, the draft entry now does not so. Also how do I get it to show other weblog entries on the front page now? On 23/07/2023 21:10, Dave

Re: [VOTE] Release rc1 as Roller v6.1.2

2023-07-20 Thread Greg Huber
Is there a change log so I can test specific changes? From a new install everything worked well. Observations: From the docs is there a reason for the incorrect quote ` rather than ' as I have to change it to grant all. mysql> create database rollerdb DEFAULT CHARACTER SET utf8

Re: Apache tiles

2023-03-21 Thread Greg Huber
or may not prevent other updates in future. other then that I tried to keep the dependencies somewhat up2date, i think jakarta.persistence is already in use via eclipse link etc. best regards, michael On 21.03.23 07:58, Greg Huber wrote: Dave, BTW, Struts devs are planning to merge the tiles

Re: Apache tiles

2023-03-21 Thread Greg Huber
Dave, BTW, Struts devs are planning to merge the tiles code base into the Struts Tiles Plugin to eliminate the dependency on the now Attic project. https://github.com/apache/struts/tree/WW-5233-tiles/plugins/tiles On 20/03/2023 21:38, Dave wrote: Hi Laurent and PJ, The Apache Roller

Re: VOTE: Release Roller 6.1.1

2022-04-04 Thread Greg Huber
Good job, on a fresh install. +1 b On 03/04/2022 14:44, Dave wrote: Roller 6.1.1 is a minor bug fix and dependency update release that upgrades Spring, Struts, Lucene, Log4J, Guice and Bouncy Castle to the latest versions. A release candidate build is available here:

Re: VOTE: Release RC #2 as Apache Roller 6.1.0

2021-12-22 Thread Greg Huber
r is probably caused by the undeployment too. This is most likely harmless, unless you want to constantly redeploy roller. Most web/app servers these days are used like a runtime in a 1:1 manner and are started/stopped with the application (in a container). -michael On 19.12.21 10:28, Greg Huber wrote: ..

Re: VOTE: Release RC #2 as Apache Roller 6.1.0

2021-12-19 Thread Greg Huber
by the undeployment too. This is most likely harmless, unless you want to constantly redeploy roller. Most web/app servers these days are used like a runtime in a 1:1 manner and are started/stopped with the application (in a container). -michael On 19.12.21 10:28, Greg Huber wrote: ..

Re: VOTE: Release RC #2 as Apache Roller 6.1.0

2021-12-19 Thread Greg Huber
Although I now see this in the logs (17 was a maintenance release?) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.catalina.loader.WebappClassLoaderBase (file:/../apache-tomcat-9.0.56/lib/catalina.jar) to field

Re: VOTE: Release RC #2 as Apache Roller 6.1.0

2021-12-19 Thread Greg Huber
+1 b Cheers Greg On 18/12/2021 20:48, Dave wrote: I propose that we release Roller v6.1.0 based on the code that is currently in the master branch. I have prepared a release candidate and some release notes, below. Please vote in the next 72 hours to approve this release. +1 to release -1 not

Re: VOTE: Release Roller v6.1.0

2021-12-15 Thread Greg Huber
Had to do a complete reinstall. Good work. +1 b Cheers Greg may be worth checking: From the docs: The quotes are wrong ie ` possibly make users check the script??: grant all on rollerdb.* to scott@`%' identified by `tiger'; grant all on rollerdb.* to scott@localhost identified by

Re: MediaFileView.jsp

2021-08-10 Thread Greg Huber
org.apache.struts2.util.TextProviderHelper - The default value expression 'default' was evaluated and did not match a property. The literal value 'default' will be used. Cheers Greg On 09/08/2021 17:46, Michael Bien wrote: On 09.08.21 09:51, Greg Huber wrote: Spotted this one when deleting a folder

Re: MediaFileView.jsp

2021-08-10 Thread Greg Huber
17:46, Michael Bien wrote: On 09.08.21 09:51, Greg Huber wrote: Spotted this one when deleting a folder: MediaFileView.jsp function onDeleteFolder() {     if (confirm("/>")) {     document.bookmarks.action = 'action="mediaFileView!deleteFolder" />';  

Re: VOTE: Release Apache Roller 6.0.2

2021-08-09 Thread Greg Huber
From the listed changes, seems OK +1(b) Spotted this one when deleting a folder: MediaFileView.jsp function onDeleteFolder() {     if (confirm("")) {     document.bookmarks.action = 'action="mediaFileView!deleteFolder" />';     document.bookmarks.submit();     }  

Re: [GitHub] [roller] mbien opened a new pull request #96: Deprections, compiler warning fixes, local refactorings and JDK 17 support

2021-07-14 Thread Greg Huber
On 11.07.21 10:09, Greg Huber wrote: Sorry you are right, was thinking more of io streams, rather than java.util.Collection.stream.  Says it closes it once read, and should maintain the order. too many ways of doing the same stuff. On 11/07/2021 08:36, Michael Bien wrote: Hi Greg, those

Re: [GitHub] [roller] mbien opened a new pull request #96: Deprections, compiler warning fixes, local refactorings and JDK 17 support

2021-07-11 Thread Greg Huber
Maybe more of a java question, how do these streams get closed as wrappers are in used in the templates? org.apache.roller.weblogger.pojos.wrapper; public List retrieveWeblogEntries(boolean publishedOnly) throws WebloggerException {     return

Re: [VOTE] Release rc-2 as Roller 6.0.1

2020-05-08 Thread Greg Huber
+1 (b) Cheers Greg ## For page : http://127.0.0.1:8080/roller/roller-ui/admin/globalCommentManagement!update.rol it might be worth adding the ajax comment edit from main weblog? ( http://127.0.0.1:8080/roller/roller-ui/authoring/comments.rol ) On 03/05/2020 21:16, Dave wrote: Roller

Re: [VOTE] Release rc-1 as Roller 6.0.1

2020-04-13 Thread Greg Huber
+1 with some notes below. Cheers Greg ## http://127.0.0.1:8080/roller/roller-ui/authoring/weblogConfig.rol?weblog=testuser Missing value for createWebsite.timeZone ## Remember me seems to have gone? ## http://127.0.0.1:8080/roller/roller-ui/admin/globalConfig.rol Editor Pages are these

Re: [VOTE] to release candidate #3 as Apache Roller 6.0.0

2019-12-21 Thread Greg Huber
Dave, Something strange on the save comment link, if I have a large string of text, when I save the entry is seems to add carriage returns to the saved content.  Repeat saves adds more carriage returns. Otherwise it looks good. +1(b) Cheers Greg On 15/12/2019 17:23, Dave wrote: I made

Re: [VOTE] Release Apache Roller 6.0.0

2019-12-10 Thread Greg Huber
sorry, more logging on the template remove 09:00:00.058 [http-nio-8080-exec-7] WARN org.apache.struts2.components.ServletUrlRenderer - No configuration found for the specified action: 'templateRemove' in namespace: '/roller-ui/authoring'. Form action defaulting to 'action' attribute's literal

Re: [VOTE] Release Apache Roller 6.0.0

2019-12-10 Thread Greg Huber
Dave, Looks great! Can these be checked? 1. Comment edit onclick, does not like the size(), .length works though (ff). roller/roller-ui/authoring/comments.rol on the edit comment function editComment(id) { // make sure we have the full comment //if ($("#link-" + id).size() >

Re: [VOTE] Release Roller 5.2.4

2019-07-17 Thread Greg Huber
+1 (b). Xinha editor works ok. On Mon, 15 Jul 2019 at 23:36, Dave wrote: > The Apache Roller 5.2.3 release included an upgrade to the Xinha rich text > editor which causes the Roller editor to fail to load (for Xinha users > only). We have not yet determined the root cause of this problem so,

Re: [VOTE] Release Apache Roller 5.2.3

2019-07-02 Thread Greg Huber
+1 (b). Cheers Greg On Sun, 30 Jun 2019 at 14:43, Dave wrote: > Please vote to release Apache Roller 5.2.3. > > I've prepared a third release candidate for 5.2.3 that corrects the > LICENSE and NOTICE files, thanks to Aditya and Sebb. > You can find the full list of fixes and improvements in

Re: [CANCELLED] [VOTE] Release Roller v5.2.3

2019-06-23 Thread Greg Huber
Dave, My issue, just noticed I had roller running on IBM jdk (ibm-java-x86_64-sdk-8.0-5.30), which seemed to cause the problem. When I switched to zulu8.36.0.1-ca-jdk8.0.202-linux_x64 roller now works OK. I remember now, there are differences in the xml parser where the IBM does not like

Re: [VOTE] Release Roller v5.2.3

2019-06-05 Thread Greg Huber
I am getting for http://127.0.0.1:8080/roller/roller-ui/authoring/entryAdd.rol Method saveDraft for action entryAdd is not allowed! Method publish for action entryAdd is not allowed! also on other actions Method saveDraft for action entryEdit is not allowed! they are in the namespace:

Re: Moving Roller master to Java 11

2019-05-14 Thread Greg Huber
for java11 email was troublesome as jaf was removed, also now its morphed : https://eclipse-ee4j.github.io/javamail/ com.sun.mail jakarta.mail 1.6.3 provided Cheers Greg On Sun, 12 May 2019 at 19:26, Dave wrote: > We've got a Pull Request that adds support for Java 11 in

Re: Moving Roller master to Java 11

2019-05-14 Thread Greg Huber
+1 ...java8 is LTS till 2023! is struts java11? I get some warnings on startup last time I looked. On Sun, 12 May 2019 at 19:26, Dave wrote: > We've got a Pull Request that adds support for Java 11 in Roller. >https://github.com/apache/roller/pull/14 > > Is anybody opposed to merging this

Re: [VOTE] Release Apache Roller 5.2.3 bug fix release

2019-01-29 Thread Greg Huber
Checking the logs, did not get any errors (or previous) on the upgrade. Testing with 510-to-520-migration.sql I changed roller.database.version to 510 and restarted, roller changed it to 523. INFO 2019-01-29 08:11:53,972 DatabaseInstaller:upgradeDatabase - Database is old, beginning upgrade to

Re: Try Roller's new web UI

2019-01-22 Thread Greg Huber
, 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 acti

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:

Re: Reminder please [VOTE] to release Roller 5.2.2

2019-01-08 Thread Greg Huber
+1 (b) On Sat, 5 Jan 2019 at 21:36, Dave wrote: > On Thu, Dec 27, 2018 at 5:02 PM Dave wrote: > > > Hi Roller community, > > > > I propose that we release the current contents of the Roller 5.2.x branch > > as Roller 5.2.1 so that we can release two small fixes to Roller. These > are > > the

Re: rss feeds mozilla

2018-12-02 Thread Greg Huber
2018 at 9:48 AM Greg Huber wrote: > > > Dave, > > > > BIF. With the pending removal of feed reader and live bookmarks support > > from Firefox: > > > > https://bugzilla.mozilla.org/show_bug.cgi?id=1477667 > > > > To make the roller feeds

rss feeds mozilla

2018-11-30 Thread Greg Huber
Dave, BIF. With the pending removal of feed reader and live bookmarks support from Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1477667 To make the roller feeds work again in firefox, it needs a workaround:

Re: [RESULTS] Release Roller 5.2.1 - Reminder

2018-10-15 Thread Greg Huber
Sorry, thought I had already voted, +1(b). Cheers On Sun, 14 Oct 2018 at 18:39, Dave wrote: > We have the votes to release v5.2.1 and I will do so today. > >Dave +1 >Matt +1 >Kohei +1 > > Thanks! > Dave > > > > > > On Sun, Oct 7, 2018 at 10:27 PM Kohei Nozaki wrote: > > > Hi Dave,

Re: Apache Roller 5.2.1-rc-1 ready for review

2018-09-09 Thread Greg Huber
eck that out. > > > > Dave > > > > > > On Sun, Sep 2, 2018 at 4:40 AM Greg Huber wrote: > > > >> Upgrade looks ok. Database upgrade went OK also. +1 (b) > >> > >> ## > >> > >> Noticed that the pager links look strange

Re: Apache Roller 5.2.1-rc-1 ready for review

2018-09-02 Thread Greg Huber
Upgrade looks ok. Database upgrade went OK also. +1 (b) ## Noticed that the pager links look strange on the main weblog page. http://localhost:8080/roller/testuser/ If I have three entries Test1 Test2 Test3 If I click on Test1 : http://localhost:8080/roller/testuser/entry/test1 The pager

Re: where can i find the controller class or package

2018-02-25 Thread Greg Huber
fferently?* > > (b) Another question is that, in class BookmarkEdit, there is "save()" > method besides "myPrepare()" and "execute()". > From the code,* I cannot clearly see how the save() method is called, or > who will call save() method?* > > &

Re: where can i find the controller class or package

2018-02-24 Thread Greg Huber
.should be WeblogRequestMapper Cheers Greg On 24 February 2018 at 04:39, x86 wj wrote: > Roller is in a web architecture of "presentation -> business logic -> > persistent layer". But the project is complex. From the source code, I have > no idea which packages(or

Re: where can i find the controller class or package

2018-02-24 Thread Greg Huber
The back office is a struts application (struts.xml), whilst on the front presentation tier is custom implementation. The nearest thing to a controller I guess would be org/apache/roller/weblogger/ui/rendering/WebsiteRequestMapper class. Cheers Greg On 24 February 2018 at 04:39, x86 wj

Re: [VOTE] Release Roller 5.2

2017-11-05 Thread Greg Huber
+1 thanks. On 4 November 2017 at 16:03, Dave wrote: > Thanks Kohei. > > We only need one more +1 vote from a PMC member to get this release of the > door. > > Greg or Matt: if you have time please weigh in! > > Dave > > > On Thu, Nov 2, 2017 at 7:53 PM Kohei Nozaki

Re: Roller 5.2.0-rc-4 available for review

2017-10-16 Thread Greg Huber
. > > Cheers, > Dave > > > On Sun, Oct 15, 2017 at 5:58 AM Greg Huber <gregh3...@gmail.com> wrote: > > > Dave, > > > > Looks good. The only thing are these errors in the log files : > > > > > > 10:51:04.724 [h

Re: [VOTE] Release rc-3 as Roller 5.2.0

2017-10-08 Thread Greg Huber
Dave, Looks ok, but found some new items. ## Needs some more allowed methods. eg createNewDirectory for the meda files create action. btw, rather than creating global-allowed-methods you can add them to the action itself in a : .MediaFileView

Re: [VOTE] Release rc-2 as Roller 5.2.0

2017-09-02 Thread Greg Huber
/apache-tomcat/apache-tomcat-roller-8.5.16/logs/roller.log for me. Cheers Greg On 31 August 2017 at 15:23, Dave <snoopd...@gmail.com> wrote: > On Thu, Aug 31, 2017 at 3:12 AM Greg Huber <gregh3...@gmail.com> wrote: > > > The logging is a bit messy nowadays with all th

Re: [VOTE] Release rc-2 as Roller 5.2.0

2017-09-01 Thread Greg Huber
OK will have a go at a PR on https://github.com/apache/roller. Cheers Greg On 31 August 2017 at 15:23, Dave <snoopd...@gmail.com> wrote: > On Thu, Aug 31, 2017 at 3:12 AM Greg Huber <gregh3...@gmail.com> wrote: > > > The logging is a bit messy nowadays with all th

Re: [VOTE] Release rc-2 as Roller 5.2.0

2017-08-31 Thread Greg Huber
look at moving to Log4j2 but it looked like too large of an effort > (but mainly because of the way Roller expects Log4j properties to be in the > Roller config file). > > Dave > > > On Wed, Aug 30, 2017 at 4:12 AM Greg Huber <gregh3...@gmail.com> wrote: > > > Did a quic

Re: [VOTE] Release rc-2 as Roller 5.2.0

2017-08-30 Thread Greg Huber
Did a quick test from the war (will set up a dev environment so can do some more testing!), here is what i found: Hard coded stuff : roller.properties log4j.appender.roller.File=/Applications/Java/apache-tomcat-8.5.9/logs/roller.log (maybe switch to log4j2? ${sys:catalina.home}/logs) ##

Re: The Roller code base has been migrated to git

2016-02-22 Thread Greg Huber
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. /colors.css" />

Re: Move to Git?

2015-12-31 Thread Greg Huber
needs. Yes the develop branch is the flow process to release. Cheers Greg. On 30 December 2015 at 14:42, Dave <snoopd...@gmail.com> wrote: > On Tue, Dec 29, 2015 at 2:39 AM Greg Huber <gregh3...@gmail.com> wrote: > > > Don't use it my self, have tried but made just m

Re: Move to Git?

2015-12-31 Thread Greg Huber
hanks! > > > > Nicholas Padilla > > www.monstersoftwarellc.com > > > > “Problems cannot be solved by the same level of thinking that created > > them.” > > “Learn from yesterday, live for today, hope for tomorrow. The important > > thing is not to stop questioning.

Re: Is it possible to invoke weblog thro' webservice

2015-05-21 Thread Greg Huber
Think the only way is via the rss feed. I use zrssfeed. Might want to check java/org/apache/roller/weblogger/webservices package as there may be something there of interest. On 20 May 2015 at 19:01, Elavarasan Muthusamy elavarasan.muthus...@unilogcorp.com wrote: Hi, We have requirement to

Re: [VOTE] Release Roller 5.1.2

2015-03-19 Thread Greg Huber
Dave, Looks good from general testing (crud) but the link does not show any particular fixes that I would check for (everything is blank?). https://issues.apache.org/jira/issues/?jql=project%20% +1 Cheers Greg On 19 March 2015 at 11:32, Dave snoopd...@gmail.com wrote: I'm going to hold the

Re: [VOTE] Release Roller 5.1.2

2015-03-04 Thread Greg Huber
On my local version, I have not seen this access denied in ages. I also cannot remember doing any particular fixes. If it is still happening on roller I could do a comparison to see if there are any differences. Although I think they are pretty much the same. Cheers Greg. On 4 March 2015 at

Fwd: Jenkins build is back to normal : Roller #1498

2015-01-23 Thread Greg Huber
Can we not poll the SCM and if there are changes do the build, rather than running it every day regardless of changes? Cheers Greg. -- Forwarded message -- From: Apache Jenkins Server jenk...@builds.apache.org Date: 23 January 2015 at 08:55 Subject: Jenkins build is back to

Re: Fwd: Jenkins build is back to normal : Roller #1498

2015-01-23 Thread Greg Huber
builds. Glen On 01/23/2015 03:59 AM, Greg Huber wrote: Can we not poll the SCM and if there are changes do the build, rather than running it every day regardless of changes? Cheers Greg. -- Forwarded message -- From: Apache Jenkins Server jenk...@builds.apache.org Date

Re: Jenkins build is still unstable: Roller » Roller webapp #1484

2015-01-16 Thread Greg Huber
if this is related to it...) Glen On 01/14/2015 08:49 AM, Greg Huber wrote: There does not seem to be any thing wrong with the roller itself, but there is a difference between the two builds: user.dir=/x1/jenkins/jenkins-slave/workspace/Roller user.dir=/home/jenkins/jenkins-slave/workspace

Re: Jenkins build is still unstable: Roller » Roller webapp #1484

2015-01-14 Thread Greg Huber
, either Roller or Infra to track and fix someday. (Hmm, I had updated some Roller dependencies recently, I wonder if this is related to it...) Glen On 01/14/2015 08:49 AM, Greg Huber wrote: There does not seem to be any thing wrong with the roller itself, but there is a difference between

build fails

2015-01-14 Thread Greg Huber
Can someone please check this directory as it seems to be getting larger on each build. I have no access to the project configuration. https://builds.apache.org/job/Roller/org.apache.roller$roller-webapp/ws/target/ It would be easier to check for errors if we had a clean target each time, and

Re: Jenkins build is still unstable: Roller » Roller webapp #1484

2015-01-14 Thread Greg Huber
There does not seem to be any thing wrong with the roller itself, but there is a difference between the two builds: user.dir=/x1/jenkins/jenkins-slave/workspace/Roller user.dir=/home/jenkins/jenkins-slave/workspace/Roller last successful build: main:

Re: [ANNOUNCE] Apache Roller 5.1.1 released

2014-10-03 Thread Greg Huber
This is an entry? http://rollerweblogger.org/project/entry/apache-roller-5-1-1, possibly this webapp has not been updated to 5.1.1? This should be fixed in 5.1.1. On 2 October 2014 14:22, Matt Raible m...@raibledesigns.com wrote: The link below renders as a blank page on my iPhone. Is this a

Re: [VOTE RESUMED] Re: [VOTE] Release Roller 5.1.1

2014-09-30 Thread Greg Huber
+1 The only thing is on ROL-2052 https://issues.apache.org/jira/browse/ROL-2052 #2 switching back to a shared theme now overwrites your custom style sheet without any warnings, if you have not made a backup your changes will be lost. Automatically overwriting against having to manually delete

Re: blogs using single-rendition themes not showing on smartphones

2014-09-07 Thread Greg Huber
...@gmail.com wrote: On Fri, Sep 5, 2014 at 3:18 AM, Greg Huber gregh3...@gmail.com wrote: Ok, will look into the integration / documentation. Can we drop the cookie switching? Although nice to have, switch manually from standard to mobile is too troublesome to get working reliably

Re: blogs using single-rendition themes not showing on smartphones

2014-09-05 Thread Greg Huber
Greg On 4 September 2014 18:43, Dave snoopd...@gmail.com wrote: On Wed, Sep 3, 2014 at 3:14 AM, Greg Huber gregh3...@gmail.com wrote: Checking the spring-mobile license it uses http://www.apache.org/licenses/LICENSE-2.0. So it looks ok to use, I will add a version which uses

Re: blogs using single-rendition themes not showing on smartphones

2014-09-04 Thread Greg Huber
. Let's consider whether we need three-device support later, once we get user demand for it (and your solution looks fine for it), but I'd rather we not be maintaining something that our present user base isn't asking for. Glen On 09/03/2014 03:14 AM, Greg Huber wrote: Checking the spring

Re: blogs using single-rendition themes not showing on smartphones

2014-09-03 Thread Greg Huber
that they are on, Googling isn't bringing up much on that parameter so I'm assuming the former. I'm pretty much new to this particular topic. Glen On 09/02/2014 02:45 AM, Greg Huber wrote: If there is no mobile on the theme.xml for the theme it used to show the default, so maybe something has changed

Re: blogs using single-rendition themes not showing on smartphones

2014-09-02 Thread Greg Huber
Oops, sorry, the LiteDeviceResolver is Spring Mobile not jquery! Cheers Greg On 2 September 2014 01:49, Glen Mazza glen.ma...@gmail.com wrote: Hi Team, I noticed today with Roller 5.1 the blogs are not rendering on smartphones (at least mine, I have a Windows 8 smartphone that uses IE as

Re: [VOTE RESTARTED - RC3] Release Apache Roller 5.1

2014-08-24 Thread Greg Huber
+1 btw to reinstate zapped column: #addColumnNull(weblog defaultplugins varchar(255)) alter table weblog add column defaultplugins varchar(255) default null; On 21 August 2014 21:46, Glen Mazza glen.ma...@gmail.com wrote: OK team, vote has restarted, the binaries at the link below now have

Re: svn commit: r1619327 - in /roller/trunk/app/src/main: java/org/apache/roller/weblogger/ui/struts2/editor/ resources/ webapp/WEB-INF/jsps/editor/ webapp/roller-ui/styles/

2014-08-23 Thread Greg Huber
: On 08/22/2014 04:44 AM, Greg Huber wrote: ## Floating divs arbitrarily can cause errors (see has layout csmess), the right float causes the div background colour not to show on ff. Why I removed the float previously to avoid the clearfix clug. Have you tested that recently to confirm

Re: svn commit: r1619327 - in /roller/trunk/app/src/main: java/org/apache/roller/weblogger/ui/struts2/editor/ resources/ webapp/WEB-INF/jsps/editor/ webapp/roller-ui/styles/

2014-08-22 Thread Greg Huber
Glen, OK, will try to remember the cancel() in UIAction. ## Floating divs arbitrarily can cause errors (see has layout csmess), the right float causes the div background colour not to show on ff. Why I removed the float previously to avoid the clearfix clug. Cheers Greg. On 21 August 2014

Re: code freeze...

2014-08-21 Thread Greg Huber
oops sorry, made a commit. On 20 August 2014 17:42, Glen Mazza glen.ma...@gmail.com wrote: If people could refrain from svn commits today, I'm making the 1st rc right now. Thanks, Glen

Re: [VOTE] Release Apache Roller 5.1

2014-08-21 Thread Greg Huber
Glen, On upgrading/testing. ## One of my databases failed on this statement on the upgrade. The index did not exist. ALTER TABLE bookmark_folder DROP INDEX folder_namefolderid_uq; Its does mention it may not exist. ## Formatting section on preference | settings Not sure on this now, maybe

ampersand on search text

2014-08-14 Thread Greg Huber
Glen, When I do a search containing and ampersand, roller does not show correctly the returned text. eg bz actually returns :bamp;amp;z which renders as bamp;z It should return bamp;z with no second ampersand for it to render correctly. Checking the method getTerm() it does a double

Re: More theme ideas for Roller 5.1...

2014-07-06 Thread Greg Huber
If you are embedding html elements in entries, jqm might try to enhance them, and you will need to experiment some what, you could try to disable the enhancement on the embeded html using something like data-enhance=false. On 5 July 2014 23:22, Glen Mazza glen.ma...@gmail.com wrote: Problem

Re: Roller UI Ideas (Was Re: ApacheCon CFP closes June 25)

2014-07-04 Thread Greg Huber
? On 4 July 2014 02:05, Glen Mazza glen.ma...@gmail.com wrote: On 07/03/2014 04:07 AM, Greg Huber wrote: The mobile theme will switch automatically if you view with a mobile device, the button is there as a preview and example. Use an user agent switcher. Thanks, I did not realize

Re: Roller UI Ideas (Was Re: ApacheCon CFP closes June 25)

2014-07-03 Thread Greg Huber
5.) Shelan, another contributor around 2010 created a mobile weblog view for a blog, as you can see in the upper-right corner here: http://www.nailedtothex.org/roller/kyle/entry/nested-list-element-issue-of1 . The mobile theme doesn't seem to work right today (that blog entry at that link shows

Re: [VOTE] Release Roller 5.0.4 - rc2

2014-06-24 Thread Greg Huber
that might break parts of 5.0.x, and hence would need massive coding to fix (lots of libraries in 5.0.x are old). I want to be coding and releasing 5.1, and 5.0.x keeps me from that. Glen On 06/23/2014 03:32 AM, Greg Huber wrote: +1 Struts upgrade works ok. Might be worth having

Re: Updates to 5.0.4... (Was svn commit: r1602793 - in /roller/branches/roller_5.0/weblogger-web/src/main/resources: ./ org/apache/roller/weblogger/ui/struts2/core/ org/apache/roller/weblogger/ui/stru

2014-06-16 Thread Greg Huber
Glen, If you download the latest source for 2.3.16.3, (or somehow find it in the git ) you can see its: !-- Basic stack -- interceptor-stack name=basicStack interceptor-ref name=exception/ interceptor-ref name=servletConfig/

Re: Updates to 5.0.4... (Was svn commit: r1602793 - in /roller/branches/roller_5.0/weblogger-web/src/main/resources: ./ org/apache/roller/weblogger/ui/struts2/core/ org/apache/roller/weblogger/ui/stru

2014-06-16 Thread Greg Huber
Glen, The download seems to have the same date? roller-weblogger-5.0.4-for-tomcat.tar.gz http://people.apache.org/%7Egmazza/roller/roller-weblogger-5.0.4-for-tomcat.tar.gz 08-Jun-2014 02:48 31M Is there another test build? Greg On 16 June 2014 04:22, Glen Mazza glen.ma...@gmail.com

Re: [WITHDRAWN][BOO HISS]Re: [VOTE] Release Roller 5.0.4

2014-06-10 Thread Greg Huber
there--do I need to update the struts.xml as well? Thanks, Glen On 6/9/2014 10:23 AM, Greg Huber wrote: Glen, The validator does not work, ERROR 2014-06-09 13:55:47,277 CommonsLogger:error - Caught exception while loading file org/apache/roller/weblogger/ui/struts2/editor/EntryAdd

Re: Remaining JIRAs for Roller 5.1

2014-06-09 Thread Greg Huber
Glen, How do I edit the page to remove completed ROL's? as per instructions. On 9 June 2014 01:53, Glen Mazza glen.ma...@gmail.com wrote: Hi team, I made a list of the 16 (of the presently 84 open) JIRAs I'd like to see done before we release Roller 5.1:

Re: Remaining JIRAs for Roller 5.1

2014-06-09 Thread Greg Huber
write access again--I think we all lost our write access at that point.) Glen On 6/9/2014 5:18 AM, Greg Huber wrote: Glen, How do I edit the page to remove completed ROL's? as per instructions. On 9 June 2014 01:53, Glen Mazza glen.ma...@gmail.com wrote: Hi team, I made a list

Re: [VOTE] Release Roller 5.0.4

2014-06-09 Thread Greg Huber
Glen, The validator does not work, ERROR 2014-06-09 13:55:47,277 CommonsLogger:error - Caught exception while loading file org/apache/roller/weblogger/ui/struts2/editor/EntryAdd-validation.xml http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd - Class:

Re: Jenkins build is still unstable: Roller #1229

2014-04-18 Thread Greg Huber
.Was reading on the struts dev list and Reconfigured job to 'package' instead 'install' fixed a build issue. Maybe here also? Cheers Greg. On 18 April 2014 05:52, Apache Jenkins Server jenk...@builds.apache.orgwrote: See https://builds.apache.org/job/Roller/1229/

Re: Boo Hiss. (Re: svn commit: r1581353 - in /roller/trunk/app/src/main: java/org/apache/roller/weblogger/ui/struts2/editor/ resources/ webapp/WEB-INF/jsps/editor/)

2014-03-26 Thread Greg Huber
good idea.. Will test the calendar also. On 25 March 2014 21:33, Glen Mazza glen.ma...@gmail.com wrote: Greg, me no like, instead of just using the cancel string in umpteen JSPs, why not define a constant CANCEL in the parent UIAction class like we do for the others like INPUT,

Re: website error

2014-02-25 Thread Greg Huber
AM, Greg Huber gregh3...@gmail.com wrote: Need to grab the roller.log file and see if there are any exceptions, ie npe. On 25 February 2014 08:43, nicolas muller zepo...@gmail.com wrote: Hello, Just to notify there are errors on website $entry.displayContent($url.entry

Re: Spring password encoder depreciated

2014-02-25 Thread Greg Huber
going to be glad if we can retire the 5.0.x series. Regards, Glen On 01/27/2014 09:00 AM, Greg Huber wrote: Gen, PasswordEncoder has been depreciated for some time now, but whether it will be removed I am unsure. If passwords have been hashed its never going to be an easy change as its

Fwd: Jenkins build became unstable: Roller #1149

2014-01-30 Thread Greg Huber
Hm, I wonder what could be different in running it locally and with running in Jenkins... Results : Tests run: 129, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] BUILD SUCCESS [INFO]

Spring password encoder depreciated

2014-01-27 Thread Greg Huber
Gentlemen, The class org.springframework.security.authentication.encoding.PasswordEncoder SHA and MD5 in RollerContext has been depreciated, it can be replaced by StandardPasswordEncoder(), BCryptPasswordEncoder() and NoOpPasswordEncoder. The down side is the encryption is based on the username

Re: Spring password encoder depreciated

2014-01-27 Thread Greg Huber
this question I put in the comments (if you know it), in case you missed it: https://issues.apache.org/ jira/browse/ROL-1795, we have the closing of a JIRA issue (always a good thing :) on the line... Glen On 01/27/2014 05:23 AM, Greg Huber wrote: Gentlemen, The class

maven tests still do not work on centos 6.5

2014-01-07 Thread Greg Huber
Glen, I still cannot run the tests due to this error. There is some other port that inmemdb uses in the background. I have had a look at the source but I think it may be in com.btmatthews.utils package which is not included in the git download. Do you have the source for this?

Re: maven tests still do not work on centos 6.5

2014-01-07 Thread Greg Huber
, so if you find something that he can do to make Centos work just let him know. Also, if you can find a working configuration for your machine I can test that it works on Ubuntu. Regards, Glen On 01/07/2014 09:36 AM, Greg Huber wrote: Glen, I still cannot run the tests due

Re: media file crud not working again

2014-01-06 Thread Greg Huber
needs to get done. (Gaurav this headache has been popping up multiple times in the past several months once we left Apache OpenJPA for Hibernate Eclipselink.) Glen On 12/20/2013 08:51 AM, Greg Huber wrote: Gaurav, Restarting the server flushes the cache inside eclipselink and hence next

Re: media file crud not working again

2013-12-24 Thread Greg Huber
can go in and get done what he needs to get done. (Gaurav this headache has been popping up multiple times in the past several months once we left Apache OpenJPA for Hibernate Eclipselink.) Glen On 12/20/2013 08:51 AM, Greg Huber wrote: Gaurav, Restarting the server flushes the cache

Re: media file crud not working again

2013-12-20 Thread Greg Huber
and debugging it by placing logs and studying the code for this, If anyone can give me some help or idea to go into this it will be very thankful ? Thanks Gaurav On Friday 20 December 2013 04:16 PM, Greg Huber wrote: Glen, Looking more into this, its probably better to remove the associations

media file crud not working again

2013-12-19 Thread Greg Huber
Glen, It looks like the crud (add/delete) on the media file child association is not working again: MediaFileDirectory directory; .. this.childFiles.addAll(directory.getMediaFiles()); what technique do we now have to use with eclipselink to successfully flush these associations? Cheers Greg.

Re: FrontPage theme not working

2013-12-17 Thread Greg Huber
one explain me what is pinnedEntry here ? As in that theme we still use #foreach($entry in $entries) for the search results, that is why I was saying search results are coming fine. Thanks Gaurav On Tuesday 17 December 2013 03:29 PM, Greg Huber wrote: It should work ok, the front page

Re: All heck is breaking loose... (Re: meta tags, description and keyword missing)

2013-12-02 Thread Greg Huber
Glen, You can only use the $entry when you are in a #foreach loop as the $entry refers to the current weblog item iteration: #foreach( $entry in $entries ) . #end I do not think you can easily use blog entries in the head section without changing the logic some what. I have checked the

Re: All heck is breaking loose... (Re: meta tags, description and keyword missing)

2013-12-02 Thread Greg Huber
, Greg Huber wrote: Glen, You can only use the $entry when you are in a #foreach loop as the $entry refers to the current weblog item iteration: #foreach( $entry in $entries ) . #end I do not think you can easily use blog entries in the head section without changing the logic some

  1   2   >