... Thanks for the swift response Jason! Once I got the latest sources working I was able to import the backed-up zipfile. The export/import mechanism doesn't...
Hey all: Wanted to let everyone know about the availability of our public issue tracker: http://jira.dotmarketing.net/browse/DOTCMS This online tool will give...
Hi all, I tried to copy Calendar view function in my local environment, I created a web page content named "calendar view" just for testing, the code is as...
Bob: WebAPI's are mapped to Velocity through the toolbox.xml file: /liferay/WEB-INF/toolbox.xml If you look, you will see an entry <tool> <key>webapi</key> ...
Hi Will, Thanks a loooot for prompt help. But I have checked the toolbox.xml, webapi definition is there. I also tried using ${webapi.getCurrentMonth()}, still...
Hi Will, I finially realized that all the Calendar functions demonstrated in the DOTCMS online demo was based on the Trunk version, not on Release src build. ...
Bob: Totally understood. Last week we put a note on the top of the http://www.dotcms.org/downloads/download_releases.dot page to that effect. We recommend...
Gert: There should be a link on the blue bar at the top called "CREATE A NEW ISSUE". It is actually kind of subtle. -- Thanks, Will Ezell www.dotmarketing.com ...
... My blue bar says "home", "browse project", "find issues" and "quick search". If the new issues link is there it's so subtle I can't even find it while...
that is subtle! lol. Try now and see if it works for you. Somehow you weren't assigned the groups you needed. -- Thanks, Will Ezell www.dotmarketing.com ...
Hi, i can´t change, add or move contents in edit mode (preview). The controls are disabled. I´m logged as the default test user.it belongs to: ... #roles ......
Leone: Is the container a dynamic container (uses a lucene query to pull its contents). If it is, then you won't get edit controls on it. Edit controls and...
Hi all, I tried to customize Content Calendar view by setting values directly to $requestMonth, requested year/currentYear and selected categoryID instead of...
the content multilanguage support is very cute (with all these flags),but how about the html pages and forlder name support? when i use the #sitemap() velocity...
Hi Bob, most of the problems calling a Java method from velocity is that velocity doesn't find the method due to problem in the data types, try changing the ...
Hi Salvador, Thanks a looot! I have just tried "#set($requestMonth = '4')", the Calendar view does get events, but the problem does not seem to be the use of...
Bob, I see on the source code that you are assigning a value to the categoryID, but I dont see what are you doing with it, could you sent to me the whole...
Hi Salvador, I am sorry not to put my questions clearly: I'd like to get events on specific day by category without sending any form REQUEST. I am trying to...
Bob, I check our source code, this is the problem, your variable is good, but on the method that filter the events, we get the categoryId, directly from the...
Hi Bob, The problem you are having is this. If you see the macro you are using: #set($calendarmap = $eventsapi.getCalendarMap($request.getParameter ('year'),...
Hi Salvador, I met another problem when set "$categoriesSelected" value directly in "/application/events/events_calendar_main.vtl" using my category inode ID...
This is a bug with the default content encoding. Leone, can you stick this bug in our issue tracker: http://jira.dotmarketing.net -- Thanks, Will Ezell t:...