Git Product home page Git Product logo

share-extras's People

Contributors

wabson avatar flox1an avatar

Watchers

James Cloos avatar

share-extras's Issues

Document preview while editing meta data.


Allow document preview while editing meta data. 
Useful for manual metadata registration when the actual document is not 
available.

new add-on EditPreviewFormTemplate

Have you done any work to implement the enhancement? 

just drop the attached jar in <alfresco_instal>/tomcat/shared/lib 

for Alfresco 3.5 version <formsExtrasVersion> global config entry is needed:
<alfresco-config> 
  <config>
    <formsExtrasVersion>35</formsExtrasVersion>
  </config>

contact: [email protected] ( www.albasoft.com )

Original issue reported on code.google.com by [email protected] on 10 Jun 2011 at 10:09

Attachments:

HelloWorld 3 does not work on Alf 3.4

I can't see the dahslet "Hello World 3" in the available ones
Alfresco 3.4

What steps will reproduce the problem?
1.Install HelloWorld 3 dashlet
2.Try to put the new dashlet in your personal dashboard
3.The dahslet is not available

In fact, I had to add 
<family>dashlet</family>

in the hello-world.get.desc.xml

Original issue reported on code.google.com by [email protected] on 18 Apr 2011 at 2:41

French patch for "SitePollDashlet"

SitePollDashlet is a really great dashlet but I've got some troubles cause I 
use Alfresco in French (there are troubles with dates and numbers).

I've created a patch that add french translation and fixed some bugs with dates 
and numbers.

I've also add in properties files i18n for the datalist form help.

Tell me what you think about it.

Sincerly.
Bertrand.

Original issue reported on code.google.com by [email protected] on 2 Jun 2011 at 10:59

Attachments:

Would be nice with an example with java backed webscript in share

Please file this as an enhancement request. 

I have an idea to write a dashlet for the yammer service (yammer.com corporate 
twitter like service). For that to work I would need to authenticate with the 
yammer api using oAuth. Google as well uses this form of authentication. 
However to do this you will need to write a server side java backed webscript. 
In the Alfresco documentation sources I've been reading all java backed 
webscript examples are deployed to the Alfresco repository server and not in 
Share. Since I would like to package the dashlet in a single jar (or probably 
an amp) and since there is no interaction at all with the alfresco repository I 
want to deploy everything in Alfresco Share. 

A nice enhancement to this library of dashlets would be an example dashlet with 
a java backed webscript deployed solely into Alfresco share.

Thanks
/Erik


Original issue reported on code.google.com by [email protected] on 11 May 2011 at 12:04

no configure button for bbc weather

What steps will reproduce the problem?
1. d/l the bbc jar file
2. place in tomcat/share/lib folder and restart alfresco
3. add the bbc dashlet - no configure button

What is the expected output? What do you see instead?
expected to see configure button and be able to set my location. the line where 
the configure button is supposed to be is not there at all and the dashlet is 
stuck on london

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
bbc-weather-dashlet-0.1.jar

What version of Alfresco are you using? On what application server?
alfresco-3.4.d

What web browser are you using? Please supply browser name and version.
chromium - 11, firefox - 4.0.1, ie - 9

Please provide any additional information below.
i belive the issue to be related to this load exception:
WARN : org.springframework.beans.GenericTypeAwarePropertyDescriptor - Invalid 
JavaBean property 'baseUrl' being accessed! Ambiguous write methods found next 
to actually used [public void 
org.alfresco.wcm.client.impl.WebScriptCallerImpl.setBaseUrl(java.lang.String) 
throws java.net.URISyntaxException]: [public void 
org.alfresco.wcm.client.impl.WebScriptCallerImpl.setBaseUrl(java.net.URI)]
ERROR: org.springframework.web.servlet.DispatcherServlet - Context 
initialization failed
org.springframework.extensions.config.ConfigException: 04240000 Unable to 
locate evaluator implementation for 'model-type' for 
org.springframework.extensions.config.ConfigSectionImpl@3e043340 
(evaluator=model-type condition=pm:poll replace=false)
        at org.springframework.extensions.config.BaseConfigService.processSection(BaseConfigService.java:457)
        at org.springframework.extensions.config.BaseConfigService.getConfig(BaseConfigService.java:223)
        at org.springframework.extensions.config.BaseConfigService.getConfig(BaseConfigService.java:165)
        at org.springframework.extensions.webscripts.connector.ConnectorService.onApplicationEvent(ConnectorService.java:106)
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:294)
        at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:858)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:419)
        at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:443)
        at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:459)
        at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:340)
        at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:307)
        at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:127)
        at javax.servlet.GenericServlet.init(GenericServlet.java:212)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
        at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993)
        at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4187)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4496)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at org.apache.catalina.core.StandardService.start(StandardService.java:519)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)

Original issue reported on code.google.com by [email protected] on 25 May 2011 at 6:10

French translation for "TagCloudDashlet"

If you want to add a French translation in the "TagCloudDashlet" Dashlet.


header=Tags du site
message.no-tags=Aucun tag
message.error=Erreur : Impossible de r\u00e9cup\u00e9rer la liste des tags.

filter.all=Tous
filter.wiki=Pages du wiki
filter.blog=Articles du blog
filter.documentLibrary=Espace documentaire
filter.calendar=Calendrier
filter.links=Liens
filter.discussions=Discussions


