# HG changeset patch # User cavaliet # Date 1322732025 -3600 # Node ID 9ef0dc99e100044f22c9e4757ed28576f5285188 # Parent 5ac1aa4c0c17889177be26143b9f7f6cb53bd7fd Change config commit diff -r 5ac1aa4c0c17 -r 9ef0dc99e100 .hgsubstate --- a/.hgsubstate Tue Nov 29 13:58:47 2011 +0100 +++ b/.hgsubstate Thu Dec 01 10:33:45 2011 +0100 @@ -1,1 +1,1 @@ -54f204bceb28e10bb1f9776e5d6bbde138d6aa35 vendor/bundles/IRI/Bundle/WikiTagBundle +e967654e90cbcd9b873f98b6d0bca2bcb1a55e5d vendor/bundles/IRI/Bundle/WikiTagBundle diff -r 5ac1aa4c0c17 -r 9ef0dc99e100 app/config/config.yml --- a/app/config/config.yml Tue Nov 29 13:58:47 2011 +0100 +++ b/app/config/config.yml Thu Dec 01 10:33:45 2011 +0100 @@ -83,15 +83,15 @@ all: [ '.left_sheet', '#p_title .sheet_title', '#p_description' ] only_p: [ '#p_title .sheet_title', '#p_description' ] document: [ 'document' ] - # document_list_profile is the list of the columns displayed in a document's tag list. - # The columns can be "order, id, move_up_down, label, wikipedia_link, wikipedia_permalink, dbpedia_link, category, remove_wikipedia_link, alias, remove_tag_from_list" - # Exemple of list : [ 'order', 'move_up_down', 'label', 'wikipedia_link', 'remove_tag_from_list' ] - # If document_list_profile in not defined, all columns will be displayed. + # document_list_profile is the list of the columns displayed in a document's tag list, AND the button to sort tags. + # The list can be "sort_tag, order, id, move_up_down, label, wikipedia_link, wikipedia_permalink, dbpedia_link, category, remove_wikipedia_link, alias, remove_tag_from_list" + # Exemple of list : ['sort_tag', 'order', 'move_up_down', 'label', 'wikipedia_link', 'remove_tag_from_list' ] + # If document_list_profile in not defined, all columns and the sort tag button will be displayed. document_list_profile: - all: [ 'order', 'id', 'move_up_down', 'label', 'wikipedia_link', 'wikipedia_permalink', 'dbpedia_link', 'category', 'remove_wikipedia_link', 'alias', 'remove_tag_from_list' ] - editor : [ 'order', 'id', 'move_up_down', 'label', 'wikipedia_link', 'wikipedia_permalink', 'dbpedia_link', 'category', 'remove_wikipedia_link', 'alias', 'remove_tag_from_list' ] + all: [ 'sort_tag', 'order', 'id', 'move_up_down', 'label', 'wikipedia_link', 'wikipedia_permalink', 'dbpedia_link', 'category', 'remove_wikipedia_link', 'alias', 'remove_tag_from_list' ] + editor : [ 'sort_tag', 'order', 'id', 'move_up_down', 'label', 'wikipedia_link', 'wikipedia_permalink', 'dbpedia_link', 'category', 'remove_wikipedia_link', 'alias', 'remove_tag_from_list' ] contributor: [ 'order', 'label', 'wikipedia_link', 'wikipedia_permalink', 'delete_wikipedia_link', 'remove_tag_from_list' ] - another: [ 'order', 'move_up_down', 'id', 'label', 'wikipedia_link', 'remove_tag_from_list' ] + another: [ 'sort_tag', 'order', 'move_up_down', 'id', 'label', 'wikipedia_link', 'remove_tag_from_list' ] services: