Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into rtl branch #10

Merged
merged 197 commits into from
Nov 22, 2018
Merged

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    f63a834 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    c38d876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c06044 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. adding limited support for showing skosxl:prefLabels

    Henri Ylikotila committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    10252ba View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    88beb7f View commit details
    Browse the repository at this point in the history
  2. Used graph-agnostic queries through default endpoint to retrieve label

    and superproperty of a property.
    tfrancart committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    0fc6f90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0448f42 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Issue 666 - squash commits (#8)

    * Added preferredVocabUri parameter to Model::guessVocabularyFromURI()
    
    * Added preferredVocabUri parameter to Model::guessVocabularyFromURI()
    
    * Comment just to have one additionnal commit
    
    * Compared vocab on IDs rather than URIs
    
    * Add the preferred vocabulary parameter when calling
    guessVocabularyFromURI
    
    * Comments
    tfrancart authored and osma committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    59bc3e0 View commit details
    Browse the repository at this point in the history
  2. 1. Ability to fetch and return dct:subject of ConceptSchemes in the list

    of Concept schemes.
    2. Ability to fetch and return multiple concept schemes for which a
    concept is a top concept in the parent hierarchy (new 'tops' key in the
    JSON-LD result)
    tfrancart authored and osma committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    7b235c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Configuration menu
    Copy the full SHA
    93cb504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4923c1 View commit details
    Browse the repository at this point in the history
  3. skos-xl labels should now work

    Henri Ylikotila committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    5978fd5 View commit details
    Browse the repository at this point in the history
  4. fixing the preflabel right pad

    Henri Ylikotila committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    f424cd6 View commit details
    Browse the repository at this point in the history
  5. fixing the unit tests

    Henri Ylikotila committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    632169a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #670 from tfrancart/issue-669-1

    Issue 669 1
    Henri Ylikotila committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    d3db5de View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/NatLibFi/Skosmos into sko…

    …sxl-support
    Henri Ylikotila committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    0f1d785 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ef48fd View commit details
    Browse the repository at this point in the history
  9. removing unused ?member variable, fixes #655

    Henri Ylikotila committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    4e422d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86adfd4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8359d9b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. updating the composer dependencies before 1.10 release

    Henri Ylikotila committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    02d872d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Look for property label and superproperties in the current EasyRdf Model

    rather than making another SPARQL query.
    tfrancart committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    41f54ff View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Configuration menu
    Copy the full SHA
    637f917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c1286 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Merge pull request #671 from tfrancart/issue-669-2

    Issue 669 2
    Henri Ylikotila committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    43d19f9 View commit details
    Browse the repository at this point in the history
  2. initializing the superprops variable as an empty array

    Henri Ylikotila committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    7fdcb18 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. pulled files from master

    kouralex committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    7c2e1f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Issue #665 Remove SERVICE_LOGO old constant and related code

    Bruno P. Kinoshita authored and osma committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    17456a2 View commit details
    Browse the repository at this point in the history
  2. Add Jena Fuseki to gitignore

    Bruno P. Kinoshita authored and osma committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    d10c4f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. updating composer packages, related to #684

    Henri Ylikotila committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    cb3abd4 View commit details
    Browse the repository at this point in the history
  2. running travis with php 7.0, related to #684

    Henri Ylikotila committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    cfbaac6 View commit details
    Browse the repository at this point in the history
  3. migrating to phpunit 6, related to #684

    Henri Ylikotila committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    db0318d View commit details
    Browse the repository at this point in the history
  4. moving to new codeclimate reporter

    Henri Ylikotila committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    cc4fb52 View commit details
    Browse the repository at this point in the history
  5. removing copypaste error

    Henri Ylikotila committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    8846b26 View commit details
    Browse the repository at this point in the history
  6. updating the mockery package, related to #684

    Henri Ylikotila committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    fa60727 View commit details
    Browse the repository at this point in the history
  7. moving old dependencies to composer, related to #684

    Henri Ylikotila committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    20a21fa View commit details
    Browse the repository at this point in the history
  8. loading the remaining dependencies that were not managed by composer …

    …as a composer package, related to #684
    Henri Ylikotila committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    8ab9cdd View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Fix hard crash on missng skosxl:literalForm

    If skosxl:literalForm is missing on a label resource the $label variable remains uninitialzed and causes a hard crash
    semanticfire committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    1ef321e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Merge pull request #687 from semanticfire/patch-1

    Fix hard crash on missng skosxl:literalForm
    Henri Ylikotila committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    4ef44ec View commit details
    Browse the repository at this point in the history
  2. finished jsonld augmentation

    kouralex committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    43c1aaa View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    3a105ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f86d07 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    6cfa51f View commit details
    Browse the repository at this point in the history
  2. refactored duplicate code

    kouralex committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    7bb88dd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. adding a configurable property that enables defining a priority for l…

    …abel fallback languages, related to #688
    Henri Ylikotila committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    31b7549 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. improving the fallback language order feature, related to #688

    Henri Ylikotila committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    4264c48 View commit details
    Browse the repository at this point in the history
  2. fixing the missing prefLabel language tag when showing a fallback lab…

    …el, related to #688
    Henri Ylikotila committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    548ef9e View commit details
    Browse the repository at this point in the history
  3. adding a few tests for getLanguageOrder(), related to #688

    Henri Ylikotila committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    902e9be View commit details
    Browse the repository at this point in the history
  4. using the configurable fallback languages for the concept property va…

    …lue labels as well, related to #688
    Henri Ylikotila committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    aacc68c View commit details
    Browse the repository at this point in the history
  5. using the skosmos:feedbackLanguages for the rest api hierarchy fallba…

    …ck, related to #688
    Henri Ylikotila committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    f0613ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    858968c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. code style cleanup: removing trailing whitespaces

    Henri Ylikotila committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    6eab889 View commit details
    Browse the repository at this point in the history
  2. whoops

    Henri Ylikotila committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    4999faf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    622d25a View commit details
    Browse the repository at this point in the history
  4. pulling updates from master

    kouralex committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    fc054d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff411bb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. fixes #690

    Henri Ylikotila committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3c1a528 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. using the configurable fallback language for the REST API children fu…

    …nction as well
    Henri Ylikotila committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    60690e3 View commit details
    Browse the repository at this point in the history
  2. filtering out hiddenLabels always when the concept has been found ear…

    …lier, related to #690
    Henri Ylikotila committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    795dcf5 View commit details
    Browse the repository at this point in the history
  3. fixes #692

    Henri Ylikotila committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    e4c2538 View commit details
    Browse the repository at this point in the history
  4. applying a band aid for the broken mobile screen vocabulary info layo…

    …ut, related to #691
    Henri Ylikotila committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    a2b3dcc View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    ca4aac5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #689 from NatLibFi/concept-graph-jsonld-external

    Embed concept and externalMappingProperty resource data as JSON-LD to page source #673 #674
    Henri Ylikotila committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    439a577 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. only querying for concept info when the search has found some results…

    …, related to #696
    Henri Ylikotila committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    ca070f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e27ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #680 from tfrancart/issue-679

    Issue 679
    Henri Ylikotila committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    4a9ae7d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Configuration menu
    Copy the full SHA
    7f31cf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990d785 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. fixing wrong translations

    Henri Ylikotila committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    787ebc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e67a14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3809d26 View commit details
    Browse the repository at this point in the history
  4. using the configured languages as fallbacks too

    Henri Ylikotila committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    b2d64a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f57b9e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Configuration menu
    Copy the full SHA
    9cf8caf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40bef30 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Merge pull request #709 from kinow/add-copy-to-clipboard

    Issue #661 add a copy to clipboard button
    Henri Ylikotila committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    ea69f9d View commit details
    Browse the repository at this point in the history
  2. css for the copy button

    Henri Ylikotila committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    9a46a1b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Configuration menu
    Copy the full SHA
    ee25003 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. adding a random fallback for the guessLanguage so the negotiator wont…

    … crash when the accept header has not been set
    Henri Ylikotila committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    fc0c86b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    58a8f32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e4f56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7607f89 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    c80e429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3131538 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Configuration menu
    Copy the full SHA
    1e07da9 View commit details
    Browse the repository at this point in the history
  2. Add Dockerfile container_name's

    kinow authored and osma committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    2329a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a1fbd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    375fe4d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Fixes #638

    kouralex authored and osma committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    de27112 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    6a3278c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    e875530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b492fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    224f8ee View commit details
    Browse the repository at this point in the history
  4. Changed test fuseki port to 13030; upgraded test fuseki to 3.7.0; fix…

    …ed PHP 7.2+ build test
    kouralex committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    5d29998 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    222a273 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d09a54a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1f32d1 View commit details
    Browse the repository at this point in the history
  8. adjust build matrix: test fuseki SNAPSHOT only on php 7.1, allow fail…

    …ures on 7.2 & fuseki SNAPSHOT
    osma committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    fe866a1 View commit details
    Browse the repository at this point in the history
  9. further adjust build matrix

    osma committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    d31b17a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bcee453 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22750f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    35d74b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    007896e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d66548 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    25ce463 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ed1c8b2 View commit details
    Browse the repository at this point in the history
  17. Add additional fields to JSON-LD context for search endpoint

    If additional fields are requested using the 'fields' parameter,
    add them to the JSON-LD context.
    
    Note: This will break any implementation that relies on the 'skos:'
    prefix being part of the keys.
    danmichaelo committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    1a5cc6c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Configuration menu
    Copy the full SHA
    2459de9 View commit details
    Browse the repository at this point in the history
  2. Add unit test for #744 / PR #756. Fixes #744

    osma committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    5d8424b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'test-relatedmatch' of https://github.com/danmichaelo/Sk…

    …osmos into danmichaelo-test-relatedmatch
    osma committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    ef8493e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    6f1807a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    164acc3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    7b517f1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Set the feedback email sender address properly when a vocabulary-spec…

    …ific recipient has been set. Fixes #761
    osma committed May 28, 2018
    Configuration menu
    Copy the full SHA
    c56eec7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    9b11ec9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Configuration menu
    Copy the full SHA
    aea8e8f View commit details
    Browse the repository at this point in the history
  2. Issue #738 replace .inc configuration files by .ttl (turtle) files.

    The cache that was created in the Model instance, now was moved to the
    GlobalConfig, but is still accessed from Model to add entries looked up.
    
    There is no more need of a separate .ttl file for vocabularies, as it is
    now part of the configuration file. Old files were removed.
    
    In order to maintain backward compatibility, most methods of GlobalConfig
    and of VocabularyConfig were maintained as-is. With internal changes to
    re-route requests to the right RDF objects.
    
    Tests were minor updates in tests, but only to replace .inc by .ttl or fix
    coverage annotations.
    kinow authored and osma committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    6d28f04 View commit details
    Browse the repository at this point in the history
  3. Fix scrutinizer issues

    kinow authored and osma committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    d51c82a View commit details
    Browse the repository at this point in the history
  4. Remove unused graph variable from Model

    kinow authored and osma committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    89cae46 View commit details
    Browse the repository at this point in the history
  5. Use a list for skosmos:languages

    kinow authored and osma committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    8287a16 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    aee8384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d28268 View commit details
    Browse the repository at this point in the history
  3. Fix test config for #772

    osma committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    c68a971 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    73fd33d View commit details
    Browse the repository at this point in the history
  2. Include unit test for new globalPlugins with list, and update distrib…

    …uted configuration file
    kinow authored and osma committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b89c916 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Issue #771 config migrate tool

    kinow authored and osma committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    c03b0c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cdb1be View commit details
    Browse the repository at this point in the history
  3. Leave values not defined as comments

    kinow authored and osma committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    53c750b View commit details
    Browse the repository at this point in the history
  4. Fix search with double quotes

    kinow authored and osma committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    2a8fb6d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    20f0df1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b8b20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9ca601 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    854520f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4871c9b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Disable Travis tests for Fuseki snapshot. There is no longer a Fuseki…

    …1 distribution snapshot we could use, after building it was disabled in JENA-1573.
    osma committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    d7f3c02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a12612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7a0f65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c326789 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be91606 View commit details
    Browse the repository at this point in the history
  6. Add translations for Farsi, by Omid Ghiasvand and Reza Ghiasvand. Sti…

    …ll missing true RTL support (#768)
    osma committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a355721 View commit details
    Browse the repository at this point in the history
  7. fixes #714

    kouralex authored and osma committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    8c65f39 View commit details
    Browse the repository at this point in the history
  8. sorting concept property values with natural case sort when sortByNot…

    …ation is true, fixes #737
    henriyli authored and osma committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    28edcb1 View commit details
    Browse the repository at this point in the history
  9. Fixed the variable name notsort for a clearer sort_by_notation

    joelitak authored and osma committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    67a466e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49f832f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    abfd08f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    9d61b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b9702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee40900 View commit details
    Browse the repository at this point in the history
  4. Fix PHP syntax when calling a method

    kinow authored and osma committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    fd65a22 View commit details
    Browse the repository at this point in the history
  5. Set a value for variable when declaring it

    kinow authored and osma committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    720bea0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23a0df1 View commit details
    Browse the repository at this point in the history
  7. Avoid declaring a variable twice

    kinow authored and osma committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    431de13 View commit details
    Browse the repository at this point in the history
  8. Remove unused variable

    kinow authored and osma committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    5b5702f View commit details
    Browse the repository at this point in the history
  9. Remove duplicated semicolon

    kinow authored and osma committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    28cb9ea View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Add Vagrantfile and Ansible Playbook setup for deploying and running …

    …Skosmos in virtual environment
    mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    afafd5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3963f9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2805720 View commit details
    Browse the repository at this point in the history
  4. Removed old config files and added references to eclipse project file…

    … to .gitignore
    Takala Joeli A committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    212b318 View commit details
    Browse the repository at this point in the history
  5. Remove Fuseki deployment

    mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    4d7a85e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3622a0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f62e7f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    765eaad View commit details
    Browse the repository at this point in the history
  9. Delete .DS_Store

    mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    a22ba41 View commit details
    Browse the repository at this point in the history
  10. Delete second .DS_Store

    mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    a4f83ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6ba2b4 View commit details
    Browse the repository at this point in the history
  12. Add Vagrantfile and Ansible Playbook setup for deploying and running …

    …Skosmos in virtual environment
    mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    d11c05c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    08edf76 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1815d30 View commit details
    Browse the repository at this point in the history
  15. Removed old config files and added references to eclipse project file…

    … to .gitignore
    Takala Joeli A authored and mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    4c302cb View commit details
    Browse the repository at this point in the history
  16. Remove Fuseki deployment

    mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    4465362 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4c6e2cb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b5c4f56 View commit details
    Browse the repository at this point in the history
  19. Delete .DS_Store

    mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    cdc2da6 View commit details
    Browse the repository at this point in the history
  20. Delete second .DS_Store

    mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    22ff557 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1f630a2 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'vagrant-virtual-environment' of github.com:mikipernu/Sk…

    …osmos into vagrant-virtual-environment
    mikipernu committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    a05a54f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    29ce070 View commit details
    Browse the repository at this point in the history
  24. reorder .gitignore

    osma committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    811afd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Use correct value when retrieving settings

    kinow authored and osma committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    5b2dd63 View commit details
    Browse the repository at this point in the history
  2. Add tests for GlobalConfig

    kinow authored and osma committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    c6fa757 View commit details
    Browse the repository at this point in the history
  3. Add more tests for VoacabularyConfig

    kinow authored and osma committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    65a7f5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    269a200 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Configuration menu
    Copy the full SHA
    14b681f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    9bda271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8ec734 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Choose feedback recipient based on selection on feedback form, not th…

    …e URL from which the feedback page was invoked. Fixes #808
    osma committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    714ddad View commit details
    Browse the repository at this point in the history
  2. Fix unit test that broke after the fix to #808

    (cherry picked from commit 1a55e8b)
    osma committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    0e8ed3e View commit details
    Browse the repository at this point in the history
  3. Fix fragile unit test (may break if /tmp/skosmos-template-cache exist…

    …s but is owned by another user)
    osma committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    27e53ed View commit details
    Browse the repository at this point in the history
  4. Fix config migration of LOG_FILE_NAME=null

    Fixes #801
    danmichaelo authored and osma committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    2634666 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. fixes #804

    kouralex committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    ef850a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    34a0cb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. #fixes #791; also update fuseki to 3.9.0

    kouralex authored and osma committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    6fbca9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d99ef31 View commit details
    Browse the repository at this point in the history
  3. Don't allow Travis builds with PHP 7.2 to fail; run Fuseki snapshot b…

    …uilds with PHP 7.2. Related to #758
    osma committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    8ec66f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Configuration menu
    Copy the full SHA
    f1a1626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d39361d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1f9a28 View commit details
    Browse the repository at this point in the history