Sincerly.


Original issue reported on code.google.com by [email protected] on 31 May 2011 at 12:43

Attachments:

Twitter Feed makes IE not responding

What steps will reproduce the problem?
1. Installing Twitter Feed Dashlet
2. Adding it to Site
3. Opening Site in IE 8

What is the expected output? What do you see instead?
IE freezes

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
twitter-feed-dashlet-0.3.jar

What version of Alfresco are you using? On what application server?
Alfresco Community 3.4.d on Debian 6.0.1 Netinstall

What web browser are you using? Please supply browser name and version.
IE 8

Please provide any additional information below.
The problem i'm having is in IE 8 . The problem doesnt happen when i open the 
site in Firefox

Original issue reported on code.google.com by [email protected] on 5 Jul 2011 at 10:30

MediaPreviews

What steps will reproduce the problem?
1. Login as a Admin user and upload an .mp4 file into an Alfresco Share folder
2. Click on the media file
3. Click on play icon in the media preview

What is the expected output? What do you see instead?
Expected to see a video, but instead saw a black screen. Audio is fine.

What version of the add-on are you using? Please provide version of the 
downloaded package, or Subversion revision number.
 media-preview-0.2.jar

What version of Alfresco are you using? On what application server?
Using Alfresco Enterprise 3.4 on JBoss 4.3 CP6


What web browser are you using? Please supply browser name and version.
Chrome 14

Please provide any additional information below.
ffmpeg is installed and referenced in alfresco-global.properties

Also, seeing the following errors when click on the media file

   command:    [sh, -c, ${ffmpeg.exe} -y -ss 10 -i '/opt/jboss/jboss-4.3-CP06/jboss-eap-4.3/jboss-as/server/production04/tmp/Alfresco/RuntimeExecutableContentTransformerWorker_source_2071131460842550038.mp4' -f image2 -vframes 1 '/opt/jboss/jboss-4.3-CP06/jboss-eap-4.3/jboss-as/server/production04/tmp/Alfresco/RuntimeExecutableContentTransformerWorker_target_5220355998221859548.jpg' 2> /dev/null]
   succeeded:  false
   exit code:  1
   out:        
   err:        sh: ${ffmpeg.exe}: bad substitution


Original issue reported on code.google.com by [email protected] on 4 Oct 2011 at 5:09

Unexpected html encoded output

What steps will reproduce the problem?
1. install dashlet
2. add to share
3. view content

What is the expected output? What do you see instead?
Expecting to see norwegian characters (æøå), but instead the charaters show 
up as html encoded text, i.e the work "vært" becomes "v&aelig;rt" 

What version of the product are you using? On what operating system?
Running the latest version (new install) of Alfresco Share
version 3.4.0 (d 3370) schema 4113


Original issue reported on code.google.com by [email protected] on 6 Mar 2011 at 10:53

DocumentGeographicDetails not working on Alfresco 4.0a CE

What steps will reproduce the problem?

1. Install the jar file under Alfresco Share 4.0a CE
2. Upload a picture with geotag info
3. try to preview any document at all
4. Error tying to preview document contact administrator in red text

What is the expected output? What do you see instead?

Document should be previewed, now nothing just the above message in Red text

DocumentGeographicDetails version 0.2


Alfresco Share 4.0a running on Tomcat 6 under Windows server 2008 64 bit


What web browser are you using? Please supply browser name and version.


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Oct 2011 at 9:15

Twitter Search Dashlet: IE8 an unknown error occurred fetching the Twitter feed

What steps will reproduce the problem?
1. Add twitter-search-dashlet-0.2.jar to shared\lib
2. Restart alfresco service
3. Add twitter search dashlet to dashboard

What is the expected output? What do you see instead?
Expected: Twitter search result list

Instead: An unknown error occurred fetching the Twitter feed
Log:
14:10:54,892 http-8080-18 ERROR [extensions.webscripts.AbstractRuntime] 
Exception from executeScript - redirecting to status template error: 06080009 
Failed to process template 
org/alfresco/components/dashlets/twitter-search-results.get.html.ftl
Caused by: freemarker.template.TemplateModelException: Error: on line 24, 
column 111 in 
org/alfresco/components/dashlets/twitter-search-results.get.html.ftl
Expecting a date here, found: Fri, 08 Jul 2011 11:58:32 +0000   


What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.

What version of Alfresco are you using? On what application server?
Alfresco Enterprise v3.4.1 (304) schema 4201

Same bug also reproduced in:
Alfresco Community v3.4.0(d 3370) schema 4113

Both: tomcat

What web browser are you using? Please supply browser name and version.
IE 8

Please provide any additional information below.
Mozilla firefox doesn’t throw this error.

Original issue reported on code.google.com by [email protected] on 8 Jul 2011 at 12:50

Ambiguous ant project name leads to confusion in Eclipse Ant view

Because many of these projects share the same Ant project name in their 
build.xml files, if you add them all to your Eclipse Ant view it is impossible 
to tell which is which.

I've created the attached patch which simply appends the project name to the 
name in each project's ant build.xml file to make it unambiguous.

Original issue reported on code.google.com by jeffpotts01 on 9 May 2011 at 11:03

Attachments:

MediaPreview: Preview stops working if a file is updated (via 'upload new version')

What steps will reproduce the problem?
1. Upload a MP4/FLV/AVI video file
2. Then, upload a new version of that file (for testing purposes may be 
identical)


What is the expected output? What do you see instead?
Expected: Preview of the new version
Instead: 
----
Error Code Information: 500 - An error inside the HTTP server which prevented 
it from fulfilling the request.
Error Message: 08200001 Failed to process template 
org/alfresco/components/preview/web-preview.get.html.ftl
----

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
MediaPreview 0.2

What version of Alfresco are you using? On what application server?
3.4d on Linux, Tomcat 6

What web browser are you using? Please supply browser name and version.
Error occurs with FF 5/6 as well as IE 8 and Chrome (and I'm quite sure it's no 
browser thing)


Please provide any additional information below.

Whenever one uploads a new video file, preview works flawlessly. But as soon as 
this file gets updated in SHARE via 'upload a new version of this document', a 
HTTP 500 is raised and preview is broken.
I feel so free a to provide the full error stack below:

-------------------------------
Exception: freemarker.template.TemplateException - Expected collection or 
sequence. node.generatedPreviews evaluated instead to 
freemarker.template.SimpleHash on line 13, column 31 in 
org/alfresco/components/preview/web-preview.get.html.ftl.
freemarker.core.TemplateObject.invalidTypeException(TemplateObject.java:135)
freemarker.core.IteratorBlock$Context.runLoop(IteratorBlock.java:190)
freemarker.core.Environment.visit(Environment.java:417)
freemarker.core.IteratorBlock.accept(IteratorBlock.java:102)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.MixedContent.accept(MixedContent.java:92)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.IfBlock.accept(IfBlock.java:82)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.ConditionalBlock.accept(ConditionalBlock.java:79)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.MixedContent.accept(MixedContent.java:92)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.Environment.process(Environment.java:190)
org.springframework.extensions.webscripts.processor.FTLTemplateProcessor.process
(FTLTemplateProcessor.java:171)
org.springframework.extensions.webscripts.AbstractWebScript.renderTemplate(Abstr
actWebScript.java:589)
org.springframework.extensions.webscripts.DeclarativeWebScript.renderFormatTempl
ate(DeclarativeWebScript.java:267)
org.springframework.extensions.webscripts.DeclarativeWebScript.execute(Declarati
veWebScript.java:147)
org.springframework.extensions.webscripts.PresentationContainer.executeScript(Pr
esentationContainer.java:69)
org.springframework.extensions.webscripts.LocalWebScriptRuntimeContainer.execute
Script(LocalWebScriptRuntimeContainer.java:231)
org.springframework.extensions.webscripts.AbstractRuntime.executeScript(Abstract
Runtime.java:333)
org.springframework.extensions.webscripts.AbstractRuntime.executeScript(Abstract
Runtime.java:189)
org.springframework.extensions.webscripts.WebScriptProcessor.executeBody(WebScri
ptProcessor.java:284)
org.springframework.extensions.surf.render.AbstractProcessor.execute(AbstractPro
cessor.java:57)
org.springframework.extensions.surf.render.RenderService.processComponent(Render
Service.java:264)
org.springframework.extensions.surf.render.bean.ComponentRenderer.body(Component
Renderer.java:93)
org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRende
rer.java:75)
org.springframework.extensions.surf.render.RenderService.renderComponent(RenderS
ervice.java:600)
org.springframework.extensions.surf.render.RenderService.renderRegionComponents(
RenderService.java:539)
org.springframework.extensions.surf.render.RenderService.renderChromeInclude(Ren
derService.java:893)
org.springframework.extensions.webscripts.ChromeIncludeFreeMarkerDirective.execu
te(ChromeIncludeFreeMarkerDirective.java:71)
freemarker.core.Environment.visit(Environment.java:263)
freemarker.core.UnifiedCall.accept(UnifiedCall.java:126)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.MixedContent.accept(MixedContent.java:92)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.Environment.process(Environment.java:190)
org.springframework.extensions.webscripts.processor.FTLTemplateProcessor.process
(FTLTemplateProcessor.java:171)
org.springframework.extensions.webscripts.WebTemplateProcessor.executeBody(WebTe
mplateProcessor.java:345)
org.springframework.extensions.surf.render.AbstractProcessor.execute(AbstractPro
cessor.java:57)
org.springframework.extensions.surf.render.RenderService.processRenderable(Rende
rService.java:186)
org.springframework.extensions.surf.render.bean.ChromeRenderer.body(ChromeRender
er.java:89)
org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRende
rer.java:75)
org.springframework.extensions.surf.render.bean.ChromeRenderer.render(ChromeRend
erer.java:80)
org.springframework.extensions.surf.render.bean.RegionRenderer.body(RegionRender
er.java:92)
org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRende
rer.java:75)
org.springframework.extensions.surf.render.RenderService.renderRegion(RenderServ
ice.java:492)
org.springframework.extensions.webscripts.RegionFreemarkerTagDirective.execute(R
egionFreemarkerTagDirective.java:75)
freemarker.core.Environment.visit(Environment.java:263)
freemarker.core.UnifiedCall.accept(UnifiedCall.java:126)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.ConditionalBlock.accept(ConditionalBlock.java:79)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.MixedContent.accept(MixedContent.java:92)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.Environment.visit(Environment.java:395)
freemarker.core.BodyInstruction.accept(BodyInstruction.java:93)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.MixedContent.accept(MixedContent.java:92)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.Macro$Context.runMacro(Macro.java:172)
freemarker.core.Environment.visit(Environment.java:603)
freemarker.core.UnifiedCall.accept(UnifiedCall.java:106)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.MixedContent.accept(MixedContent.java:92)
freemarker.core.Environment.visit(Environment.java:210)
freemarker.core.Environment.process(Environment.java:190)
org.springframework.extensions.webscripts.processor.FTLTemplateProcessor.process
(FTLTemplateProcessor.java:171)
org.springframework.extensions.webscripts.WebTemplateProcessor.executeBody(WebTe
mplateProcessor.java:345)
org.springframework.extensions.surf.render.AbstractProcessor.execute(AbstractPro
cessor.java:57)
org.springframework.extensions.surf.render.RenderService.processTemplate(RenderS
ervice.java:378)
org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer.body(Te
mplateInstanceRenderer.java:123)
org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRende
rer.java:75)
org.springframework.extensions.surf.render.bean.PageRenderer.body(PageRenderer.j
ava:85)
org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRende
rer.java:75)
org.springframework.extensions.surf.render.RenderService.renderPage(RenderServic
e.java:408)
org.springframework.extensions.surf.mvc.PageView.dispatchPage(PageView.java:388)
org.springframework.extensions.surf.mvc.PageView.renderView(PageView.java:329)
org.springframework.extensions.surf.mvc.AbstractWebFrameworkView.renderMergedOut
putModel(AbstractWebFrameworkView.java:285)
org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:
1060)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.j
ava:798)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.ja
va:716)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet
.java:647)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552
)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:290)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:206)
org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFi
lter.java:74)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:206)
org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthentication
Filter.java:301)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
erChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.
java:206)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:2
33)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:1
91)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109
)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Pr
otocol.java:588)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
java.lang.Thread.run(Thread.java:619)
Exception: org.springframework.extensions.webscripts.WebScriptException - 
08200001 Failed to process template 
org/alfresco/components/preview/web-preview.get.html.ftl
org.springframework.extensions.webscripts.processor.FTLTemplateProcessor.process
(FTLTemplateProcessor.java:175)



