diff --git a/.gitignore b/.gitignore index 9c8c18b..5f80257 100755 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,9 @@ .classpath .project .settings -/alf_data_dev +/alfviral/alf_data_dev +/alfviral/target +/alfviral-share/target /bin -/amp/target -/alfresco/target -/runner -/share/target -/solr/target -/solr/solr_home -solr/solr_home -solr_home *.log* .DS_Store - - -/bin/ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0006ecf6-d8db-47ea-ae55-5049ca6e0279.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0006ecf6-d8db-47ea-ae55-5049ca6e0279.bin deleted file mode 100644 index 5e0b661..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0006ecf6-d8db-47ea-ae55-5049ca6e0279.bin +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- <#if args.workflowPooled == true> - Nieuwe gepoolde taak - <#else> - Er is een taak aan u toegewezen - -
-
- ${date?datetime?string.full} -
-
-
-

Hi,

- -

- <#if args.workflowPooled == true> - De volgende gepoolde taak is beschikbaar om te worden opgehaald: - <#else> - De volgende taak is aan u toegewezen: - -

- -

"${args.workflowTitle}"

- - <#if (args.workflowDescription)??> -

${args.workflowDescription}

- - -

- <#if (args.workflowDueDate)??>Due:  ${args.workflowDueDate?date?string.full}
- <#if (args.workflowPriority)??> - Prioriteit:   - - <#if args.workflowPriority == 3> - Laag - <#elseif args.workflowPriority == 2> - Gemiddeld - <#else> - Hoog - - - -

- - <#if (args.workflowDocuments)??> - - <#list args.workflowDocuments as doc> - - - - <#if doc_has_next> - - - -
- - - - - -
- - - - - - - - - - - - -
${doc.name}
Klik op deze koppeling om het document te downloaden:
- - ${shareUrl}/proxy/alfresco/api/node/content/workspace/SpacesStore/${doc.id}/${doc.name}?a=true -
-
-
- - - <#if args.workflowPooled == true> -

Klik op deze koppeling om de taak te bekijken:

-

${shareUrl}/page/task-details?taskId=${args.workflowId} - <#else> -

Klik op deze koppeling om de taak te bewerken:

-

${shareUrl}/page/task-edit?taskId=${args.workflowId} - - -

Hoogachtend,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Ga voor meer informatie over Alfresco ${productName!""} naar http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/00df41af-7854-45f8-bc93-e37ae6f08bc9.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/00df41af-7854-45f8-bc93-e37ae6f08bc9.bin deleted file mode 100644 index 4bcf352..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/00df41af-7854-45f8-bc93-e37ae6f08bc9.bin +++ /dev/null @@ -1,8 +0,0 @@ - - Category Search Sample - Sample that finds all blog entries tagged with specified categories - /sample/blog/category/{category} - argument - guest - required - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/04377c69-c213-4c10-9ba7-15af264e364c.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/04377c69-c213-4c10-9ba7-15af264e364c.bin deleted file mode 100644 index 4098a0b..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/04377c69-c213-4c10-9ba7-15af264e364c.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0679f4e4-f61e-42e7-80fa-570c54b5168b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0679f4e4-f61e-42e7-80fa-570c54b5168b.bin deleted file mode 100644 index 536df7e..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0679f4e4-f61e-42e7-80fa-570c54b5168b.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/079e8adc-9901-4d5e-8de6-e21c00e7e0dc.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/079e8adc-9901-4d5e-8de6-e21c00e7e0dc.bin deleted file mode 100644 index e3a1af5..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/079e8adc-9901-4d5e-8de6-e21c00e7e0dc.bin +++ /dev/null @@ -1,13 +0,0 @@ -// check that search term has been provided -if (args.q == undefined || args.q.length == 0) -{ - status.code = 400; - status.message = "Search term has not been provided."; - status.redirect = true; -} -else -{ - // perform search - var nodes = search.luceneSearch("TEXT:" + args.q); - model.resultset = nodes; -} diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/07edfdda-a124-447f-a887-12e804b11a5e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/07edfdda-a124-447f-a887-12e804b11a5e.bin deleted file mode 100644 index a4b99fd..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/07edfdda-a124-447f-a887-12e804b11a5e.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0847ca36-36e6-428d-8061-298f4b07f29e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0847ca36-36e6-428d-8061-298f4b07f29e.bin deleted file mode 100644 index 12d0f28..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0847ca36-36e6-428d-8061-298f4b07f29e.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/085e3dff-e4cf-46d4-94bd-b91009d4d03d.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/085e3dff-e4cf-46d4-94bd-b91009d4d03d.bin deleted file mode 100644 index df927df..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/085e3dff-e4cf-46d4-94bd-b91009d4d03d.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
-

文書 (名前): ${document.name}

-
-
-メタデータ - - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
タイトル:${document.properties.title}
タイトル: 
説明:${document.properties.description}
説明: 
作成者:${document.properties.creator}
作成日時:${document.properties.created?datetime}
修正者:${document.properties.modifier}
修正日時:${document.properties.modified?datetime}
サイズ:${document.size / 1024} Kb
-
-
- コンテンツリンク - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/090b8b9c-3972-4658-87b0-1c576e1c3fe1.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/090b8b9c-3972-4658-87b0-1c576e1c3fe1.bin deleted file mode 100644 index afb5cf0..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/090b8b9c-3972-4658-87b0-1c576e1c3fe1.bin +++ /dev/null @@ -1,12 +0,0 @@ - - - - page.component-2-2.site~swsdp~dashboard - page - component-2-1 - site/swsdp/dashboard - /components/dashlets/imagesummary - - 244 - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/092c6dc3-5575-4bfd-8d21-1aa42266eeaa.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/092c6dc3-5575-4bfd-8d21-1aa42266eeaa.bin deleted file mode 100644 index 8e2540e..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/092c6dc3-5575-4bfd-8d21-1aa42266eeaa.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0ab95c2b-0295-4ad8-bc7b-bab9686bf947.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0ab95c2b-0295-4ad8-bc7b-bab9686bf947.bin deleted file mode 100644 index 3623c64..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0ab95c2b-0295-4ad8-bc7b-bab9686bf947.bin +++ /dev/null @@ -1,15 +0,0 @@ -<#-- List of docs in the Home Space for current user --> -<#-- If the doc mimetype is plain/text then the content is shown inline --> -<#-- If the doc mimetype is JPEG then the image is shown inline as a small thumbnail image --> - -<#list userhome.children as child> - <#if child.isDocument> - - <#if child.mimetype = "text/plain"> - - <#elseif child.mimetype = "image/jpeg"> - - - - -
${child.properties.name}
${child.content}
\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0c4fefb4-3f7e-447a-ba72-f8e21cb95bdf.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0c4fefb4-3f7e-447a-ba72-f8e21cb95bdf.bin deleted file mode 100644 index 423cc78..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0c4fefb4-3f7e-447a-ba72-f8e21cb95bdf.bin +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - -
-

文档(名称):

-
-

元数据

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
标题:
标题: 
说明:
说明: 
创建者:
创建时间:
修改者:
修改时间:
大小: KB
-
-

内容链接

- - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0c8dd704-6d46-4814-8192-a47466a30c17.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0c8dd704-6d46-4814-8192-a47466a30c17.bin deleted file mode 100644 index edc0736..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0c8dd704-6d46-4814-8192-a47466a30c17.bin +++ /dev/null @@ -1 +0,0 @@ -http://www.w3.org/standards/webdesign/ \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0d49fe26-8736-4c1d-bd87-34625cb96752.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0d49fe26-8736-4c1d-bd87-34625cb96752.bin deleted file mode 100644 index e998fe7..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0d49fe26-8736-4c1d-bd87-34625cb96752.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0e876e36-d004-4403-951c-efeb949fd509.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0e876e36-d004-4403-951c-efeb949fd509.bin deleted file mode 100644 index 3b222ff..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/0e876e36-d004-4403-951c-efeb949fd509.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1036fc1f-022b-42a2-9bf5-dc7fcf7ac970.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1036fc1f-022b-42a2-9bf5-dc7fcf7ac970.bin deleted file mode 100644 index 4003275..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1036fc1f-022b-42a2-9bf5-dc7fcf7ac970.bin +++ /dev/null @@ -1,10 +0,0 @@ -// locate folder by path -// NOTE: only supports path beneath company home, not from root -var folder = roothome.childByNamePath(url.extension); -if (folder == undefined || !folder.isContainer) -{ - status.code = 404; - status.message = "Folder " + url.extension + " not found."; - status.redirect = true; - } - model.folder = folder; \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/10b90374-b679-4b22-a1cf-dcd33448b9ba.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/10b90374-b679-4b22-a1cf-dcd33448b9ba.bin deleted file mode 100644 index abbf940..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/10b90374-b679-4b22-a1cf-dcd33448b9ba.bin +++ /dev/null @@ -1,18 +0,0 @@ -// find the backup folder - create if not already exists -var backupFolder = space.childByNamePath("Backup"); -if (backupFolder == null && space.hasPermission("CreateChildren")) -{ - // create the folder for the first time - backupFolder = space.createFolder("Backup"); -} -if (backupFolder != null && backupFolder.hasPermission("CreateChildren")) -{ - // copy the doc into the backup folder - var copy = document.copy(backupFolder); - if (copy != null) - { - // change the name so we know it's a backup - copy.name = "Backup of " + copy.name; - copy.save(); - } -} diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/10be325e-aced-4b72-90a5-ac08e95d00a6.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/10be325e-aced-4b72-90a5-ac08e95d00a6.bin deleted file mode 100644 index 3e1dc7a..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/10be325e-aced-4b72-90a5-ac08e95d00a6.bin +++ /dev/null @@ -1,4 +0,0 @@ -

-

The plan is to use a combination of both. We have sourced a number of images from a free online image gallery. Others will need to be created so that they are unique  to the Green Energy web site.

-

Alice

-

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/133ba0d7-56f9-4b86-b189-f1750616e98f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/133ba0d7-56f9-4b86-b189-f1750616e98f.bin deleted file mode 100644 index 4f953dd..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/133ba0d7-56f9-4b86-b189-f1750616e98f.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/13e40f8e-de3c-4ec8-a6fe-c7ac3df3762e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/13e40f8e-de3c-4ec8-a6fe-c7ac3df3762e.bin deleted file mode 100644 index d1a5fb2..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/13e40f8e-de3c-4ec8-a6fe-c7ac3df3762e.bin +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - -
-

Document (naam): ${document.name}

-
-
- Metagegevens - - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Titel: ${document.properties.title}
Titel: 
Beschrijving: ${document.properties.description}
Beschrijving: 
Maker: ${document.properties.creator}
Gemaakt op: ${document.properties.created?datetime}
Gewijzigd door: ${document.properties.modifier}
Gewijzigd: ${document.properties.modified?datetime}
Grootte: ${document.size / 1024} kB
-
-
- Contentkoppelingen - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/14444d60-cfea-4d31-8fd2-631d1225ff7a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/14444d60-cfea-4d31-8fd2-631d1225ff7a.bin deleted file mode 100644 index 4843af2..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/14444d60-cfea-4d31-8fd2-631d1225ff7a.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/15895575-79b3-4223-9142-683fc8eb85c4.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/15895575-79b3-4223-9142-683fc8eb85c4.bin deleted file mode 100644 index 1c40320..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/15895575-79b3-4223-9142-683fc8eb85c4.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/178f0346-337a-43d4-a180-354a1d56105d.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/178f0346-337a-43d4-a180-354a1d56105d.bin deleted file mode 100644 index 964bcbf..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/178f0346-337a-43d4-a180-354a1d56105d.bin +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} hat ein neues Inhaltselement, ${document.name}, zur Site ${document.siteShortName!""} hinzugefügt -
-
- ${date?datetime?string.full} -
-
-
-

Hallo,

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - hat ein neues Inhaltselement, ${document.name}, zur Site ${document.siteShortName!""} hinzugefügt. - -

Klicken Sie auf diesen Link, um das Element anzuzeigen:
-
${document.shareUrl}

- -

Mit freundlichen Grüßen
- Alfresco

-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/17d61578-0855-4998-ad81-67628605a605.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/17d61578-0855-4998-ad81-67628605a605.bin deleted file mode 100644 index a9fac4e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/17d61578-0855-4998-ad81-67628605a605.bin +++ /dev/null @@ -1,7 +0,0 @@ -var scriptResult = "This is a script result"; - -function result() -{ - return (scriptResult); -} -result(); diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/198a1435-33bb-4489-88a5-7e8e0a1ac104.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/198a1435-33bb-4489-88a5-7e8e0a1ac104.bin deleted file mode 100644 index 572cb43..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/198a1435-33bb-4489-88a5-7e8e0a1ac104.bin +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- -ドキュメント名: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -タイトル: ${document.properties.title} - <#else> -タイトル: なし - - <#if document.properties.description?exists> -説明: ${document.properties.description} - <#else> -説明: なし - -作成者: ${document.properties.creator} -作成日時: ${document.properties.created?datetime} -修正者: ${document.properties.modifier} -修正日時: ${document.properties.modified?datetime} -サイズ: ${document.size / 1024} Kb - - -コンテンツリンク - -コンテンツ フォルダー: ${shareContextUrl}/page/site/${parentPathFromSites} -コンテンツURL: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name} -ダウンロード URL: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name}?a=true diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1b2d9bcc-f156-4ff1-9309-c790d9c10512.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1b2d9bcc-f156-4ff1-9309-c790d9c10512.bin deleted file mode 100644 index 8bd782b..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1b2d9bcc-f156-4ff1-9309-c790d9c10512.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1c07a024-d919-4e58-8f1a-a9295c851e40.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1c07a024-d919-4e58-8f1a-a9295c851e40.bin deleted file mode 100644 index 68c4d14..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1c07a024-d919-4e58-8f1a-a9295c851e40.bin +++ /dev/null @@ -1,2 +0,0 @@ -

Will we be using free stock images for the web site or will we create custom images?

-

 

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1d7eeb45-624f-4b93-a3b6-c2004b73cf33.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1d7eeb45-624f-4b93-a3b6-c2004b73cf33.bin deleted file mode 100644 index 654df0d..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/1d7eeb45-624f-4b93-a3b6-c2004b73cf33.bin +++ /dev/null @@ -1,110 +0,0 @@ - - <#assign inviterPersonRef=args["inviterPersonRef"]/> - <#assign inviterPerson=companyhome.nodeByReference[inviterPersonRef]/> - <#assign inviteePersonRef=args["inviteePersonRef"]/> - <#assign inviteePerson=companyhome.nodeByReference[inviteePersonRef]/> - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- Se le ha invitado a unirse al sitio '${args["siteName"]}' -
-
- ${date?datetime?string.full} -
-
-
-

Hola ${inviteePerson.properties["cm:firstName"]!""}:

- -

${inviterPerson.properties["cm:firstName"]!""} ${inviterPerson.properties["cm:lastName"]!""} - le ha invitado a unirse al sitio ${args["siteName"]} con el rol de ${args["inviteeSiteRole"]}.

- -

Haga clic en el enlace para aceptar la invitación de ${inviterPerson.properties["cm:firstName"]!""}:
-
${args["acceptLink"]}

- - <#if args["inviteeGenPassword"]?exists> -

Se ha creado una cuenta para usted. Los datos de inicio de sesión son:
-
Nombre de usuario: ${args["inviteeUserName"]} -
Contraseña: ${args["inviteeGenPassword"]} -

- -

Le recomendamos que cambie la contraseña la primera vez que inicie una sesión. - Para hacerlo, vaya a Mi Perfil y seleccione Cambiar contraseña.

- - -

Si desea rechazar la invitación de ${inviterPerson.properties["cm:firstName"]!""}, haga clic en este enlace:
-
${args["rejectLink"]}

- -

Atentamente,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Para obtener más información sobre Alfresco ${productName!""}, visite http://www.alfresco.com -
-
 
-
- -
-
-
- - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2062cd9d-7ae2-4ef8-8feb-e0452e648d01.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2062cd9d-7ae2-4ef8-8feb-e0452e648d01.bin deleted file mode 100644 index 824b4c6..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2062cd9d-7ae2-4ef8-8feb-e0452e648d01.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
-

Document (name): ${document.name}

-
-
- Metadata - - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Title:${document.properties.title}
Title: 
Description:${document.properties.description}
Description: 
Creator:${document.properties.creator}
Created:${document.properties.created?datetime}
Modifier:${document.properties.modifier}
Modified:${document.properties.modified?datetime}
Size:${document.size / 1024} Kb
-
-
- Content links - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/209537f9-4789-4f41-a185-282d4ef0bbbe.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/209537f9-4789-4f41-a185-282d4ef0bbbe.bin deleted file mode 100644 index e873a0b..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/209537f9-4789-4f41-a185-282d4ef0bbbe.bin +++ /dev/null @@ -1,26 +0,0 @@ -# -# Alfresco version information -# - -# Version label - -version.major=4 -version.minor=2 -version.revision=0 -version.label= - -# Edition label - -version.edition=Community - -# SCM Revision number - -version.scmrevision=https://psvn05.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root-r56674 - -# Build number - -version.build=r56674-b4848 - -# Schema number - -version.schema=6033 diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2151c484-ac9b-48a5-bea7-8206c76fd047.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2151c484-ac9b-48a5-bea7-8206c76fd047.bin deleted file mode 100644 index 04c0823..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2151c484-ac9b-48a5-bea7-8206c76fd047.bin +++ /dev/null @@ -1,9 +0,0 @@ -var nodeRef = args["nodeRef"]; -var node = search.findNode(nodeRef); - -if (!node.hasAspect("ava:infected")) { - actions.create("alfviral.virusscan.action").execute(node); -} - -var goBack = ""; -goBack; diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/21d3a1f5-102c-4a31-8960-abb2cd9d1b44.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/21d3a1f5-102c-4a31-8960-abb2cd9d1b44.bin deleted file mode 100644 index b9fbdc6..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/21d3a1f5-102c-4a31-8960-abb2cd9d1b44.bin +++ /dev/null @@ -1,8 +0,0 @@ - - AVM Browse Sample - Sample demonstrating the listing of AVM folder contents - /sample/avm/path/{storeid}/{path} - argument - admin - required - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/22dbbbe2-3ee7-4954-8ec9-68782dc7c863.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/22dbbbe2-3ee7-4954-8ec9-68782dc7c863.bin deleted file mode 100644 index f60eb4c..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/22dbbbe2-3ee7-4954-8ec9-68782dc7c863.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/23459409-15a2-4d8d-885d-3619fc7bdfb3.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/23459409-15a2-4d8d-885d-3619fc7bdfb3.bin deleted file mode 100644 index 9d88e19..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/23459409-15a2-4d8d-885d-3619fc7bdfb3.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2412c0c2-8062-4dfb-90cf-d0962241dca1.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2412c0c2-8062-4dfb-90cf-d0962241dca1.bin deleted file mode 100644 index 17fff04..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2412c0c2-8062-4dfb-90cf-d0962241dca1.bin +++ /dev/null @@ -1,110 +0,0 @@ - - <#assign inviterPersonRef=args["inviterPersonRef"]/> - <#assign inviterPerson=companyhome.nodeByReference[inviterPersonRef]/> - <#assign inviteePersonRef=args["inviteePersonRef"]/> - <#assign inviteePerson=companyhome.nodeByReference[inviteePersonRef]/> - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- Vous avez été invité à rejoindre le site '${args["siteName"]}' -
-
- ${date?datetime?string.full} -
-
-
-

Bonjour ${inviteePerson.properties["cm:firstName"]!""},

- -

${inviterPerson.properties["cm:firstName"]!""} ${inviterPerson.properties["cm:lastName"]!""} - vous invite à rejoindre le site ${args["siteName"]} avec un rôle de ${args["inviteeSiteRole"]}.

- -

Cliquez sur ce lien pour accepter l'invitation de ${inviterPerson.properties["cm:firstName"]!""} :
-
${args["acceptLink"]}

- - <#if args["inviteeGenPassword"]?exists> -

Un compte a été créé pour vous et vos informations de connexion sont les suivantes :
-
Nom d'utilisateur : ${args["inviteeUserName"]} -
Mot de passe : ${args["inviteeGenPassword"]} -

- -

Nous vous conseillons vivement de modifier votre mot de passe lors de votre première connexion. - Pour ce faire, sélectionnez Mon profil, puis Changer de mot de passe.

- - -

Si vous souhaitez décliner l'invitation de ${inviterPerson.properties["cm:firstName"]!""} cliquez sur ce lien :
-
${args["rejectLink"]}

- -

Cordialement,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Pour en savoir plus sur Alfresco ${productName!""}, visitez notre site Web http://www.alfresco.com -
-
 
-
- -
-
-
- - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/253f4753-a81d-4365-8ae4-a06e20522373.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/253f4753-a81d-4365-8ae4-a06e20522373.bin deleted file mode 100644 index 20f88b7..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/253f4753-a81d-4365-8ae4-a06e20522373.bin +++ /dev/null @@ -1,14 +0,0 @@ -// check category exists? -var category = search.luceneSearch("PATH:\"/cm:generalclassifiable//cm:" + url.extension + "\""); -if (category == undefined) -{ - status.code = 404; - status.message = "Category " + url.extension + " not found."; - status.redirect = true; -} -else -{ - // perform category search - var nodes = search.luceneSearch("PATH:\"/cm:generalclassifiable//cm:" + url.extension + "//member\""); - model.resultset = nodes; -} \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/25c06e40-8a50-4461-b88b-b061a26a66df.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/25c06e40-8a50-4461-b88b-b061a26a66df.bin deleted file mode 100644 index d1df69f..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/25c06e40-8a50-4461-b88b-b061a26a66df.bin +++ /dev/null @@ -1,25 +0,0 @@ - - - Alfresco (${server.edition}) - Folder: ${folder.displayPath}/${folder.name?xml} - ${xmldate(date)} - ${absurl(url.context)}/images/logo/AlfrescoLogo16.ico -<#list folder.children as child> - - ${child.name?xml} - <#if child.isContainer> - - <#else> - - - ${absurl(url.context)}${child.icon16} - urn:uuid:${child.id} - ${xmldate(child.properties.modified)} - ${child.properties.description?xml!""} - - ${child.properties.creator?xml} - - - - -<#macro encodepath node><#if node.parent?exists><@encodepath node=node.parent/>/${node.name?url} \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2724775e-851c-4caf-90b0-dca45986cf2b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2724775e-851c-4caf-90b0-dca45986cf2b.bin deleted file mode 100644 index f3b73a4..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2724775e-851c-4caf-90b0-dca45986cf2b.bin +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- -Nombre del documento: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Título: ${document.properties.title} - <#else> -Título: NINGUNO - - <#if document.properties.description?exists> -Descripción: ${document.properties.description} - <#else> -Descripción: NINGUNA - -Creador: ${document.properties.creator} -Creado: ${document.properties.created?datetime} -Modificador: ${document.properties.modifier} -Modificado: ${document.properties.modified?datetime} -Tamaño: ${document.size / 1024} Kb - - -Enlaces de contenido - -Carpeta de contenido: ${shareContextUrl}/page/site/${parentPathFromSites} -Dirección URL de contenido: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name} -Dirección URL de descarga: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name}?a=true diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/277565ac-0f43-4ab4-88d5-ea9b9e3568e9.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/277565ac-0f43-4ab4-88d5-ea9b9e3568e9.bin deleted file mode 100644 index be48a56..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/277565ac-0f43-4ab4-88d5-ea9b9e3568e9.bin +++ /dev/null @@ -1,49 +0,0 @@ -

${message("templates.general_example.example_template_start")}

- -${message("templates.general_example.company_home_space")} ${companyhome.properties.name} -
-${message("templates.general_example.my_home_space")} ${userhome.properties.name} -
-${message("templates.general_example.company_home_children_count")} ${companyhome.children?size} -
-${message("templates.general_example.company_home_first_child_node_name")} ${companyhome.children[0].properties.name} -
-<#if document?exists> -${message("templates.general_example.current_document_name")} ${document.name} -
- -${message("templates.general_example.current_space_name")} ${space.name} - -

${message("templates.general_example.list_of_child_spaces_in_my_home_space")}

- -<#list userhome.children as child> - <#if child.isContainer> - - - - - - - -
${child.properties.name} (${child.children?size})${message("templates.general_example.path")} ${child.displayPath}
- -

${message("templates.general_example.list_of_docs_in_my_home_space")}

- -<#list userhome.children as child> - <#if child.isDocument> - - <#if child.mimetype = "text/plain"> - - <#elseif child.mimetype = "image/jpeg"> - - - - -
${child.properties.name}
${child.content}
- -

${message("templates.general_example.assoc_example")}

-<#if userhome.children[0].assocs["cm:contains"]?exists> - ${userhome.children[0].assocs["cm:contains"][0].name} - - -

${message("templates.general_example.example_template_end")}

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/283bf826-d727-49a6-984d-8f04df31ea29.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/283bf826-d727-49a6-984d-8f04df31ea29.bin deleted file mode 100644 index 3c353f0..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/283bf826-d727-49a6-984d-8f04df31ea29.bin +++ /dev/null @@ -1,110 +0,0 @@ - <#-- Shows some general audit info about the current document --> - <#if document?exists> -

${message("templates.show_audit.current_document_audit_info")}

- ${message("templates.show_audit.name")} ${document.name}
- - - - - - - - - <#list document.auditTrail as t> - - - - <#if t.auditMethod?exists> - - <#else> - - - - <#if t.values?exists> - - <#else> - - - - -
${message("templates.show_audit.user_name")}${message("templates.show_audit.application")}${message("templates.show_audit.method")}${message("templates.show_audit.timestamp")}${message("templates.show_audit.values")}
${t.userIdentifier}${t.auditApplication}${t.auditMethod} ${t.date?datetime} - <@hashMap map=t.values /> -  
- <#elseif space?exists> -

${message("templates.show_audit.current_space_audit_info")}

- ${message("templates.show_audit.name")} ${space.name}
- - - - - - - - - - <#list space.auditTrail as t> - - - - <#if t.auditMethod?exists> - - <#else> - - - - <#if t.values?exists> - - <#else> - - - - -
${message("templates.show_audit.user_name")}${message("templates.show_audit.application")}${message("templates.show_audit.method")}${message("templates.show_audit.timestamp")}${message("templates.show_audit.values")}
${t.userIdentifier}${t.auditApplication}${t.auditMethod} ${t.date?datetime} - <@hashMap map=t.values /> -  
- - -<#-- renders an audit entry values --> -<#macro hashMap map simpleMode=false> - - - -<#-- renders an audit entry value --> -<#macro parseValue value="null"> - <#if value?is_number> - ${value?c} - <#elseif value?is_boolean> - ${value?string} - <#elseif value?is_date> - ${value?datetime} - <#elseif value?is_string && value != "null"> - ${shortQName(value?string)} - <#elseif value?is_hash && value?values[0]?exists> - ${value?values[0]} - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/28c26d0e-4341-41b0-b7cd-b0d804904030.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/28c26d0e-4341-41b0-b7cd-b0d804904030.bin deleted file mode 100644 index 76640e3..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/28c26d0e-4341-41b0-b7cd-b0d804904030.bin +++ /dev/null @@ -1,4 +0,0 @@ -

-

Thanks Alice, Have you included the cost of creating these addition images in the quote or will this be an adittional cost?

-

Mike

-

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2937f9ac-7622-411b-b96a-1d48a07315e9.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2937f9ac-7622-411b-b96a-1d48a07315e9.bin deleted file mode 100644 index 3d517bb..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2937f9ac-7622-411b-b96a-1d48a07315e9.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2aa8a786-83a5-4d63-ac97-352a90b966e6.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2aa8a786-83a5-4d63-ac97-352a90b966e6.bin deleted file mode 100644 index d83ce0a..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2aa8a786-83a5-4d63-ac97-352a90b966e6.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2b7d8053-cd0d-4bdb-a0e5-c461e6bb527a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2b7d8053-cd0d-4bdb-a0e5-c461e6bb527a.bin deleted file mode 100644 index 78bafe2..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2b7d8053-cd0d-4bdb-a0e5-c461e6bb527a.bin +++ /dev/null @@ -1 +0,0 @@ -{"org.alfresco.share.documents.favourites":"workspace://SpacesStore/3193523a-26f4-47fc-a19e-46691f54a903,workspace://SpacesStore/7c7bca1d-b65d-4444-9378-805b459fb74d,workspace://SpacesStore/2cf35860-6705-42c3-b123-c4d6b39997b4,workspace://SpacesStore/7d90c94c-fcf7-4f79-9273-bd1352bbb612","org.alfresco.share.documentList.sortAscending":true,"org.alfresco.share.documentList.sortField":"cm:name","org.alfresco.share.documentList.simpleView":false,"org.alfresco.share.activities.range":"14","org.alfresco.share.documentList.showFolders":true,"org.alfresco.share.documentList.hideNavBar":false,"org.alfresco.share.sites.favourites.swsdp":true,"org.alfresco.share.twisters.collapsed":"DocumentTags,DocumentPermissions,DocumentWorkflows,DocumentVersions,DocumentMetadataHeader","org.alfresco.share.folders.favourites":""} \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2c423f9e-6db6-4167-a8b5-2c7f30bc4176.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2c423f9e-6db6-4167-a8b5-2c7f30bc4176.bin deleted file mode 100644 index dedfc70..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2c423f9e-6db6-4167-a8b5-2c7f30bc4176.bin +++ /dev/null @@ -1,12 +0,0 @@ - - - - page.full-width-dashlet.site~swsdp~dashboard - page - full-width-dashlet - site/swsdp/dashboard - /components/dashlets/dynamic-welcome - - site - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2e6b5dee-a869-41ba-84fd-216cc49c6599.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2e6b5dee-a869-41ba-84fd-216cc49c6599.bin deleted file mode 100644 index 61d052f..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2e6b5dee-a869-41ba-84fd-216cc49c6599.bin +++ /dev/null @@ -1,109 +0,0 @@ - - <#assign inviterPersonRef=args["inviterPersonRef"]/> - <#assign inviterPerson=companyhome.nodeByReference[inviterPersonRef]/> - <#assign inviteePersonRef=args["inviteePersonRef"]/> - <#assign inviteePerson=companyhome.nodeByReference[inviteePersonRef]/> - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${args["siteName"]} サイト参加へのご招待 -
-
- ${date?datetime?string.full} -
-
-
-

${inviteePerson.properties["cm:firstName"]!""} 様

- -

${inviterPerson.properties["cm:lastName"]!""} ${inviterPerson.properties["cm:firstName"]!""} - さんから、${args["siteName"]} サイトに「${args["inviteeSiteRole"]}」の役割で参加するよう招待を受けました。

- -

次のリンクをクリックすると、${inviterPerson.properties["cm:firstName"]!""} さんの招待を承諾できます。
-
${args["acceptLink"]}

- - <#if args["inviteeGenPassword"]?exists> -

あなたのアカウントが作成されました。ログイン情報は次のとおりです。
-
ユーザー名: ${args["inviteeUserName"]} -
パスワード: ${args["inviteeGenPassword"]} -

- -

パスワードは、初回ログイン時に変更するようにしてください。 - パスワードを変更するには、[あなたのプロフィール]に移動して、[パスワードの変更]をクリックします。

- - -

${inviterPerson.properties["cm:firstName"]!""} さんの招待を辞退する場合は、次のリンクをクリックしてください。
-
${args["rejectLink"]}

- -

ご利用ありがとうございます。
- Alfresco ${productName!""}

-
-
-
-
 
-
- Alfresco ${productName!""}の詳細については、http://www.alfresco.com をご覧ください。 -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2eb5edac-62e4-4918-a754-60f781384a34.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2eb5edac-62e4-4918-a754-60f781384a34.bin deleted file mode 100644 index 006b2cd..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/2eb5edac-62e4-4918-a754-60f781384a34.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/300982e1-71a5-4ec4-acec-680620547a1f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/300982e1-71a5-4ec4-acec-680620547a1f.bin deleted file mode 100644 index 38dd7d1..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/300982e1-71a5-4ec4-acec-680620547a1f.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3042a323-cd45-4fc3-87da-3142b7e9716e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3042a323-cd45-4fc3-87da-3142b7e9716e.bin deleted file mode 100644 index 76941c2..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3042a323-cd45-4fc3-87da-3142b7e9716e.bin +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- <#if args.workflowPooled == true> - Neue gemeinsame Aufgabe - <#else> - Ihnen wurde eine Aufgabe zugewiesen - -
-
- ${date?datetime?string.full} -
-
-
-

Hallo,

- -

- <#if args.workflowPooled == true> - Die folgenden gemeinsamen Aufgaben stehen zur Verfügung: - <#else> - Ihnen wurde folgende Aufgabe zugewiesen: - -

- -

"${args.workflowTitle}"

- - <#if (args.workflowDescription)??> -

${args.workflowDescription}

- - -

- <#if (args.workflowDueDate)??>Due:  ${args.workflowDueDate?date?string.full}
- <#if (args.workflowPriority)??> - Priorität:   - - <#if args.workflowPriority == 3> - Niedrig - <#elseif args.workflowPriority == 2> - Mittel - <#else> - Hoch - - - -

- - <#if (args.workflowDocuments)??> - - <#list args.workflowDocuments as doc> - - - - <#if doc_has_next> - - - -
- - - - - -
- - - - - - - - - - - - -
${doc.name}
Klicken Sie auf diesen Link um das Dokument herunterzuladen:
- - ${shareUrl}/proxy/alfresco/api/node/content/workspace/SpacesStore/${doc.id}/${doc.name}?a=true -
-
-
- - - <#if args.workflowPooled == true> -

Klicken Sie auf diesen Link um die Aufgabe einzusehen:

-

${shareUrl}/page/task-details?taskId=${args.workflowId} - <#else> -

Klicken Sie auf diesen Link um die Aufgabe zu ändern:

-

${shareUrl}/page/task-edit?taskId=${args.workflowId} - - -

Mit freundlichen Grüßen,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Weitere Informationen zu Alfresco ${productName!""} finden Sie unter http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/30578b9e-4ba8-4c58-a2f2-d0f19b164cfc.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/30578b9e-4ba8-4c58-a2f2-d0f19b164cfc.bin deleted file mode 100644 index 155102d..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/30578b9e-4ba8-4c58-a2f2-d0f19b164cfc.bin +++ /dev/null @@ -1,27 +0,0 @@ ------------------------------------------------------------------------------- -Document name: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Title: ${document.properties.title} - <#else> -Title: NONE - - <#if document.properties.description?exists> -Description: ${document.properties.description} - <#else> -Description: NONE - -Creator: ${document.properties.creator} -Created: ${document.properties.created?datetime} -Modifier: ${document.properties.modifier} -Modified: ${document.properties.modified?datetime} -Size: ${document.size / 1024} Kb - - -CONTENT LINKS - -Content folder: ${contextUrl}/navigate/browse${document.parent.webdavUrl} -Content URL: ${contextUrl}${document.url} -Download URL: ${contextUrl}${document.downloadUrl} -WebDAV URL: ${contextUrl}${document.webdavUrl} diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/30ce9425-a242-4f80-a487-fb9313c2f8c6.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/30ce9425-a242-4f80-a487-fb9313c2f8c6.bin deleted file mode 100644 index d435ac6..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/30ce9425-a242-4f80-a487-fb9313c2f8c6.bin +++ /dev/null @@ -1,12 +0,0 @@ - - - - page.component-2-4.site~swsdp~dashboard - page - component-2-3 - site/swsdp/dashboard - - 128 - - /components/dashlets/activityfeed - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/310870df-ddc7-4c12-8a1d-b7be751d725a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/310870df-ddc7-4c12-8a1d-b7be751d725a.bin deleted file mode 100644 index 235388a..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/310870df-ddc7-4c12-8a1d-b7be751d725a.bin +++ /dev/null @@ -1 +0,0 @@ -

I need to research Web Content Management solutions. Does anybody have experience of using WCM systems?

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/31377aef-32ec-4a0f-8b49-4327a5a1ae2e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/31377aef-32ec-4a0f-8b49-4327a5a1ae2e.bin deleted file mode 100644 index 5ad655c..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/31377aef-32ec-4a0f-8b49-4327a5a1ae2e.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
-

Document (nom) : ${document.name}

-
-
- Métadonnées - - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Titre :${document.properties.title}
Titre : 
Description :${document.properties.description}
Description : 
Créateur :${document.properties.creator}
Créé :${document.properties.created?datetime}
Modificateur :${document.properties.modifier}
Modifié :${document.properties.modified?datetime}
Taille :${document.size / 1024} Kb
-
-
- Liens de contenu - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/340ea34e-072e-48ca-a051-a593c3fa608a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/340ea34e-072e-48ca-a051-a593c3fa608a.bin deleted file mode 100644 index 970fc2e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/340ea34e-072e-48ca-a051-a593c3fa608a.bin +++ /dev/null @@ -1,32 +0,0 @@ -// find the backup folder - create if not already exists -var backupFolder = space.childByNamePath("Backup"); -if (backupFolder == null && space.hasPermission("CreateChildren")) -{ - // create the folder for the first time - backupFolder = space.createFolder("Backup"); -} -if (backupFolder != null && backupFolder.hasPermission("CreateChildren")) -{ - // copy the doc into the backup folder - var copy = document.copy(backupFolder); - if (copy != null) - { - // change the name so we know it's a backup - var backupName = "Backup of " + copy.name; - copy.name = backupName; - copy.save(); - } - - // record the time of the backup to a log file - var logFile = backupFolder.childByNamePath("backuplog.txt"); - if (logFile == null) - { - logFile = backupFolder.createFile("backuplog.txt"); - } - if (logFile != null) - { - logFile.content += "File: " + backupName + - "\tDate: " + new Date().toGMTString() + - "\tSize: " + copy.size + "\r\n"; - } -} diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3525f368-ae9c-4a78-9c3e-0e683ccf771f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3525f368-ae9c-4a78-9c3e-0e683ccf771f.bin deleted file mode 100644 index f9c778b..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3525f368-ae9c-4a78-9c3e-0e683ccf771f.bin +++ /dev/null @@ -1 +0,0 @@ -Alice is a demo user for the sample Alfresco Team site. \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/35314188-ad2b-439a-9577-5b2204cacfa2.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/35314188-ad2b-439a-9577-5b2204cacfa2.bin deleted file mode 100644 index 9b8faee..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/35314188-ad2b-439a-9577-5b2204cacfa2.bin +++ /dev/null @@ -1,14 +0,0 @@ - - - - Collaboration Site Dashboard - page.siteDashboard.title - Collaboration site's dashboard page - page.siteDashboard.description - user - dashboard-2-columns-wide-right - - [{"sitePageTitle":"Project Library","pageId":"documentlibrary"},{"sitePageTitle":"Project Wiki","pageId":"wiki-page"},{"sitePageTitle":"Project FAQ","pageId":"discussions-topiclist"},{"sitePageTitle":"Project Links","pageId":"links"},{"sitePageTitle":"Project Lists","pageId":"data-lists"}] - - generic - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3590a4cd-e039-448d-9917-fcfb4171ab81.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3590a4cd-e039-448d-9917-fcfb4171ab81.bin deleted file mode 100644 index dfd8a84..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3590a4cd-e039-448d-9917-fcfb4171ab81.bin +++ /dev/null @@ -1,20 +0,0 @@ - - - Alfresco (${server.edition}) - Category search: ${url.extension} - ${xmldate(date)} - ${absurl(url.context)}/images/logo/AlfrescoLogo16.ico -<#list resultset as node> - - ${node.name} - - ${absurl(url.context)}${node.icon16} - urn:uuid:${node.id} - ${xmldate(node.properties.modified)} - ${node.properties.description!""} - - ${node.properties.creator} - - - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/35a2773e-3f4c-44f4-914e-645119f02de7.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/35a2773e-3f4c-44f4-914e-645119f02de7.bin deleted file mode 100644 index ec33087..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/35a2773e-3f4c-44f4-914e-645119f02de7.bin +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- -Documentnaam: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Titel: ${document.properties.title} - <#else> -Titel: GEEN - - <#if document.properties.description?exists> -Beschrijving: ${document.properties.description} - <#else> -Beschrijving: GEEN - -Maker: ${document.properties.creator} -Gemaakt op: ${document.properties.created?datetime} -Gewijzigd door: ${document.properties.modifier} -Gewijzigd: ${document.properties.modified?datetime} -Grootte: ${document.size / 1024} Kb - - -CONTENTKOPPELINGEN - -Contentmap: ${shareContextUrl}/page/site/${parentPathFromSites} -Content-URL: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name} -Download-URL: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name}?a=true diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3649a1f7-fbb5-4c4e-bdba-3218f18dab91.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3649a1f7-fbb5-4c4e-bdba-3218f18dab91.bin deleted file mode 100644 index 2d832e2..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3649a1f7-fbb5-4c4e-bdba-3218f18dab91.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/369f869a-77eb-4bbc-9631-f2413537daca.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/369f869a-77eb-4bbc-9631-f2413537daca.bin deleted file mode 100644 index 6061e54..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/369f869a-77eb-4bbc-9631-f2413537daca.bin +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- -Document name: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Title: ${document.properties.title} - <#else> -Title: NONE - - <#if document.properties.description?exists> -Description: ${document.properties.description} - <#else> -Description: NONE - -Creator: ${document.properties.creator} -Created: ${document.properties.created?datetime} -Modifier: ${document.properties.modifier} -Modified: ${document.properties.modified?datetime} -Size: ${document.size / 1024} Kb - - -CONTENT LINKS - -Content folder: ${shareContextUrl}/page/site/${parentPathFromSites} -Content URL: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name} -Download URL: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name}?a=true diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/36fb5a80-b061-4ad4-820b-48572a75c71f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/36fb5a80-b061-4ad4-820b-48572a75c71f.bin deleted file mode 100644 index 82b5122..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/36fb5a80-b061-4ad4-820b-48572a75c71f.bin +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - -
-

Document (naam): ${document.name}

-
-

Metagegevens

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Titel: ${document.properties.title}
Titel: 
Beschrijving: ${document.properties.description}
Beschrijving: 
Maker: ${document.properties.creator}
Gemaakt op: ${document.properties.created?datetime}
Gewijzigd door: ${document.properties.modifier}
Gewijzigd: ${document.properties.modified?datetime}
Grootte: ${document.size / 1024} kB
-
-

Contentkoppelingen

- - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/386765b3-8379-4e6b-8361-f02695ff95a5.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/386765b3-8379-4e6b-8361-f02695ff95a5.bin deleted file mode 100644 index abf8966..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/386765b3-8379-4e6b-8361-f02695ff95a5.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/390ddd8a-7fa8-4834-91b2-ec7f2a42dc9b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/390ddd8a-7fa8-4834-91b2-ec7f2a42dc9b.bin deleted file mode 100644 index a8a3149..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/390ddd8a-7fa8-4834-91b2-ec7f2a42dc9b.bin +++ /dev/null @@ -1,20 +0,0 @@ - - - Alfresco (${server.edition}) - Blog query: ${args.q} - ${xmldate(date)} - ${absurl(url.context)}/images/logo/AlfrescoLogo16.ico -<#list resultset as node> - - ${node.name} - - ${absurl(url.context)}${node.icon16} - urn:uuid:${node.id} - ${xmldate(node.properties.modified)} - ${node.properties.description!""} - - ${node.properties.creator} - - - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/39ae12ab-70e5-4ccb-998c-3648671226ef.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/39ae12ab-70e5-4ccb-998c-3648671226ef.bin deleted file mode 100644 index 76a6873..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/39ae12ab-70e5-4ccb-998c-3648671226ef.bin +++ /dev/null @@ -1,76 +0,0 @@ - - <#assign followerFullName>${followerFirstName} ${followerLastName} - <#assign followerLink>${(followerFullName?trim)?html} - - - - - - - - - - -
- - - - -
- - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${followerLink} folgt Ihnen. -
-
- <#if followerJobTitle??>${followerJobTitle?html}
-
-
- <#if followingCount > 0>Sie folgen ${followingCount} Mitarbeitern. Ihnen folgen ${followerCount} Mitarbeiter. -
-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3a76c0ed-9bea-467b-85e9-f4da5fa5ba60.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3a76c0ed-9bea-467b-85e9-f4da5fa5ba60.bin deleted file mode 100644 index 07742c0..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3a76c0ed-9bea-467b-85e9-f4da5fa5ba60.bin +++ /dev/null @@ -1,176 +0,0 @@ -

-

Project Milestones

-


-

This wiki page has a list of project milestones

-


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

-
Phase
-
-

-
Description
-
-

-
-
Target
- -
Date
-
-
-

-
-
Actual
- -
Date
-
-
-
1
-
-

Project Initiation

-
-
10th January 2011
-
-
10th January 2011
-

 

-
-
2
-
-

Project scope set

-
-
12th January 2011
-
-
13th January 2011
-
-
3
-
-

Provisional budget set and agreed

-
-
17th January 2011
-
-
15th January 2011
-
-
4
-
-

Confirm external agency to help build the new site

-
-
28th January 2011
-
-
31st January 2011
-
-
5
-
-

High level concept design complete and presented to the executives

-
-
8th February 2011
-
 
-
6
-
-

Procure production systems and software

-
-
16th February 2011
-
 
-
7
-
-

First pass - Web site up and running. Complete internal review.

-
-
2nd March 2011
-
 
-
8
-
-

Second pass - Web site modification incorporated from phase 7

-
-
9th March 2011
-
 
-
9
-
-

Beta site ready for user and load testing.

-
-
23rd March 2011
-
 
-
10
-
-

Incorporate changes from beta testing.

-
-
25th March 2011
-
 
-
11
-
-

NEW WEB SITE GO LIVE

-
-
31st March 2011
-
 
\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3c50271d-cc29-49bf-b241-352705585efc.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3c50271d-cc29-49bf-b241-352705585efc.bin deleted file mode 100644 index 970463e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3c50271d-cc29-49bf-b241-352705585efc.bin +++ /dev/null @@ -1,18 +0,0 @@ -<#-- Shows the translations applied to a doc through the translatable aspect --> -${message("templates.translatable.translatable")} -<#if document?exists> - <#if hasAspect(document, "cm:translatable") = 1> - ${message("templates.translatable.yes")}
- - <#if document.assocs["cm:translations"]?exists> - <#list document.assocs["cm:translations"] as t> - - - -
${t.content}
- <#else> - ${message("templates.translatable.no")}
- -<#else> - ${message("templates.translatable.no_document_found")}
- diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3fcb353f-81df-4dc3-a368-c8dcfbfbbf23.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3fcb353f-81df-4dc3-a368-c8dcfbfbbf23.bin deleted file mode 100644 index a6bc795..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/3fcb353f-81df-4dc3-a368-c8dcfbfbbf23.bin +++ /dev/null @@ -1,15 +0,0 @@ - - - Alfresco - Category search: ${url.extension} -
- -<#list resultset as node> - - - -
- ${node.name} -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4021ad47-b66a-49c0-b154-f9af1e45037a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4021ad47-b66a-49c0-b154-f9af1e45037a.bin deleted file mode 100644 index 90628ba..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4021ad47-b66a-49c0-b154-f9af1e45037a.bin +++ /dev/null @@ -1,76 +0,0 @@ - - <#assign followerFullName>${followerFirstName} ${followerLastName} - <#assign followerLink>${(followerFullName?trim)?html} - - - - - - - - - - -
- - - - -
- - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${followerLink} があなたをフォーローしています。 -
-
- <#if followerJobTitle??>${followerJobTitle?html}
-
-
- <#if followingCount > 0>${followingCount} 人がフォローしてます。 ${followerCount} 人のフォローワーがいます。 -
-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4024ecbb-927c-4868-bdf2-2c41b7ab84c5.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4024ecbb-927c-4868-bdf2-2c41b7ab84c5.bin deleted file mode 100644 index be2c04e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4024ecbb-927c-4868-bdf2-2c41b7ab84c5.bin +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} has added a new content item, ${document.name}, in the ${document.siteShortName!""} site and is this INFECTED! -
-
- ${date?datetime?string.full} -
-
-
-

