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

theme frontpage: getOutputStream() has already been called for this response

2008-02-15 Thread Greg Huber
Hello, Now with the frontpage theme we keep seeing this error message in the log file. StandardWrapperValve:invoke - Servlet.service() for servlet jsp threw exception java.lang.IllegalStateException: getOutputStream() has already been called for this response at org.apache.catalina.c

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

2008-02-20 Thread Greg Huber
Hello, We get the message: "The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag. - [unk

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

2008-02-25 Thread Greg Huber
atcher 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 the request has pass

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 thos

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

Re: How authentication works in Roller

2008-05-29 Thread Greg . Huber
Hello, I did some messing a while ago and managed to get spring-security to work well using the below configuration. Seemed to remember it needed two separate files for it to work, applicationContext-service.xml, and applicationContext-security.xml below. this may need tweeking also: Did no

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? Cheers Greg Share our environment commitment - conserve resources and contribute to the reduct

Re: Comment Authentication Howto

2008-06-25 Thread Greg . Huber
Hello, Not sure if this is possible, but It would be nice to always show the comment form and then when posts are done then check the setting for authentication. If required, then do the acegi trickery where the user is redirected to the login page. Cheers Greg Allen Gilliland <[EMAI

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=TestBlog&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 Dave

Re: Problems compiling roller from source

2009-02-02 Thread Greg . Huber
Hello, Do you have jta.jar in your class path? Cheers Greg nxty23 01/02/2009 05:56 Please respond to dev@roller.apache.org To dev@roller.apache.org cc Subject Re: Problems compiling roller from source Hi, Im having the same issue, did you figure out a solution to this? Thanks!

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" 05/03/2009 06:58 Please respond to dev@roller.apache.org To cc Subject The Missing Manual 01. I have visited every page

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" 05/03/2009 06:58 Please respond to dev@roller.apache.org To cc Subject The M

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

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 schemeenforceme

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 24/08/2009 16:09 Please respond to dev@roller.apache.org To cc Subject doGet in servlet being invoked This is going to so

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 an

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 is

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 19/11/2009 12:18 Please respond to dev@roller.apache.org To de

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 25/12/2009 03:11 Please respond to dev@roller.apache.org To dev cc Subject Questions about develop guide Hi all, I'm going to study the source code of Roller project and I have c

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 Modu

Re: Eclipse Setup Run As .. Maven install

2010-02-03 Thread Greg . Huber
Dave, I added this, org.apache.maven.plugins maven-site-plugin 2.1 now its looking for http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.1/maven-site-plugin-2.1.pom which I can http to. Would you know if there are any settings for a proxy within maven, or does

Re: Eclipse Setup Run As .. Maven install

2010-02-03 Thread Greg . Huber
Answered my own question: Needs a settings.xml in the ~.m2/ true http 127.0.0.1 8080 www.google.com|*.somewhere.com Also had to switch to 2.0.1 Cheers Greg greg.hu...@ricoh.co.uk 03/02/2010 14:19 Please respond to dev@roller.apache.org To

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 return

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 for

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: to: On 02/03/2010, Dave wrote: > I'm not much of a Spring security expert so I don't have any pointers > at this time. > > I created an issue

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: to: Cheers Greg > On 02/03/2010, Dave wrote: >> I'm not much of a Spring security expert so I don't have any pointers >> at this time.

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: Apache Roller 5.0.0 RC2 files available

2010-09-20 Thread Greg Huber
Hello, The roller.properties in the roller-weblogger-business-5.0.0-RC2.jar has these values hard coded: #- # Directory settings #- # The direct

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 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 "Use tomcat installat

Re: Roller RC4 - Run tomcat within eclipse

2011-03-07 Thread Greg Huber
M, Susanne Gladén wrote: >> >>> Anyone? >>> >>> /Susanne >>> >>> 2011/3/3 Susanne Gladén : >>>> Isnt there any other way to do it? >>>> >>>> I made weblogger-webapp to a Dynamic Web Module. But I haven´t got it to >>&g

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
exactly is it configured? > > Many thanks, > > Edd > > On 16 August 2011 08:07, Greg Huber 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 >

Re: Building and Running Roller 5 with Eclipse Indigo

2011-08-25 Thread Greg Huber
Chris, Might be worth setting up a fresh workspace as you should not get these errors. I have it working with Indigo. On 25 August 2011 05:32, Chris Kruger wrote: > Hello, > > I am currently setting up my dev environment to get a better idea of > how Roller ticks. I've followed these instructi

mobile theme #includeTemplate(..)

2011-09-18 Thread Greg Huber
Dave, I was looking at the code changes and was wondering how #includeTemplate(..) macro was going to be implemented. During the parse process it seems to call RollerResourceLoader getResourceStream(String name) and in turn looks up the page template (but now not the code). It does not look like

Re: mobile theme #includeTemplate(..)

2011-09-20 Thread Greg Huber
ating existing getPageByName(String > name) and introduce getPageByName(String name, String type); I think in that > case we need to change the method name to a proper one since get page by > name and type. > > We can easily introduce these changes with minor changes. > > Thanks

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-18 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
WeblogTemplateCode out of org.apache.roller.weblogger.business.themes. package. Bit of extra work mind! Cheers Greg On 20 November 2011 14:54, Dave wrote: > Thanks Greg, > > I just made a fix for this in both of those page cache classes. > > - Dave > > > > On Tue, Se

SchemeEnforcementFilter mods

2012-01-01 Thread Greg Huber
Dave, To get the SchemeEnforcementFilter to work correctly over SSL without the pesky mixed content warning we need something like the below: roller.properties schemeenforcement.https.ignored=css,gif,png,js // public class SchemeEnforcementFilter implements Filter { private static Log

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 memor

Re: jetty:run

2012-01-12 Thread Greg Huber
our issue. At least if you use > linux. > > http://stackoverflow.com/questions/880557/linux-socket-accept-too-many-open-files > > 2012/1/12 Greg Huber > >> Does anyone know how to stop jetty from zapping the >> /roller-weblogger-webapp/target/derby-system each time i

Re: macros reloading from WEB-INF

2012-01-15 Thread Greg Huber
o 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 wrote: > >&g

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" /home/ghuber/eclipse37dev/workspace/roller-project/weblogger-webapp/src/main/webapp/WEB-INF/js

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 '/repos/asf/!svn/ver/1201435/roller/trunk/weblogger-webapp/src/main/webapp/WEB-INF/jsps/editor/TemplateEdit.jsp'

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

Re: Install and build Roller trunk source code failed

2012-02-05 Thread Greg Huber
+Eclipse . On 5 February 2012 15:26, Tiger Gui 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 : > > Hello, > > >

Re: stopping jetty

2012-02-05 Thread Greg Huber
Sun, Feb 5, 2012 at 9:51 PM, Greg Huber 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' f

Re: stopping jetty

2012-02-05 Thread Greg Huber
OK, thanks. I have already spent time on this, so its not worth spending any more. I will kill the task until I find another solution, somewhere down the line. Cheers Greg On 5 February 2012 16:58, shelan Perera wrote: > Hi, > > On Sun, Feb 5, 2012 at 10:17 PM, Greg Hub

Re: Install and build Roller trunk source code failed

2012-02-07 Thread Greg Huber
; >>> command > >>> > >>> [ERROR] mvn -rf :roller-planet-business > >>> > >>> > >>> Then, i tried "mvn -e clean install -Dmaven.test.skip=true" to skip > >>> unit tests, everything works well, and build

Re: Improve Roller Mobile device template

2012-02-07 Thread Greg Huber
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 wrote: > Hi All, > > I tried Roller mobile device template in trunk source code, but i can > only find the "view mobile weblog"

Re: Improve Roller Mobile device template

2012-02-08 Thread Greg Huber
ate, so this button is necessary and must work well. > > Or we can supply user-agent distinguish module for Roller, when users > are using mobile device, IPhone, IPad or Android devices, we supply > mobile device theme as default. Users can jump to standard theme by > clicking some

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: not deleting media files??

2012-02-08 Thread Greg Huber
ok, will look into it. On 8 February 2012 21:43, David Johnson wrote: > Certainly could be a bug. If we are not deleting both the image and the > "sm" thumbnail files on Media File delete then that's a bug. > > - Dave > > > On Feb 8, 2012, at 4:10 PM, Greg Hu

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 database.jdbc.connectionURL=jdbc:mysql://localhost:3306/roll

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 wrote: > Anil found an issue with the form on the "Database table creation" > page, so have made a small fix and created RC2. > > http://people.apache.org/~snoopdave/apache-rolle

file upload and salt parameters

2012-09-12 Thread Greg Huber
Dave, The multipart/form-data file upload does not pass the request parameters in the normal way, so when the ValidateSaltFilter tries to get the "salt" parameter it cannot find it. To resolve this we will need to either exclude this action from the salt filter or wrap the http request, extending

Re: file upload and salt parameters

2012-09-13 Thread Greg Huber
turn invocation.invoke(); } } struts.xml used to further filter the methods as needed: * save On 12 September 2012 11:13, Greg Huber wrote: > Dave, > > The multipart/form-data file upload does not pass the request parameters > in the normal way, so when the Validat