Original issue reported on code.google.com by [email protected] on 20 Sep 2011 at 6:21

Attachments:

Site Poll Dashlet failing in IE8

What steps will reproduce the problem?
1. Create a Poll in Data Lists
2. Add the Site Poll Dashlet to Dashboard and select Poll
3. Poll name appears, but there are no options available. If you vote in a 
different browser, you can view the results.

What is the expected output? What do you see instead?
You should see the list of poll option buttons, however none appear.

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
site-poll-dashlet-0.4.jar also occured in 0.3

What version of Alfresco are you using? On what application server?
Windows 2003 with Alfresco Community Edition 3.4d

What web browser are you using? Please supply browser name and version.
I.E. 8

Please provide any additional information below.
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; 
.NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 
3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Thu, 26 May 2011 21:29:38 UTC


Message: Object doesn't support this property or method
Line: 1
Char: 1859
Code: 0
URI: http://share.example.com/share/res/extras/components/dashlets/poll-min.js



Original issue reported on code.google.com by [email protected] on 26 May 2011 at 9:37

Javascript Console Syntax highlighting

I've attached a patch that adds syntax highlighting to the javascript console. 
It uses CodeMirror http://codemirror.net/ library.

Besides applying the patch, download from CodeMirror and add to 
/Javascript Console/source/web/components/console/codemirror
these files from the downloaded CodeMirror library
codemirror.css (from folder lib)
codemirror.js (from folder lib)
default.css (from folder theme)
javascript.js (from folder mode/javascript)

You may have to recheck that ctrl+enter submit works, other than that I think 
it is working as intended.

CodeMirror does support theming and stuff, but for this it just defaults.

Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 1:10

Attachments:

Twitter Search Dashlet avatar text wrapping issue

What steps will reproduce the problem?
1. Add a new instance of the dashlet to the dashboard
2. Observe the status message text does not wrap around the user avatar images

What is the expected output? What do you see instead?

Text should wrap properly

Original issue reported on code.google.com by will.abson on 6 Jul 2011 at 11:23

French translation for "WikiRichContent"

If you want to add a French translation in the "WikiRichContent" extension.

There is not good translation for 'toggle' in French. But it seems to not be 
used in your code.

# Table of contents
label.tocHeader=Table des mati\u00e8res
label.tocToggle=afficher\u002fmasquer
label.tocShow=afficher
label.tocHide=masquer

Sincerly.

Original issue reported on code.google.com by [email protected] on 6 May 2011 at 7:21

Twitter Feed hashtags cannot contain non-Latin characters

What steps will reproduce the problem?
1. Point the dashlet to a Twitter feed with tweets containing non-Latin 
hashtags, e.g. #España
2. Locate a tweet containing that hashtag, within the dashlet
3. The hashtag link should be truncated at the location of the non-Latin 
character

Original issue reported on code.google.com by will.abson on 21 Mar 2011 at 3:34

CKEditorFormControl - content not saved if enter key or button not used

What steps will reproduce the problem?
1.Create Content/HTML
2.Enter document name
3.Enter any text in the content field and click save

What is the expected output? What do you see instead?
The document is saved, but without the data entered in the content field

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
.01 version


What version of Alfresco are you using? On what application server?