Hi,

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - has added a new content item, ${document.name}, in the ${document.siteShortName!""} site was detected as infected. - -

Sincerely,
- Alfviral

-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/40459fd6-4b30-4ba2-8b73-49381e36be69.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/40459fd6-4b30-4ba2-8b73-49381e36be69.bin deleted file mode 100644 index b3940f3..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/40459fd6-4b30-4ba2-8b73-49381e36be69.bin +++ /dev/null @@ -1 +0,0 @@ -Mike is a demo user for the sample Alfresco Team site. \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/43f7ca01-22f7-4678-ac35-7e0c016b8541.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/43f7ca01-22f7-4678-ac35-7e0c016b8541.bin deleted file mode 100644 index f5dd369..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/43f7ca01-22f7-4678-ac35-7e0c016b8541.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/458abcac-2cca-462f-ba56-e383ff1cf921.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/458abcac-2cca-462f-ba56-e383ff1cf921.bin deleted file mode 100644 index d8a735d..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/458abcac-2cca-462f-ba56-e383ff1cf921.bin +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
-
- Letzte Aktivitäten -
-
- ${date?datetime?string.full} -
-
- <#if activities?exists && activities?size > 0> - <#list activities as activity> - <#if activity.siteNetwork??> - <#assign userLink="${activity.activitySummary.firstName!\"\"} ${activity.activitySummary.lastName!\"\"}"> - <#assign secondUserLink=""> - <#assign itemLink="${activity.activitySummary.title!\"\"}"> - <#assign siteLink="${siteTitles[activity.siteNetwork]!activity.siteNetwork?html}"> - - <#assign suppressSite=false> - - <#switch activity.activityType> - <#case "org.alfresco.site.user-joined"> - <#case "org.alfresco.site.user-left"> - <#assign suppressSite=true> - <#case "org.alfresco.site.user-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink="${activity.activitySummary.memberFirstName!\"\"} ${activity.activitySummary.memberLastName!\"\"}"> - <#break> - <#case "org.alfresco.site.group-added"> - <#case "org.alfresco.site.group-removed"> - <#assign suppressSite=true> - <#case "org.alfresco.site.group-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink=activity.activitySummary.groupName?replace("GROUP_", "")> - <#break> - <#case "org.alfresco.subscriptions.followed"> - <#assign userLink="${activity.activitySummary.followerFirstName!\"\"} ${activity.activitySummary.followerLastName!\"\"}"> - <#assign secondUserLink="${activity.activitySummary.userFirstName!\"\"} ${activity.activitySummary.userLastName!\"\"}"> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.subscriptions.subscribed"> - <#assign userLink="${activity.activitySummary.subscriberFirstName!\"\"} ${activity.activitySummary.subscriberLastName!\"\"}"> - <#assign custom0=(activity.activitySummary.node!"")?html> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.profile.status-changed"> - <#assign custom0=(activity.activitySummary.status!"")?html> - <#assign suppressSite=true> - <#break> - <#default> - - - <#assign detail=message(activity.activityType?html, itemLink, userLink, custom0, activity.activitySummary.custom1!"", siteLink, secondUserLink)!""> - -
- <#if suppressSite>${detail}<#else>${message("in.site", detail, siteLink)!""} -
-
- ${activity.postDate?datetime?string.medium} -
- - - -
-
-
-
 
-
- Sie können Benachrichtigungen deaktivieren, indem Sie auf diesen Link klicken:
-
${shareUrl}/page/user/${personProps["cm:userName"]}/user-notifications -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/46d6d70a-c6af-4fc5-a9f7-eb6e14d8d7cd.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/46d6d70a-c6af-4fc5-a9f7-eb6e14d8d7cd.bin deleted file mode 100644 index 7389e15..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/46d6d70a-c6af-4fc5-a9f7-eb6e14d8d7cd.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4967e3cf-7768-43f3-92b1-43b22ec711c3.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4967e3cf-7768-43f3-92b1-43b22ec711c3.bin deleted file mode 100644 index fea6995..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4967e3cf-7768-43f3-92b1-43b22ec711c3.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4a4ad70c-78df-46af-9461-ac23150f7e95.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4a4ad70c-78df-46af-9461-ac23150f7e95.bin deleted file mode 100644 index 5c1be67..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4a4ad70c-78df-46af-9461-ac23150f7e95.bin +++ /dev/null @@ -1,18 +0,0 @@ - - -System Overview - - -

System Overview

-

Purpose

-In this section, give a brief summary of the purpose of the proposed system, -including the target users and organisations. -

Aims and Objectives

-In this section, give a brief summary of the reasons for developing the -proposed system. -

Prerequisites

-In this section give any prerequisites for the proposed system. -

Total Expected Effort

-In this section give a rough estimate in months of effort required. - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4a9304a8-c4cf-4de6-b51a-d60b7f91c356.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4a9304a8-c4cf-4de6-b51a-d60b7f91c356.bin deleted file mode 100644 index 4b2c253..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4a9304a8-c4cf-4de6-b51a-d60b7f91c356.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4adc9ef1-f2f4-4a21-bf8d-45eb11f00ba3.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4adc9ef1-f2f4-4a21-bf8d-45eb11f00ba3.bin deleted file mode 100644 index f95be88..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4adc9ef1-f2f4-4a21-bf8d-45eb11f00ba3.bin +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- <#if args.workflowPooled == true> - Nouvelle tâche partagée - <#else> - Une tâche vous a été assignée - -
-
- ${date?datetime?string.full} -
-
-
-

Hi,

- -

- <#if args.workflowPooled == true> - La tâche partagée suivante peut être récupérée : - <#else> - La tâche suivante vous a été assignée : - -

- -

"${args.workflowTitle}"

- - <#if (args.workflowDescription)??> -

${args.workflowDescription}

- - -

- <#if (args.workflowDueDate)??>Due:  ${args.workflowDueDate?date?string.full}
- <#if (args.workflowPriority)??> - Priorité :   - - <#if args.workflowPriority == 3> - Basse - <#elseif args.workflowPriority == 2> - Moyenne - <#else> - Élevée - - - -

- - <#if (args.workflowDocuments)??> - - <#list args.workflowDocuments as doc> - - - - <#if doc_has_next> - - - -
- - - - - -
- - - - - - - - - - - - -
${doc.name}
Cliquez sur ce lien pour télécharger le document :
- - ${shareUrl}/proxy/alfresco/api/node/content/workspace/SpacesStore/${doc.id}/${doc.name}?a=true -
-
-
- - - <#if args.workflowPooled == true> -

Cliquez sur ce lien pour voir la tâche :

-

${shareUrl}/page/task-details?taskId=${args.workflowId} - <#else> -

Cliquez sur ce lien pour modifier la tâche :

-

${shareUrl}/page/task-edit?taskId=${args.workflowId} - - -

Cordialement,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Pour en savoir plus sur Alfresco ${productName!""} visitez http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4c444187-ecf2-4314-b360-0fa4dbce4b96.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4c444187-ecf2-4314-b360-0fa4dbce4b96.bin deleted file mode 100644 index 7d741d6..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4c444187-ecf2-4314-b360-0fa4dbce4b96.bin +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
-
- Actividades recientes -
-
- ${date?datetime?string.full} -
-
- <#if activities?exists && activities?size > 0> - <#list activities as activity> - <#if activity.siteNetwork??> - <#assign userLink="${activity.activitySummary.firstName!\"\"} ${activity.activitySummary.lastName!\"\"}"> - <#assign secondUserLink=""> - <#assign itemLink="${activity.activitySummary.title!\"\"}"> - <#assign siteLink="${siteTitles[activity.siteNetwork]!activity.siteNetwork?html}"> - - <#assign suppressSite=false> - - <#switch activity.activityType> - <#case "org.alfresco.site.user-joined"> - <#case "org.alfresco.site.user-left"> - <#assign suppressSite=true> - <#case "org.alfresco.site.user-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink="${activity.activitySummary.memberFirstName!\"\"} ${activity.activitySummary.memberLastName!\"\"}"> - <#break> - <#case "org.alfresco.site.group-added"> - <#case "org.alfresco.site.group-removed"> - <#assign suppressSite=true> - <#case "org.alfresco.site.group-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink=activity.activitySummary.groupName?replace("GROUP_", "")> - <#break> - <#case "org.alfresco.subscriptions.followed"> - <#assign userLink="${activity.activitySummary.followerFirstName!\"\"} ${activity.activitySummary.followerLastName!\"\"}"> - <#assign secondUserLink="${activity.activitySummary.userFirstName!\"\"} ${activity.activitySummary.userLastName!\"\"}"> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.subscriptions.subscribed"> - <#assign userLink="${activity.activitySummary.subscriberFirstName!\"\"} ${activity.activitySummary.subscriberLastName!\"\"}"> - <#assign custom0=(activity.activitySummary.node!"")?html> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.profile.status-changed"> - <#assign custom0=(activity.activitySummary.status!"")?html> - <#assign suppressSite=true> - <#break> - <#default> - - - <#assign detail=message(activity.activityType?html, itemLink, userLink, custom0, activity.activitySummary.custom1!"", siteLink, secondUserLink)!""> - -
- <#if suppressSite>${detail}<#else>${message("in.site", detail, siteLink)!""} -
-
- ${activity.postDate?datetime?string.medium} -
- - - -
-
-
-
 
-
- Puede desactivar las notificaciones pulsando el siguiente enlace:
-
${shareUrl}/page/user/${personProps["cm:userName"]}/user-notifications -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4e24f36f-9139-4986-acba-32913b01124e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4e24f36f-9139-4986-acba-32913b01124e.bin deleted file mode 100644 index e7f50a2..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/4e24f36f-9139-4986-acba-32913b01124e.bin +++ /dev/null @@ -1,57 +0,0 @@ -<#-- Shows some general info about the current document, including NodeRef and aspects applied --> -<#if document?exists> -

${message("templates.doc_info.current_document_info")}

- ${message("templates.doc_info.name")} ${document.name}
- ${message("templates.doc_info.ref")} ${document.nodeRef}
- ${message("templates.doc_info.type")} ${document.type}
- ${message("templates.doc_info.dbid")} ${document.properties["sys:node-dbid"]}
- ${message("templates.doc_info.content_url")} /contentspace${document.url}
- ${message("templates.doc_info.locked")} <#if document.isLocked>Yes<#else>No
- <#if hasAspect(document, "cm:countable") == 1 && document.properties['cm:counter']?exists> - ${message("templates.doc_info.counter")} ${document.properties['cm:counter']}
- - ${message("templates.doc_info.aspects")} - - <#list document.aspects as aspect> - - -
${aspect}
- ${message("templates.doc_info.assocs")} - - <#list document.assocs?keys as key> - - -
${key} - <#list document.assocs[key] as t> - ${t.displayPath}/${t.name}
- -
- ${message("templates.doc_info.properties")} - - <#-- Get a list of all the property names for the document --> - <#assign props = document.properties?keys> - <#list props as t> - <#-- If the property exists --> - <#if document.properties[t]?exists> - <#-- If it is a date, format it accordingly --> - <#if document.properties[t]?is_date> - - - <#-- If it is a boolean, format it accordingly --> - <#elseif document.properties[t]?is_boolean> - - - <#-- If it is a collection, enumerate it --> - <#elseif document.properties[t]?is_enumerable> - - - <#-- Otherwise treat it as a string --> - <#else> - - - - -
${t} = ${document.properties[t]?datetime}
${t} = ${document.properties[t]?string("yes", "no")}
${t} = <#list document.properties[t] as i>${i}
${t} = ${document.properties[t]?html}
-<#else> - ${message("templates.doc_info.no_document_found")} - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/50a58ac4-b96d-4bc7-a50f-17e27a89c8a9.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/50a58ac4-b96d-4bc7-a50f-17e27a89c8a9.bin deleted file mode 100644 index 60411e6..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/50a58ac4-b96d-4bc7-a50f-17e27a89c8a9.bin +++ /dev/null @@ -1,24 +0,0 @@ ------------------------------------------------------------------------------- -Document name: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Title: ${document.properties.title} - <#else> -Title: NONE - - <#if document.properties.description?exists> -Description: ${document.properties.description} - <#else> -Description: NONE - -Creator: ${document.properties.creator} -Created: ${document.properties.created?datetime} -Modifier: ${document.properties.modifier} -Modified: ${document.properties.modified?datetime} -Size: ${document.size / 1024} Kb - - -CONTENT LINKS - -Content URL: ${document.shareUrl} diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/52f3d6b9-996d-4200-bfb0-78f53f326418.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/52f3d6b9-996d-4200-bfb0-78f53f326418.bin deleted file mode 100644 index dd7dc3f..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/52f3d6b9-996d-4200-bfb0-78f53f326418.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/534a0bfa-f395-49b3-b923-08925801753f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/534a0bfa-f395-49b3-b923-08925801753f.bin deleted file mode 100644 index da53f8a..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/534a0bfa-f395-49b3-b923-08925801753f.bin +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - -
-

Documento (nombre): ${document.name}

-
-

Metadatos

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Título:${document.properties.title}
Título: 
Descripción:${document.properties.description}
Descripción: 
Creador:${document.properties.creator}
Creado:${document.properties.created?datetime}
Modificador:${document.properties.modifier}
Modificado:${document.properties.modified?datetime}
Tamaño:${document.size / 1024} KB
-
-

Enlaces de contenido:

- - - - - - - - - - - - - - - - - - - - - - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/536ae508-749b-400e-993b-25bcf9130152.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/536ae508-749b-400e-993b-25bcf9130152.bin deleted file mode 100644 index 91cdbdc..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/536ae508-749b-400e-993b-25bcf9130152.bin +++ /dev/null @@ -1,76 +0,0 @@ - - <#assign followerFullName>${followerFirstName} ${followerLastName} - <#assign followerLink>${(followerFullName?trim)?html} - - - - - - - - - - -
- - - - -
- - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${followerLink} volgt u nu. -
-
- <#if followerJobTitle??>${followerJobTitle?html}
-
-
- <#if followingCount > 0>U volgt${followingCount} anderen. U hebt${followerCount} volgers. -
-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/53c173ed-c1f8-4051-8f95-1b2f30a72996.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/53c173ed-c1f8-4051-8f95-1b2f30a72996.bin deleted file mode 100644 index d1c5f6a..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/53c173ed-c1f8-4051-8f95-1b2f30a72996.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/54019593-4b45-4bfb-acf1-00454172982d.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/54019593-4b45-4bfb-acf1-00454172982d.bin deleted file mode 100644 index 5349656..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/54019593-4b45-4bfb-acf1-00454172982d.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- Su nueva cuenta de Alfresco ${productName!""} -
-
- ${date?datetime?string.full} -
-
-
-

Hola, ${firstname}:

- -

${creator.firstname} ${creator.lastname} ha creado una cuenta de Alfresco ${productName!""} para usted.

- -

Haga clic en este enlace para iniciar sesión:
-
${shareUrl}

- -

Los datos de inicio de sesión son:
-
Nombre de usuario: ${username} -
Contraseña: ${password} -

- -

Le recomendamos que cambie la contraseña la primera vez que inicie sesión.
- Para hacerlo, vaya a Mi perfil y seleccione Cambiar contraseña.

- -

Atentamente,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Para obtener más información sobre Alfresco ${productName!""}, visite http://www.alfresco.com -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/541387f0-274d-4587-8fbd-3209aedca62f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/541387f0-274d-4587-8fbd-3209aedca62f.bin deleted file mode 100644 index b555f0e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/541387f0-274d-4587-8fbd-3209aedca62f.bin +++ /dev/null @@ -1,7 +0,0 @@ - - - ${status.code} - ${status.codeName} - ${status.codeDescription} - ${status.message} - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/541a1040-80be-40d8-a236-72b631a1f07c.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/541a1040-80be-40d8-a236-72b631a1f07c.bin deleted file mode 100644 index 89099a6..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/541a1040-80be-40d8-a236-72b631a1f07c.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/54601b4a-09fb-4e20-929b-9df6bb133ad5.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/54601b4a-09fb-4e20-929b-9df6bb133ad5.bin deleted file mode 100644 index 6a1f184..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/54601b4a-09fb-4e20-929b-9df6bb133ad5.bin +++ /dev/null @@ -1 +0,0 @@ -{"org.alfresco.share.documents.favourites":"workspace://SpacesStore/7c7bca1d-b65d-4444-9378-805b459fb74d,workspace://SpacesStore/b2f21ddd-0b0e-449f-bea9-a0be73e7d67b,workspace://SpacesStore/2cf35860-6705-42c3-b123-c4d6b39997b4,workspace://SpacesStore/7d90c94c-fcf7-4f79-9273-bd1352bbb612,workspace://SpacesStore/05dedd34-9d9d-48d9-9af6-c81b555541c9","org.alfresco.share.documentList.sortField":"cm:name","org.alfresco.share.documentList.simpleView":false,"org.alfresco.share.documentList.showFolders":true,"org.alfresco.share.twisters.collapsed":"DocumentPermissions,DocumentWorkflows,DocumentLinks,DocumentActions","org.alfresco.share.sites.favourites.test":true} \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/55371170-a20f-4f17-bc7c-31e966b4c620.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/55371170-a20f-4f17-bc7c-31e966b4c620.bin deleted file mode 100644 index 48f09a6..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/55371170-a20f-4f17-bc7c-31e966b4c620.bin +++ /dev/null @@ -1,27 +0,0 @@ - - - ${folder.displayPath}/${folder.name} - - - Folder: ${folder.displayPath}/${folder.name} -
- - <#if folder.parent.parent?exists> - - - -<#list folder.children as child> - - <#if child.isContainer> - - -
.. -
>${child.name} - <#else> - ${child.name} - -
- - - -<#macro encodepath node><#if node.parent?exists><@encodepath node=node.parent/>/${node.name?url} \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/55418947-97e9-4bc9-93bb-e3e281ae01ec.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/55418947-97e9-4bc9-93bb-e3e281ae01ec.bin deleted file mode 100644 index cd41dd9..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/55418947-97e9-4bc9-93bb-e3e281ae01ec.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/55d05be9-2dfb-41c8-8aa5-7b23d7bbc53a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/55d05be9-2dfb-41c8-8aa5-7b23d7bbc53a.bin deleted file mode 100644 index 61f7a5c..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/55d05be9-2dfb-41c8-8aa5-7b23d7bbc53a.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/562bb3bd-1c23-44e3-8193-4005faf9a23f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/562bb3bd-1c23-44e3-8193-4005faf9a23f.bin deleted file mode 100644 index 9937840..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/562bb3bd-1c23-44e3-8193-4005faf9a23f.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/5642ca6b-cca6-4ce9-a679-8d3383c22b3b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/5642ca6b-cca6-4ce9-a679-8d3383c22b3b.bin deleted file mode 100644 index 5e69e74..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/5642ca6b-cca6-4ce9-a679-8d3383c22b3b.bin +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - -
-

Документ (имя): ${document.name}

-
-
- Метаданные - - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Заголовок: ${document.properties.title}
Заголовок: 
Описание: ${document.properties.description}
Описание: 
Создатель: ${document.properties.creator}
Создано: ${document.properties.created?datetime}
Модификатор: ${document.properties.modifier}
Изменено: ${document.properties.modified?datetime}
Размер: ${document.size / 1024} КБ
-
-
- Ссылки на контент - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/581ca464-921a-480c-8cf8-0580bcdeaebb.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/581ca464-921a-480c-8cf8-0580bcdeaebb.bin deleted file mode 100644 index 9eb1ebd..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/581ca464-921a-480c-8cf8-0580bcdeaebb.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
-

Documento (nome): ${document.name}

-
-
- Metadati - - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Titolo:${document.properties.title}
Titolo: 
Descrizione:${document.properties.description}
Descrizione: 
Autore:${document.properties.creator}
Data di creazione:${document.properties.created?datetime}
Modificatore:${document.properties.modifier}
Data di modifica:${document.properties.modified?datetime}
Dimensioni:${document.size / 1024} Kb
-
-
- Collegamenti del contenuto - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/58a3d031-0a1d-4b6e-93bf-781834973c05.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/58a3d031-0a1d-4b6e-93bf-781834973c05.bin deleted file mode 100644 index 5d7234d..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/58a3d031-0a1d-4b6e-93bf-781834973c05.bin +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - -
-

文書 (名前): ${document.name}

-
-

メタデータ

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
タイトル:${document.properties.title}
タイトル: 
説明:${document.properties.description}
説明: 
作成者:${document.properties.creator}
作成日時:${document.properties.created?datetime}
修正者:${document.properties.modifier}
修正日時:${document.properties.modified?datetime}
サイズ: ${document.size / 1024} KB
-
-

コンテンツリンク

- - - - - - - - - - - - - - - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/5b0bb629-f3bd-479a-a678-48e561427a79.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/5b0bb629-f3bd-479a-a678-48e561427a79.bin deleted file mode 100644 index aea70c9..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/5b0bb629-f3bd-479a-a678-48e561427a79.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/5f4ba3a7-7c64-4677-8ee9-2ed0fcb1acf6.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/5f4ba3a7-7c64-4677-8ee9-2ed0fcb1acf6.bin deleted file mode 100644 index 78eb255..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/5f4ba3a7-7c64-4677-8ee9-2ed0fcb1acf6.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/619158d1-e98b-4594-9f35-5465ca64e79e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/619158d1-e98b-4594-9f35-5465ca64e79e.bin deleted file mode 100644 index ae4ebf4..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/619158d1-e98b-4594-9f35-5465ca64e79e.bin +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- Uw nieuwe Alfresco ${productName!""}-account -
-
${date?datetime?string.full} -
-
-
-

Hallo ${firstname},

- -

${creator.firstname} ${creator.lastname} heeft een Alfresco ${productName!""}-account voor u gemaakt.

- -

Klik op deze koppeling om u aan te melden:
-
${shareUrl}

- -

Uw aanmeldingsgegevens zijn:
-
Gebruikersnaam: ${username} -
Wachtwoord: ${password} -

- -

U wordt geadviseerd het wachtwoord te wijzigen wanneer u zich voor de eerste keer aanmeldt.
- U kunt dit doen door naar Mijn profiel te gaan en Wachtwoord wijzigen te selecteren.

- -

Hoogachtend,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Ga voor meer informatie over Alfresco ${productName!""} naar http://www.alfresco.com -
-
 
-
-
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/62bfed57-2dcd-4582-b8a5-d7576c8c1aae.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/62bfed57-2dcd-4582-b8a5-d7576c8c1aae.bin deleted file mode 100644 index 78cfe2c..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/62bfed57-2dcd-4582-b8a5-d7576c8c1aae.bin +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- -文档名称: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -标题: ${document.properties.title} - <#else> -标题: 无 - - <#if document.properties.description?exists> -说明: ${document.properties.description} - <#else> -说明: 无 - -创建者: ${document.properties.creator} -创建时间: ${document.properties.created?datetime} -修改者: ${document.properties.modifier} -修改时间: ${document.properties.modified?datetime} -大小: ${document.size / 1024} Kb - - -内容链接 - -内容文件夹: ${shareContextUrl}/page/site/${parentPathFromSites} -内容 URL: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name} -下载 URL: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name}?a=true diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6675b23e-a315-4d1a-af59-a505dcff6908.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6675b23e-a315-4d1a-af59-a505dcff6908.bin deleted file mode 100644 index 200e33f..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6675b23e-a315-4d1a-af59-a505dcff6908.bin +++ /dev/null @@ -1,8 +0,0 @@ -<#-- Table of some summary details about the current user --> - - - - - - -
${message("templates.my_summary.name")} ${person.properties.firstName?html} ${person.properties.lastName?html}
${message("templates.my_summary.user")} ${person.properties.userName}
${message("templates.my_summary.home_space_location")} ${userhome.displayPath}/${userhome.name}
${message("templates.my_summary.items_in_home_space")} ${userhome.children?size}
${message("templates.my_summary.items_in_company_space")} ${companyhome.children?size}
\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/670a6d9d-24ff-43d1-9bdb-b622972bed58.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/670a6d9d-24ff-43d1-9bdb-b622972bed58.bin deleted file mode 100644 index c697615..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/670a6d9d-24ff-43d1-9bdb-b622972bed58.bin +++ /dev/null @@ -1,25 +0,0 @@ ------------------------------------------------------------------------------- -Nombre del documento: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Título: ${document.properties.title} - <#else> -Título: NINGUNO - - <#if document.properties.description?exists> -Descripción: ${document.properties.description} - <#else> -Descripción: NINGUNA - -Creador: ${document.properties.creator} -Creado: ${document.properties.created?datetime} -Modificador: ${document.properties.modifier} -Modificado: ${document.properties.modified?datetime} -Tamaño: ${document.size / 1024} KB - - -ENLACES DE CONTENIDO - -Dirección URL de contenido: ${document.shareUrl} - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/67ba196d-e282-4dab-80e2-6fe63a6c9224.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/67ba196d-e282-4dab-80e2-6fe63a6c9224.bin deleted file mode 100644 index 531dc4a..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/67ba196d-e282-4dab-80e2-6fe63a6c9224.bin +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} ha añadido un nuevo elemento de contenido, ${document.name}, en el sitio ${document.siteShortName!""} y se ha detectado como INFECTADO -
-
- ${date?datetime?string.full} -
-
-
-

