Search: concept
Last modified by Vincent Massol on 2014/10/21
Refine your search
Select a category and activate filters on the current results
Wiki
-
Dev
100
-
Extensions Wiki
2
-
Snippets Wiki
2
-
Home
1
Creator
-
Vincent Massol
53 -
IRCBot
47 -
yish
2 -
VincentMassol
1 -
Oana Florea
1 - … 1 more
Object type
-
IRC Bot Archive
100
-
Extension
4
-
Extension
4
-
Tag
4
-
Extension Version
2
- … 2 more
Upload date
File size
-
Small
3
Semantic Tagging Extension
Located in
- Attachment content
xwiki-semtag-component/documentTags.vm #template("xwikivars.vm") #set($tagsId = 'xdocTags') #set($tagErrorMessage = '') #set($xredirect = $util.encodeURI($doc.getURL('view', "#${tagsId}"))) ## ## ## #macro(displayTag $tag) #if($tagger) #displaySemanticTag($tag) #else <span class="tag-wrapper"><span class="tag"><a property="ctag:label" href="$xwiki.getURL('Main.Tags', 'view', "do=viewTag&tag=$tag")">$tag</a></span>#if($hasedit)<span class="separator">[</span><a href="$doc.getURL('view', "xpage=documentTags&xaction=delete&tag=${tag}&xredirect=${xredirect}")" class="tag-tool tag-delete" title="$msg.get('core.tags.remove.tooltip')">X</a><span class="separator">]</span>#end</span> #end #end #macro(displaySemanticTag $tag) #set($semTag = $tagger.fetchSemanticDetails($tag)) <span class="tag-wrapper"><span class="tag"><a href="$xwiki.getURL('Main.Tags', 'view', "do=viewTag&tag=$tag")">$tag</a></span>#if($hasedit)<span class="separator">[</span><a class="tag-tool tag-list-activator" href="#"> ▼</a><span class="separator">]</span> <div class="conceptList" style="display:none"> #if($semTag.getSemanticDetails().size() == 0) $msg.get("semtags.nodetails") #end #foreach($detail in $semTag.getSemanticDetails()) <span typeof="ctag:Tag" rel="ctag:means" resource="$detail.getUri()" property="ctag:label" content="$detail.getLabel()"><a class="tag-concept-link" href='$detail.getUri()'>$detail.getLabel()</a></span> <br/> #end #set($dbpediaImg = $xwiki.getDocument("SemTags.CreateTagForm").getAttachmentURL("dbpedialogo.png")) <div id="more-at">Powered by <img src='$dbpediaImg' alt="Dbpedia"/></div> </div> <span class="separator">[</span><a href="$doc.getURL('view', "xpage=documentTags&xaction=delete&tag=${tag}&xredirect=${xredirect}")" class="tag-tool tag-delete" title="$msg.get('core.tags.remove.tooltip')">X</a><span class="separator">]</span>#end</span> #end #macro(removeTag $tag) #if($xwiki.tag) #set($result = $xwiki.tag.removeTagFromDocument($tag, $doc.fullName)) #if($result == 'OK' && "$!
…_htmlheader.vm xwiki-semtag-component/tags.js // ===================================== // Drop Down // ===================================== var consolelog = function(l) { if(typeof(console) == 'object' && typeof(console.log) == 'function') console.log(l); } // ====================================== // Ajax tag editing // // Make sure the XWiki 'namespace' exists. if (typeof(XWiki) == 'undefined') { XWiki = new Object(); } // Make sure the viewers 'namespace' exists. if (typeof(XWiki.viewers) == 'undefined') { XWiki.viewers = new Object(); } /** * Tag editing. */ XWiki.viewers.Tags = Class.create({ /** * Initialization: add listeners for all tag actions, to perform them via AJAX */ initialize : function() { // delete tags $$('.doc-tags .tag-delete').each(this.ajaxTagDelete); // [semtag] concept list for each tag $$('.doc-tags .tag-list-activator').each(this.ajaxTagConcepts); // [semtag] end concept list for each tag $$('.doc-tags .tag-add a').each(this.createTagAddForm.bind(this)); if ($$('.doc-tags .tag-add-form').length > 0) { this.ajaxifyForm($$('.doc-tags .tag-add-form')[0]); } }, /** * [semtags] add list of concepts */ ajaxTagConcepts : function (item) { item.observe('mouseover', function(event) { if (event) { event.stop(); } if (!item.disabled) { new Ajax.Request( item.href.replace(/&xredirect=.+$/, "&ajax=1"), { onCreate : function () { // ignore "cascade" clicks item.disabled = true; }, onSuccess : function () { // display the concept list var conceptList = item.next('.conceptList'); //consolelog("conceptList = " + conceptList.innerHTML + " item=" + item); var tagConcepts = new XWiki.Tooltip(item, conceptList.innerHTML, {'class': 'conceptList', mouseFollow: false}); }, onFailure : function (response) { new XWiki.widgets.Notification(response.responseText || 'Server not responding', "error"); }, // 0 is returned for network failures, except on IE where a strange large number (12031) is returned.
Bibsonomy Macro
Located in
- Objects
But it works, and its a good proof of concept. If anyone is up to writing a cleaner, more efficient version - please do, and share.
How to delete a space?
Located in
- Objects
answer : {{info}} The concept of Spaces has been removed from XWiki's UI when Nested Pages were introduced.
Delete Space
Located in
- Objects
comment : I am new to the whole wiki concept and am trying to delete a Space - Systems&Infrastructure ?
IRC Archive for channel #xwiki on 31 March 2017
Located in
- Rendered document content
15:47 <Pbas> when simple user create a page, by default the new page is created on current "space" 15:48 <vmassol> by default a page is created as a subpage of the current page 15:48 <Pbas> yes then after a while it is messy 15:48 <vmassol> unless the user changes the location in the create dialog 15:48 <vmassol> no 15:48 <vmassol> it's the opposite 15:48 <vmassol> if you create everything at the same level then it's messy 15:49 <Pbas> yes but a normal user didn't think about ordering 15:49 <vmassol> and users have to invent naming conventions 15:49 <vmassol> to differentiate pages 15:49 <vmassol> I don't understand what you mean by ordering 15:49 <vmassol> there's no order between pages 15:50 <tmortagne> Pbas: depends what you call "normal user", you are basically saying that people can't handle folders 15:50 <Pbas> I meanin "ranger" 15:50 <Pbas> "classer" 15:50 <vmassol> so organization 15:50 <vmassol> again one folder is much more messy 15:51 <vmassol> take a drawer at home and put all your invoices into a single drawer 15:51 <vmassol> then dare tell me it's clean and easy to find what you want afterwards :) 15:51 <vmassol> that's why you have different binders 15:51 <vmassol> and different drawers 15:52 <vmassol> I'm not sure why you think that a single level (a la wikipedai) is better 15:52 <vmassol> if you do that you're forcing users to invent categorization 15:52 <vmassol> by creating naming conventions when they create their pages 15:52 <vmassol> Client1Invoice1 15:52 <vmassol> Client1Invoice2 15:52 <vmassol> Client2Invoice1 15:53 <vmassol> instead of Client1 > Invoice1, Invoice2 15:53 <vmassol> Client 2 > Invoice1 15:54 <vmassol> also don't forget the concept of wikis, it's meant to be self organized, if you create too much strucrure you're going to fail and remove serendipity and initiative from people who contribute 15:55 <Pbas> agree it is for this raeson that nested affraid boss 15:55 <Pbas> simple users haven't right enough to create new space on xwiki 7.0.1 15:55 <Pbas> Need news space/folder? ask to advanced user 15:56 <vmassol> as I said it's the same 15:56 <vmassol> at worst you'll have everything at the same level 15:57 <vmassol> with bad naming 15:57 <Pbas> anyway I must explain the nested concept to my boss 15:57 <vmassol> but it won't be simpler at all 15:58 <vmassol> hire me and I'll come do a training in the south :) 15:58 <vmassol> (which would be nice since it's raining here :)) 15:58 <Pbas> ha yes you want send a postcard!
- Raw document content
15:47 <Pbas> when simple user create a page, by default the new page is created on current "space" 15:48 <vmassol> by default a page is created as a subpage of the current page 15:48 <Pbas> yes then after a while it is messy 15:48 <vmassol> unless the user changes the location in the create dialog 15:48 <vmassol> no 15:48 <vmassol> it's the opposite 15:48 <vmassol> if you create everything at the same level then it's messy 15:49 <Pbas> yes but a normal user didn't think about ordering 15:49 <vmassol> and users have to invent naming conventions 15:49 <vmassol> to differentiate pages 15:49 <vmassol> I don't understand what you mean by ordering 15:49 <vmassol> there's no order between pages 15:50 <tmortagne> Pbas: depends what you call "normal user", you are basically saying that people can't handle folders 15:50 <Pbas> I meanin "ranger" 15:50 <Pbas> "classer" 15:50 <vmassol> so organization 15:50 <vmassol> again one folder is much more messy 15:51 <vmassol> take a drawer at home and put all your invoices into a single drawer 15:51 <vmassol> then dare tell me it's clean and easy to find what you want afterwards :) 15:51 <vmassol> that's why you have different binders 15:51 <vmassol> and different drawers 15:52 <vmassol> I'm not sure why you think that a single level (a la wikipedai) is better 15:52 <vmassol> if you do that you're forcing users to invent categorization 15:52 <vmassol> by creating naming conventions when they create their pages 15:52 <vmassol> Client1Invoice1 15:52 <vmassol> Client1Invoice2 15:52 <vmassol> Client2Invoice1 15:53 <vmassol> instead of Client1 > Invoice1, Invoice2 15:53 <vmassol> Client 2 > Invoice1 15:54 <vmassol> also don't forget the concept of wikis, it's meant to be self organized, if you create too much strucrure you're going to fail and remove serendipity and initiative from people who contribute 15:55 <Pbas> agree it is for this raeson that nested affraid boss 15:55 <Pbas> simple users haven't right enough to create new space on xwiki 7.0.1 15:55 <Pbas> Need news space/folder? ask to advanced user 15:56 <vmassol> as I said it's the same 15:56 <vmassol> at worst you'll have everything at the same level 15:57 <vmassol> with bad naming 15:57 <Pbas> anyway I must explain the nested concept to my boss 15:57 <vmassol> but it won't be simpler at all 15:58 <vmassol> hire me and I'll come do a training in the south :) 15:58 <vmassol> (which would be nice since it's raining here :)) 15:58 <Pbas> ha yes you want send a postcard!
IRC Archive for channel #xwiki on 27 March 2017
Located in
- Rendered document content
I couldn't find a usage of it in platform 13:57 * vmassol sent a long message: vmassol_2017-03-27_11:57:03.txt - https://matrix.org/_matrix/media/v1/download/matrix.org/TAVaqpkrwgLqgYaSylySKQgb 14:10 <acotiuga> has quit 14:12 <acotiuga> has joined #xwiki 14:38 <vmassol> cjd: you may want to check http://markmail.org/message/delyav5a3hdtzy7w to help the guy or improve the doc for the attachment porter maybe. 14:39 <vmassol> thx 14:43 <cjd[m]> It's unfortunate that FSAttach is not default because otherwise he wouldn't have this issue. 14:44 <cjd[m]> But if he doesn't understand the concept of groovy scripts running in the browser, maybe the best thing he can do at this point is request commercial support. 14:49 <msmeria> has joined #xwiki 14:51 <msmeria1> has quit 14:58 <vmassol> is it mentioned somewhere cjd ?
- Raw document content
I couldn't find a usage of it in platform 13:57 * vmassol sent a long message: vmassol_2017-03-27_11:57:03.txt - https://matrix.org/_matrix/media/v1/download/matrix.org/TAVaqpkrwgLqgYaSylySKQgb 14:10 <acotiuga> has quit 14:12 <acotiuga> has joined #xwiki 14:38 <vmassol> cjd: you may want to check http://markmail.org/message/delyav5a3hdtzy7w to help the guy or improve the doc for the attachment porter maybe. 14:39 <vmassol> thx 14:43 <cjd[m]> It's unfortunate that FSAttach is not default because otherwise he wouldn't have this issue. 14:44 <cjd[m]> But if he doesn't understand the concept of groovy scripts running in the browser, maybe the best thing he can do at this point is request commercial support. 14:49 <msmeria> has joined #xwiki 14:51 <msmeria1> has quit 14:58 <vmassol> is it mentioned somewhere cjd ?
IRC Archive for channel #xwiki on 24 March 2017
Located in
- Rendered document content
10:43 <sgc072> Like it may happen that a user enters wrong information. 10:44 <vmassol> I don't understand the problem 10:44 <vmassol> the wiki concept is 10:44 <vmassol> - everyone can make changes 10:44 <vmassol> - it's historized anyway 10:44 <vmassol> - it's possible to rollback if need be 10:47 <sgc072> the rollback can be done by any user?
- Raw document content
10:43 <sgc072> Like it may happen that a user enters wrong information. 10:44 <vmassol> I don't understand the problem 10:44 <vmassol> the wiki concept is 10:44 <vmassol> - everyone can make changes 10:44 <vmassol> - it's historized anyway 10:44 <vmassol> - it's possible to rollback if need be 10:47 <sgc072> the rollback can be done by any user?
IRC Archive for channel #xwiki on 10 March 2017
Located in
- Rendered document content
I will try and do a little more research about this concept and the project ofcourse. :P 15:59 <OSIMasson1> has joined #xwiki 15:59 <tmortagne1> sgc072: great :) 16:19 <woshilapin> has quit 16:42 <sgc072> has quit 16:44 <woshilapin> has joined #xwiki 17:27 <msmeria> has joined #xwiki 17:29 <msmeria> has quit 17:45 <prakhar123> has quit 18:00 <KermitTheFragger> has quit 18:27 <OSIMasson1> has quit 18:32 <mflorea> has quit 18:54 <floflobel> has quit 19:16 <sgc072> has joined #xwiki 19:22 <Pbas> has quit 19:28 <evalica> has quit 19:56 <prakhar123> has joined #xwiki 20:12 <OSIMasson1> has joined #xwiki 20:24 <OSIMasson1> has quit 20:25 <Denis1> has joined #xwiki 20:26 <Denis> has quit 20:32 <msmeria> has joined #xwiki 20:33 <msmeria> has quit 20:36 <Slashman> has quit 20:41 <pulkit4tech> has quit 20:49 <msmeria> has joined #xwiki 20:50 <msmeria> has quit 21:09 <sgc072> has quit 21:31 <msmeria> has joined #xwiki 21:33 <msmeria> has quit 22:05 <prakhar123> has quit 22:52 <OSIMasson1> has joined #xwiki 23:45 <Aranjedeath> has joined #xwiki
- Raw document content
I will try and do a little more research about this concept and the project ofcourse. :P 15:59 <OSIMasson1> has joined #xwiki 15:59 <tmortagne1> sgc072: great :) 16:19 <woshilapin> has quit 16:42 <sgc072> has quit 16:44 <woshilapin> has joined #xwiki 17:27 <msmeria> has joined #xwiki 17:29 <msmeria> has quit 17:45 <prakhar123> has quit 18:00 <KermitTheFragger> has quit 18:27 <OSIMasson1> has quit 18:32 <mflorea> has quit 18:54 <floflobel> has quit 19:16 <sgc072> has joined #xwiki 19:22 <Pbas> has quit 19:28 <evalica> has quit 19:56 <prakhar123> has joined #xwiki 20:12 <OSIMasson1> has joined #xwiki 20:24 <OSIMasson1> has quit 20:25 <Denis1> has joined #xwiki 20:26 <Denis> has quit 20:32 <msmeria> has joined #xwiki 20:33 <msmeria> has quit 20:36 <Slashman> has quit 20:41 <pulkit4tech> has quit 20:49 <msmeria> has joined #xwiki 20:50 <msmeria> has quit 21:09 <sgc072> has quit 21:31 <msmeria> has joined #xwiki 21:33 <msmeria> has quit 22:05 <prakhar123> has quit 22:52 <OSIMasson1> has joined #xwiki 23:45 <Aranjedeath> has joined #xwiki
IRC Archive for channel #xwiki on 27 February 2017
Located in
- Rendered document content
viewer=changes&rev1=85.2&rev2=86.2 please add anything missing 11:26 <vmassol> checking thxs 11:29 <vmassol> seems good Enygma 11:29 <vmassol> maybe a small improvement would be to use somthing else than Space1 and Space2 11:30 <vmassol> like Item1 and Item2 or Name1 and Name2 11:30 <Enygma`> or Page1.Page2 11:30 <vmassol> since they can either represent pages or spaces dpeending on the context 11:30 <vmassol> yes or Page1 and Page2 11:30 <vmassol> if we want to not show the concept of spaces 11:30 <Enygma`> if talking about NP 11:30 <vmassol> the rest of the doc talks about spaces though 11:31 <Enygma`> hinting to the view action in http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+get+the+reference+of+a+page?
- Raw document content
viewer=changes&rev1=85.2&rev2=86.2 please add anything missing 11:26 <vmassol> checking thxs 11:29 <vmassol> seems good Enygma 11:29 <vmassol> maybe a small improvement would be to use somthing else than Space1 and Space2 11:30 <vmassol> like Item1 and Item2 or Name1 and Name2 11:30 <Enygma`> or Page1.Page2 11:30 <vmassol> since they can either represent pages or spaces dpeending on the context 11:30 <vmassol> yes or Page1 and Page2 11:30 <vmassol> if we want to not show the concept of spaces 11:30 <Enygma`> if talking about NP 11:30 <vmassol> the rest of the doc talks about spaces though 11:31 <Enygma`> hinting to the view action in http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+get+the+reference+of+a+page?