v3.4c
What web browser are you using? Please supply browser name and version. IE 8



Please provide any additional information below.
I installed the .jar and overrode the cm:content - model and node, inline edit 
forms to use CKEditor.  Everything works well in general, but sometimes the 
entered data is not saved.  For example, if I enter a whole sentence into the 
content field and don't press enter to start a new line, the data is not saved. 
 But if I simply press enter at the end of the sentence or use any of the 
buttons, like apply a style to the sentence, the data is saved.  

Original issue reported on code.google.com by [email protected] on 14 Jun 2011 at 12:28

Ctrl+Enter fires multiple times

What steps will reproduce the problem?
1. Write a script which executes quickly
2. Press Ctrl+Enter
3. See the Output-Window flicker multiple times

What is the expected output? What do you see instead?

Only one script execution.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 11 Jul 2011 at 7:30

Media Preview example not showing up in share browser

What steps will reproduce the problem?
1. Downliaded media-preview-0.2.jar
2. Copied this jar file to Tomcat_home/shared/lib
3. Restated the server, i login to share application its not showing 
   up in there.

What is the expected output? What do you see instead?
Should be able to see the media-preview site in share site.

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
Dowloaded from project home.

What version of Alfresco are you using? On what application server?
Alfresco Community Edition 3.4

What web browser are you using? Please supply browser name and version.

IE 7


Please provide any additional information below.

Can you please provide what is the problem. Why its not showing up in share 
like you showed us in WebEx presentation.

Please provide me the steps to run this example.

Original issue reported on code.google.com by [email protected] on 6 Jul 2011 at 7:44

New feature "download content as zip file"

The "download as zip" toolbar action is a new feature to allow the download of 
multiple files, compressed into a zip.
It adds a number of selected files to a zip stream and downloads that zip file. 

Please find attached an inital version of that project.


Original issue reported on code.google.com by [email protected] on 16 Aug 2011 at 6:55

Node Browser label is not correct

What steps will reproduce the problem?
1. deploy the node browser extra
2. go to the admin console in Share

What is the expected output? 
  Node Browser

What do you see instead?
  tool.node-browser.label

What version of the product are you using?
 3.3.3

On what operating system?
MAC OS X 10.6.7

Please provide any additional information below.
Looks like a missing properties file


Original issue reported on code.google.com by [email protected] on 28 Mar 2011 at 2:57

Sample dashlet blows multi-column dashboard layout

Deploy sample dashlet.
Add to the global dashboard in any position other than the last position of the 
last column.
View the dashboard.
All dashlets that follow the sample dashlet will be shown in the same column as 
the sample dashlet, even if they were supposed to be shown in a subsequent 
column. See the attached screenshot.

Original issue reported on code.google.com by jeffpotts01 on 25 Oct 2011 at 6:19

Attachments:

Add logger.log support to Javascript Console

What enhancement would you like to see? Is this a new feature, a
translation, or something else?

logger.log(..) output should be redirected to the output window or a separate 
log-window.

Does the enhancement relate to an existing add-on or to a new add-on? If an 
existing add-on, which one?

Yes, the Javascript Console.

Have you done any work to implement the enhancement? 

Could be as simple as redirecting logger.log to a print() call. This can 
currently be done (as a workaround) like this:

var _$orglogger = logger;
logger = {
  log: function(text) {
    print(text);
    _$orglogger.log(text);
  }
}

logger.log("It works.");




Original issue reported on code.google.com by [email protected] on 9 Jun 2011 at 2:21

iCalFeedDashlet: Unable to load ical url that requires http basic authentication

What steps will reproduce the problem?
1. Configure iCalFeedDashlet with an ical url that requires http auth

What is the expected output? What do you see instead?
Expected either an http auth prompt from the browser or a re-use of
active session's authorization header/alf ticket

Svn Revision: 282 of 
URL: http://share-extras.googlecode.com/svn/trunk/iCal%20Feed%20Dashlet

Using on Community 3.4d and testing on 3.5a (preview)


Tested in chrome, ff ie (several versions of all)