Hola:

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - ha añadido un nuevo elemento (o modificado) de contenido, ${document.name}, en el sitio ${document.siteShortName!""} que se ha detectado como infectado. - -

Atentamente,
- Alfviral

-
-
-
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6827c9e9-aef9-49b0-a2eb-317103d416dc.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6827c9e9-aef9-49b0-a2eb-317103d416dc.bin deleted file mode 100644 index 030aa69..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6827c9e9-aef9-49b0-a2eb-317103d416dc.bin +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6ab26728-59bd-49c2-b726-640763d0382b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6ab26728-59bd-49c2-b726-640763d0382b.bin deleted file mode 100644 index c095744..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6ab26728-59bd-49c2-b726-640763d0382b.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6abead6a-3b04-4c52-83ed-04d3116a8cbc.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6abead6a-3b04-4c52-83ed-04d3116a8cbc.bin deleted file mode 100644 index 92cad04..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6abead6a-3b04-4c52-83ed-04d3116a8cbc.bin +++ /dev/null @@ -1,13 +0,0 @@ -You have been invited to '${space.name}' by ${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}. - -<#if role?exists>You will have the role of: ${role} - -You can view the space through the Alfresco client: -<#assign ref=space.nodeRef> -<#assign workspace=ref[0..ref?index_of("://")-1]> -<#assign storenode=ref[ref?index_of("://")+3..]> -${url.serverPath}/alfresco/navigate/browse/${workspace}/${storenode} - -Regards - -Alfresco \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6b3c024a-367b-4b9b-87cb-0a8cec7478e6.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6b3c024a-367b-4b9b-87cb-0a8cec7478e6.bin deleted file mode 100644 index 740a3c8..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6b3c024a-367b-4b9b-87cb-0a8cec7478e6.bin +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6c201d00-7753-479d-aba7-bd8870b26932.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6c201d00-7753-479d-aba7-bd8870b26932.bin deleted file mode 100644 index ad8d053..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6c201d00-7753-479d-aba7-bd8870b26932.bin +++ /dev/null @@ -1,17 +0,0 @@ -// log the docs that currently contain the word 'Alfresco' to a log file -var logFile = space.childByNamePath("alf docs.txt"); -if (logFile == null) -{ - logFile = space.createFile("alf docs.txt"); -} -if (logFile != null) -{ - // execute a lucene search across the repo for the text 'alfresco' - var docs = search.luceneSearch("TEXT:alfresco"); - var log = ""; - for (var i=0; i - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- Votre nouveau compte Alfresco ${productName!""} -
-
- ${date?datetime?string.full} -
-
-
-

Bonjour ${firstname},

- -

${creator.firstname} ${creator.lastname} a créé un compte Alfresco ${productName!""} pour vous.

- -

Cliquez sur ce lien pour vous connecter :
-
${shareUrl}

- -

Vos informations de connexion sont les suivantes :
-
Nom d'utilisateur : ${username} -
Mot de passe : ${password} -

- -

Nous vous conseillons vivement de modifier votre mot de passe lors de votre première connexion.
- Pour ce faire, sélectionnez Mon profil, puis Changer de mot de passe.

- -

Cordialement,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Pour en savoir plus sur Alfresco ${productName!""}, visitez notre site Web http://www.alfresco.com -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6da0de4a-d106-4385-a35f-886bee4ac66f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6da0de4a-d106-4385-a35f-886bee4ac66f.bin deleted file mode 100644 index 8c973b6..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6da0de4a-d106-4385-a35f-886bee4ac66f.bin +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} ha aggiunto un elemento del contenuto, ${document.name}, nel sito ${document.siteShortName!""} -
-
- ${date?datetime?string.full} -
-
-
-

Caro,

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - ha aggiunto un elemento del contenuto, ${document.name}, nel sito ${document.siteShortName!""}. - -

Fare clic su questo collegamento per visualizzare l'elemento:
-
${document.shareUrl}

- -

Cordiali saluti,
- Alfresco

-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6eca32e3-9903-44ff-a14d-363d44619013.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6eca32e3-9903-44ff-a14d-363d44619013.bin deleted file mode 100644 index d6c636c..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/6eca32e3-9903-44ff-a14d-363d44619013.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/702de99a-df59-4102-a565-2699bc89caa7.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/702de99a-df59-4102-a565-2699bc89caa7.bin deleted file mode 100644 index babd395..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/702de99a-df59-4102-a565-2699bc89caa7.bin +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - -
-

Document (name): ${document.name}

-
-

Metadata

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Title:${document.properties.title}
Title: 
Description:${document.properties.description}
Description: 
Creator:${document.properties.creator}
Created:${document.properties.created?datetime}
Modifier:${document.properties.modifier}
Modified:${document.properties.modified?datetime}
Size:${document.size / 1024} Kb
-
-

Content links

- - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/704cdfdb-607f-43c9-92a5-755e78536d6a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/704cdfdb-607f-43c9-92a5-755e78536d6a.bin deleted file mode 100644 index 89c4810..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/704cdfdb-607f-43c9-92a5-755e78536d6a.bin +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- <#if args.workflowPooled == true> - New Pooled Task - <#else> - You have been assigned a task - -
-
- ${date?datetime?string.full} -
-
-
-

Hi,

- -

- <#if args.workflowPooled == true> - The following pooled task is available to be claimed: - <#else> - You have been assigned the following task: - -

- -

"${args.workflowTitle}"

- - <#if (args.workflowDescription)??> -

${args.workflowDescription}

- - -

- <#if (args.workflowDueDate)??>Due:  ${args.workflowDueDate?date?string.full}
- <#if (args.workflowPriority)??> - Priority:   - - <#if args.workflowPriority == 3> - Low - <#elseif args.workflowPriority == 2> - Medium - <#else> - High - - - -

- - <#if (args.workflowDocuments)??> - - <#list args.workflowDocuments as doc> - - - - <#if doc_has_next> - - - -
- - - - - -
- - - - - - - - - - - - -
${doc.name}
Click on this link to download the document:
- - ${shareUrl}/proxy/alfresco/api/node/content/workspace/SpacesStore/${doc.id}/${doc.name}?a=true -
-
-
- - - <#if args.workflowPooled == true> -

Click this link to view the task:

-

${shareUrl}/page/task-details?taskId=${args.workflowId} - <#else> -

Click this link to edit the task:

-

${shareUrl}/page/task-edit?taskId=${args.workflowId} - - -

Sincerely,
- Alfresco ${productName!""}

-
-
-
-
 
-
- To find out more about Alfresco ${productName!""} visit http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/706ce854-7893-4dea-9ee8-eca9f1a3c391.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/706ce854-7893-4dea-9ee8-eca9f1a3c391.bin deleted file mode 100644 index a82732e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/706ce854-7893-4dea-9ee8-eca9f1a3c391.bin +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - -
-

文档(名称):

-
-
- 元数据 - - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
标题:
标题: 
说明:
说明: 
创建者:
创建时间:
修改者:
修改时间:
大小: KB
-
-
- 内容链接 - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/70d8f325-0125-41c9-b1ea-d78f2e0ee3b1.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/70d8f325-0125-41c9-b1ea-d78f2e0ee3b1.bin deleted file mode 100644 index b7067f0..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/70d8f325-0125-41c9-b1ea-d78f2e0ee3b1.bin +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- -Имя документа: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Заголовок: ${document.properties.title} - <#else> -Заголовок: НЕТ - - <#if document.properties.description?exists> -Описание: ${document.properties.description} - <#else> -Описание: НЕТ - -Создатель: ${document.properties.creator} -Создано: ${document.properties.created?datetime} -Модификатор: ${document.properties.modifier} -Изменено: ${document.properties.modified?datetime} -Размер: ${document.size / 1024} КБ - - -ССЫЛКИ НА КОНТЕНТ - -Папка с контентом: ${shareContextUrl}/page/site/${parentPathFromSites} -URL-адрес контента: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name} -Загрузить с URL-адреса: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name}?a=true diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/71fe502e-dbf5-45f6-9846-f2de7cdfcf2d.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/71fe502e-dbf5-45f6-9846-f2de7cdfcf2d.bin deleted file mode 100644 index e8f96c7..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/71fe502e-dbf5-45f6-9846-f2de7cdfcf2d.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/72ff72ea-2dea-4522-9d74-cc7b6609d588.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/72ff72ea-2dea-4522-9d74-cc7b6609d588.bin deleted file mode 100644 index 200c7fc..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/72ff72ea-2dea-4522-9d74-cc7b6609d588.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/73abdc4e-f13a-4075-9299-8d6885129790.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/73abdc4e-f13a-4075-9299-8d6885129790.bin deleted file mode 100644 index 5309e93..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/73abdc4e-f13a-4075-9299-8d6885129790.bin +++ /dev/null @@ -1,109 +0,0 @@ - - <#assign inviterPersonRef=args["inviterPersonRef"]/> - <#assign inviterPerson=companyhome.nodeByReference[inviterPersonRef]/> - <#assign inviteePersonRef=args["inviteePersonRef"]/> - <#assign inviteePerson=companyhome.nodeByReference[inviteePersonRef]/> - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- È stato ricevuto un invito a partecipare al '${args["siteName"]}' Sito -
-
- ${date?datetime?string.full} -
-
-
-

Caro ${inviteePerson.properties["cm:firstName"]!""},

- -

${inviterPerson.properties["cm:firstName"]!""} ${inviterPerson.properties["cm:lastName"]!""} - ti ha inviatato a partecipare al sito ${args["siteName"]} con il ruolo di ${args["inviteeSiteRole"]}.

- -

Fare clic sul collegamento per accettare l’invito dell'${inviterPerson.properties["cm:firstName"]!""}':
-
${args["acceptLink"]}

- - <#if args["inviteeGenPassword"]?exists> -

Account creato. I dettagli di accesso sono:
-
Nome utente: ${args["inviteeUserName"]} -
Password: ${args["inviteeGenPassword"]} -

- -

Si consiglia di cambiare la password quando si effettua l'eccesso per la prima volta. - È possibile effettuare questa operazione andando a Il mio profilo e selezionando Cambia password.

- - -

Per rifiutare l’invito dell’${inviterPerson.properties["cm:firstName"]!""}, fare clic su questo collegamento:
-
${args["rejectLink"]}

- -

Cordiali saluti,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Per ulteriori informazioni su Alfresco ${productName!""} visitare il sito Web http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/77c595a3-7045-46fe-aae5-93652dd541c0.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/77c595a3-7045-46fe-aae5-93652dd541c0.bin deleted file mode 100644 index b2c42bd..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/77c595a3-7045-46fe-aae5-93652dd541c0.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- Your new Alfresco ${productName!""} account -
-
- ${date?datetime?string.full} -
-
-
-

Hi ${firstname},

- -

${creator.firstname} ${creator.lastname} has created an Alfresco ${productName!""} account for you.

- -

Click this link to login:
-
${shareUrl}

- -

Your login details are:
-
Username: ${username} -
Password: ${password} -

- -

We strongly advise you to change your password when you login for the first time.
- You can do this by going to My Profile and selecting Change Password.

- -

Sincerely,
- Alfresco ${productName!""}

-
-
-
-
 
-
- To find out more about Alfresco ${productName!""} visit http://www.alfresco.com -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/79c6a3be-9aa6-418e-af50-8bcbc7959b5e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/79c6a3be-9aa6-418e-af50-8bcbc7959b5e.bin deleted file mode 100644 index cd252f7..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/79c6a3be-9aa6-418e-af50-8bcbc7959b5e.bin +++ /dev/null @@ -1,14 +0,0 @@ -<#-- Shows if a document is localizable and the locale if set --> -${message("templates.localizable.localisable")} -<#if document?exists> - <#if hasAspect(document, "cm:localizable") = 1> - ${message("templates.localizable.yes")}
- <#if document.properties.locale?exists> - ${message("templates.localizable.locale")} ${document.properties.locale.properties.name} - - <#else> - ${message("templates.localizable.no")}
- -<#else> - ${message("templates.localizable.no_document_found")} - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7bd96ec8-09d1-493b-882a-96cedb67d337.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7bd96ec8-09d1-493b-882a-96cedb67d337.bin deleted file mode 100644 index d12ec2d..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7bd96ec8-09d1-493b-882a-96cedb67d337.bin +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
-
- Attività recenti -
-
- ${date?datetime?string.full} -
-
- <#if activities?exists && activities?size > 0> - <#list activities as activity> - <#if activity.siteNetwork??> - <#assign userLink="${activity.activitySummary.firstName!\"\"} ${activity.activitySummary.lastName!\"\"}"> - <#assign secondUserLink=""> - <#assign itemLink="${activity.activitySummary.title!\"\"}"> - <#assign siteLink="${siteTitles[activity.siteNetwork]!activity.siteNetwork?html}"> - - <#assign suppressSite=false> - - <#switch activity.activityType> - <#case "org.alfresco.site.user-joined"> - <#case "org.alfresco.site.user-left"> - <#assign suppressSite=true> - <#case "org.alfresco.site.user-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink="${activity.activitySummary.memberFirstName!\"\"} ${activity.activitySummary.memberLastName!\"\"}"> - <#break> - <#case "org.alfresco.site.group-added"> - <#case "org.alfresco.site.group-removed"> - <#assign suppressSite=true> - <#case "org.alfresco.site.group-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink=activity.activitySummary.groupName?replace("GROUP_", "")> - <#break> - <#case "org.alfresco.subscriptions.followed"> - <#assign userLink="${activity.activitySummary.followerFirstName!\"\"} ${activity.activitySummary.followerLastName!\"\"}"> - <#assign secondUserLink="${activity.activitySummary.userFirstName!\"\"} ${activity.activitySummary.userLastName!\"\"}"> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.subscriptions.subscribed"> - <#assign userLink="${activity.activitySummary.subscriberFirstName!\"\"} ${activity.activitySummary.subscriberLastName!\"\"}"> - <#assign custom0=(activity.activitySummary.node!"")?html> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.profile.status-changed"> - <#assign custom0=(activity.activitySummary.status!"")?html> - <#assign suppressSite=true> - <#break> - <#default> - - - <#assign detail=message(activity.activityType?html, itemLink, userLink, custom0, activity.activitySummary.custom1!"", siteLink, secondUserLink)!""> - -
- <#if suppressSite>${detail}<#else>${message("in.site", detail, siteLink)!""} -
-
- ${activity.postDate?datetime?string.medium} -
- - - -
-
-
-
 
-
- È possibile disattivare le notifiche facendo clic su questo collegamento:
-
${shareUrl}/page/user/${personProps["cm:userName"]}/user-notifications -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7d76c1a4-9824-477c-8998-ead0c985bda7.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7d76c1a4-9824-477c-8998-ead0c985bda7.bin deleted file mode 100644 index 3cf39a9..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7d76c1a4-9824-477c-8998-ead0c985bda7.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7dc4b8cd-5c78-4dd7-8efa-737b7b056c54.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7dc4b8cd-5c78-4dd7-8efa-737b7b056c54.bin deleted file mode 100644 index 09b9776..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7dc4b8cd-5c78-4dd7-8efa-737b7b056c54.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7ecac808-d61c-4873-95ed-d11d5b9f5875.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7ecac808-d61c-4873-95ed-d11d5b9f5875.bin deleted file mode 100644 index 756d242..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7ecac808-d61c-4873-95ed-d11d5b9f5875.bin +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} ha añadido un nuevo elemento de contenido, ${document.name}, en el sitio ${document.siteShortName!""} -
-
- ${date?datetime?string.full} -
-
-
-

Hola:

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - ha añadido un nuevo elemento de contenido, ${document.name}, en el sitio ${document.siteShortName!""}. - -

Haga clic en este enlace para ver el elemento:
-
${document.shareUrl}

- -

Atentamente,
- Alfresco

-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7fff519e-600d-4e1b-a976-c4d3d6a2a2ef.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7fff519e-600d-4e1b-a976-c4d3d6a2a2ef.bin deleted file mode 100644 index 520cefd..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/7fff519e-600d-4e1b-a976-c4d3d6a2a2ef.bin +++ /dev/null @@ -1,14 +0,0 @@ -

-

Wiki Pages for the new corporate web site design project

-

 

-

Links to other wiki pages:

- -

Links to key documents:

- \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/802cc083-dde0-446a-9640-4316d178acf0.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/802cc083-dde0-446a-9640-4316d178acf0.bin deleted file mode 100644 index 723353f..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/802cc083-dde0-446a-9640-4316d178acf0.bin +++ /dev/null @@ -1,67 +0,0 @@ -var id = companyhome.id; -var name = companyhome.name; -var type = companyhome.type; -var noderef = companyhome.nodeRef; -var childList = companyhome.children; -var properties = companyhome.properties; -var assocs = companyhome.assocs; - -// test various access mechanisms to get the same value -var childname1 = childList[0].name; // special helper for common 'name' property -var childname2 = childList[0].properties.name -var childname3 = childList[0].properties["name"]; -var childname4 = childList[0].properties["cm:name"]; - -// test accessing current document properties and modifying them -var docname = document.name.substring(0, document.name.lastIndexOf('.')); -document.properties.name = "12345 " + document.properties.name; -document.save(); - -// modify the parent space name -space.name = space.name + " 1"; -space.save(); - -// test accessing document content -var content = document.content; - -// update the content by appending a string -document.content = content + "\r\nHere is another line added from a script!"; - -// create a new file in the same space -var fileNode = space.createFile(docname + " - added by script.txt"); -fileNode.content = "I am some content added by a script"; - -// create a new folder in the same space -var folderNode = space.createFolder(docname + " - added by script"); - -// copy the doc into the newly created folder node -var copy = document.copy(folderNode); - -// move the folder node to companyhome -folderNode.move(companyhome); - -// how to add a blank aspect to a node -copy.addAspect("cm:translatable"); - -// this is how to add an aspect with "mandatory" properties supplied -var props = new Array(1); -props["cm:template"] = fileNode.nodeRef; -document.addAspect("cm:templatable", props); - -// and how to add one and set the properties individually later -copy.addAspect("cm:templatable", null); -copy.properties["cm:template"] = fileNode.nodeRef; -copy.save(); - -// example of hasAspect() and hasPermission() API functions -if (copy.hasAspect("cm:templatable") && copy.hasPermission("Write")) -{ - copy.name = "templatable " + copy.name; - copy.save(); -} - -function result() -{ - return (childname1 == childname2 && childname2 == childname3 && childname3 == childname4); -} -result(); diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/82390954-cfe6-46c5-bd2d-0f92c7016c72.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/82390954-cfe6-46c5-bd2d-0f92c7016c72.bin deleted file mode 100644 index 4996125..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/82390954-cfe6-46c5-bd2d-0f92c7016c72.bin +++ /dev/null @@ -1,24 +0,0 @@ -

Please translate me!

-

Web Scripts

-

-

Web Scripts allow you to bind new Alfresco based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP.  They are ideal for building data access & update APIs and simple UI components such as Portlets.  Development of Web Scripts may be performed within Alfresco.  Knowledge of Java is not required.
-

-

-For example, you could create the following API for your particular application... -

-
Execute a search
-

-GET http://<host>:<port>/alfresco/service/blog/category/{category} -

-
Retrieve meta-data for an item in the repository
-

-GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release -

-
Update meta-data for an item in the repository
-

-POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft -

-
Delete an item in the repository
-

-DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release -

diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/84214adf-707a-4dc7-b3f7-26d9be9c4d2a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/84214adf-707a-4dc7-b3f7-26d9be9c4d2a.bin deleted file mode 100644 index 912a9d4..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/84214adf-707a-4dc7-b3f7-26d9be9c4d2a.bin +++ /dev/null @@ -1,15 +0,0 @@ - - - Alfresco - Blog query: ${args.q} -
- -<#list resultset as node> - - - -
- ${node.name} -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/84d834ad-2726-4f83-8512-15053e3150c3.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/84d834ad-2726-4f83-8512-15053e3150c3.bin deleted file mode 100644 index 61e8457..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/84d834ad-2726-4f83-8512-15053e3150c3.bin +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/860fbe80-5a23-4eac-b282-50993567e3d2.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/860fbe80-5a23-4eac-b282-50993567e3d2.bin deleted file mode 100644 index 7dbfd39..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/860fbe80-5a23-4eac-b282-50993567e3d2.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/87ac2fa0-ad2b-4c73-b1ca-5efda4d2fe8f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/87ac2fa0-ad2b-4c73-b1ca-5efda4d2fe8f.bin deleted file mode 100644 index 4996125..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/87ac2fa0-ad2b-4c73-b1ca-5efda4d2fe8f.bin +++ /dev/null @@ -1,24 +0,0 @@ -

Please translate me!

-

Web Scripts

-

-

Web Scripts allow you to bind new Alfresco based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP.  They are ideal for building data access & update APIs and simple UI components such as Portlets.  Development of Web Scripts may be performed within Alfresco.  Knowledge of Java is not required.
-

-

-For example, you could create the following API for your particular application... -

-
Execute a search
-

-GET http://<host>:<port>/alfresco/service/blog/category/{category} -

-
Retrieve meta-data for an item in the repository
-

-GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release -

-
Update meta-data for an item in the repository
-

-POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft -

-
Delete an item in the repository
-

-DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release -

diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/87f65c13-cfab-4669-b563-1fabe3eb1aea.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/87f65c13-cfab-4669-b563-1fabe3eb1aea.bin deleted file mode 100644 index 8fa97e2..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/87f65c13-cfab-4669-b563-1fabe3eb1aea.bin +++ /dev/null @@ -1,25 +0,0 @@ ------------------------------------------------------------------------------- -Nome documento: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Titolo: ${document.properties.title} - <#else> -Titolo: NESSUNO - - <#if document.properties.description?exists> -Descrizione: ${document.properties.description} - <#else> -Descrizione: NESSUNA - -Autore: ${document.properties.creator} -Data di creazione: ${document.properties.created?datetime} -Modificatore: ${document.properties.modifier} -Data di modifica: ${document.properties.modified?datetime} -Dimensioni: ${document.size / 1024} Kb - - -COLLEGAMENTI DEL CONTENUTO - -URL del contenuto: ${document.shareUrl} - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/88265bd3-ca1a-452a-9ae1-cca0e4dff46a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/88265bd3-ca1a-452a-9ae1-cca0e4dff46a.bin deleted file mode 100644 index bea1a81..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/88265bd3-ca1a-452a-9ae1-cca0e4dff46a.bin +++ /dev/null @@ -1,9 +0,0 @@ - - - - page.component-1-1.site~swsdp~dashboard - page - component-1-2 - site/swsdp/dashboard - /components/dashlets/colleagues - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8b0312c2-1947-48e4-b012-55d684bf7ec0.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8b0312c2-1947-48e4-b012-55d684bf7ec0.bin deleted file mode 100644 index 6ada661..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8b0312c2-1947-48e4-b012-55d684bf7ec0.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8c1dc15d-b34b-4697-adbd-7b413d596c11.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8c1dc15d-b34b-4697-adbd-7b413d596c11.bin deleted file mode 100644 index 12668da..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8c1dc15d-b34b-4697-adbd-7b413d596c11.bin +++ /dev/null @@ -1 +0,0 @@ -

This needs to be updated with the new figures from MGW. Alice has reworked the figures from here based on the new objectives and has sent over a new quote.

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8e1eec97-0abd-4919-b866-6d3bcf534d9c.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8e1eec97-0abd-4919-b866-6d3bcf534d9c.bin deleted file mode 100644 index b069239..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8e1eec97-0abd-4919-b866-6d3bcf534d9c.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8f3ffb41-e1ee-42fa-b4b3-f86952a065a9.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8f3ffb41-e1ee-42fa-b4b3-f86952a065a9.bin deleted file mode 100644 index 0008711..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/8f3ffb41-e1ee-42fa-b4b3-f86952a065a9.bin +++ /dev/null @@ -1 +0,0 @@ -

Many of my customers use an open source solution from Alfresco. You should take a look here www.alfresco.com

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/91fc63a3-efae-44d9-9a97-559e2df28e68.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/91fc63a3-efae-44d9-9a97-559e2df28e68.bin deleted file mode 100644 index 5a092a1..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/91fc63a3-efae-44d9-9a97-559e2df28e68.bin +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
-
- 最近のアクティビティ -
-
- ${date?datetime?string.full} -
-
- <#if activities?exists && activities?size > 0> - <#list activities as activity> - <#if activity.siteNetwork??> - <#assign userLink="${activity.activitySummary.firstName!\"\"} ${activity.activitySummary.lastName!\"\"}"> - <#assign secondUserLink=""> - <#assign itemLink="${activity.activitySummary.title!\"\"}"> - <#assign siteLink="${siteTitles[activity.siteNetwork]!activity.siteNetwork?html}"> - - <#assign suppressSite=false> - - <#switch activity.activityType> - <#case "org.alfresco.site.user-joined"> - <#case "org.alfresco.site.user-left"> - <#assign suppressSite=true> - <#case "org.alfresco.site.user-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink="${activity.activitySummary.memberFirstName!\"\"} ${activity.activitySummary.memberLastName!\"\"}"> - <#break> - <#case "org.alfresco.site.group-added"> - <#case "org.alfresco.site.group-removed"> - <#assign suppressSite=true> - <#case "org.alfresco.site.group-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink=activity.activitySummary.groupName?replace("GROUP_", "")> - <#break> - <#case "org.alfresco.subscriptions.followed"> - <#assign userLink="${activity.activitySummary.followerFirstName!\"\"} ${activity.activitySummary.followerLastName!\"\"}"> - <#assign secondUserLink="${activity.activitySummary.userFirstName!\"\"} ${activity.activitySummary.userLastName!\"\"}"> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.subscriptions.subscribed"> - <#assign userLink="${activity.activitySummary.subscriberFirstName!\"\"} ${activity.activitySummary.subscriberLastName!\"\"}"> - <#assign custom0=(activity.activitySummary.node!"")?html> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.profile.status-changed"> - <#assign custom0=(activity.activitySummary.status!"")?html> - <#assign suppressSite=true> - <#break> - <#default> - - - <#assign detail=message(activity.activityType?html, itemLink, userLink, custom0, activity.activitySummary.custom1!"", siteLink, secondUserLink)!""> - -
- <#if suppressSite>${detail}<#else>${message("in.site", detail, siteLink)!""} -
-
- ${activity.postDate?datetime?string.medium} -
- - - -
-
-
-
 
-
- この通知の受信を停止する場合は、次のリンクをクリックしてください。
-
${shareUrl}/page/user/${personProps["cm:userName"]}/user-notifications -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/94ef1aeb-23da-4b50-a495-98d21bfc66b2.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/94ef1aeb-23da-4b50-a495-98d21bfc66b2.bin deleted file mode 100644 index da7b2d7..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/94ef1aeb-23da-4b50-a495-98d21bfc66b2.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- Ihr neues Alfresco ${productName!""}-Konto -
-
- ${date?datetime?string.full} -
-
-
-

Hallo ${firstname},

- -

${creator.firstname} ${creator.lastname} hat ein Alfresco ${productName!""}-Konto für Sie erstellt.

- -

Klicken Sie zur Anmeldung auf diesen Link:
-
${shareUrl}

- -

Ihre Anmeldeinformationen lauten:
-
Benutzername: ${username} -
Passwort: ${password} -

- -

Wir legen Ihnen nahe, das Passwort bei der ersten Anmeldung zu ändern.
- Gehen Sie dazu zu Mein Profil, und wählen Sie Passwort ändern aus.

- -

Mit freundlichen Grüßen
- Alfresco ${productName!""}

-
-
-
-
 
-
- Weitere Informationen zu Alfresco ${productName!""} finden Sie unter http://www.alfresco.com -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/98053584-4e65-4308-9447-09c93c355bd5.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/98053584-4e65-4308-9447-09c93c355bd5.bin deleted file mode 100644 index 90b4c9b..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/98053584-4e65-4308-9447-09c93c355bd5.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/9d2ed882-b131-4c0a-89f5-9ba3972273e6.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/9d2ed882-b131-4c0a-89f5-9ba3972273e6.bin deleted file mode 100644 index 97caeb0..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/9d2ed882-b131-4c0a-89f5-9ba3972273e6.bin +++ /dev/null @@ -1,27 +0,0 @@ ------------------------------------------------------------------------------- -文档名称: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -标题: ${document.properties.title} - <#else> -标题: 无 - - <#if document.properties.description?exists> -说明: ${document.properties.description} - <#else> -说明: 无 - -创建者: ${document.properties.creator} -创建时间: ${document.properties.created?datetime} -修改者: ${document.properties.modifier} -修改时间: ${document.properties.modified?datetime} -大小: ${document.size / 1024} Kb - - -内容链接 - -内容文件夹: ${contextUrl}/navigate/browse${document.parent.webdavUrl} -内容 URL: ${contextUrl}${document.url} -下载 URL: ${contextUrl}${document.downloadUrl} -WebDAV URL: ${contextUrl}${document.webdavUrl} diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/9ddffd3a-6e27-4181-aa99-3cf012075282.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/9ddffd3a-6e27-4181-aa99-3cf012075282.bin deleted file mode 100644 index d9605d4..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/9ddffd3a-6e27-4181-aa99-3cf012075282.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a100db7e-4b52-41fe-9351-8064b0f7e1a4.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a100db7e-4b52-41fe-9351-8064b0f7e1a4.bin deleted file mode 100644 index f62712e..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a100db7e-4b52-41fe-9351-8064b0f7e1a4.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a1a47031-9f54-4f63-bd05-6bbe158f3a2e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a1a47031-9f54-4f63-bd05-6bbe158f3a2e.bin deleted file mode 100644 index 7f6ff56..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a1a47031-9f54-4f63-bd05-6bbe158f3a2e.bin +++ /dev/null @@ -1,12 +0,0 @@ - - - - page.component-1-4.site~swsdp~dashboard - page - component-1-4 - site/swsdp/dashboard - /components/dashlets/site-datalists - - 110 - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a3628538-0a79-4b23-b9a0-42feffeb0785.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a3628538-0a79-4b23-b9a0-42feffeb0785.bin deleted file mode 100644 index 7c2b762..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a3628538-0a79-4b23-b9a0-42feffeb0785.bin +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} has added a new content item, ${document.name}, in the ${document.siteShortName!""} site -
-
- ${date?datetime?string.full} -
-
-
-

Hi,

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - has added a new content item, ${document.name}, in the ${document.siteShortName!""} site. - -

Click this link to view the item:
-
${document.shareUrl}

- -

Sincerely,
- Alfresco

-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a372d0c8-4d86-42ea-9f72-0bd30b99c486.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a372d0c8-4d86-42ea-9f72-0bd30b99c486.bin deleted file mode 100644 index 4996125..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a372d0c8-4d86-42ea-9f72-0bd30b99c486.bin +++ /dev/null @@ -1,24 +0,0 @@ -

Please translate me!

-

Web Scripts

-

-

Web Scripts allow you to bind new Alfresco based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP.  They are ideal for building data access & update APIs and simple UI components such as Portlets.  Development of Web Scripts may be performed within Alfresco.  Knowledge of Java is not required.
-

-

-For example, you could create the following API for your particular application... -

-
Execute a search
-

-GET http://<host>:<port>/alfresco/service/blog/category/{category} -

-
Retrieve meta-data for an item in the repository
-

-GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release -

-
Update meta-data for an item in the repository
-

-POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft -

-
Delete an item in the repository
-

-DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release -

diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a39e992c-e8cc-47c7-97b5-afd06ff19623.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a39e992c-e8cc-47c7-97b5-afd06ff19623.bin deleted file mode 100644 index 8351b4a..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a39e992c-e8cc-47c7-97b5-afd06ff19623.bin +++ /dev/null @@ -1,20 +0,0 @@ -<#-- Table of the documents in my Home Space --> -<#-- Shows the Icon and link to the content for the doc, also the size in KB and lock status --> - - - - - - - - <#list userhome.children as child> - <#if child.isDocument> - - - - - - - - -
${message("templates.my_docs.name")}${message("templates.my_docs.size")}${message("templates.my_docs.locked")}
${child.properties.name}${(child.size / 1000)?string("0.##")} ${message("templates.my_docs.kb")} <#if child.isLocked>${message("templates.my_docs.yes")}
\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a496f07c-ac6f-4252-b0e8-17681c65193e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a496f07c-ac6f-4252-b0e8-17681c65193e.bin deleted file mode 100644 index 22d81a7..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a496f07c-ac6f-4252-b0e8-17681c65193e.bin +++ /dev/null @@ -1,8 +0,0 @@ - - AVM Stores Sample - Sample demonstrating the listing of AVM stores - /sample/avm/stores - - admin - required - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a4c54d36-ce02-4faa-9352-5d92d66d11a5.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a4c54d36-ce02-4faa-9352-5d92d66d11a5.bin deleted file mode 100644 index a27226b..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a4c54d36-ce02-4faa-9352-5d92d66d11a5.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a6730ecb-0e40-4f4f-8f83-7ab63a14a3a8.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a6730ecb-0e40-4f4f-8f83-7ab63a14a3a8.bin deleted file mode 100644 index 59c7257..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a6730ecb-0e40-4f4f-8f83-7ab63a14a3a8.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a7660456-1179-4dc3-b070-cde44be2d0be.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a7660456-1179-4dc3-b070-cde44be2d0be.bin deleted file mode 100644 index 516568e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a7660456-1179-4dc3-b070-cde44be2d0be.bin +++ /dev/null @@ -1,9 +0,0 @@ - - - - page.navigation.site~swsdp~dashboard - page - navigation - site/swsdp/dashboard - /components/navigation/collaboration-navigation - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a8b7fa72-da7b-4540-9a76-f20439b98f0e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a8b7fa72-da7b-4540-9a76-f20439b98f0e.bin deleted file mode 100644 index 09053b3..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/a8b7fa72-da7b-4540-9a76-f20439b98f0e.bin +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- -Nome documento: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Titolo: ${document.properties.title} - <#else> -Titolo: NESSUNO - - <#if document.properties.description?exists> -Descrizione: ${document.properties.description} - <#else> -Descrizione: NESSUNO - -Autore: ${document.properties.creator} -Data di creazione: ${document.properties.created?datetime} -Modificatore: ${document.properties.modifier} -Data di modifica: ${document.properties.modified?datetime} -Dimensioni: ${document.size / 1024} Kb - - -Collegamenti del contenuto - -Cartella del contenuto: ${shareContextUrl}/page/site/${parentPathFromSites} -URL del contenuto: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name} -URL di download: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name}?a=true diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/aad9dc17-1966-4639-a323-a2c3b3457eb7.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/aad9dc17-1966-4639-a323-a2c3b3457eb7.bin deleted file mode 100644 index a1b5b8c..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/aad9dc17-1966-4639-a323-a2c3b3457eb7.bin +++ /dev/null @@ -1,14 +0,0 @@ -A new document '${document.name}', is available in the '${space.name}' space, it was added by ${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}. - -You can view it through this link: -${url.serverPath}/alfresco${document.url} - -Or through the Alfresco client: -<#assign ref=space.nodeRef> -<#assign workspace=ref[0..ref?index_of("://")-1]> -<#assign storenode=ref[ref?index_of("://")+3..]> -${url.serverPath}/alfresco/navigate/browse/${workspace}/${storenode} - -Regards - -Alfresco \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ab5dbe78-d2c8-4206-ba0f-a0b56624f26e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ab5dbe78-d2c8-4206-ba0f-a0b56624f26e.bin deleted file mode 100644 index c06bf8a..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ab5dbe78-d2c8-4206-ba0f-a0b56624f26e.bin +++ /dev/null @@ -1,27 +0,0 @@ ------------------------------------------------------------------------------- -Имя документа: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Заголовок: ${document.properties.title} - <#else> -Заголовок: НЕТ - - <#if document.properties.description?exists> -Описание: ${document.properties.description} - <#else> -Описание: НЕТ - -Создатель: ${document.properties.creator} -Создано: ${document.properties.created?datetime} -Модификатор: ${document.properties.modifier} -Изменено: ${document.properties.modified?datetime} -Размер: ${document.size / 1024} КБ - - -ССЫЛКИ НА КОНТЕНТ - -Папка с контентом: ${contextUrl}/navigate/browse${document.parent.webdavUrl} -URL-адрес контента: ${contextUrl}${document.url} -Загрузить с URL-адреса: ${contextUrl}${document.downloadUrl} -URL-адрес WebDAV: ${contextUrl}${document.webdavUrl} diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/af7c9ee7-3ae7-46e9-9367-fea21ce91809.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/af7c9ee7-3ae7-46e9-9367-fea21ce91809.bin deleted file mode 100644 index 7e13b38..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/af7c9ee7-3ae7-46e9-9367-fea21ce91809.bin +++ /dev/null @@ -1,11 +0,0 @@ -if (document.hasPermission("Write")) -{ - if (document.mimetype == "text/plain") - { - document.content += "\r\n\r\nCopyright (C) " + new Date().getFullYear(); - } - else if (document.mimetype == "text/html") - { - document.content += "

Copyright © " + new Date().getFullYear() + ""; - } -} diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b027e511-e2c9-492d-9e5b-7eb81bd41c4c.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b027e511-e2c9-492d-9e5b-7eb81bd41c4c.bin deleted file mode 100644 index be23900..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b027e511-e2c9-492d-9e5b-7eb81bd41c4c.bin +++ /dev/null @@ -1,20 +0,0 @@ -<#-- Table of docs in a specific folder, that have been created or modified in the last week --> -

${message("templates.recent_docs.documents_created_or_modified_in_the_last_week")}

