Log in to follow, share, and participate in this community.
Thread internationalization in CoreModule
internationalization in CoreModuleHi, I tried to work with another language than english. I found that no matter which language user set in its account, because it should be taken from a request (from browser). I tried this but with no results :-(. I ...
how to hide a block?Hi, I'd like to know how I can hide a block for anonymous. I tried to change permissions on this block but nothing happened. I don't know exactly how patterns works, maybe someone could help me. Thanks
bug at editing block attr - constructingHello guys, I noticed some problem with org.jboss.nukes.core.modules.block.BlockModule. The "edit" action consturcts htmlpage to set some parameters (f.e. Title, DisplayName, etc). The problem is when the text field i...
FileUploadFilterThe FileUploadFilter: The implementation of the FileUploadFilter makes the assumption that all files loaded by Nukes will be loaded into memory. This is inline with the idea that all Nukes content will be stored in th...
Thread Download Module and Uploading/Downloading files to Server
Download Module and Uploading/Downloading files to ServerHi, I asked this question before and someone mentioned they were working on updating the download module to upload/download files to the server. Has this work been checked into CVS? If not, do you think something wil...
JBoss or SunOne Studio?? what to prefer??Hi We have been working on Sunstudio for an year now. Currently we are developing a scalable product in a network environment with about say - 150 server connections, 10 client connections and about 10,000 objects. ...
JBoss or SunOne Studio?? what to prefer??Hi We have been working on Sunstudio for an year now. Currently we are developing a scalable product in a network environment with about say - 150 server connections, 10 client connections and about 10,000 objects. ...
Test broken URL tagA URL that is not trimmed http://www.jboss.org/index.html?module=bb&op=viewforum&f=163 A URL that does not show the URL text http://www.jboss.org/index.html?module=bb&op=viewforum&f=163
problem with lostpassword module in frenchHi !! I work in the lostpassword module in french. All works fine but I have a probleme in the ${lostpassword._NEW_PASSWORD}and ${lostpassword._YOUR_NEW_PASSWORD}. Indeed, they are not translated in the object and t...
Howto send Mails from an moduleI want to send mails from an modul. I have seen that the core provides an mail modul and i think its a good way to reuse this modul. But how to use it and where to settup? The local.properties does not contain setup p...
NEW JBoss Portal ForumsEnvironmnet: winXP,jboss-3.2.6,jboss-3.2.6RC2-nukes-2.0-DR,nukes-2.0-DR-src I set the JBOSS_HOME=${jboss-3.2.6} NUKES_HOME=${nukes-2.0-DR-src} I build the nukes following the instruction in http://www.jboss.org/wiki/...
Thread problems of building nukes2.0 in windows xp system
problems of building nukes2.0 in windows xp systemEnvironmnet: winXP,jboss-3.2.6,jboss-3.2.6RC2-nukes-2.0-DR,nukes-2.0-DR-src I set the JBOSS_HOME=${jboss-3.2.6} NUKES_HOME=${nukes-2.0-DR-src} I build the nukes following the instruction in http://www.jboss.org/wiki/...
Problems with Nukes 1.1Hi, I can see at least two recent posts in the user forum (including mine) for problems with installation of Nukes 1.1. I know everyone on the development team are busy and excited about Nukes 2.0, but it would be gr...
Thread User module localization, mainly for email and french
User module localization, mainly for email and frenchJust to keep you informed ... in case someone works on it. I'm working on improving user module localization, with "french and US ready" properties. For now, many messages are still "US hard coded". For ex. email va...
Nukes 2.0 urlsHi developers, I have to implement a module for creation of user's personal web sites. The user's web site must be mapped on a url like this: www.mydomain.com/[username] For example, the personal web site of the use...
CVS Nukes 1.x: Missing nukes-installer.war/index.jsp?I just got the latest Nukes 1.x source from CVS. When I build the nukes-installer.war, the index.jsp file is missing from the war. Is this auto-generated or is it missing from CVS? Thanks in advance
Stack parser / FormatterThe formatter consists in two parts, the parsing and the rendering. So to me, a formatter consist in a parser (to parse BBCode, HTML, Wiki...) plus a renderer (HTML, plain text, Flash...) Some people may want to all...
New bbmailposter Module Added To CVS HeadI've added the bbmailposter module to CVS head. This is a replacement for the jbmail module so jbmail can now be deprecated. The module was renamed because jbmail implies the module has something to do with jboss mail...
Multipart encoding problemHi developers, there is a problem in nukes1.1RC3. Take a look at the contructor of org.jboss.nukes.servlet.MultipartRequest. The parameters values are extracted from upload fields with the standard encoding, ignoring ...