Setting log level for org.apache.commons.httpclient to debug yields the 
following:
-----
08:47:21,881 ajp-8009-14 DEBUG [commons.httpclient.HttpConnection] Open 
connection to intranet:1080
08:47:21,882 ajp-8009-14 DEBUG [commons.httpclient.HttpMethodDirector] 
Authorization required
08:47:21,883 ajp-8009-14 DEBUG [httpclient.auth.AuthChallengeProcessor] 
Supported authentication schemes in the order of preference: [ntlm, digest, 
basic]
08:47:21,883 ajp-8009-14 DEBUG [httpclient.auth.AuthChallengeProcessor] 
Challenge for ntlm authentication scheme not available
08:47:21,883 ajp-8009-14 DEBUG [httpclient.auth.AuthChallengeProcessor] 
Challenge for digest authentication scheme not available
08:47:21,883 ajp-8009-14 INFO  [httpclient.auth.AuthChallengeProcessor] basic 
authentication scheme selected
08:47:21,883 ajp-8009-14 DEBUG [httpclient.auth.AuthChallengeProcessor] Using 
authentication scheme: basic
08:47:21,883 ajp-8009-14 DEBUG [httpclient.auth.AuthChallengeProcessor] 
Authorization challenge processed
08:47:21,883 ajp-8009-14 DEBUG [commons.httpclient.HttpMethodDirector] 
Authentication scope: BASIC 'Personal Calendar'@intranet:1080
08:47:21,883 ajp-8009-14 DEBUG [commons.httpclient.HttpMethodDirector] 
Credentials required
08:47:21,883 ajp-8009-14 DEBUG [commons.httpclient.HttpMethodDirector] 
Credentials provider not available
08:47:21,883 ajp-8009-14 INFO  [commons.httpclient.HttpMethodDirector] No 
credentials available for BASIC 'Personal Calendar'@intranet:1080
08:47:21,883 ajp-8009-14 DEBUG [commons.httpclient.HttpMethodBase] Should NOT 
close connection in response to directive: keep-alive
08:47:21,883 ajp-8009-14 DEBUG [commons.httpclient.HttpConnection] Releasing 
connection back to connection manager.
08:47:21,896 ajp-8009-14 DEBUG [commons.httpclient.HttpConnection] Open 
connection to localhost:8080
08:47:21,896 ajp-8009-14 DEBUG [commons.httpclient.HttpMethodBase] Adding Host 
request header
08:47:21,900 ajp-8009-14 DEBUG [commons.httpclient.HttpMethodBase] Resorting to 
protocol version default close connection policy
08:47:21,900 ajp-8009-14 DEBUG [commons.httpclient.HttpMethodBase] Should NOT 
close connection, using HTTP/1.1
08:47:21,900 ajp-8009-14 DEBUG [commons.httpclient.HttpConnection] Releasing 
connection back to connection manager.
-----


Original issue reported on code.google.com by [email protected] on 1 May 2011 at 8:24

Error IE8: sitegeotaggedcontent dashlet

What steps will reproduce the problem?
1.Add siteGeotaggedContent jar in shared/lib
2.Restart alfresco service
3.Add dashlet to your site dashboard
4.Add some content to the DL
5.Add aspect and details geo info, e.g: 51.3666667 and 6.1666667

6.Navigate to the site dashboard

What is the expected output? What do you see instead?
Displayed geotagged content

Instead it responded with a status of 500 - Internal Error.
Error: on line 8, column 64 in 
org/alfresco/components/dashlets/site-geotagged-content.get.html.ftl Expecting 
a number here, found: 51,328


What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
site-geotagged-content-dashlet-0.2

What version of Alfresco are you using? On what application server?
3.4d community on tomcat
3.4.1 enterprise on tomcat

What web browser are you using? Please supply browser name and version.
IE 8

Please provide any additional information below.

Mozilla firefox doesnt display this error and the dashlet works fine. 
It looks like IE throws an error on "," in the lattitude and longitude number. 


Original issue reported on code.google.com by [email protected] on 12 Jul 2011 at 1:07

[Node Browser] Visualize d:category properties

What enhancement would you like to see? Is this a new feature, a
translation, or something else?
When viewing properties of a noderef i'd like to see props of type d:category

Does the enhancement relate to an existing add-on or to a new add-on? If an
existing add-on, which one?
The enhancement relate to NodeBrowser.


Have you done any work to implement the enhancement? Please detail any
simple changes inline, or for changes involving multiple files please add a
diff file to the issue as an attachment.

I'm trying to modify the data webscript controller node.get.js
"Array" is the constructor for d:category properties and d:text multivalued 
properties, am I right? In function getPropertyType(p) I can grab the 
constructor name of the property, but I can't discriminate between the two 
(d:category and d:text)...

Original issue reported on code.google.com by francesco83.valente on 25 May 2011 at 10:15

MediaPreviews video transformations not working in Alfresco 3.4.d

MediaPreviews video transformations do not work out of the box in Alfresco 
3.4.d. Preview of mp4 and flv videos work correctly, but when trying to view 
mpg or wmv no transformation is done. No debug logs appear in Alfresco.log.
Transformations work correctly for thumbnails though, even for mpg and wmv. In 
this case debug logs are filed as expected.

System is Alfresco 3.4.d on Windows XP SP3 32-bit. FFmpeg git-2a0d4d4 32-bit 
Static from http://hawkeye.arrozcru.org.

Original issue reported on code.google.com by [email protected] on 29 Mar 2011 at 11:31

Reset Password

What steps will reproduce the problem?
1.Password Reset Not working propery
2.
3.

What is the expected output? What do you see instead?
After installing and trying to resent the "lost" password I always got the 
"user not found" error message, no matter what user you try there and 
re-checked many times and the registered mail it is correct and the mail server 
is sending other notification normally

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.


What version of Alfresco are you using? On what application server?
3.4e Win 2003

What web browser are you using? Please supply browser name and version.
google crome latest

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Jul 2011 at 5:46

JavascriptConsole throws an error 'this.widgets.codeMirror is undefined'

What steps will reproduce the problem?
1. Clear local HTML5 storage for the dashlet, specifically for the key 
javascript.console.script
2. Reload the console page

What is the expected output? What do you see instead?
The console should render the complete UI. Instead it stops with an error 
occurring in the loadDemoScript() function, when this is called from onReady().

Please use labels and text to provide additional information.
The error occurs because this.widgets.codeMirror is not instantiated until 
later on in the onReady() method. If there is no local stored value for the 
current script on line 200 then loadDemoScript() is called before 
this.widgets.codeMirror has been instantiated.

Original issue reported on code.google.com by will.abson on 13 Jun 2011 at 10:37

