rss atom feed

2008-01-21 Thread Greg Huber
Hello, There seems something wrong with the atom feed. Could this be checked? http://mail-archives.apache.org/mod_mbox/roller-dev/?format=atom line 298, column 42: 'utf8' codec can't decode bytes in position 11954-11956: invalid data (maybe a high-bit character?)On Jan 11, 2008, at 4:26 AM,

theme frontpage _websiteprofile.vm 4.1

2008-01-31 Thread Greg Huber
Hello, In theme frontpage _websiteprofile.vm the entry: #set($entriesPager = $site.getWeblogEntriesPager($profileWeblog, 90, 5)) think is trying to call SiteModel public Pager getWeblogEntriesPager(Weblog queryWeblog, int sinceDays, int length) {..} but $profileWeblog is a WeblogWrapper,

Re: roller-ui/errors/ The Struts dispatcher cannot be found

2008-02-25 Thread Greg Huber
Re: roller-ui/errors/ The Struts dispatcher cannot be found On Wed, Feb 20, 2008 at 10:54 AM, Greg Huber [EMAIL PROTECTED] wrote: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when

priv...@roller.apache.org

2008-05-06 Thread Greg . Huber
Hello, I sent something to [EMAIL PROTECTED] last week, was it received? Cheers Greg Share our environment commitment - conserve resources and contribute to the reduction of CO2 emissions by not printing the email unless absolutely necessary to do so. Any opinions expressed are those of

priv...@roller.apache.org

2008-05-07 Thread Greg . Huber
Hello, I have resent the email to [EMAIL PROTECTED] Did this one get there? Cheers Greg Share our environment commitment - conserve resources and contribute to the reduction of CO2 emissions by not printing the email unless absolutely necessary to do so. Any opinions expressed are

4.1dev ui security

2008-05-13 Thread Greg . Huber
Hello, I have logged a bug ROL-1717M for the ui security issue. I have had a go at debugging the code, but it seems to be due to the refactor of the check from the weblog opjo to the usermanager. To be honest, I am having difficulty understanding the implies check on the globalpermissions on

understanding remember-me

2008-06-13 Thread Greg . Huber
Hello, Looking at the new spring security config for remember me, is this documented anywhere? Looked at the spring docs but its not covered in detail. Are we supposed to generate our own key? remember-me user-service-ref=rollerUserService key=715F2448-3176-11DD-ABC6-9CD955D89593/ Cheers

Re: Roller Login execution flow

2008-11-07 Thread Greg . Huber
Hello, We do a login from an email registration conformation like this: http://127.0.0.1/Blog/j_security_check?j_username=TestBlogamp;j_password=1234 But I think now in the trunk its called roller_j_security_check, and the code has moved on from what we are currently using. Cheers Greg

Re: The Missing Manual

2009-03-05 Thread Greg . Huber
Terry, The $site.myMethod() will only work on the front page, if you want it to work on a normal weblog page add it to PageModel. Cheers Greg Terry Corbet tcor...@ix.netcom.com 05/03/2009 06:58 Please respond to dev@roller.apache.org To dev@roller.apache.org cc Subject The Missing

Re: The Missing Manual

2009-03-05 Thread Greg . Huber
Forgot to add, then call $model.myMethod(). # The $site.myMethod() will only work on the front page, if you want it to work on a normal weblog page add it to PageModel. Cheers Greg Terry Corbet tcor...@ix.netcom.com 05/03/2009 06:58 Please respond to dev@roller.apache.org

RE: The Missing Manual

2009-03-06 Thread Greg . Huber
Terry, I am no expert, but; 01. The site model really only applies to the front page as there are methods that do not relate to individual weblogs. 02. In roller.properties, models/classes are made available by the configs: # Set of models to be made available for weblog page rendering

Re: Problem in switching to HTTPS channel

2009-06-12 Thread Greg . Huber
Hello, What you could try and do is add securelogin.https.port=9443 (as it looks like you are using a non standard port) to either the roller.properties or your custom roller-custom.properties file. Make sure also that the https is switched on also via the roller.properties

Re: doGet in servlet being invoked

2009-08-24 Thread Greg . Huber
Brian, Are you using Firebug? if so, make sure the net part of it is disabled, as I have noticed strange things like this also. Cheers Greg Brian Levine levine_br...@hotmail.com 24/08/2009 16:09 Please respond to dev@roller.apache.org To dev@roller.apache.org cc Subject doGet in