- - - - - - - - <#list space.childrenByXPath[".//*[subtypeOf('cm:content')]"] as child> - <#if (dateCompare(child.properties["cm:modified"], date, 1000*60*60*24*7) == 1) || (dateCompare(child.properties["cm:created"], date, 1000*60*60*24*7) == 1)> - - - - - - - - -
${message("templates.recent_docs.name")}${message("templates.recent_docs.created_date")}${message("templates.recent_docs.modified_date")}
${child.properties.name}${child.properties["cm:created"]?datetime}${child.properties["cm:modified"]?datetime}
\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b1b1f83d-4667-4cee-926e-623e6c342b05.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b1b1f83d-4667-4cee-926e-623e6c342b05.bin deleted file mode 100644 index 296b3f7..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b1b1f83d-4667-4cee-926e-623e6c342b05.bin +++ /dev/null @@ -1,46 +0,0 @@ -function startWorkflow(assigneeGroup) -{ - var workflow = actions.create("start-workflow"); - workflow.parameters.workflowName = "activiti$activitiReviewPooled"; - workflow.parameters["bpm:workflowDescription"] = "Please review " + document.name; - workflow.parameters["bpm:groupAssignee"] = assigneeGroup; - var futureDate = new Date(); - futureDate.setDate(futureDate.getDate() + 7); - workflow.parameters["bpm:workflowDueDate"] = futureDate; - return workflow.execute(document); -} - -function main() -{ - var name = document.name; - var siteName = document.siteShortName; - - if (siteName == null) - { - if (logger.isLoggingEnabled()) - logger.log("Did not start workflow as the document named " + name + " is not located within a site."); - - return; - } - - var reviewGroup = "GROUP_site_" + siteName; - - // make sure the group exists - var group = people.getGroup(reviewGroup); - if (group != null) - { - if (logger.isLoggingEnabled()) - logger.log("Starting pooled review and approve workflow for document named " + name + " assigned to group " + reviewGroup); - - startWorkflow(group); - - if (logger.isLoggingEnabled()) - logger.log("Started pooled review and approve workflow for document named " + name + " assigned to group " + reviewGroup); - } - else if (logger.isLoggingEnabled()) - { - logger.log("Did not start workflow as the group " + reviewGroup + " could not be found."); - } -} - -main(); diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b2b6d86d-ad3a-40f9-95ec-6a04fbd02c21.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b2b6d86d-ad3a-40f9-95ec-6a04fbd02c21.bin deleted file mode 100644 index cb0aff3..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b2b6d86d-ad3a-40f9-95ec-6a04fbd02c21.bin +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- <#if args.workflowPooled == true> - 新たな タスクプール - <#else> - タスクがアサインされました - -
-
- ${date?datetime?string.full} -
-
-
-

様,

- -

- <#if args.workflowPooled == true> - 以下のタスクプールは申請できます: - <#else> - 以下のタスクがアサインされています: - -

- -

"${args.workflowTitle}"

- - <#if (args.workflowDescription)??> -

${args.workflowDescription}

- - -

- <#if (args.workflowDueDate)??>Due:  ${args.workflowDueDate?date?string.full}
- <#if (args.workflowPriority)??> - 優先:   - - <#if args.workflowPriority == 3> - 低 - <#elseif args.workflowPriority == 2> - 中 - <#else> - 高 - - - -

- - <#if (args.workflowDocuments)??> - - <#list args.workflowDocuments as doc> - - - - <#if doc_has_next> - - - -
- - - - - -
- - - - - - - - - - - - -
${doc.name}
このリンクからドキュメントをダウンロードします:
- - ${shareUrl}/proxy/alfresco/api/node/content/workspace/SpacesStore/${doc.id}/${doc.name}?a=true -
-
-
- - - <#if args.workflowPooled == true> -

このリンクをクリックしてタスクを表示します:

-

${shareUrl}/page/task-details?taskId=${args.workflowId} - <#else> -

このリンクをクリックしてタスクを編集します:

-

${shareUrl}/page/task-edit?taskId=${args.workflowId} - - -

Sincerely,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Alfresco ${productName!""}の詳細については、http://www.alfresco.comにアクセスしてください -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b6008d37-8b0a-4022-8c4f-adcf15ebe1cc.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b6008d37-8b0a-4022-8c4f-adcf15ebe1cc.bin deleted file mode 100644 index 0eea9c3..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b6008d37-8b0a-4022-8c4f-adcf15ebe1cc.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b7a7e443-0999-43d9-8809-27b35e453c4f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b7a7e443-0999-43d9-8809-27b35e453c4f.bin deleted file mode 100644 index 5939b17..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b7a7e443-0999-43d9-8809-27b35e453c4f.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b93594c8-ddd6-4a88-81e6-6f73ff119f09.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b93594c8-ddd6-4a88-81e6-6f73ff119f09.bin deleted file mode 100644 index de1f362..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/b93594c8-ddd6-4a88-81e6-6f73ff119f09.bin +++ /dev/null @@ -1,30 +0,0 @@ -

This wiki page has a summary of project meetings

-

Meeting: 2011-01-27

-

Key Decisions:

- -

Full meeting report is here

-


-

Meeting: 2011-02-03

-

Key Decisions:

- -

Full meeting report is here

-


-

Meeting: 2011-02-10

-

Key Decisions:

- -

Full meeting report is here

-

 

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ba9b13fe-be3c-4cb1-9531-63066fa207cf.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ba9b13fe-be3c-4cb1-9531-63066fa207cf.bin deleted file mode 100644 index 1cc6f30..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ba9b13fe-be3c-4cb1-9531-63066fa207cf.bin +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - -
-

Document (nom) : ${document.name}

-
-

Métadonnées

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Titre :${document.properties.title}
Titre : 
Description :${document.properties.description}
Description : 
Créateur :${document.properties.creator}
Créé :${document.properties.created?datetime}
Modificateur :${document.properties.modifier}
Modifié :${document.properties.modified?datetime}
Taille :${document.size / 1024} Ko
-
-

Liens de contenu

- - - - - - - - - - - - - - - - - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/baa6df00-980f-4fbf-a03b-6d16e795a6b6.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/baa6df00-980f-4fbf-a03b-6d16e795a6b6.bin deleted file mode 100644 index 7cfa651..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/baa6df00-980f-4fbf-a03b-6d16e795a6b6.bin +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - -
-

Documento (nome): ${document.name}

-
-

Metadati

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Titolo:${document.properties.title}
Titolo: 
Descrizione:${document.properties.description}
Descrizione: 
Autore:${document.properties.creator}
Data di creazione:${document.properties.created?datetime}
Modificatore:${document.properties.modifier}
Data di modifica:${document.properties.modified?datetime}
Dimensioni:${document.size / 1024} Kb
-
-

Collegamenti del contenuto

- - - - - - - - - - - - - - - - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/bcf12af6-ac86-41b0-a79c-eda21169a559.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/bcf12af6-ac86-41b0-a79c-eda21169a559.bin deleted file mode 100644 index 577faae..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/bcf12af6-ac86-41b0-a79c-eda21169a559.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/be1d01db-16ca-4517-9d74-b946ffabc4eb.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/be1d01db-16ca-4517-9d74-b946ffabc4eb.bin deleted file mode 100644 index b555f0e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/be1d01db-16ca-4517-9d74-b946ffabc4eb.bin +++ /dev/null @@ -1,7 +0,0 @@ - - - ${status.code} - ${status.codeName} - ${status.codeDescription} - ${status.message} - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/bf1dfe59-d3e5-49aa-8ce5-13e12506327b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/bf1dfe59-d3e5-49aa-8ce5-13e12506327b.bin deleted file mode 100644 index a90da42..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/bf1dfe59-d3e5-49aa-8ce5-13e12506327b.bin +++ /dev/null @@ -1,8 +0,0 @@ - - Folder Listing Sample - Sample demonstrating the listing of folder contents - /sample/folder/{path} - argument - guest - required - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c004f322-07bb-496b-b8a6-614344934935.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c004f322-07bb-496b-b8a6-614344934935.bin deleted file mode 100644 index 7bde5a6..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c004f322-07bb-496b-b8a6-614344934935.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c00baf41-9036-48a8-a57c-944847da1b6f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c00baf41-9036-48a8-a57c-944847da1b6f.bin deleted file mode 100644 index 03487e9..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c00baf41-9036-48a8-a57c-944847da1b6f.bin +++ /dev/null @@ -1,25 +0,0 @@ ------------------------------------------------------------------------------- -Dokumentname: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Titel: ${document.properties.title} - <#else> -Titel: KEINER - - <#if document.properties.description?exists> -Beschreibung: ${document.properties.description} - <#else> -Beschreibung: KEINE - -Ersteller: ${document.properties.creator} -Erstellt am: ${document.properties.created?datetime} -Bearbeiter: ${document.properties.modifier} -Bearbeitet am: ${document.properties.modified?datetime} -Größe: ${document.size / 1024} Kb - - -LINKS ZUM INHALT - -URL zum Inhalt: ${document.shareUrl} - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c0127484-244f-438b-9e2d-d349d1e7788b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c0127484-244f-438b-9e2d-d349d1e7788b.bin deleted file mode 100644 index edb74b2..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c0127484-244f-438b-9e2d-d349d1e7788b.bin +++ /dev/null @@ -1,109 +0,0 @@ - - <#assign inviterPersonRef=args["inviterPersonRef"]/> - <#assign inviterPerson=companyhome.nodeByReference[inviterPersonRef]/> - <#assign inviteePersonRef=args["inviteePersonRef"]/> - <#assign inviteePerson=companyhome.nodeByReference[inviteePersonRef]/> - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- Sie wurden aufgefordert, der '${args["siteName"]}' Site beizutreten -
-
- ${date?datetime?string.full} -
-
-
-

Hallo ${inviteePerson.properties["cm:firstName"]!""},

- -

${inviterPerson.properties["cm:firstName"]!""} ${inviterPerson.properties["cm:lastName"]!""} - hat Sie eingeladen, als ${args["inviteeSiteRole"]} an der Site ${args["siteName"]} teilzunehmen.

- -

Klicken Sie auf diesen Link, um die Einladung von ${inviterPerson.properties["cm:firstName"]!""}' anzunehmen:
-
${args["acceptLink"]}

- - <#if args["inviteeGenPassword"]?exists> -

Es wurde ein Konto für Sie erstellt. Ihre Anmeldedaten lauten:
-
Benutzername: ${args["inviteeUserName"]} -
Passwort: ${args["inviteeGenPassword"]} -

- -

Wir legen Ihnen nahe, das Passwort bei der ersten Anmeldung zu ändern. - Gehen Sie dazu zu Mein Profil, und wählen Sie Passwort ändern aus.

- - -

Klicken Sie auf den folgenden Link, wenn Sie die Einladung von ${inviterPerson.properties["cm:firstName"]!""}’ nicht annehmen möchten:
-
${args["rejectLink"]}

- -

Mit freundlichen Grüßen
- Alfresco ${productName!""}

-
-
-
-
 
-
- Weitere Informationen zu Alfresco ${productName!""} finden Sie unter http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c13fefe7-95aa-47a0-92bd-b3121d68aa99.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c13fefe7-95aa-47a0-92bd-b3121d68aa99.bin deleted file mode 100644 index b92b450..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c13fefe7-95aa-47a0-92bd-b3121d68aa99.bin +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- <#if args.workflowPooled == true> - Nuovo compito nel pool - <#else> - Le è stato assegnato un compito - -
-
- ${date?datetime?string.full} -
-
-
-

Hi,

- -

- <#if args.workflowPooled == true> - Il seguente compito è disponibile per essere seguito: - <#else> - Le è stato assegnato il seguente compito: - -

- -

"${args.workflowTitle}"

- - <#if (args.workflowDescription)??> -

${args.workflowDescription}

- - -

- <#if (args.workflowDueDate)??>Due:  ${args.workflowDueDate?date?string.full}
- <#if (args.workflowPriority)??> - Priorità:   - - <#if args.workflowPriority == 3> - Bassa - <#elseif args.workflowPriority == 2> - Media - <#else> - Alta - - - -

- - <#if (args.workflowDocuments)??> - - <#list args.workflowDocuments as doc> - - - - <#if doc_has_next> - - - -
- - - - - -
- - - - - - - - - - - - -
${doc.name}
Clicca su questo link per scaricare il documento:
- - ${shareUrl}/proxy/alfresco/api/node/content/workspace/SpacesStore/${doc.id}/${doc.name}?a=true -
-
-
- - - <#if args.workflowPooled == true> -

Clicca su questo link per visualizzare il compito:

-

${shareUrl}/page/task-details?taskId=${args.workflowId} - <#else> -

Clicca su questo link per modificare il compito:

-

${shareUrl}/page/task-edit?taskId=${args.workflowId} - - -

Cordiali saluti,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Per ulteriori informazioni su Alfresco ${productName!""} visitare il sito Web http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c1458551-f995-4ddb-85cd-76226a364c72.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c1458551-f995-4ddb-85cd-76226a364c72.bin deleted file mode 100644 index fc6bcd1..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c1458551-f995-4ddb-85cd-76226a364c72.bin +++ /dev/null @@ -1,9 +0,0 @@ - - - - page.title.site~swsdp~dashboard - page - title - site/swsdp/dashboard - /components/title/collaboration-title - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c1f7e724-d3ae-489d-ae68-68ccd5e13f1b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c1f7e724-d3ae-489d-ae68-68ccd5e13f1b.bin deleted file mode 100644 index 34dc76a..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c1f7e724-d3ae-489d-ae68-68ccd5e13f1b.bin +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- -Dokumentname: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Titel: ${document.properties.title} - <#else> -Titel: KEINER - - <#if document.properties.description?exists> -Beschreibung: ${document.properties.description} - <#else> -Beschreibung: KEINE - -Ersteller: ${document.properties.creator} -Erstellt am: ${document.properties.created?datetime} -Bearbeiter: ${document.properties.modifier} -Bearbeitet am: ${document.properties.modified?datetime} -Größe: ${document.size / 1024} Kb - - -Links zum Inhalt - -Dokumenten Ordner: ${shareContextUrl}/page/site/${parentPathFromSites} -URL zum Inhalt: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name} -Download URL: ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name}?a=true diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c3a727b3-d3b3-475e-93b6-48c7243abcc3.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c3a727b3-d3b3-475e-93b6-48c7243abcc3.bin deleted file mode 100644 index f2b175b..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c3a727b3-d3b3-475e-93b6-48c7243abcc3.bin +++ /dev/null @@ -1,27 +0,0 @@ ------------------------------------------------------------------------------- -Documentnaam: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Titel: ${document.properties.title} - <#else> -Titel: GEEN - - <#if document.properties.description?exists> -Beschrijving: ${document.properties.description} - <#else> -Beschrijving: GEEN - -Maker: ${document.properties.creator} -Gemaakt op: ${document.properties.created?datetime} -Gewijzigd door: ${document.properties.modifier} -Gewijzigd: ${document.properties.modified?datetime} -Grootte: ${document.size / 1024} Kb - - -CONTENTKOPPELINGEN - -Contentmap: ${contextUrl}/navigate/browse${document.parent.webdavUrl} -Content-URL: ${contextUrl}${document.url} -Download-URL: ${contextUrl}${document.downloadUrl} -WebDAV-URL: ${contextUrl}${document.webdavUrl} diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c66ef4d3-c4b6-40a2-ba30-18ba430dc03d.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c66ef4d3-c4b6-40a2-ba30-18ba430dc03d.bin deleted file mode 100644 index e69de29..0000000 diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c69f2de3-6508-451e-99db-865a9abeff04.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c69f2de3-6508-451e-99db-865a9abeff04.bin deleted file mode 100644 index 04244fb..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c69f2de3-6508-451e-99db-865a9abeff04.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c84f8682-3f6e-4366-990d-eecdaa8d85bb.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c84f8682-3f6e-4366-990d-eecdaa8d85bb.bin deleted file mode 100644 index e557fab..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c84f8682-3f6e-4366-990d-eecdaa8d85bb.bin +++ /dev/null @@ -1,17 +0,0 @@ - - -/* - * Escanea a partir del espacio de forma recursiva - */ -logger.log("ScriptScanFolder"); - -if (space) -{ - var f = space.displayPath + "/" + space.name; - var scanfolder = ScanFolder(f, "r"); -} -else -{ - logger.log("Error al intentar acceder al espacio."); -} - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c88d8d2c-a67c-45f5-bef8-be21c2b4f903.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c88d8d2c-a67c-45f5-bef8-be21c2b4f903.bin deleted file mode 100644 index e12e7aa..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c88d8d2c-a67c-45f5-bef8-be21c2b4f903.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c8ca5673-1bf4-4fad-bb62-05f06cf7ac69.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c8ca5673-1bf4-4fad-bb62-05f06cf7ac69.bin deleted file mode 100644 index ecf4f47..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c8ca5673-1bf4-4fad-bb62-05f06cf7ac69.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c90eeeb5-cd3a-47c3-8a48-390537f1b52f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c90eeeb5-cd3a-47c3-8a48-390537f1b52f.bin deleted file mode 100644 index 8fe98b2..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c90eeeb5-cd3a-47c3-8a48-390537f1b52f.bin +++ /dev/null @@ -1,9 +0,0 @@ - - - - page.component-1-1.site~swsdp~dashboard - page - component-1-1 - site/swsdp/dashboard - /components/dashlets/site-profile - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c9e2d151-b8af-4775-8d26-355c5846fb71.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c9e2d151-b8af-4775-8d26-355c5846fb71.bin deleted file mode 100644 index f2670c8..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/c9e2d151-b8af-4775-8d26-355c5846fb71.bin +++ /dev/null @@ -1,29 +0,0 @@ ------------------------------------------------------------------------------- -ドキュメント名: ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -タイトル: ${document.properties.title} - <#else> -タイトル: なし - - <#if document.properties.description?exists> -説明: ${document.properties.description} - <#else> -説明: なし - -作成者: ${document.properties.creator} -作成日時: ${document.properties.created?datetime} -修正者: ${document.properties.modifier} -修正日時: ${document.properties.modified?datetime} -サイズ: ${document.size / 1024} KB - - -コンテンツリンク - -コンテンツ フォルダー: ${contextUrl}/navigate/browse${document.parent.webdavUrl} -コンテンツ URL: ${contextUrl}${document.url} -ダウンロード URL: ${contextUrl}${document.downloadUrl} -WebDAV URL: ${contextUrl}${document.webdavUrl} - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cac98d7b-f66c-4b69-be85-04f37e2db88b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cac98d7b-f66c-4b69-be85-04f37e2db88b.bin deleted file mode 100644 index c10794c..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cac98d7b-f66c-4b69-be85-04f37e2db88b.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cb1a626e-d08e-4d5f-87dd-78c1ce8391a9.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cb1a626e-d08e-4d5f-87dd-78c1ce8391a9.bin deleted file mode 100644 index 318221d..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cb1a626e-d08e-4d5f-87dd-78c1ce8391a9.bin +++ /dev/null @@ -1,76 +0,0 @@ - - <#assign followerFullName>${followerFirstName} ${followerLastName} - <#assign followerLink>${(followerFullName?trim)?html} - - - - - - - - - - -
- - - - -
- - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${followerLink} vous suit actuellement. -
-
- <#if followerJobTitle??>${followerJobTitle?html}
-
-
- <#if followingCount > 0>${followingCount} suivis en cours. ${followerCount} suiveurs. -
-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cdc4945d-96f3-45ef-8243-3bf96d68704d.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cdc4945d-96f3-45ef-8243-3bf96d68704d.bin deleted file mode 100644 index 5230ca2..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cdc4945d-96f3-45ef-8243-3bf96d68704d.bin +++ /dev/null @@ -1,76 +0,0 @@ - - <#assign followerFullName>${followerFirstName} ${followerLastName} - <#assign followerLink>${(followerFullName?trim)?html} - - - - - - - - - - -
- - - - -
- - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${followerLink} is now following you. -
-
- <#if followerJobTitle??>${followerJobTitle?html}
-
-
- <#if followingCount > 0>${followingCount} Following. ${followerCount} Followers. -
-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cf2a2617-954e-4c69-8975-14fcc462713c.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cf2a2617-954e-4c69-8975-14fcc462713c.bin deleted file mode 100644 index bf465c5..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/cf2a2617-954e-4c69-8975-14fcc462713c.bin +++ /dev/null @@ -1,18 +0,0 @@ - - - AVM Stores - - - AVM Stores -
-
- - -<#list avm.stores as store> - - - -
${store.creator} ${store.createdDate?datetime} ${store.id} -
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d106dc83-be7f-487d-8729-dd595dbd27f1.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d106dc83-be7f-487d-8729-dd595dbd27f1.bin deleted file mode 100644 index 68f064a..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d106dc83-be7f-487d-8729-dd595dbd27f1.bin +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - -
-

Документ (имя): ${document.name}

-
-

Метаданные

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Заголовок: ${document.properties.title}
Заголовок: 
Описание: ${document.properties.description}
Описание: 
Создатель: ${document.properties.creator}
Создано: ${document.properties.created?datetime}
Модификатор: ${document.properties.modifier}
Изменено: ${document.properties.modified?datetime}
Размер: ${document.size / 1024} КБ
-
-

Ссылки на контент

- - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d1411906-c14d-4f6a-9ae0-32e72a9e18de.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d1411906-c14d-4f6a-9ae0-32e72a9e18de.bin deleted file mode 100644 index 59f9cea..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d1411906-c14d-4f6a-9ae0-32e72a9e18de.bin +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
-
- Activités récentes -
-
- ${date?datetime?string.full} -
-
- <#if activities?exists && activities?size > 0> - <#list activities as activity> - <#if activity.siteNetwork??> - <#assign userLink="${activity.activitySummary.firstName!\"\"} ${activity.activitySummary.lastName!\"\"}"> - <#assign secondUserLink=""> - <#assign itemLink="${activity.activitySummary.title!\"\"}"> - <#assign siteLink="${siteTitles[activity.siteNetwork]!activity.siteNetwork?html}"> - - <#assign suppressSite=false> - - <#switch activity.activityType> - <#case "org.alfresco.site.user-joined"> - <#case "org.alfresco.site.user-left"> - <#assign suppressSite=true> - <#case "org.alfresco.site.user-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink="${activity.activitySummary.memberFirstName!\"\"} ${activity.activitySummary.memberLastName!\"\"}"> - <#break> - <#case "org.alfresco.site.group-added"> - <#case "org.alfresco.site.group-removed"> - <#assign suppressSite=true> - <#case "org.alfresco.site.group-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink=activity.activitySummary.groupName?replace("GROUP_", "")> - <#break> - <#case "org.alfresco.subscriptions.followed"> - <#assign userLink="${activity.activitySummary.followerFirstName!\"\"} ${activity.activitySummary.followerLastName!\"\"}"> - <#assign secondUserLink="${activity.activitySummary.userFirstName!\"\"} ${activity.activitySummary.userLastName!\"\"}"> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.subscriptions.subscribed"> - <#assign userLink="${activity.activitySummary.subscriberFirstName!\"\"} ${activity.activitySummary.subscriberLastName!\"\"}"> - <#assign custom0=(activity.activitySummary.node!"")?html> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.profile.status-changed"> - <#assign custom0=(activity.activitySummary.status!"")?html> - <#assign suppressSite=true> - <#break> - <#default> - - - <#assign detail=message(activity.activityType?html, itemLink, userLink, custom0, activity.activitySummary.custom1!"", siteLink, secondUserLink)!""> - -
- <#if suppressSite>${detail}<#else>${message("in.site", detail, siteLink)!""} -
-
- ${activity.postDate?datetime?string.medium} -
- - - -
-
-
-
 
-
- Vous pouvez désactiver les notifications en cliquant sur le lien suivant :
-
${shareUrl}/page/user/${personProps["cm:userName"]}/user-notifications -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d1cf9d94-b195-4955-babe-90f25860f020.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d1cf9d94-b195-4955-babe-90f25860f020.bin deleted file mode 100644 index b0f421a..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d1cf9d94-b195-4955-babe-90f25860f020.bin +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
-
- Recent activities -
-
- ${date?datetime?string.full} -
-
- <#if activities?exists && activities?size > 0> - <#list activities as activity> - <#if activity.siteNetwork??> - <#assign userLink="${activity.activitySummary.firstName!\"\"} ${activity.activitySummary.lastName!\"\"}"> - <#assign secondUserLink=""> - <#assign itemLink="${activity.activitySummary.title!\"\"}"> - <#assign siteLink="${siteTitles[activity.siteNetwork]!activity.siteNetwork?html}"> - - <#assign suppressSite=false> - - <#switch activity.activityType> - <#case "org.alfresco.site.user-joined"> - <#case "org.alfresco.site.user-left"> - <#assign suppressSite=true> - <#case "org.alfresco.site.user-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink="${activity.activitySummary.memberFirstName!\"\"} ${activity.activitySummary.memberLastName!\"\"}"> - <#break> - <#case "org.alfresco.site.group-added"> - <#case "org.alfresco.site.group-removed"> - <#assign suppressSite=true> - <#case "org.alfresco.site.group-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink=activity.activitySummary.groupName?replace("GROUP_", "")> - <#break> - <#case "org.alfresco.subscriptions.followed"> - <#assign userLink="${activity.activitySummary.followerFirstName!\"\"} ${activity.activitySummary.followerLastName!\"\"}"> - <#assign secondUserLink="${activity.activitySummary.userFirstName!\"\"} ${activity.activitySummary.userLastName!\"\"}"> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.subscriptions.subscribed"> - <#assign userLink="${activity.activitySummary.subscriberFirstName!\"\"} ${activity.activitySummary.subscriberLastName!\"\"}"> - <#assign custom0=(activity.activitySummary.node!"")?html> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.profile.status-changed"> - <#assign custom0=(activity.activitySummary.status!"")?html> - <#assign suppressSite=true> - <#break> - <#default> - - - <#assign detail=message(activity.activityType?html, itemLink, userLink, custom0, activity.activitySummary.custom1!"", siteLink, secondUserLink)!""> - -
- <#if suppressSite>${detail}<#else>${message("in.site", detail, siteLink)!""} -
-
- ${activity.postDate?datetime?string.medium} -
- - - -
-
-
-
 
-
- You can turn off notifications by clicking this link:
-
${shareUrl}/page/user/${personProps["cm:userName"]}/user-notifications -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d25a648c-56ee-43a0-b934-aa6e84281107.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d25a648c-56ee-43a0-b934-aa6e84281107.bin deleted file mode 100644 index cd53c02..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d25a648c-56ee-43a0-b934-aa6e84281107.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- Nuovo account Alfresco ${productName!""} -
-
- ${date?datetime?string.full} -
-
-
-

Caro ${firstname},

- -

${creator.firstname} ${creator.lastname} ha creato un account Alfresco ${productName!""} per te.

- -

Fare clic qui per effettuare l'accesso:
-
${shareUrl}

- -

I dettagli di accesso sono:
-
Nome utente: ${username} -
Password: ${password} -

- -

Si consiglia di cambiare la password quando si effettua l'eccesso per la prima volta.
- È possibile effettuare questa operazione andando a Il mio profilo e selezionando Cambia password.

- -

Cordiali saluti,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Per ulteriori informazioni su Alfresco ${productName!""} visitare il sito Web http://www.alfresco.com -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d3dcb1d7-5cb7-474d-83a0-bb327d3a6794.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d3dcb1d7-5cb7-474d-83a0-bb327d3a6794.bin deleted file mode 100644 index 5b9dd31..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d3dcb1d7-5cb7-474d-83a0-bb327d3a6794.bin +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} heeft een nieuw contentobject, ${document.name}, toegevoegd op de ${document.siteShortName!""}-site -
-
${date?datetime?string.full} -
-
-
-

Hallo,

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - heeft een nieuw contentobject, ${document.name}, toegevoegd op de ${document.siteShortName!""}-site. - -

Klik op deze koppeling om het object te bekijken:
-
${document.shareUrl}

- -

Hoogachtend,
- Alfresco

-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d5d502fa-16d0-48f5-9d14-8bc9dc36c968.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d5d502fa-16d0-48f5-9d14-8bc9dc36c968.bin deleted file mode 100644 index c193f68..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d5d502fa-16d0-48f5-9d14-8bc9dc36c968.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d7d666ad-9428-4156-a6f8-0467618c339f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d7d666ad-9428-4156-a6f8-0467618c339f.bin deleted file mode 100644 index 3063fed..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/d7d666ad-9428-4156-a6f8-0467618c339f.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/da4f6eb4-dc7e-4fcc-be57-164e53f7805c.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/da4f6eb4-dc7e-4fcc-be57-164e53f7805c.bin deleted file mode 100644 index ab44bdd..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/da4f6eb4-dc7e-4fcc-be57-164e53f7805c.bin +++ /dev/null @@ -1,40 +0,0 @@ - - - - Alfresco RSS - Copyright (c) 2006 Alfresco Software, Inc. All rights reserved. - <#assign hostname="http://localhost:8080/alfresco"> - <#assign spaceref="${hostname}/navigate/browse/${space.nodeRef.storeRef.protocol}/${space.nodeRef.storeRef.identifier}/${space.nodeRef.id}"> - <#assign datetimeformat="EEE, dd MMM yyyy HH:mm:ss zzz"> - ${spaceref} - Recent Changes to '${space.name}' - en-us - ${date?string(datetimeformat)} - ${date?string(datetimeformat)} - 120 - Alfresco 1.4 - - ${space.name} - 32 - 32 - ${spaceref} - ${hostname}${space.icon32} - - <#assign weekms=1000*60*60*24*7> - <#list space.childrenByXPath[".//*[subtypeOf('cm:content')and not(hasAspect('rn:hiddenRendition'))]"] as child> - <#if (dateCompare(child.properties["cm:modified"], date, weekms) == 1) || (dateCompare(child.properties["cm:created"], date, weekms) == 1)> - - ${child.properties.name} - ${hostname}${child.url} - - <#if child.properties["cm:description"]?exists && child.properties["cm:description"] != ""> - ${child.properties["cm:description"]} - - - ${child.properties["cm:modified"]?string(datetimeformat)} - ${hostname}${child.url} - - - - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dae09922-3015-4db3-84ea-4fb2f6ef5986.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dae09922-3015-4db3-84ea-4fb2f6ef5986.bin deleted file mode 100644 index 65f6196..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dae09922-3015-4db3-84ea-4fb2f6ef5986.bin +++ /dev/null @@ -1,31 +0,0 @@ - - - AVM Folder: ${folder.displayPath} - - - AVM Store: ${store.id} -
-
- AVM Folder: ${folder.displayPath} -
-
- - <#if folder.parent?exists> - - - -<#list folder.children as child> - - <#if child.isContainer> - - -
${folder.parent.properties.creator}   ${folder.parent.properties.modified?datetime} .. -
${child.properties.creator}   ${child.properties.modified?datetime} >${child.name} - <#else> - ${child.properties.creator} ${child.size} ${child.properties.modified?datetime} ${child.name} - -
- - - -<#macro encodepath node><#if node.parent?exists><@encodepath node=node.parent/>/${node.name?url} \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/db360125-583c-4b5b-a411-bb86d0ba39af.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/db360125-583c-4b5b-a411-bb86d0ba39af.bin deleted file mode 100644 index 91cab9f..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/db360125-583c-4b5b-a411-bb86d0ba39af.bin +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.lastName} <#if person.properties.lastName?exists> ${person.properties.firstName} さんが、新しいコンテンツアイテム「${document.name}」を ${document.siteShortName!""} サイトに追加しました。 -
-
- ${date?datetime?string.full} -
-
-
-

お知らせ

- -

${person.properties.lastName} - <#if person.properties.lastName?exists> ${person.properties.firstName} - さんが、新しいコンテンツアイテム「${document.name}」を ${document.siteShortName!""} サイトに追加しました。 - -

アイテムを表示するには、次のリンクをクリックしてください。
-
${document.shareUrl}

- -

ご利用ありがとうございます。
- Alfresco

-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dce7ce3a-9e41-4775-a9c1-549715c086de.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dce7ce3a-9e41-4775-a9c1-549715c086de.bin deleted file mode 100644 index 5f81f9c..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dce7ce3a-9e41-4775-a9c1-549715c086de.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dd0eefe4-0146-4fd0-81c3-05e75072e8f6.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dd0eefe4-0146-4fd0-81c3-05e75072e8f6.bin deleted file mode 100644 index a797a7e..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dd0eefe4-0146-4fd0-81c3-05e75072e8f6.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/decf9660-7110-4975-8c1f-f6c56c4391e0.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/decf9660-7110-4975-8c1f-f6c56c4391e0.bin deleted file mode 100644 index 00e0445..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/decf9660-7110-4975-8c1f-f6c56c4391e0.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/df0e44b0-1397-4f30-9202-405354521fd5.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/df0e44b0-1397-4f30-9202-405354521fd5.bin deleted file mode 100644 index 3efd040..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/df0e44b0-1397-4f30-9202-405354521fd5.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- あなたの新しいAlfresco ${productName!""}アカウント -
-
- ${date?datetime?string.full} -
-
-
-

${firstname} 様

- -

${creator.lastname} ${creator.firstname} さんが、あなたのAlfresco ${productName!""}アカウントを作成しました。

- -

ログインするには、次のリンクをクリックしてください。
-
${shareUrl}

- -

ログイン情報は次のとおりです。
-
ユーザ名: ${username} -
パスワード ${password} -

- -

パスワードは、初回ログイン時に変更するようにしてください。
- パスワードを変更するには、[あなたのプロフィール]に移動して、[パスワードの変更]をクリックします。

- -

ご利用ありがとうございます。
- Alfresco ${productName!""}

-
-
-
-
 
-
- Alfresco ${productName!""}の詳細については、http://www.alfresco.com をご覧ください。 -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dfc38520-2029-4ad8-a783-b862757e2558.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dfc38520-2029-4ad8-a783-b862757e2558.bin deleted file mode 100644 index 79f667c..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/dfc38520-2029-4ad8-a783-b862757e2558.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e0653164-4f68-4e8b-900c-5a56d246b712.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e0653164-4f68-4e8b-900c-5a56d246b712.bin deleted file mode 100644 index a36a35b..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e0653164-4f68-4e8b-900c-5a56d246b712.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e08debfe-f536-4cbc-89f7-f65b8f67f6f6.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e08debfe-f536-4cbc-89f7-f65b8f67f6f6.bin deleted file mode 100644 index 8ad403b..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e08debfe-f536-4cbc-89f7-f65b8f67f6f6.bin +++ /dev/null @@ -1,5 +0,0 @@ - - - ${status.message} - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e36a328c-5ba3-4278-8442-8eab110abf1c.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e36a328c-5ba3-4278-8442-8eab110abf1c.bin deleted file mode 100644 index 6c31e6f..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e36a328c-5ba3-4278-8442-8eab110abf1c.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e5f2f217-1e4d-41a3-ad83-2549538d6724.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e5f2f217-1e4d-41a3-ad83-2549538d6724.bin deleted file mode 100644 index e966d3f..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e5f2f217-1e4d-41a3-ad83-2549538d6724.bin +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} ha añadido un nuevo elemento de contenido, ${document.name}, en el sitio ${document.siteShortName!""} y se ha detectado como INFECTADO -
-
- ${date?datetime?string.full} -
-
-
-

Hola:

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - ha añadido un nuevo elemento (o modificado) de contenido, ${document.name}, en el sitio ${document.siteShortName!""} que se ha detectado como infectado. - -

Por favor, póngase en contacto con el Administrador
- -

Atentamente,
- Alfviral

-
-
-
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e69cfcf9-2290-40de-80fa-9f2cb90d0cfd.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e69cfcf9-2290-40de-80fa-9f2cb90d0cfd.bin deleted file mode 100644 index e618155..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e69cfcf9-2290-40de-80fa-9f2cb90d0cfd.bin +++ /dev/null @@ -1 +0,0 @@ -http://www.w3schools.com/ \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e785dd8b-c068-47c1-9d46-f08ee00c24e1.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e785dd8b-c068-47c1-9d46-f08ee00c24e1.bin deleted file mode 100644 index d952b9e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e785dd8b-c068-47c1-9d46-f08ee00c24e1.bin +++ /dev/null @@ -1,11 +0,0 @@ - - Blog Search Sample - Sample that finds all blog entries whose content contains the specified search term - /sample/blog/search?q={searchTerm} - /sample/blog/search.atom?q={searchTerm} - /sample/b/s?q={searchTerm} - /sample/b/s.atom?q={searchTerm} - extension - guest - required - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e795ce22-509b-43ab-8584-a4e5c11720c1.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e795ce22-509b-43ab-8584-a4e5c11720c1.bin deleted file mode 100644 index e3a8cd9..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e795ce22-509b-43ab-8584-a4e5c11720c1.bin +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - -
-

Dokument (Name): ${document.name}

-
-

Metadaten

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Titel:${document.properties.title}
Titel: 
Beschreibung:${document.properties.description}
Beschreibung: 
Ersteller:${document.properties.creator}
Erstellt am:${document.properties.created?datetime}
Bearbeiter:${document.properties.modifier}
Bearbeitet am:${document.properties.modified?datetime}
Größe:${document.size / 1024} Kb
-
-

Links zum Inhalt

- - - - - - - - - - - - - - - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e9a25520-0a83-458b-920c-fe1aaf8ac753.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e9a25520-0a83-458b-920c-fe1aaf8ac753.bin deleted file mode 100644 index 5230ca2..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e9a25520-0a83-458b-920c-fe1aaf8ac753.bin +++ /dev/null @@ -1,76 +0,0 @@ - - <#assign followerFullName>${followerFirstName} ${followerLastName} - <#assign followerLink>${(followerFullName?trim)?html} - - - - - - - - - - -
- - - - -
- - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${followerLink} is now following you. -
-
- <#if followerJobTitle??>${followerJobTitle?html}
-
-
- <#if followingCount > 0>${followingCount} Following. ${followerCount} Followers. -
-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e9a57d3b-2dd5-4157-a18b-c09cd908df6a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e9a57d3b-2dd5-4157-a18b-c09cd908df6a.bin deleted file mode 100644 index 6710d95..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e9a57d3b-2dd5-4157-a18b-c09cd908df6a.bin +++ /dev/null @@ -1,26 +0,0 @@ ------------------------------------------------------------------------------- -Nom du document : ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Titre: ${document.properties.title} - <#else> -Titre: AUCUN - - <#if document.properties.description?exists> -Description: ${document.properties.description} - <#else> -Description: AUCUN - -Créateur: ${document.properties.creator} -Créé: ${document.properties.created?datetime} -Modificateur: ${document.properties.modifier} -Modifié: ${document.properties.modified?datetime} -Taille: ${document.size / 1024} Kb - - -Liens de contenu - -Dossier du contenu : ${shareContextUrl}/page/site/${parentPathFromSites} -URL de contenu : ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name} -Adresse de téléchargement : ${shareContextUrl}/proxy/alfresco/api/node/content/${document.storeType}/${document.storeId}/${document.id}/${document.name}?a=true \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e9df61f4-71e8-4da9-a9e3-70632ca791b1.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e9df61f4-71e8-4da9-a9e3-70632ca791b1.bin deleted file mode 100644 index de2119d..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/e9df61f4-71e8-4da9-a9e3-70632ca791b1.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
-

Documento (nombre): ${document.name}

-
-
- Metadatos - - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Título:${document.properties.title}
Título: 
Descripción:${document.properties.description}
Descripción: 
Creador:${document.properties.creator}
Creado:${document.properties.created?datetime}
Modificador:${document.properties.modifier}
Modificado:${document.properties.modified?datetime}
Tamaño:${document.size / 1024} Kb
-
-
- Enlaces de contenido: - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/eb8579d6-e741-453d-b0e6-f1a00a7d320b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/eb8579d6-e741-453d-b0e6-f1a00a7d320b.bin deleted file mode 100644 index 2fab763..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/eb8579d6-e741-453d-b0e6-f1a00a7d320b.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ec232861-9ab2-4bdf-9409-661bed4f4652.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ec232861-9ab2-4bdf-9409-661bed4f4652.bin deleted file mode 100644 index 8ad403b..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ec232861-9ab2-4bdf-9409-661bed4f4652.bin +++ /dev/null @@ -1,5 +0,0 @@ - - - ${status.message} - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ed56535d-1a09-4a2b-8ff2-058de72eea1b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ed56535d-1a09-4a2b-8ff2-058de72eea1b.bin deleted file mode 100644 index 468be75..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ed56535d-1a09-4a2b-8ff2-058de72eea1b.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ed9ac520-1d68-4593-bf6a-ff2deb2908c5.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ed9ac520-1d68-4593-bf6a-ff2deb2908c5.bin deleted file mode 100644 index 696f500..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ed9ac520-1d68-4593-bf6a-ff2deb2908c5.bin +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - -
-

Dokument (Name): ${document.name}

-
-
- Metadata - - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Titel:${document.properties.title}
Titel: 
Beschreibung:${document.properties.description}
Beschreibung: 
Ersteller:${document.properties.creator}
Erstellt am:${document.properties.created?datetime}
Bearbeiter:${document.properties.modifier}
Bearbeitet am:${document.properties.modified?datetime}
Größe:${document.size / 1024} Kb
-
-
- Links zum Inhalt - - - - - - - - - - - -
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/edf2913f-99af-4dbd-b282-477c1603258f.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/edf2913f-99af-4dbd-b282-477c1603258f.bin deleted file mode 100644 index 05604cc..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/edf2913f-99af-4dbd-b282-477c1603258f.bin +++ /dev/null @@ -1,12 +0,0 @@ - - - - page.component-2-1.site~swsdp~dashboard - page - component-2-2 - site/swsdp/dashboard - /components/dashlets/docsummary - - 165 - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ee4d1544-d2a8-40e3-bcba-2a29f836299a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ee4d1544-d2a8-40e3-bcba-2a29f836299a.bin deleted file mode 100644 index 793d21e..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ee4d1544-d2a8-40e3-bcba-2a29f836299a.bin +++ /dev/null @@ -1,12 +0,0 @@ - - - - page.component-1-3.site~swsdp~dashboard - page - component-1-3 - site/swsdp/dashboard - /components/dashlets/site-links - - 74 - - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f05af4e7-e6a4-454e-86dc-cd2b57e8f550.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f05af4e7-e6a4-454e-86dc-cd2b57e8f550.bin deleted file mode 100644 index 77da3be..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f05af4e7-e6a4-454e-86dc-cd2b57e8f550.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f0fc51a8-5b90-4db8-968a-0ab900d2abbc.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f0fc51a8-5b90-4db8-968a-0ab900d2abbc.bin deleted file mode 100644 index 8b6fbcc..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f0fc51a8-5b90-4db8-968a-0ab900d2abbc.bin +++ /dev/null @@ -1,25 +0,0 @@ ------------------------------------------------------------------------------- -Nom du document : ${document.name} ------------------------------------------------------------------------------- - - <#if document.properties.title?exists> -Titre : ${document.properties.title} - <#else> -Titre : AUCUN - - <#if document.properties.description?exists> -Description : ${document.properties.description} - <#else> -Description : AUCUN - -Créateur : ${document.properties.creator} -Créé : ${document.properties.created?datetime} -Modificateur : ${document.properties.modifier} -Modifié : ${document.properties.modified?datetime} -Taille : ${document.size / 1024} Ko - - -LIENS DE CONTENU - -URL de contenu : ${document.shareUrl} - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f1482c86-13b1-47cc-9854-00bdf48a5c68.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f1482c86-13b1-47cc-9854-00bdf48a5c68.bin deleted file mode 100644 index e69de29..0000000 diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f22f8943-d850-4884-9156-ee3f6c3a6d54.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f22f8943-d850-4884-9156-ee3f6c3a6d54.bin deleted file mode 100644 index 417544f..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f22f8943-d850-4884-9156-ee3f6c3a6d54.bin +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
-
- Recente activiteiten -
-
- ${date?datetime?string.full} -
-
- <#if activities?exists && activities?size > 0> - <#list activities as activity> - <#if activity.siteNetwork??> - <#assign userLink="${activity.activitySummary.firstName!\"\"} ${activity.activitySummary.lastName!\"\"}"> - <#assign secondUserLink=""> - <#assign itemLink="${activity.activitySummary.title!\"\"}"> - <#assign siteLink="${siteTitles[activity.siteNetwork]!activity.siteNetwork?html}"> - - <#assign suppressSite=false> - - <#switch activity.activityType> - <#case "org.alfresco.site.user-joined"> - <#case "org.alfresco.site.user-left"> - <#assign suppressSite=true> - <#case "org.alfresco.site.user-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink="${activity.activitySummary.memberFirstName!\"\"} ${activity.activitySummary.memberLastName!\"\"}"> - <#break> - <#case "org.alfresco.site.group-added"> - <#case "org.alfresco.site.group-removed"> - <#assign suppressSite=true> - <#case "org.alfresco.site.group-role-changed"> - <#assign custom0=message("role."+activity.activitySummary.role)!""> - <#assign userLink=activity.activitySummary.groupName?replace("GROUP_", "")> - <#break> - <#case "org.alfresco.subscriptions.followed"> - <#assign userLink="${activity.activitySummary.followerFirstName!\"\"} ${activity.activitySummary.followerLastName!\"\"}"> - <#assign secondUserLink="${activity.activitySummary.userFirstName!\"\"} ${activity.activitySummary.userLastName!\"\"}"> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.subscriptions.subscribed"> - <#assign userLink="${activity.activitySummary.subscriberFirstName!\"\"} ${activity.activitySummary.subscriberLastName!\"\"}"> - <#assign custom0=(activity.activitySummary.node!"")?html> - <#assign suppressSite=true> - <#break> - <#case "org.alfresco.profile.status-changed"> - <#assign custom0=(activity.activitySummary.status!"")?html> - <#assign suppressSite=true> - <#break> - <#default> - - - <#assign detail=message(activity.activityType?html, itemLink, userLink, custom0, activity.activitySummary.custom1!"", siteLink, secondUserLink)!""> - -
- <#if suppressSite>${detail}<#else>${message("in.site", detail, siteLink)!""} -
-
- ${activity.postDate?datetime?string.medium} -
- - - -
-
-
-
 
-
- U kunt meldingen uitschakelen door op deze koppeling te klikken:
-
${shareUrl}/page/user/${personProps["cm:userName"]}/user-notifications -
-
 
-
- -
-
-
- - diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f2b9ad0f-c2c2-48a4-8b93-b3192c128d96.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f2b9ad0f-c2c2-48a4-8b93-b3192c128d96.bin deleted file mode 100644 index 015532d..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f2b9ad0f-c2c2-48a4-8b93-b3192c128d96.bin +++ /dev/null @@ -1,23 +0,0 @@ -

Web Scripts

-

-Documentation on how to develop a Web Script may be found here.

Web Scripts allow you to bind new Alfresco-based functionality to a HTTP method and custom URL. A library of URLs may be built up to provide a complete API accessible via HTTP.  They are ideal for building data access & update APIs and simple UI components such as Portlets.  Development of Web Scripts may be performed within Alfresco.  Knowledge of Java is not required.
-

-

-For example, you could create the following API for your particular application... -

-
Execute a search
-

-GET http://<host>:<port>/alfresco/service/blog/category/{category} -

-
Retrieve meta-data for an item in the repository
-

-GET http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release -

-
Update meta-data for an item in the repository
-

-POST http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release?status=Draft -

-
Delete an item in the repository
-

-DELETE http://<host>:<port>/alfresco/service/blog/2007/03/04/new-release -

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f33c8e58-6e72-4a92-ba29-c14ccae6421b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f33c8e58-6e72-4a92-ba29-c14ccae6421b.bin deleted file mode 100644 index ea6e236..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f33c8e58-6e72-4a92-ba29-c14ccae6421b.bin +++ /dev/null @@ -1 +0,0 @@ -

Creation of the images is all part of the the quote. Of course if we decide we need new additional or different images as part of the review sessions these will be an additional cost. Initial feedback is showing that the images we have selected are working, so at this tage not sure that we will need any more.

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f353064c-efa4-4ea5-a8c4-65f71660a62a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f353064c-efa4-4ea5-a8c4-65f71660a62a.bin deleted file mode 100644 index fee5f27..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f353064c-efa4-4ea5-a8c4-65f71660a62a.bin +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} a ajouté un nouvel élément de contenu, ${document.name}, au site ${document.siteShortName!""} -
-
- ${date?datetime?string.full} -
-
-
-