Special characters in Blog Dashlet display incorrectly

What steps will reproduce the problem?
1. Create a new blog entry with a random title and the following content: 
"äöü"
2. Then look at the Blog Dashlet on the Site Dashboard

What is the expected output? What do you see instead?
Expected output: "äöü"
Instead I see: "&auml;&ouml;&uuml;"

Original issue reported on code.google.com by [email protected] on 13 Oct 2010 at 7:29

Site-geotagged-content-dashlet not working under Alfresco Share 4.0a CE

What steps will reproduce the problem?
1. install the Site-geotagged-content-dashlet
2. add dashlet to the user dashboard
3.

I expect to see the Google maps dashlet, instead I get:

An error has occured in the Share component: 
/share/service/components/dashlets/site-geo-content.
It responded with a status of 500 - Internal Error.
Error Code Information: 500 - An error inside the HTTP server which prevented 
it from fulfilling the request.
Error Message: 09260000 Failed to process template 
org/alfresco/components/dashlets/site-geotagged-content.get.html.ftl
Server: Alfresco Spring WebScripts - v1.0.0 (Final 905) schema 1.000
Time: 26-okt-2011 11:19:12
Click here to view full technical information on the error.


Version 0.2 of the Dashlet


What version of Alfresco are you using? On what application server?

Version 4.0a CE on Windows server 2008 64 bit with Tomcat 6


Safari (Lion) and Firefox


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Oct 2011 at 9:24

Attachments:

Build.xml

Hi,


I have a query related to project structure you have defined.

Why  there is a need to define web folder (includes js , css and other assets)  
inside source folder. Basically we keep java files inside source folder which 
generates class files on  compile and class files are kept in the output folder 
and  non-Java resources are copied  directly to the output folder by the Java 
builder. If we have non-Java resources (js, css, for example) that should not 
be copied into the output folder, in that case we can create an ordinary folder 
and store the resources there.

Is it not possible to have web folder at the same level where source folder are 
created .

If someone is working on both alfresco DM and share project , then basically we 
create source folders to keep java files and web folder to keep js , jsps, 
images , css and other web related assets.

Another thing is you suggest to have following things:

For web-tier web scripts, place your scripts under 

alfresco/site-webscripts for your custom web scripts 
alfresco/web-extension/site-webscripts for any existing web-tier scripts that 
you want to override. 
For repository-tier web scripts, place scripts under 

alfresco/templates/webscripts for your custom web scripts 
alfresco/extension/templates/webscripts for any existing repository scripts 
that you want to override. 

My question is if we keep custom webscripts directly in  
alfresco/templates/webscripts folder or alfresco/site-webscripts folder then 
during upgrade I have  to take care of these folders also .If I keep everything 
in extension folder then it becomes easy to identify custom code during upgrade.

Please suggest.



Original issue reported on code.google.com by [email protected] on 9 Sep 2011 at 7:07

Wiki Rich Content page previews

What enhancement would you like to see? Is this a new feature, a
translation, or something else?

Wiki Rich Content supports previewing content in edit mode, similar to Google 
Code

Does the enhancement relate to an existing add-on or to a new add-on? If an
existing add-on, which one?

Wiki Rich Content

Have you done any work to implement the enhancement? Please detail any
simple changes inline, or for changes involving multiple files please add a
diff file to the issue as an attachment.

None yet.

Original issue reported on code.google.com by will.abson on 6 Jul 2011 at 11:18

New site component - Cases

What enhancement would you like to see? Is this a new feature, a
translation, or something else?

New site component to provide basic case management within a site.

Does the enhancement relate to an existing add-on or to a new add-on? If an
existing add-on, which one?

New add-on.

Have you done any work to implement the enhancement? Please detail any
simple changes inline, or for changes involving multiple files please add a
diff file to the issue as an attachment.

No.

Original issue reported on code.google.com by will.abson on 27 May 2011 at 2:02

GoogleSiteNews Dashlet: Add proxy (remote endpoint) for google api

Create a new endpoint for google api, so that all calls to the google api uses 
Surf proxy feature.
/share/proxy/google

Thus the client code will only interact with the share site, and prevent errors 
if the client cannot reach google due to security settings or other 
restrictions.

To investigate:
-Will the google api allow load from a non standard url?
-All searches will appear to come from the same ip-adress (share server). This 
may trigger a treshhold for number of searches for google api use and a key may 
be needed.

Original issue reported on code.google.com by [email protected] on 1 Mar 2011 at 3:55

GPL

Does this have to be GPL license? Could it be Apache?

Thanks
Steve


Original issue reported on code.google.com by [email protected] on 3 Dec 2010 at 5:46

Translated train-times to Swedish and to use api:s for swedish railways

Since the swedish api:s did not support the "via" parameter this one was 
removed in this version. For the moment the module is hosted at github: 
https://github.com/acando/train-times-sweden

Another difference is that I'm using the maven-alfresco lifecycle by 
@mindthegabz to build this extension.

I have really not looked to much into what it would take to make the original 
extension generic enough to take a country parameter, and depending on that use 
the api for that country. 

Original issue reported on code.google.com by [email protected] on 26 Apr 2011 at 5:37

sitepoll dashlet