theme reloading

2009-11-19 Thread Greg . Huber
Hello, Remembered a while back someone asked if it was possible to reload a theme rather than restarting the container for development purposes. Rather than upgrading my laptop I decided to see if it was possible. Roller needs a few mods, but seems to work, also does not seem to be much of

Re: theme reloading

2009-11-19 Thread Greg . Huber
Matt, OK, will try and create one. also forgot to add on the first email: Yyou also need to delete the style sheet from the db (webpage file) for the weblog you are developing with, otherwise roller will use the db version rather than the theme version. N.B. every time the stylesheet tab

Re: theme reloading

2009-11-19 Thread Greg . Huber
Hello, I have created ROL-1847 with a patch for the trunk. I also do not have the trunk setup as a project so i have copied the mods and therefore unable to test it, but the source project works OK. Cheers Greg Matt Raible m...@raibledesigns.com 19/11/2009 12:18 Please respond to

Re: Questions about develop guide

2009-12-26 Thread Greg . Huber
Aaron, Try using the build.xml from the apps\weblogger folder (Ant script). Cheers Greg lizhu_zhang lizhu_zh...@163.com 25/12/2009 03:11 Please respond to dev@roller.apache.org To dev dev@roller.apache.org cc Subject Questions about develop guide Hi all, I'm going to study the

Re: Eclipse Setup Run As .. Maven install

2010-02-03 Thread Greg . Huber
Hello, Seems to be missing from : http://people.apache.org/~snoopdave/repo//org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom Error: [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Apache Roller Project [INFO] Apache Roller Core

struts 2.1.6 question

2010-02-10 Thread Greg . Huber
Hello, I have a general question on struts 2.1.6. I have noticed that when an action adds an error message and then chains to another action it does not call the execute(). eg BookmarkAdd. If there is an error in the execute if(getFolder() == null) it adds an error message and then

Re: Features for Version 5.0

2010-02-25 Thread Greg Huber
Nicolas, There is a patch that allows this. Checkout ROL-1847. You have to apply it yourself as its not in the source yet. It works by checking the file time stamp on the file system, so you need to deploy to a webapp and then have your ide directly modify the theme files. I use veloclipse

Re: Remember me does not work on trunk

2010-03-02 Thread Greg Huber
Hello, What you could is try is to change the input field as below as I remember this had something to do with it last time I looked at it. from: input type=checkbox name=rememberMe id=rememberMe / to: input type=checkbox name=_spring_security_remember_me id=_spring_security_remember_me /

jira

2010-06-30 Thread Greg Huber
Hello, https://issues.apache.org/roller does not seem to work any more, is there another url now?

Re: Roller RC4 - Run tomcat within eclipse