Re: Service alert: blogs.zones.apache.org/HTTP - ASF Blogs is OK

2012-09-13 Thread Greg Huber
Any ideas where it could be leaking? On 13 September 2012 17:29, Dave wrote: > Had to restart Tomcat which, apparently, stopped running due to > out-of-memory issue. > > Last restart was June 18 > > This is disappointing because memory settings are pretty generous: >JAVA_OPTS="-Xms256M -Xmx1

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 wrote: > > Can anyone tell me how I can customize the values

Re: Page menu

2013-01-30 Thread Greg Huber
> though I am not sure that this is solution. Do I need to change the page > name in order to get the different values displayed in the menu and if so > how do I do this? > > Why do different themes (Basic, Fauxcoly etc) produce different menu items > and how do I control the

Re: Page menu

2013-01-30 Thread Greg Huber
em > names Front Page or Weblog. How do I get control these menu item names so I > can change them? > > Cheers > > Peter > > > Greg Huber-4 wrote: > > > > in file > > > roller-project/weblogger-webapp/src/main/webapp/WEB-INF/velocity/web

Re: index of the current page

2013-02-08 Thread Greg Huber
Hello, The pagers are located in roller-project/weblogger-web/src/main/java/org/apache/roller/weblogger/ui/rendering/pagers package. It would depend on which pager you are refering to. For AbstractPager based classes it would be $pager.page or $pager.getPage(). For WeblogEntriesPager (or Abstrac

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? org.apache.tiles tiles-core 2.1.4 It should be 2.0.6. I remember looking at this before and it would not work with this version??? Cheers Greg.

Re: org.apache.tiles

2013-04-05 Thread Greg Huber
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? >> >> >> org.apache.tiles >>

Re: org.apache.tiles

2013-04-05 Thread Greg Huber
, 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? >> >> >> org.apache.tiles >> tiles

Re: org.apache.tiles

2013-04-06 Thread Greg Huber
> a loose linkage between the two. If a more recent version than the default > is shown to work with Struts2 *and* it has 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: > >&g

Re: Roller module refactoring

2013-04-06 Thread Greg Huber
more the packages == more the eye strain On 6 April 2013 21:43, Dave 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 combining modules and re

Re: org.apache.tiles

2013-04-07 Thread Greg Huber
gt;**apparently Tiles 3 will be supported in the upcoming 2.3.9 version of > Struts 2: http://stackoverflow.com/**questions/13337938/how-to-** > integrate-struts-2-with-tiles-**3<http://stackoverflow.com/questions/13337938/how-to-integrate-struts-2-with-tiles-3> > . > > Glen &

these dev emails

2013-04-07 Thread Greg Huber
Glen, In the way past, when sending emails to dev@roller.apache.org it used to reply to me also as well as others in the mailing list. Now it only seems sends to others in the mailing list. Is this the way it now works? It was useful before as it confirms its been sent, and also makes it easier

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: $text.get("macro.weblog.comments")[$commentCount] after $text.get("macro.weblog.comments"),[$commentCount]) When I was testing, initially I thought it only needed a closing bracket, which I added, but it still did not render. I then added the comma which fixed it. I will rechec

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, I you want, checkout search.vm, and the line: $text.get( "macro.weblog.searchhits", [$model.hits]) A comma is required. Cheers Gerg. On 7 April 2013 17:29, Matt Raible wrote: > I don't understand - how does adding a comma help the comment count > display? > > On Apr 7, 2013, at 2:10

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
t(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 wrote: > > > Matt, > > > > before: > > > > > > class="comments

maven lucene

2013-04-08 Thread Greg Huber
I updated lucene to 4.2.1 and added org.apache.lucene lucene-queryparser 4.2.1 org.apache.lucene lucene-analyzers-common 4.2.1 I was expecting to only down load these two additional files: lucene-queryparser-4.2.1.jar lucene-analyzers-common-4.2.1.jar but for some reason

Re: maven lucene

2013-04-08 Thread Greg Huber
quot;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 >> >> >> org.apache.lucene >> lucene-**queryparser >> 4.2.1 >> >> >> >>

Re: Media file tags

2013-04-09 Thread Greg Huber
On 9 April 2013 17:42, Glen Mazza 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 correctl

Re: Media file tags

2013-04-10 Thread Greg Huber
> [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: >> >>>

Re: Media file tags

2013-04-10 Thread Greg Huber
rror: setTags(Set) > has private 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:

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 wrote: > I would start by checking if the problematic jars are in fact jars or some > kind of error message html page fr

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 wrote: > Cool, a bird's-eye view of it looks good so far. Question: is this JIRA > ticket relevant today: > https://issues.apache.org/**jira/browse/ROL-907

Re: Roller Maven module re-org complete

2013-06-11 Thread Greg Huber
-X switch to enable full debug logging. On 9 June 2013 17:34, Glen Mazza 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.Blackli

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 wrote: > Thanks, left a comment in ROL-907. > > Glen > > On 06/09/2013 06:10 AM, Greg Huber wrote: > >> org

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: org.apache.httpcomponents httpclient 4.0.1 checking: org.openid4java openid4java-consumer 0.9.6

Re: eclipse deploying in webby

2013-06-17 Thread Greg Huber
configuring roller-customer.properties in Roller, can't you 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 sta

Re: eclipse deploying in webby

2013-06-17 Thread Greg Huber
#x27;m confused (webby is a Ruby app). > Instead of configuring roller-customer.properties in Roller, can't you add > it to whatever servlet container you're using to host Roller? > > Glen > > On 06/17/2013 06:56 AM, Greg Huber wrote: >

Re: eclipse deploying in webby

2013-06-17 Thread Greg Huber
ent a command line window. > > Glen > > [1] http://cxf.547215.n5.nabble.**com/RE-How-to-deploy-to-JBoss-** > tp571885p571888.html<http://cxf.547215.n5.nabble.com/RE-How-to-deploy-to-JBoss-tp571885p571888.html> > > On 06/17/2013 10:52 AM, Greg Huber wrote: > >> Glen

Re: eclipse deploying in webby

2013-06-17 Thread Greg Huber
#3 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

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 wor

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 elements. btw good job the jpa enhanch stuff has gone away! Cheers Greg On 26 July 2013 11:58, Glen Ma

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

Re: svn commit: r1507257

2013-07-26 Thread Greg Huber
rom 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 wrote: >> >> Absolutely -- just removed it. (That file was two years o

media file folder delete

2013-07-29 Thread Greg Huber
Glen, Can you test whether you can delete a media file folder? ie add a folder and then try and delete it. For me it seems to delete it OK but when you refresh the media file folder view it is still there. If I then shut down tomcat and restart it is gone. It seems something to do with its cac

Re: media file folder delete

2013-07-29 Thread Greg Huber
eck, but what happens if you go to the Roller maintenance tab > and click 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. > >

Re: media file folder delete

2013-07-29 Thread Greg Huber
> and click 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: &

Re: media file folder delete

2013-07-29 Thread Greg Huber
maybe there's some simple setting causing it not to work. Note our > EclipseLink is JPA 2.1 vs. Hibernate's (and the OpenJPA's) 2.0, that might > be part of the story. > > Glen > > On 07/29/2013 07:34 AM, Greg Huber wrote: > >> From google: >> &g

  1   2   3   >