What steps will reproduce the problem?
-Add the jar to the tomcat/shared/lib 
-restart alfresco 
-drag sitepoll dashlet to dashboard 
-click configure (I should configure a poll datalist first but i didn't in this 
case) 
-Dialog box opens: Select poll 
-There isn't a poll because I didnt configure one; if you click cancel you 
return to dashboard. 
-When you click OK it throws a nasty error:

Internal error:
05110003 Failed to execute script 
'classpath:alfresco/site-webscripts/org/alfresco/modules/dashlet/config-dashlet.
post.json.js': 05110002 TypeError?: Cannot call method "length" of null 
(file:/C:/Alfresco/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts
/org/alfresco/modules/dashlet/config-dashlet.post.json.js#5)

Using 3.4.0 Enterprise 

What is the expected output? What do you see instead?
Nothing, the OK button should prolly be greyed out, or display msg that there 
isn't any poll configured yet 

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.

site-poll-dashlet-0.4.1

What version of Alfresco are you using? On what application server?
3.4.0. enterprise; tomcat

What web browser are you using? Please supply browser name and version.
IE 8 and mozilla

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Jun 2011 at 5:56

Wiki Rich Content Extensions sub-paragraph numbering is incorrect

What steps will reproduce the problem?

1. Install Wiki Rich Content Extensions jar
2. Log in to Alfresco Share and navigate to a site with some wiki content
3.  Add some headings (at least 2) to have the table of contents be shown

What is the expected output? What do you see instead?

I expect first sub-paragraphs using "Heading 2" style after a "Heading 1" style 
to always start numbering sub-paragraphs from ".1"

Instead the first sub-paragraphs using "Heading 2" style after a new instance 
of "Heading 1" style continues numbering sub-paragraphs from one greater than 
the last used in the preceding section!

E.g.

      1 Introduction
          o 1.1 Intranets
          o 1.2 File Plans
      2 How we will use the Intranet site
          o 2.3 About the Site Dashboard 



What version of the product are you using? On what operating system?

Alfresco CE 3.4d on CentOS.

Please provide any additional information below.

The screenshot of Wiki Rich Content Extensions in action on your own project 
pages illustrates the existing problem, whereas Alfresco Community wiki page 
illustrates an example of the expected result:

http://wiki.alfresco.com/wiki/Developer_Guide#Specifications_.28XML_Schema.2C_WS
DL_etc.29

Is there a newer version of the jar file available? We like the potential that 
this feature offers.

Original issue reported on code.google.com by [email protected] on 6 Apr 2011 at 10:43

JavaScript console should allow saving of scripts to the repository

What enhancement would you like to see? Is this a new feature, a
translation, or something else?

The JavaScriptConsole already allows administrators to load JavaScript files 
from the Data Dictionary into the console window. It would be great if a Save 
(As) button were also included to allow existing scripts to be modified, or new 
scripts to be added to the repository.

I have thought of adding a new tool myself to manage the contents of Data 
Dictionary/Scripts, which are used by the ExecuteScriptAction, but I think this 
would be a great addition to this existing add-on.

Does the enhancement relate to an existing add-on or to a new add-on? If an 
existing add-on, which one?

JavaScriptConsole Admin Console tool.

Have you done any work to implement the enhancement? Please detail any
simple changes inline, or for changes involving multiple files please add a 
diff file to the issue as an attachment.

No

Original issue reported on code.google.com by will.abson on 31 May 2011 at 11:05

Yammer-Dashlet: Message Encoding: Cannot handle messages with more than one space

What steps will reproduce the problem?
1. Click "New Update"
2. Enter a message with multiple words, separated by spaces.
3. Click "OK"
4. PopupManager will display: "Could not post message"

What is the expected output? What do you see instead?
  Expected output is a new status message update.
  PopupManager will display: "Could not post message" instead.

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
  Yammer Dashlet and Share OAuth revision number: 676

What version of Alfresco are you using? On what application server?
  Alfresco 4.0a build 09/26/2011 on tomcat6

What web browser are you using? Please supply browser name and version.
  Chrome and IE8

Please provide any additional information below.
  found the bug in the oauth.js line:551
  replace(/%20/g, spaceChar) instead of replace("%20", spaceChar, "g")

Cheers, Jens
Greetings from Flo and Jan

Original issue reported on code.google.com by [email protected] on 27 Sep 2011 at 11:21

Attachments:

Fails date in calendar

What steps will reproduce the problem?
1.I configure dashlet with personal mail
2. Dashlet doesn't shown date correctly. The month shown it's different month 
shown in google calendar
3. So, some dates aren't correctly read

What is the expected output? What do you see instead?
I hope a new dashlet with correct dates.

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.

The jar that Will sent me.

What version of Alfresco are you using? On what application server?


What web browser are you using? Please supply browser name and version.

Firefox 5.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jun 2011 at 8:02

Attachments:

media preview

What steps will reproduce the problem?
1.install jar and ffmpeg 
2.restart alfresco
3.upload an avi

Tried with ffmpeg from: FFmpeg git-faa3381 64-bit Static (Latest) 
http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-git-faa3381-win64-static.7z



What is the expected output? What do you see instead?
video plays in viewer and dashlet

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
media-preview-0.2.jar

What version of Alfresco are you using? On what application server?
3.4.d

What web browser are you using? Please supply browser name and version.
mozilla, ie8

Please provide any additional information below.

media-preview-0.2.jar


Original issue reported on code.google.com by [email protected] on 28 Jul 2011 at 8:30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.