2011-03-02 Thread Greg Huber
Hello, I use Sysdeo Eclipse Tomcat Launcher plugin. Its just been updated also. On 2 March 2011 15:07, Susanne Gladén susanne.gla...@gmail.com wrote: Hi, Is there a way to run tomcat within eclipse? (and debug) I dont want to only start tomcat from eclipse (I have got that to work if I

Re: Roller RC4 - Run tomcat within eclipse

2011-03-07 Thread Greg Huber
susanne.gla...@gmail.com wrote: Anyone? /Susanne 2011/3/3 Susanne Gladén susanne.gla...@gmail.com: Isnt there any other way to do it? I made weblogger-webapp to a Dynamic Web Module. But I haven´t got it to work. /Susanne 2011/3/2 Greg Huber gregh3...@gmail.com: Hello, I use Sysdeo

Re: Persistent Database - build configuration option

2011-08-16 Thread Greg Huber
Edd, I have some very complex themes, and after a while the whole 2-4 steps becomes very tiresome, so I deploy roller into eclipse (using a distro) and use the theme reloading option and eclipse to maintain the build (restart container for signature changes though). I know this breaks the mavern

Re: Persistent Database - build configuration option

2011-08-16 Thread Greg Huber
is it configured? Many thanks, Edd On 16 August 2011 08:07, Greg Huber gregh3...@gmail.com wrote: Edd, I have some very complex themes, and after a while the whole 2-4 steps becomes very tiresome, so I deploy roller into eclipse (using a distro) and use the theme reloading option and eclipse

whilst I remember.....

2011-09-20 Thread Greg Huber
Shelan, Sorry, whilst I remember, may also need the type code in the WeblogPageCache SiteWideCache generateKey(WeblogPageRequest pageRequest) method to get the correct page when loading from the cache. ie key.append(/type=).append(pageRequest.getType()); Cheers Greg.

Re: Does Roller store the first served URI and then use it as the path for subsequent URL generation?

2011-10-19 Thread Greg Huber
Edd, It all starts with org.apache.roller.weblogger.ui.core.filters.InitFilter, which is where the initial urls are set. I also wanted something similar but decided it was cleaner to use a static url (maybe later use mod rewrite or similar??). Possibly you could not set this.initialized = true;

Re: whilst I remember.....

2011-11-24 Thread Greg Huber
PM, Greg Huber gregh3...@gmail.com wrote: Shelan, Sorry, whilst I remember, may also need the type code in the WeblogPageCache SiteWideCache generateKey(WeblogPageRequest pageRequest) method to get the correct page when loading from the cache. ie key.append(/type=).append

jetty:run

2012-01-12 Thread Greg Huber
Does anyone know how to stop jetty from zapping the /roller-weblogger-webapp/target/derby-system each time its started? Its painful (and a waste of time) having to renter all the weblog details on each subsequent re-start. For some reason jetty is unable to reload itself without some kind of

Re: macros reloading from WEB-INF

2012-01-15 Thread Greg Huber
of hard to review that patch because your editor seems to have changed spaces to tabs, so every line looks like a new line. Can you turn off that tabify behavior and create a new patch? - Dave On Wed, Jan 4, 2012 at 3:48 AM, Greg Huber gregh3...@gmail.com wrote: Dave, Here is a patch

invalid regular expression flag r

2012-01-17 Thread Greg Huber
Dave, I was testing to seeing whether my credentials work for fixes, and for the patch below it does not seem to work. I get this error: commit -m Fix for invalid regular expression flag r in firefox

svn: access URL access forbidden for unknown reason

2012-01-19 Thread Greg Huber
Dave, Been trying to check in this simple patch/fix (firefox issue) in but all I get is: URL access forbidden for unknown reason svn: Commit failed (details follow): svn: access to

Re: Install and build Roller trunk source code failed

2012-02-05 Thread Greg Huber
Hello, Try building it with the tests skipped. . [INFO] Reactor Summary: [INFO] [INFO] Roller Project - Trunk SUCCESS [1.046s] [INFO] Roller Core - Trunk ... SUCCESS [5.184s] [INFO] Roller Test Utilities - Trunk .

Re: Install and build Roller trunk source code failed

2012-02-05 Thread Greg Huber
+in+Eclipse . On 5 February 2012 15:26, Tiger Gui tigergui1...@gmail.com wrote: Sorry, i am not very clear how to build it with the tests skipped, i use Eclipse run as - maven install to build the trunk, how to skip the tests ? Thank you 2012/2/5 Greg Huber gregh3...@gmail.com: Hello, Try

Re: stopping jetty

2012-02-05 Thread Greg Huber
, 2012 at 9:51 PM, Greg Huber gregh3...@gmail.com wrote: Is there a task to stop jetty? ie like the jetty:run. Currently I am killing the process. Tried jetty:stop but get the error: The parameters 'stopPort', 'stopKey' for goal org.mortbay.jetty:maven-jetty-plugin:6.1.26:stop

Re: Improve Roller Mobile device template

2012-02-08 Thread Greg Huber
Greg Huber gregh3...@gmail.com: Hello, The mobile theme is new and still wip. If you use a profile switcher rather than the button it works better. Cheers Greg. On 8 February 2012 07:15, Tiger Gui tigergui1...@gmail.com wrote: Hi All, I tried Roller mobile device template

not deleting media files??

2012-02-08 Thread Greg Huber
In my apache-tomcat-eclipse/${user.home}/roller_data/mediafiles/main there are loads of image files that I thought I had deleted. Would this be a bug? 01dae057-2b29-4d69-8b8a-4cb59bdf94b2_sm 02021fb0-dce4-480f-9cc2-b340f50459b2_sm .. Cheers Greg

Re: Apache Roller 5.0.1 RC1 files available

2012-05-27 Thread Greg Huber
Dave, Unzipped the war in my dev environment and everything works ok. Good to go. for others this is my roller-custom.properties: installation.type=manual database.configurationType=jdbc database.jdbc.driverClass=com.mysql.jdbc.Driver

Re: Apache Roller 5.0.1 RC1 files available

2012-05-27 Thread Greg Huber
Dave, I have retested rc2 from scratch (created the database) and its OK. Cheers Greg. On 27 May 2012 21:05, Dave snoopd...@gmail.com wrote: Anil found an issue with the form on the Database table creation page, so have made a small fix and created RC2.

Re: Page menu

2013-01-30 Thread Greg Huber
Hello, In file std_header.vm, the #showPageMenu($model.weblog) is a macro in roller-project/weblogger-webapp/src/main/webapp/WEB-INF/velocity/weblog.vm file. Is this what you mean? Cheers Greg. On 30 January 2013 08:06, Peter warde peterwa...@gmail.com wrote: Can anyone tell me how I can

Re: Page menu

2013-01-30 Thread Greg Huber
this? Why do different themes (Basic, Fauxcoly etc) produce different menu items and how do I control them? Thanks Peter Greg Huber-4 wrote: Hello, In file std_header.vm, the #showPageMenu($model.weblog) is a macro in roller-project/weblogger-webapp/src/main/webapp/WEB-INF

Media file tags

2013-04-05 Thread Greg Huber
Guys, I could not get the Media file tags to save correctly. It seems someting to to with JPA? I am expert on JAP. Cheers Greg.

org.apache.tiles

2013-04-05 Thread Greg Huber
Does any one know why roller uses a non standard version of tiles? dependency groupIdorg.apache.tiles/groupId artifactIdtiles-core/artifactId version2.1.4/version /dependency It should be 2.0.6. I remember looking at this before and it would not work with this

Re: org.apache.tiles

2013-04-05 Thread Greg Huber
the site, they're already up to 2.2.2 as GA: http://tiles.apache.org/ Glen On 04/05/2013 11:42 AM, Greg Huber wrote: Does any one know why roller uses a non standard version of tiles? dependency groupIdorg.apache.tiles/**groupId artifactIdtiles-core/**artifactId

Re: org.apache.tiles

2013-04-06 Thread Greg Huber
functionality we want to use, there shouldn't be a problem in us using it. Glen On 04/05/2013 12:14 PM, Greg Huber wrote: Glen, Trying it out with version 2.0.6 it gives this error? ERROR 2013-04-05 17:06:55,182 BasicTilesContainer:render - Error rendering tile org.apache.tiles.util

Re: Roller module refactoring

2013-04-06 Thread Greg Huber
more the packages == more the eye strain On 6 April 2013 21:43, Dave snoopd...@gmail.com wrote: One thing that makes it really irritating to deal with (and maintain) the Roller code is the fact that is is needlessly split between 9 different Maven modules. Would anybody be opposed to

Re: svn commit: r1465342 - in /roller/trunk/weblogger-webapp/src/main/webapp/themes: basic/_day.vm brushedmetal/_day.vm fauxcoly/day.vm

2013-04-07 Thread Greg Huber
Matt, before: a href=$link class=commentslink$text.get(macro.weblog.comments)[$commentCount]/a after a href=$link class=commentslink$text.get(macro.weblog.comments),[$commentCount])/a When I was testing, initially I thought it only needed a closing bracket, which I added, but it still did not

