run/debug tests locally

2013-07-30 Thread Greg Huber
Glen, Any ideas on how to run/debug the local unit tests in eclipse? This seems quite difficult. The tests seem now are purely focused on the finial build, and really not caring about its surrounding ecosystem :( Cheers Greg.

Re: media file folder delete

2013-07-30 Thread Greg Huber
mething>that > the Media File stuff could apparently use here. > > Glen > > > On 07/29/2013 08:32 AM, Greg Huber wrote: > >> Glen, >> >> I think its only on the named queries as if I delete a weblog entry it >> updates correctly, and uses a dynam

Re: media file folder delete

2013-07-30 Thread Greg Huber
. > > Glen > > On 07/30/2013 03:31 AM, Greg Huber wrote: > >> Glen, >> >> Commenting out the FlushModeType.COMMIT makes no difference, (assumes it >> switches to auto). Would have thought that createNamedQuery or >> createQuery >> would behave the

Re: media file folder delete

2013-07-30 Thread Greg Huber
there are any kinks with it where our code needs > to be tightened up. I can fix EclipseLink's problem in the interim so > if/when *Hibernate* has a kink, we know we can always immediately flip back > to EclipseLink while fixing the Hibernate issue. > > Glen > > On 07

Re: media file folder delete

2013-07-31 Thread Greg Huber
o create a bare-bones example of this on StackOverflow > sometime and ask which JPA stack has it right, the losing stack gets a JIRA > issue. > > Glen > > > On 07/30/2013 07:06 AM, Greg Huber wrote: > >> Glen, >> >> OK, can you make the changes to the trun

Re: media file folder delete

2013-07-31 Thread Greg Huber
$** > ProviderProxy.invoke(**ProviderFactory.java:165) > at org.apache.maven.surefire.**booter.ProviderFactory.** > invokeProvider(**ProviderFactory.java:85) > at org.apache.maven.surefire.**booter.ForkedBooter.** > runSuitesInProcess(**ForkedBooter.java:115) > at org.apa

Re: svn commit: r1508837 - /roller/trunk/app/src/main/java/org/apache/roller/weblogger/TestUtils.java

2013-07-31 Thread Greg Huber
Glen, The mods are just to clear the files prior to running a test class again. The user names are prefixed with junit_ Using eclipse, to run Junit launches. Basically I have two projects in eclipse one where m2e mucks about with a standard non maven webapp project. With eclipse you just have t

Re: media file folder delete

2013-07-31 Thread Greg Huber
gt; > (BTW, mvn jetty:run does not yet work with Hibernate JPA, if you're > running that way, the jetty config file needs modification to work with > either stack right now.) > > Glen > > On 07/31/2013 08:58 AM, Greg Huber wrote: > >> Glen, >> >> It build

Re: media file folder delete

2013-07-31 Thread Greg Huber
doesn't hurt Hibernate if > it's there. (Or are you getting different results with that line there?) > > Glen > > On 07/31/2013 10:55 AM, Greg Huber wrote: > >> Glen, >> >> It still does not work, even if we are on hibernate. If I comment out >> y

media file add not showing up

2013-07-31 Thread Greg Huber
Glen, Adding a media file does not work either. :( Maybe loose the named query?

Re: media file add not showing up

2013-07-31 Thread Greg Huber
> and start up standalone Tomcat (no Eclipse) and place the roller.war in the > webapps folder? > > I'll do that on my end and confirm it's working, as it was yesterday. > > Glen > > On 07/31/2013 11:22 AM, Greg Huber wrote: > >> Glen, >> >> ..

Building roller with eclipse kelper

2013-10-01 Thread Greg Huber
Hello, Btw, roller does not build with eclipse kelper now due to this version difference. Failed to execute goal com.btmatthews.maven.plugins.inmemdb:inmemdb-maven-plugin:1.3.0:run (run) on project roller-webapp: The plugin com.btmatthews.maven.plugins.inmemdb:inmemdb-maven-plugin:1.3.0 requires

building roller

2013-10-01 Thread Greg Huber
Hello, Also running mvn clean install -Dmaven.test.skip=true gives these errors? [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ roller-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 105 resources [INFO]

Re: building roller

2013-10-06 Thread Greg Huber
[INFO] Total time: 26.716s > [INFO] Finished at: Sat Oct 05 09:13:16 EDT 2013 > [INFO] Final Memory: 39M/1237M > [INFO] > > > > What platform are you running? I'm on Mac OS 10.8.5, JDK 1.7.0_17-b02 and

Re: building roller

2013-10-07 Thread Greg Huber
gt;> - Dave >> >> >> >> On Sun, Oct 6, 2013 at 6:46 AM, Greg Huber wrote: >> >> Dave, >>> >>> I am using centos 6.4. Maybe its a port already in use, do we know what >>> port its wanting? : >>> >>> >>>

Re: building roller

2013-10-07 Thread Greg Huber
7;t have > trouble running mvn clean install with. > > Glen > > On 10/07/2013 03:06 AM, Greg Huber wrote: > >> Glen, >> >> Checking the port, it is in use by digivote. What it is used for on my >> standard centos install I will check as there is no

Re: Potential bug in template parsing

2013-11-21 Thread Greg Huber
Glen, Remember this from a while back, it needs a space or you could escape it with {} notation. eg $text.get("macro.weblog.comments") [$commentCount] or ${text.get("macro.weblog.comments")}[$commentCount] Cheers Greg On 17 November 2013 12:49, Glen Mazza wrote: > Hi Team, > > I'm trying

Re: How to set mime type theme pages?

2013-11-30 Thread Greg Huber
Matthias, Have a look at org.apache.roller.weblogger.ui.rendering.servlets.PageServlet.java, could experiment by changing it there: // looks like we need to render content // set the content deviceType String contentType = "text/html; charset=utf-8"; if (StringUtils.isNot

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 section without changing the logic some what. I have checked the code an

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

2013-12-02 Thread Greg Huber
for Google hits >> to go directly to a single blog entry), in this case the individual entry's >> searchDescription is used. Right now for some reason I can't get >> "$model.weblog.description" to work but at least >> "$model.weblogEntry.searchDe

Re: FrontPage theme not working

2013-12-17 Thread Greg Huber
It should work ok, the front page theme is for the initial front page weblog, right? Cheers Greg. On 17 December 2013 09:38, Gaurav wrote: > Hello, > > I tried using the frontpage theme of roller, but it seems like this theme > has some issue as It did not show up any data (no blogs, hottags,

Re: FrontPage theme not working

2013-12-17 Thread Greg Huber
e 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 theme is for the initial

Re: FrontPage theme not working

2013-12-17 Thread Greg Huber
gt; . > > > I will be very thankful to you if you can explain me how this struts form > works ? > > Thanks > Gaurav > > On Tuesday 17 December 2013 07:29 PM, Greg Huber wrote: > >> Gaurav, >> >> following through the logic: >> >>

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: media file crud not working again

2013-12-20 Thread Greg Huber
aware of the headache, it's probably just a few line fix, > hopefully it will get fixed as part of ROL-1942. Please be patient (or use > Hibernate in the interim.) > > Glen > > On 12/19/2013 07:02 AM, Greg Huber wrote: > >> Glen, >> >> It looks like the

Re: media file crud not working again

2013-12-20 Thread Greg Huber
this issue 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, >> >>

Re: media file crud not working again

2013-12-24 Thread Greg Huber
>> ROL-1981 so let him take a break from 1942 and Greg 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.) >> >>

Re: media file crud not working again

2014-01-06 Thread Greg Huber
hat 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

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? >> com.btmatthe

Re: maven tests still do not work on centos 6.5

2014-01-07 Thread Greg Huber
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, >> &

Re: Jenkins build is still unstable: Roller #1127

2014-01-09 Thread Greg Huber
Not seeing these errors (now that I can run tests :) ) [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 2:08.546s [INFO] Finished at: Thu Jan 09 07

jira access

2014-01-12 Thread Greg Huber
Dave, Please could you check my authority on the roller jira, for some reason it does not let me assign any issues to myself. The media file issue should work now but have noticed some other related issues. Cheers Greg.

Re: Sonar complaints... (Re: jira access)

2014-01-21 Thread Greg Huber
27;t get dinged too much on our Sonar score, try to use a logger > and just delete unused code unless there's a significant chance we'll soon > be returning to it--as always, we have SVN if we need to get the code back. > > Regards, > Glen > > > On 01/12/2014 04:13 AM,

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 a

Re: Spring password encoder depreciated

2014-01-27 Thread Greg Huber
ve to break it, let's use moving forward the best algorithm, >> from the above link the BCCrypt() one apparently (unless you know >> otherwise). Also, we don't have to use Spring here if plain Java offers >> corresponding libraries (less likely to deprecate). >> >>

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] -

Re: website error

2014-02-25 Thread Greg Huber
Need to grab the roller.log file and see if there are any exceptions, ie npe. On 25 February 2014 08:43, nicolas muller wrote: > Hello, > > Just to notify there are errors on website > > $entry.displayContent($url.entry($entry.anchor)) > > http://rollerweblogger.org/project/ > > Thanks a lot. >

Re: website error

2014-02-25 Thread Greg Huber
: > The only thing I see in the rollerweblogger.org logs is a series of > database connection errors, which include the advice to use the > autoConnect=true property in my JDBC URL -- but I'm already using that (and > have been for many years). > > - Dave > > > > On

Re: Spring password encoder depreciated

2014-02-25 Thread Greg Huber
& > simpler than 5.0.x, and everyone's 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 no

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 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, LIST, SUCCESS, etc.

Re: Error when compiling trunk

2014-03-28 Thread Greg Huber
Just gave it a go, does build (ish), maybe skip the tests? [@dev ~]$ cd /home/dev/eclipse43roller/workspace/roller-project/app [@dev app]$ mvn clean install -Dmaven.test.skip=true Same jdk/maven but cenots 6. On 28 March 2014 18:07, Matt Raible wrote: > Hey all, > > I'm trying to compile tru

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 wrote: > See > >

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 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: > > https://cwiki.apache.org/confluence/display/ROLLER/

Re: Remaining JIRAs for Roller 5.1

2014-06-09 Thread Greg Huber
recently and it >> took them a day or so to give me 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 rem

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: sun.net.www.protocol.http.HttpURLCo

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

2014-06-10 Thread Greg Huber
t 5.1 out rather than spend time trying to make 5.0.4 the > same as 5.1. > > BTW, between the ## signs below you mention struts.xml -- I'm unsure what > you're trying to say there--do I need to update the struts.xml as well? > > Thanks, > Glen > > On 6/9/2014 10:

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: ^action:.*,^method:.*

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 08-Jun-2014 02:48 31M Is there another test build? Greg On 16 June 2014 04:22, Glen Mazza wrote: > Hi Greg (a

Re: [VOTE] Release Roller 5.0.4 - rc2

2014-06-23 Thread Greg Huber
+1 Struts upgrade works ok. Might be worth having a check on the templates on /resources/template/roller/*.ftl. (copy from trunk) There are some warnings on the web.xml entries for struts: >>> FilterDispatcher <<< is deprecated! Please use the new filters! ie change from:

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

Re: [VOTE] Release Roller 5.0.4 - rc2

2014-06-27 Thread Greg Huber
at org.apache.roller.weblogger.business.jpa.JPAPersistenceStrategy. > getEntityManager(JPAPersistenceStrategy.java:225) > at org.apache.roller.weblogger.business.jpa.JPAPersistenceStrategy. > getNamedQuery(JPAPersistenceStrategy.java:258) > > I'm letting 5.0.x go (I didn't commit those changes), although you&

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 th

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 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. >> >> >

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 wrote: > Problem mentioned below reprod

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 b&z actually returns :b&z which renders as b&z It should return b&z with no second ampersand for it to render correctly. Checking the method getTerm() it does a double escape, where t

Re: simplify requiredWeblogPermissionActions() and requiredGlobalPermissionActions()?

2014-08-14 Thread Greg Huber
Personally I would leave as is. Having multiple roles/authorities per action, is kind of useful if you want to extend roller. The overhead is also minimal compared with what struts does internally. On 14 August 2014 23:35, Glen Mazza wrote: > Does anyone else on the team have a view? #5 belo

Re: code freeze...

2014-08-21 Thread Greg Huber
oops sorry, made a commit. On 20 August 2014 17:42, Glen Mazza 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 n

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: 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
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.

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 wrote: > OK team, vote has restarted, the binaries at the link below now have RC#3 > in them

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

2014-09-01 Thread Greg Huber
If there is no "mobile" on the theme.xml for the theme it used to show the default, so maybe something has changed. The browser user agent is used to determine if its a mobile device. What I do is to use the jquery mobile logic i.e. LiteDeviceResolver, I can update roller but am not sure on the l

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

2014-09-01 Thread Greg Huber
Oops, sorry, the LiteDeviceResolver is Spring Mobile not jquery! Cheers Greg On 2 September 2014 01:49, Glen Mazza 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 > its browser) except

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

2014-09-03 Thread Greg Huber
ce in a browser or > something all browsers supply regardless of the website 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, Gre

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

2014-09-03 Thread Greg Huber
for this information, even > JQuery will probably work because it's MIT-licensed. 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 o

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

2014-09-05 Thread Greg Huber
Greg On 4 September 2014 18:43, Dave wrote: > On Wed, Sep 3, 2014 at 3:14 AM, Greg Huber 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-05 Thread Greg Huber
separately in the future should > we go that route. > > Glen > > On 09/04/2014 02:24 AM, Greg Huber wrote: > >> We will need to check with the original committer where the code came >> from. I could not find anything similar so rather than not be "suppor

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

2014-09-07 Thread Greg Huber
: > On Fri, Sep 5, 2014 at 3:18 AM, Greg Huber 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: [VOTE RESUMED] Re: [VOTE] Release Roller 5.1.1

2014-09-30 Thread Greg Huber
+1 The only thing is on 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 i

Re: [ANNOUNCE] Apache Roller 5.1.1 released

2014-10-02 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 wrote: > The link below renders as a blank page on my iPhone. Is this a known issue? > > > > >

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: /home/jenkins/jenkins-slave/workspace/Roller

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 al

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

2015-01-14 Thread Greg Huber
RA ticket for somebody, 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 b

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

2015-01-16 Thread Greg Huber
ler 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 the two builds: >> >

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 Date: 23 January 2015 at 08:55 Subject: Jenkins build is back to normal : Roller #1498 To: dev@

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

2015-01-23 Thread Greg Huber
onsecutive success 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. >> >> >> -- For

Re: [VOTE] Release Roller 5.1.2

2015-03-03 Thread Greg Huber
SELECT c FROM WeblogEntryComment c WHERE c.weblogEntry.website = ?1 ORDER BY c.postTime DESC Could experiment with some indexes. or add websiteid to the roller_comment so it does not have to do the join with weblogEntry to get the website parameter #1. The websiteid does not change. On 2 Ma

Re: [VOTE] Release Roller 5.1.2

2015-03-04 Thread Greg Huber
and then deploy that. His blog comment > management page would list all comments, but that wouldn't matter as he > just has one blog. I think Matt had earlier stated he has a non-standard > Roller installation that doesn't lend itself to an automatic upgrade so > some hacking o

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 15

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 wrote: > I'm going to hold the vote open for anoth

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

Re: Move to Git?

2015-12-28 Thread Greg Huber
Don't use it my self, have tried but made just made a mess, so went back to svn. So -1 for me. btw, worth checking out what Struts are doing, using a develop branch, beforehand. Cheers Greg. On 28 December 2015 at 15:59, Dave wrote: > Now that Git is officially supported by the ASF, would any

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 wrote: > On Tue, Dec 29, 2015 at 2:39 AM Greg Huber wrote: > > > Don't use it my self, have tried but made just made a mess, so went back > > to svn. So -1 for

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: 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: [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) ## Medi

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

2017-08-31 Thread Greg Huber
t 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 wrote: > > > Did a quick test from the war (will set up a dev environment

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 wrote: > On Thu, Aug 31, 2017 at 3:12 AM Greg Huber wrote: > > > The logging is a bit messy nowadays with all the different distros. We > > could still use org.apac

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 wrote: > On Thu, Aug 31, 2017 at 3:12 AM Greg Huber wrote: > > > The logging is a bit messy nowadays with all the different distros. We > > could still use org.apac

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 /WEB-INF/jsps/edito

Re: Roller 5.2.0-rc-4 available for review

2017-10-15 Thread Greg Huber
Dave, Looks good. The only thing are these errors in the log files : 10:51:04.724 [http-nio-8080-exec-9] WARN org.apache.struts2.util.TextProviderHelper - The first TextProvider in the ValueStack (org.apache.roller.weblogger.ui.struts2.editor.MediaFileView) could not locate the message resource

Re: Roller 5.2.0-rc-4 available for review

2017-10-16 Thread Greg Huber
- Commented out @AllowedActions annotations since they don't work > > You can find rc-5 here: > https://dist.apache.org/repos/dist/dev/roller/roller-5.2/v5.2.0-rc-5/ > > Please take a look if you have a chance. I plan to call for a vote next > weekend. > > Cheers,

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 wrote: > > > Hi Dave, > > > >

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 wrote:

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 classes) are responsible f

Re: where can i find the controller class or package

2018-02-25 Thread Greg Huber
t; differently?* > > (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-25 Thread Greg Huber
are both > > processed by "org.apache.roller.weblogger.ui.struts2.editor. > BookmarkEdit". > > But there is only one execute() method in class BookmarkEdit. It means > > "bookmarkAdd' and "bookmarkEdit" are processed by the same execution() > &

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 li

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

2018-09-09 Thread Greg Huber
ll check 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 str

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,

<    1   2   3   >