Bonjour,

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - a ajouté un nouvel élément de contenu, ${document.name}, au site ${document.siteShortName!""}. - -

Cliquez sur ce lien pour visualiser l'élément :
-
${document.shareUrl}

- -

Cordialement,
- Alfresco

-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f4f0e6bb-f9cd-42a7-aeeb-8e2cc6f5628e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f4f0e6bb-f9cd-42a7-aeeb-8e2cc6f5628e.bin deleted file mode 100644 index 302c821..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f4f0e6bb-f9cd-42a7-aeeb-8e2cc6f5628e.bin +++ /dev/null @@ -1,109 +0,0 @@ - - <#assign inviterPersonRef=args["inviterPersonRef"]/> - <#assign inviterPerson=companyhome.nodeByReference[inviterPersonRef]/> - <#assign inviteePersonRef=args["inviteePersonRef"]/> - <#assign inviteePerson=companyhome.nodeByReference[inviteePersonRef]/> - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- You have been invited to join the '${args["siteName"]}' site -
-
- ${date?datetime?string.full} -
-
-
-

Hi ${inviteePerson.properties["cm:firstName"]!""},

- -

${inviterPerson.properties["cm:firstName"]!""} ${inviterPerson.properties["cm:lastName"]!""} - has invited you to join the ${args["siteName"]} site with the role of ${args["inviteeSiteRole"]}.

- -

Click this link to accept ${inviterPerson.properties["cm:firstName"]!""}'s invitation:
-
${args["acceptLink"]}

- - <#if args["inviteeGenPassword"]?exists> -

An account has been created for you and your login details are:
-
Username: ${args["inviteeUserName"]} -
Password: ${args["inviteeGenPassword"]} -

- -

We strongly advise you to change your password when you log in for the first time.
- You can do this by going to My Profile and selecting Change Password.

- - -

If you want to decline ${inviterPerson.properties["cm:firstName"]!""}’s invitation, click this link:
-
${args["rejectLink"]}

- -

Sincerely,
- Alfresco ${productName!""}

-
-
-
-
 
-
- To find out more about Alfresco ${productName!""} visit http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f9b890a8-0b5d-4b3d-94e2-0a295173e749.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f9b890a8-0b5d-4b3d-94e2-0a295173e749.bin deleted file mode 100644 index fdd089e..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/f9b890a8-0b5d-4b3d-94e2-0a295173e749.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fada9e09-df7d-45f7-baa4-73ffbd6bd11c.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fada9e09-df7d-45f7-baa4-73ffbd6bd11c.bin deleted file mode 100644 index 039a071..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fada9e09-df7d-45f7-baa4-73ffbd6bd11c.bin +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- <#if args.workflowPooled == true> - Nueva tarea agrupada - <#else> - Se le ha asignado una tarea - -
-
- ${date?datetime?string.full} -
-
-
-

Hola,

- -

- <#if args.workflowPooled == true> - La siguiente tarea agrupada está disponible para ser reclamada: - <#else> - Se le ha asignado la siguiente tarea: - -

- -

"${args.workflowTitle}"

- - <#if (args.workflowDescription)??> -

${args.workflowDescription}

- - -

- <#if (args.workflowDueDate)??>Due:  ${args.workflowDueDate?date?string.full}
- <#if (args.workflowPriority)??> - Prioridad:   - - <#if args.workflowPriority == 3> - Baja - <#elseif args.workflowPriority == 2> - Media - <#else> - Alta - - - -

- - <#if (args.workflowDocuments)??> - - <#list args.workflowDocuments as doc> - - - - <#if doc_has_next> - - - -
- - - - - -
- - - - - - - - - - - - -
${doc.name}
Haga clic en este enlace para descargar el documento:
- - ${shareUrl}/proxy/alfresco/api/node/content/workspace/SpacesStore/${doc.id}/${doc.name}?a=true -
-
-
- - - <#if args.workflowPooled == true> -

Haga clic en este enlace para ver la tarea:

-

${shareUrl}/page/task-details?taskId=${args.workflowId} - <#else> -

Haga clic en este enlace para editar la tarea:

-

${shareUrl}/page/task-edit?taskId=${args.workflowId} - - -

Saludos,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Para obtener más información sobre Alfresco ${productName!""} visite http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fb2c4f2a-ac0d-4bd0-8ce0-35d7e5a4bee4.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fb2c4f2a-ac0d-4bd0-8ce0-35d7e5a4bee4.bin deleted file mode 100644 index 79a7555..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fb2c4f2a-ac0d-4bd0-8ce0-35d7e5a4bee4.bin +++ /dev/null @@ -1,109 +0,0 @@ - - <#assign inviterPersonRef=args["inviterPersonRef"]/> - <#assign inviterPerson=companyhome.nodeByReference[inviterPersonRef]/> - <#assign inviteePersonRef=args["inviteePersonRef"]/> - <#assign inviteePerson=companyhome.nodeByReference[inviteePersonRef]/> - - - - - - - - - - -
- - - - -
- - - - - - - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- U bent uitgenodigd voor de site '${args["siteName"]}' -
-
- ${date?datetime?string.full} -
-
-
-

Hi ${inviteePerson.properties["cm:firstName"]!""},

- -

${inviterPerson.properties["cm:firstName"]!""} ${inviterPerson.properties["cm:lastName"]!""} - heeft u uitgenodigd voor de site ${args["siteName"]} met de rol van ${args["inviteeSiteRole"]}.

- -

Klik op deze koppeling om de uitnodiging van ${inviterPerson.properties["cm:firstName"]!""} te accepteren:
-
${args["acceptLink"]}

- - <#if args["inviteeGenPassword"]?exists> -

Er is een account voor u gemaakt met deze aanmeldingsgegevens:
-
Gebruikersnaam: ${args["inviteeUserName"]} -
Wachtwoord: ${args["inviteeGenPassword"]} -

- -

U wordt geadviseerd het wachtwoord te wijzigen wanneer u zich voor de eerste keer aanmeldt.
- U kunt dit doen door naar Mijn profiel te gaan en Wachtwoord wijzigen te selecteren.

- - -

Klik op deze koppeling als u de uitnodiging van ${inviterPerson.properties["cm:firstName"]!""}, wilt afwijzen:
-
${args["rejectLink"]}

- -

Hoogachtend,
- Alfresco ${productName!""}

-
-
-
-
 
-
- Ga voor meer informatie over Alfresco ${productName!""} naar http://www.alfresco.com -
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fcc654ea-a88f-4b1a-b5a6-789ee23f5827.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fcc654ea-a88f-4b1a-b5a6-789ee23f5827.bin deleted file mode 100644 index 8babdd7..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fcc654ea-a88f-4b1a-b5a6-789ee23f5827.bin +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - -
- - - - -
- - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${person.properties.firstName} <#if person.properties.lastName?exists> ${person.properties.lastName} has added a new content item, ${document.name}, in the ${document.siteShortName!""} site and is this INFECTED! -
-
- ${date?datetime?string.full} -
-
-
-

Hi,

- -

${person.properties.firstName} - <#if person.properties.lastName?exists> ${person.properties.lastName} - has added a new content item, ${document.name}, in the ${document.siteShortName!""} site was detected as infected. - -

Please contact the Administrator
- -

Sincerely,
- Alfviral

-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fd05d447-ca65-4904-a40a-61d1438d454b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fd05d447-ca65-4904-a40a-61d1438d454b.bin deleted file mode 100644 index bc31590..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fd05d447-ca65-4904-a40a-61d1438d454b.bin +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - -
-

Document (name): ${document.name}

-
-

Metadata

- - <#if document.properties.title?exists> - - <#else> - - - <#if document.properties.description?exists> - - <#else> - - - - - - - -
Title:${document.properties.title}
Title: 
Description:${document.properties.description}
Description: 
Creator:${document.properties.creator}
Created:${document.properties.created?datetime}
Modifier:${document.properties.modifier}
Modified:${document.properties.modified?datetime}
Size:${document.size / 1024} Kb
-
-

Content links

- - - - - - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fdeb973e-c37d-4681-8617-a2e1a13caad2.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fdeb973e-c37d-4681-8617-a2e1a13caad2.bin deleted file mode 100644 index 4b1c6a9..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fdeb973e-c37d-4681-8617-a2e1a13caad2.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fe51c4e1-aa75-49ee-ac30-77622e4a114a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fe51c4e1-aa75-49ee-ac30-77622e4a114a.bin deleted file mode 100644 index 6e3c98c..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fe51c4e1-aa75-49ee-ac30-77622e4a114a.bin +++ /dev/null @@ -1,36 +0,0 @@ -script: -{ - // extract avm store id and path - var fullpath = url.extension.split("/"); - if (fullpath.length == 0) - { - status.code = 400; - status.message = "Store id has not been provided."; - status.redirect = true; - break script; - } - var storeid = fullpath[0]; - var path = (fullpath.length == 1 ? "/" : "/" + fullpath.slice(1).join("/")); - - // locate avm node from path - var store = avm.lookupStore(storeid); - if (store == undefined) - { - status.code = 404; - status.message = "Store " + storeid + " not found."; - status.redirect = true; - break script; - } - var node = avm.lookupNode(storeid + ":" + path); - if (node == undefined) - { - status.code = 404; - status.message = "Path " + path + " within store " + storeid + " not found."; - status.redirect = true; - break script; - } - - // setup model for templates - model.store = store; - model.folder = node; -} \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fecfcf61-f9c4-4a66-8408-2dd3902f540a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fecfcf61-f9c4-4a66-8408-2dd3902f540a.bin deleted file mode 100644 index b674e8d..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fecfcf61-f9c4-4a66-8408-2dd3902f540a.bin +++ /dev/null @@ -1,15 +0,0 @@ -<#-- Table of the Spaces in my Home Folder --> -<#-- Shows the large 32x32 pixel icon, and generates an external access servlet URL to the space --> - - <#list userhome.children as child> - <#if child.isContainer> - - - <#assign ref=child.nodeRef> - <#assign workspace=ref[0..ref?index_of("://")-1]> - <#assign storenode=ref[ref?index_of("://")+3..]> - - - - -
${child.properties.name} (${child.children?size})
\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fef4c399-b5e9-440d-b06e-29f5b4313d6b.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fef4c399-b5e9-440d-b06e-29f5b4313d6b.bin deleted file mode 100644 index 2a43306..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/fef4c399-b5e9-440d-b06e-29f5b4313d6b.bin +++ /dev/null @@ -1,22 +0,0 @@ -<#-- Displays the contents of readme.html and/or the evaluated readme.ftl if they exist in the current space. --> -<#assign filename = "readme"/> -<#assign htmlExt = "html"/> -<#assign suffix = .lang /> -<#assign ftlExt = "ftl"/> -<#assign htmlLangFilename = "${filename}_${suffix}.${htmlExt}"/> -<#assign htmlFilename = "${filename}.${htmlExt}"/> -<#assign ftlFilename = "${filename}.${ftlExt}"/> -<#assign messageError="Readme file does not exist!"/> -<#assign found = false> - -<#if space?exists> - <#if space.childByNamePath["${htmlLangFilename}"]?exists> - ${space.childByNamePath[htmlLangFilename].content} - <#elseif space.childByNamePath["${htmlFilename}"]?exists> - ${space.childByNamePath[htmlFilename].content} - <#elseif space.childByNamePath["${ftlFilename}"]?exists> - <#include space.childByNamePath["${ftlFilename}"].nodeRef> - <#else> - ${messageError} - - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ffc63283-dcc2-4c6d-9f98-7998426e43ee.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ffc63283-dcc2-4c6d-9f98-7998426e43ee.bin deleted file mode 100644 index 6eec084..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ffc63283-dcc2-4c6d-9f98-7998426e43ee.bin +++ /dev/null @@ -1,76 +0,0 @@ - - <#assign followerFullName>${followerFirstName} ${followerLastName} - <#assign followerLink>${(followerFullName?trim)?html} - - - - - - - - - - -
- - - - -
- - - - - - - - - - - -
- - - - -
- - - - - -
- - -
- ${followerLink} est siguindole ahora. -
-
- <#if followerJobTitle??>${followerJobTitle?html}
-
-
- <#if followingCount > 0>Est siguiendo a ${followingCount}. Tiene ${followerCount} seguidores. -
-
-
-
-
 
-
- -
-
-
- - \ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ffd7d5e7-9c82-4136-9082-09b425c41cc9.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ffd7d5e7-9c82-4136-9082-09b425c41cc9.bin deleted file mode 100644 index bd41188..0000000 --- a/alfviral/alf_data_dev/contentstore/2015/6/11/17/27/ffd7d5e7-9c82-4136-9082-09b425c41cc9.bin +++ /dev/null @@ -1 +0,0 @@ -

How to Customize a Web Script

Documentation on how to develop a Web Script may be found here.

Any part of a Web Script (i.e. its description, "execute" javascript, or "response" template) may be overridden.   This is achieved by copying the original part to this extension folder.  The folder within which the part lives must be replicated in this extension area too.

e.g. to override the html output of the "Keyword search" script...

copy

/Data Dictionary/Web Scripts/org/alfresco/repository/keywordsearch.get.html.ftl

to

/Data Dictionary/Web Scripts Extensions/org/alfresco/repository/keywordsearch.get.html.ftl

Once copied, you can make your changes to the copy.

To ensure your override is registered, go to /alfresco/service/ and click on the "Refresh List of Web Scripts" button.  The next invocation of the web script will include your override.

\ No newline at end of file diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/30/aedededa-3d22-44b6-ac8d-f8e71479654a.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/30/aedededa-3d22-44b6-ac8d-f8e71479654a.bin deleted file mode 100644 index a812dad..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/30/aedededa-3d22-44b6-ac8d-f8e71479654a.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/contentstore/2015/6/11/17/30/c2c878a3-941a-41ef-8e31-5addd65ca58e.bin b/alfviral/alf_data_dev/contentstore/2015/6/11/17/30/c2c878a3-941a-41ef-8e31-5addd65ca58e.bin deleted file mode 100644 index a812dad..0000000 Binary files a/alfviral/alf_data_dev/contentstore/2015/6/11/17/30/c2c878a3-941a-41ef-8e31-5addd65ca58e.bin and /dev/null differ diff --git a/alfviral/alf_data_dev/h2_data/alf_dev.h2.db b/alfviral/alf_data_dev/h2_data/alf_dev.h2.db deleted file mode 100644 index 5c7d0b5..0000000 Binary files a/alfviral/alf_data_dev/h2_data/alf_dev.h2.db and /dev/null differ diff --git a/alfviral/alf_data_dev/h2_data/alf_dev.lock.db b/alfviral/alf_data_dev/h2_data/alf_dev.lock.db deleted file mode 100644 index 651fb65..0000000 --- a/alfviral/alf_data_dev/h2_data/alf_dev.lock.db +++ /dev/null @@ -1,5 +0,0 @@ -#FileLock -#Thu Jun 11 17:42:46 CEST 2015 -id=14de349ae1124b30173506e96a1d17f67ef4e8a8aec -method=file -server=192.168.56.1\:60713 diff --git a/alfviral/alf_data_dev/h2_data/alf_dev.trace.db b/alfviral/alf_data_dev/h2_data/alf_dev.trace.db deleted file mode 100644 index fe000b2..0000000 --- a/alfviral/alf_data_dev/h2_data/alf_dev.trace.db +++ /dev/null @@ -1,152 +0,0 @@ -06-11 17:27:14 jdbc[13]: null -org.h2.message.DbException: La conexión no fue cerrada por la aplicación y esta siendo limpiada (garbage collected) -The connection was not closed by the application and is garbage collected [90018-174] - at org.h2.message.DbException.get(DbException.java:172) - at org.h2.message.DbException.get(DbException.java:149) - at org.h2.message.DbException.get(DbException.java:138) - at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:171) - at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:116) - at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:90) - at org.h2.Driver.connect(Driver.java:73) - at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38) - at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) - at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556) - at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545) - at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388) - at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.initDatabaseType(ProcessEngineConfigurationImpl.java:583) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.initDataSource(ProcessEngineConfigurationImpl.java:545) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.init(ProcessEngineConfigurationImpl.java:386) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.initIdGenerator(ProcessEngineConfigurationImpl.java:961) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.init(ProcessEngineConfigurationImpl.java:383) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.buildProcessEngine(ProcessEngineConfigurationImpl.java:364) - at org.activiti.spring.SpringProcessEngineConfiguration.buildProcessEngine(SpringProcessEngineConfiguration.java:67) - at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:56) - at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:32) - at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:142) - at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:102) - at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1429) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:281) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) - at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) - at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) - at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) - at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63) - at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797) - at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291) - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) - at java.util.concurrent.FutureTask.run(FutureTask.java:262) - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) - at java.lang.Thread.run(Thread.java:744) -Caused by: org.h2.jdbc.JdbcSQLException: La conexión no fue cerrada por la aplicación y esta siendo limpiada (garbage collected) -The connection was not closed by the application and is garbage collected [90018-174] - at org.h2.message.DbException.getJdbcSQLException(DbException.java:332) - ... 65 more -06-11 17:27:23 jdbc[11]: exception -org.h2.jdbc.JdbcSQLException: Tabla "ALF_CONTENT_URL" no encontrada -Table "ALF_CONTENT_URL" not found; SQL statement: -DROP TABLE alf_content_url [42102-174] -06-11 17:27:23 jdbc[11]: exception -org.h2.jdbc.JdbcSQLException: Tabla "ACT_RU_TASK" no encontrada -Table "ACT_RU_TASK" not found; SQL statement: -select min(id_) from ACT_RU_TASK [42102-174] -06-11 17:43:25 jdbc[13]: null -org.h2.message.DbException: La conexión no fue cerrada por la aplicación y esta siendo limpiada (garbage collected) -The connection was not closed by the application and is garbage collected [90018-174] - at org.h2.message.DbException.get(DbException.java:172) - at org.h2.message.DbException.get(DbException.java:149) - at org.h2.message.DbException.get(DbException.java:138) - at org.h2.jdbc.JdbcConnection.closeOld(JdbcConnection.java:171) - at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:116) - at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:90) - at org.h2.Driver.connect(Driver.java:73) - at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38) - at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) - at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556) - at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545) - at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388) - at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.initDatabaseType(ProcessEngineConfigurationImpl.java:583) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.initDataSource(ProcessEngineConfigurationImpl.java:545) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.init(ProcessEngineConfigurationImpl.java:386) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.initIdGenerator(ProcessEngineConfigurationImpl.java:961) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.init(ProcessEngineConfigurationImpl.java:383) - at org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl.buildProcessEngine(ProcessEngineConfigurationImpl.java:364) - at org.activiti.spring.SpringProcessEngineConfiguration.buildProcessEngine(SpringProcessEngineConfiguration.java:67) - at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:56) - at org.activiti.spring.ProcessEngineFactoryBean.getObject(ProcessEngineFactoryBean.java:32) - at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:142) - at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:102) - at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1429) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:281) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) - at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) - at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) - at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) - at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) - at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) - at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63) - at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4797) - at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5291) - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) - at java.util.concurrent.FutureTask.run(FutureTask.java:262) - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) - at java.lang.Thread.run(Thread.java:744) -Caused by: org.h2.jdbc.JdbcSQLException: La conexión no fue cerrada por la aplicación y esta siendo limpiada (garbage collected) -The connection was not closed by the application and is garbage collected [90018-174] - at org.h2.message.DbException.getJdbcSQLException(DbException.java:332) - ... 65 more diff --git a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/IndexInfo b/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/IndexInfo deleted file mode 100644 index c64a34c..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/IndexInfo and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/IndexInfoBackup b/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/IndexInfoBackup deleted file mode 100644 index c64a34c..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/IndexInfoBackup and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/e9332cca-ca12-4caa-8f86-069a03ce2c57/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/e9332cca-ca12-4caa-8f86-069a03ce2c57/_0.cfs deleted file mode 100644 index c66be52..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/e9332cca-ca12-4caa-8f86-069a03ce2c57/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/e9332cca-ca12-4caa-8f86-069a03ce2c57/segments.gen b/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/e9332cca-ca12-4caa-8f86-069a03ce2c57/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/e9332cca-ca12-4caa-8f86-069a03ce2c57/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/e9332cca-ca12-4caa-8f86-069a03ce2c57/segments_2 b/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/e9332cca-ca12-4caa-8f86-069a03ce2c57/segments_2 deleted file mode 100644 index 98b5a95..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/archive/SpacesStore/e9332cca-ca12-4caa-8f86-069a03ce2c57/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/50efe775-aedf-42fe-a44b-90f49a3390f7/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/system/system/50efe775-aedf-42fe-a44b-90f49a3390f7/_0.cfs deleted file mode 100644 index 89c5f8b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/50efe775-aedf-42fe-a44b-90f49a3390f7/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/50efe775-aedf-42fe-a44b-90f49a3390f7/segments.gen b/alfviral/alf_data_dev/lucene-indexes/system/system/50efe775-aedf-42fe-a44b-90f49a3390f7/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/50efe775-aedf-42fe-a44b-90f49a3390f7/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/50efe775-aedf-42fe-a44b-90f49a3390f7/segments_2 b/alfviral/alf_data_dev/lucene-indexes/system/system/50efe775-aedf-42fe-a44b-90f49a3390f7/segments_2 deleted file mode 100644 index 4d3abb7..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/50efe775-aedf-42fe-a44b-90f49a3390f7/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/IndexInfoDeletions b/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/IndexInfoDeletions deleted file mode 100644 index 7e5d236..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/IndexInfoDeletions and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/_0.cfs deleted file mode 100644 index af83e09..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/segments.gen b/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/segments_2 b/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/segments_2 deleted file mode 100644 index 9c73433..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/965dca0f-2b7a-4f1a-98a0-ed2b5fd78b09/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/IndexInfo b/alfviral/alf_data_dev/lucene-indexes/system/system/IndexInfo deleted file mode 100644 index 9a3185c..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/IndexInfo and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/IndexInfoBackup b/alfviral/alf_data_dev/lucene-indexes/system/system/IndexInfoBackup deleted file mode 100644 index 9a3185c..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/IndexInfoBackup and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/a0e97116-e5b0-4073-89e0-3dff9109db4f/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/system/system/a0e97116-e5b0-4073-89e0-3dff9109db4f/_0.cfs deleted file mode 100644 index d3f3626..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/a0e97116-e5b0-4073-89e0-3dff9109db4f/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/a0e97116-e5b0-4073-89e0-3dff9109db4f/segments.gen b/alfviral/alf_data_dev/lucene-indexes/system/system/a0e97116-e5b0-4073-89e0-3dff9109db4f/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/a0e97116-e5b0-4073-89e0-3dff9109db4f/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/a0e97116-e5b0-4073-89e0-3dff9109db4f/segments_2 b/alfviral/alf_data_dev/lucene-indexes/system/system/a0e97116-e5b0-4073-89e0-3dff9109db4f/segments_2 deleted file mode 100644 index 0785f7c..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/a0e97116-e5b0-4073-89e0-3dff9109db4f/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/IndexInfoDeletions b/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/IndexInfoDeletions deleted file mode 100644 index dc22504..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/IndexInfoDeletions and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/_0.cfs deleted file mode 100644 index 8eee872..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/segments.gen b/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/segments_2 b/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/segments_2 deleted file mode 100644 index d232497..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/system/system/fbffb007-b607-42e9-b165-8c2ea637b1ed/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/5efc8c5b-6dea-4ec7-9853-52f655fea45c/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/5efc8c5b-6dea-4ec7-9853-52f655fea45c/_0.cfs deleted file mode 100644 index 3eb4534..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/5efc8c5b-6dea-4ec7-9853-52f655fea45c/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/5efc8c5b-6dea-4ec7-9853-52f655fea45c/segments.gen b/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/5efc8c5b-6dea-4ec7-9853-52f655fea45c/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/5efc8c5b-6dea-4ec7-9853-52f655fea45c/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/5efc8c5b-6dea-4ec7-9853-52f655fea45c/segments_2 b/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/5efc8c5b-6dea-4ec7-9853-52f655fea45c/segments_2 deleted file mode 100644 index 76fc169..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/5efc8c5b-6dea-4ec7-9853-52f655fea45c/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/9d7fa277-661e-457d-823c-6963dee79a43/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/9d7fa277-661e-457d-823c-6963dee79a43/_0.cfs deleted file mode 100644 index 7a26e79..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/9d7fa277-661e-457d-823c-6963dee79a43/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/9d7fa277-661e-457d-823c-6963dee79a43/segments.gen b/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/9d7fa277-661e-457d-823c-6963dee79a43/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/9d7fa277-661e-457d-823c-6963dee79a43/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/9d7fa277-661e-457d-823c-6963dee79a43/segments_2 b/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/9d7fa277-661e-457d-823c-6963dee79a43/segments_2 deleted file mode 100644 index 17c10e8..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/9d7fa277-661e-457d-823c-6963dee79a43/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/IndexInfo b/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/IndexInfo deleted file mode 100644 index c44acf9..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/IndexInfo and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/IndexInfoBackup b/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/IndexInfoBackup deleted file mode 100644 index c44acf9..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/user/alfrescoUserStore/IndexInfoBackup and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/IndexInfoDeletions b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/IndexInfoDeletions deleted file mode 100644 index eb76bdb..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/IndexInfoDeletions and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/_0.cfs deleted file mode 100644 index b6659a6..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/segments_2 b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/segments_2 deleted file mode 100644 index 9e0a710..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/2773a180-f454-4a30-bb3f-940f5b00b8c1/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/350467f3-6789-489e-b0b4-9c6327e900e1/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/350467f3-6789-489e-b0b4-9c6327e900e1/_0.cfs deleted file mode 100644 index 7365488..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/350467f3-6789-489e-b0b4-9c6327e900e1/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/350467f3-6789-489e-b0b4-9c6327e900e1/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/350467f3-6789-489e-b0b4-9c6327e900e1/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/350467f3-6789-489e-b0b4-9c6327e900e1/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/350467f3-6789-489e-b0b4-9c6327e900e1/segments_2 b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/350467f3-6789-489e-b0b4-9c6327e900e1/segments_2 deleted file mode 100644 index 137884c..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/350467f3-6789-489e-b0b4-9c6327e900e1/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/897a9e80-4d81-44a2-9f89-0d41f7fad0da/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/897a9e80-4d81-44a2-9f89-0d41f7fad0da/_0.cfs deleted file mode 100644 index 1e92a94..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/897a9e80-4d81-44a2-9f89-0d41f7fad0da/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/897a9e80-4d81-44a2-9f89-0d41f7fad0da/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/897a9e80-4d81-44a2-9f89-0d41f7fad0da/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/897a9e80-4d81-44a2-9f89-0d41f7fad0da/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/897a9e80-4d81-44a2-9f89-0d41f7fad0da/segments_2 b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/897a9e80-4d81-44a2-9f89-0d41f7fad0da/segments_2 deleted file mode 100644 index 88fe597..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/897a9e80-4d81-44a2-9f89-0d41f7fad0da/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/IndexInfo b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/IndexInfo deleted file mode 100644 index 53d8a9a..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/IndexInfo and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/IndexInfoBackup b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/IndexInfoBackup deleted file mode 100644 index 53d8a9a..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/IndexInfoBackup and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/_0.cfs deleted file mode 100644 index 0e02a36..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/_0_3.del b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/_0_3.del deleted file mode 100644 index 4d1e9b6..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/_0_3.del and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/segments.gen deleted file mode 100644 index 53b4656..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/segments_5 b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/segments_5 deleted file mode 100644 index bc4f482..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/a8cb2b14-2f96-4e6b-84e3-ef431bee4af3/segments_5 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/c52e5faf-7ea0-4182-9602-a8cfe1244e9d/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/c52e5faf-7ea0-4182-9602-a8cfe1244e9d/_0.cfs deleted file mode 100644 index 3dbbfb5..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/c52e5faf-7ea0-4182-9602-a8cfe1244e9d/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/c52e5faf-7ea0-4182-9602-a8cfe1244e9d/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/c52e5faf-7ea0-4182-9602-a8cfe1244e9d/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/c52e5faf-7ea0-4182-9602-a8cfe1244e9d/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/c52e5faf-7ea0-4182-9602-a8cfe1244e9d/segments_2 b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/c52e5faf-7ea0-4182-9602-a8cfe1244e9d/segments_2 deleted file mode 100644 index 4d7fcd3..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/c52e5faf-7ea0-4182-9602-a8cfe1244e9d/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/IndexInfoContainerDeletions b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/IndexInfoContainerDeletions deleted file mode 100644 index fa7129d..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/IndexInfoContainerDeletions and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/IndexInfoDeletions b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/IndexInfoDeletions deleted file mode 100644 index fa7129d..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/IndexInfoDeletions and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/_0.cfs deleted file mode 100644 index 456c6b9..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/_0_1.del b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/_0_1.del deleted file mode 100644 index 311942f..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/_0_1.del and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/segments.gen deleted file mode 100644 index e9fa600..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/segments_3 b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/segments_3 deleted file mode 100644 index c822e5f..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/cffe4c55-a641-4669-9854-a23005df346c/segments_3 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/df7d7da6-75da-4e76-a708-55e6a81d28b2/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/df7d7da6-75da-4e76-a708-55e6a81d28b2/_0.cfs deleted file mode 100644 index 21fd7a9..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/df7d7da6-75da-4e76-a708-55e6a81d28b2/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/df7d7da6-75da-4e76-a708-55e6a81d28b2/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/df7d7da6-75da-4e76-a708-55e6a81d28b2/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/df7d7da6-75da-4e76-a708-55e6a81d28b2/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/df7d7da6-75da-4e76-a708-55e6a81d28b2/segments_2 b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/df7d7da6-75da-4e76-a708-55e6a81d28b2/segments_2 deleted file mode 100644 index b40e953..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/df7d7da6-75da-4e76-a708-55e6a81d28b2/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/IndexInfoDeletions b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/IndexInfoDeletions deleted file mode 100644 index e4511e5..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/IndexInfoDeletions and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/_0.cfs deleted file mode 100644 index 73f9235..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/segments_2 b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/segments_2 deleted file mode 100644 index 18e37ba..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/e12bb32a-e7dc-428a-afb1-e60b438718b6/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/IndexInfoDeletions b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/IndexInfoDeletions deleted file mode 100644 index c73c6f6..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/IndexInfoDeletions and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/_0.cfs deleted file mode 100644 index d13c9f7..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/segments_2 b/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/segments_2 deleted file mode 100644 index 5358538..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/SpacesStore/f85225aa-a54a-4d8b-873a-e2c014c8298a/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/IndexInfo b/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/IndexInfo deleted file mode 100644 index 7e81fc7..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/IndexInfo and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/IndexInfoBackup b/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/IndexInfoBackup deleted file mode 100644 index 7e81fc7..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/IndexInfoBackup and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/c6ce44be-1927-4f5b-8ac3-8fba572ad97f/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/c6ce44be-1927-4f5b-8ac3-8fba572ad97f/_0.cfs deleted file mode 100644 index adf55e8..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/c6ce44be-1927-4f5b-8ac3-8fba572ad97f/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/c6ce44be-1927-4f5b-8ac3-8fba572ad97f/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/c6ce44be-1927-4f5b-8ac3-8fba572ad97f/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/c6ce44be-1927-4f5b-8ac3-8fba572ad97f/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/c6ce44be-1927-4f5b-8ac3-8fba572ad97f/segments_2 b/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/c6ce44be-1927-4f5b-8ac3-8fba572ad97f/segments_2 deleted file mode 100644 index 46a8a1e..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/lightWeightVersionStore/c6ce44be-1927-4f5b-8ac3-8fba572ad97f/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/6beafb33-c8ce-4d95-8bce-200278afca7e/_0.cfs b/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/6beafb33-c8ce-4d95-8bce-200278afca7e/_0.cfs deleted file mode 100644 index 60032e3..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/6beafb33-c8ce-4d95-8bce-200278afca7e/_0.cfs and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/6beafb33-c8ce-4d95-8bce-200278afca7e/segments.gen b/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/6beafb33-c8ce-4d95-8bce-200278afca7e/segments.gen deleted file mode 100644 index 225a55b..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/6beafb33-c8ce-4d95-8bce-200278afca7e/segments.gen and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/6beafb33-c8ce-4d95-8bce-200278afca7e/segments_2 b/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/6beafb33-c8ce-4d95-8bce-200278afca7e/segments_2 deleted file mode 100644 index 9aa3413..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/6beafb33-c8ce-4d95-8bce-200278afca7e/segments_2 and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/IndexInfo b/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/IndexInfo deleted file mode 100644 index d2fbac2..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/IndexInfo and /dev/null differ diff --git a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/IndexInfoBackup b/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/IndexInfoBackup deleted file mode 100644 index d2fbac2..0000000 Binary files a/alfviral/alf_data_dev/lucene-indexes/workspace/version2Store/IndexInfoBackup and /dev/null differ