Re: svn commit: r1465342 - in /roller/trunk/weblogger-webapp/src/main/webapp/themes: basic/_day.vm brushedmetal/_day.vm fauxcoly/day.vm

2013-04-07 Thread Greg Huber
wrote: The are two different calls I believe. $text.get(key) gets a message. Whereas $text.get(key, arg) substitutes a variable in. So I believe it depends on the message being retrieved. On Apr 7, 2013, at 11:21 AM, Greg Huber gregh3...@gmail.com wrote: Matt, before: a href=$link

maven lucene

2013-04-08 Thread Greg Huber
I updated lucene to 4.2.1 and added dependency groupIdorg.apache.lucene/groupId artifactIdlucene-queryparser/artifactId version4.2.1/version /dependency dependency groupIdorg.apache.lucene/groupId artifactIdlucene-analyzers-common/artifactId version4.2.1/version /dependency I

Re: maven lucene

2013-04-08 Thread Greg Huber
? What does mvn dependency:tree tell you? Glen On 04/08/2013 12:19 PM, Greg Huber wrote: I updated lucene to 4.2.1 and added dependency groupIdorg.apache.lucene/**groupId artifactIdlucene-**queryparser/artifactId version4.2.1/version /dependency dependency

Re: Media file tags

2013-04-09 Thread Greg Huber
Cheers Greg On 9 April 2013 17:42, Glen Mazza glen.ma...@gmail.com wrote: Did you get this problem resolved? If not does it need a JIRA item or it already has one? Glen On 04/05/2013 09:02 AM, Greg Huber wrote: Guys, I could not get the Media file tags to save correctly. It seems

Re: Media file tags

2013-04-10 Thread Greg Huber
of the same errors in that class ... I can look at this later if you don't have time to get to it. Glen On 04/09/2013 12:42 PM, Glen Mazza wrote: On 04/05/2013 09:02 AM, Greg Huber wrote: Guys, I could not get the Media file tags to save correctly. It seems someting to to with JPA? I am

Re: Media file tags

2013-04-10 Thread Greg Huber
access in MediaFile [ERROR] ... 4 more of the same errors in that class ... I can look at this later if you don't have time to get to it. Glen On 04/09/2013 12:42 PM, Glen Mazza wrote: On 04/05/2013 09:02 AM, Greg Huber wrote: Guys, I could not get the Media file tags to save

Re: Problem with Maven ?

2013-06-03 Thread Greg Huber
btw, you will need to clear out your jsp work lib as there was an incorrect version of tiles being used prior to struts 2.3.8. Cheers Greg On 3 June 2013 00:49, David Jencks david_jen...@yahoo.com wrote: I would start by checking if the problematic jars are in fact jars or some kind of error

Re: Roller Maven module re-org complete

2013-06-09 Thread Greg Huber
org.apache.roller.weblogger.util.Blacklist org.apache.roller.weblogger.util.BlacklistChecker On 9 June 2013 00:30, Glen Mazza glen.ma...@gmail.com wrote: Cool, a bird's-eye view of it looks good so far. Question: is this JIRA ticket relevant today:

Re: Roller Maven module re-org complete

2013-06-11 Thread Greg Huber
switch to enable full debug logging. On 9 June 2013 17:34, Glen Mazza glen.ma...@gmail.com wrote: Thanks, left a comment in ROL-907. Glen On 06/09/2013 06:10 AM, Greg Huber wrote: org.apache.roller.weblogger.**util.Blacklist org.apache.roller.weblogger.**util.BlacklistChecker On 9 June

Re: Roller Maven module re-org complete

2013-06-11 Thread Greg Huber
information available [WARNING] The POM for net.java.dev.rome:rome:jar:1.0 is missing, no dependency information available On 9 June 2013 17:34, Glen Mazza glen.ma...@gmail.com wrote: Thanks, left a comment in ROL-907. Glen On 06/09/2013 06:10 AM, Greg Huber wrote: org.apache.roller.weblogger

build observations

2013-06-11 Thread Greg Huber
These are some changes I made for eclipse, and to get rid of some error messages. ### Eclipse Workspace Patch 1.0 #P roller-webapp Index: pom.xml === --- pom.xml(revision 1491698) +++ pom.xml(working copy) @@ -222,14 +222,14

eclipse deploying in webby

2013-06-17 Thread Greg Huber
I was testing the new layout with webby and was unable to start the app without this dependency: dependency groupIdorg.apache.httpcomponents/groupId artifactIdhttpclient/artifactId version4.0.1/version /dependency checking: dependency

Re: eclipse deploying in webby

2013-06-17 Thread Greg Huber
add it to whatever servlet container you're using to host Roller? Glen On 06/17/2013 06:56 AM, Greg Huber wrote: I was testing the new layout with webby and was unable to start the app without this dependency: dependency groupIdorg.apache.**httpcomponents/groupId

Re: eclipse deploying in webby

2013-06-17 Thread Greg Huber
://cxf.547215.n5.nabble.**com/RE-How-to-deploy-to-JBoss-** tp571885p571888.htmlhttp://cxf.547215.n5.nabble.com/RE-How-to-deploy-to-JBoss-tp571885p571888.html On 06/17/2013 10:52 AM, Greg Huber wrote: Glen, Webby uses cargo, where it creates loads of stuff under /roller-webapp/target/m2e

Re: eclipse deploying in webby

2013-06-17 Thread Greg Huber
to start the code tracing.) Glen On 06/17/2013 11:16 AM, Greg Huber wrote: Glen, Does this allow interactive debugging in eclipse? Thought redeploy just copies the jar and then explodes it into tomcat, and does not interact with the IDE. Without the debugger I would be xx

Re: proposed upgrades to Roller trunk...

2013-07-05 Thread Greg Huber
Changing to the lastet version of spring security, I remember there was some changes made on the open Id stuff, see spring-security-2.0.1-openidfix.xsd. Maybe this change has been rolled into the latest spring release? I remember there were some changes needed to the security.xml to get it to

Re: svn commit: r1507257

2013-07-26 Thread Greg Huber
Glen, Yes it's building OK, I am on Centos 5.9 with Eclipse. There is one error highlighed and on: roller-project/app/src/main/webapp/WEB-INF/jetty-env.xml where it does not like multiple Ref id=wac/ elements. btw good job the jpa enhanch stuff has gone away! Cheers Greg On 26 July 2013

Re: svn commit: r1507257

2013-07-26 Thread Greg Huber
Glen, Can we remove the .settings folder from the trunk. It causes problems where it updates my .settings and I then have to reset my working workspace. May be add a .svnigore so it never gets committed? Cheers Greg.

Re: svn commit: r1507257

2013-07-26 Thread Greg Huber
lucky you guys!! On 26 July 2013 12:52, Glen Mazza glen.ma...@gmail.com wrote: Absolutely -- just removed it. (That file was two years old, and Dave I are both on IntelliJ now anyway.) Glen On 07/26/2013 07:44 AM, Greg Huber wrote: Glen, Can we remove the .settings folder from

Re: svn commit: r1507257

2013-07-26 Thread Greg Huber
, switched over from Eclipse about a month ago and I'm quite happy with it. Glen On 07/26/2013 08:20 AM, Greg Huber wrote: lucky you guys!! On 26 July 2013 12:52, Glen Mazza glen.ma...@gmail.com wrote: Absolutely -- just removed it. (That file was two years old, and Dave I are both

Re: media file folder delete

2013-07-29 Thread Greg Huber
on Flush blog (that will normally empty out the cache) -- problem solved then? Note I had to bring back your changes after the move to fewer modules, I might have missed something. Glen On 07/29/2013 07:20 AM, Greg Huber wrote: Glen, Can you test whether you can delete a media file folder

Re: media file folder delete

2013-07-30 Thread Greg Huber
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 same way as they both follow the same logic in roller. Where one works

Re: media file folder delete

2013-07-30 Thread Greg Huber
to see if 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/30/2013 06:39 AM, Greg Huber

Re: media file folder delete

2013-07-31 Thread Greg Huber
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 trunk so i can switch to hibernate. On 30 July 2013 11:47, Glen Mazza glen.ma...@gmail.com wrote: Much appreciated. I

Re: media file folder delete

2013-07-31 Thread Greg Huber
.**booter.ForkedBooter.** runSuitesInProcess(**ForkedBooter.java:115) at org.apache.maven.surefire.**booter.ForkedBooter.main(** ForkedBooter.java:75) On 07/31/2013 08:03 AM, Greg Huber wrote: Glen, I have made some changes to enable local testing and after updating from the trunk nothing

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

Re: media file folder delete

2013-07-31 Thread Greg Huber
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 builds OK now. I have updated to the trunk but the test is still showing its not refreshing

Re: media file folder delete

2013-07-31 Thread Greg Huber
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 your mediaFileDir.getParent().**removeChildDirectory(**mediaFileDir); change it does

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, Adding a media file does not work either. :( Maybe loose

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

Re: building roller

2013-10-06 Thread Greg Huber
[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 Maven 3.0.5. - Dave On Wed, Oct 2, 2013 at 1:59 AM, Greg Huber gregh3...@gmail.com wrote: Hello

Re: building roller

2013-10-07 Thread Greg Huber
On Wed, Oct 2, 2013 at 1:59 AM, Greg Huber gregh3...@gmail.com wrote: 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

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 glen.ma...@gmail.com wrote: Hi Team,

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

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

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

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

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

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

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

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

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

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

  1   2   >