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

Lang fix #752

Open
wants to merge 358 commits into
base: 2.0
Choose a base branch
from
Open

Lang fix #752

wants to merge 358 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 7, 2020

  1. replace character

    fryiee committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    41e046d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Merge pull request laravel-streams#698 from anomalylabs/feature/produ…

    …ction_parse
    
    Use custom lexer to avoid minified CSS breaking twig comments in parse
    RyanThompson committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    4645ed8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Update laravel

    Ryan Thompson committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    bd9558a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. restart

    Ryan Thompson committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    cf86e89 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Use the repopulating value when repopulating.

    Ryan Thompson committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8eb7cdc View commit details
    Browse the repository at this point in the history
  2. Docs

    Ryan Thompson committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    e3fbe2c View commit details
    Browse the repository at this point in the history
  3. Fix issue with repopulating upload FT

    Ryan Thompson committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    fe51c2f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    ec717ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806139c View commit details
    Browse the repository at this point in the history
  3. Update 02.change-log.md

    RyanThompson committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    6cc8ebc View commit details
    Browse the repository at this point in the history
  4. Merge pull request laravel-streams#699 from anomalylabs/feature/fix_h…

    …andler_on_tables
    
    repopulate variable for comparison
    RyanThompson committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    0fc3661 View commit details
    Browse the repository at this point in the history
  5. Merge pull request laravel-streams#700 from Eighke/1.7

    Fixed php7.4 notice on parsedown-extra
    RyanThompson committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    88cb6cd View commit details
    Browse the repository at this point in the history
  6. Patches

    Ryan Thompson committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    c1c3f98 View commit details
    Browse the repository at this point in the history
  7. Update composer.json

    RyanThompson committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    49cf5e5 View commit details
    Browse the repository at this point in the history
  8. Dependencies

    Ryan Thompson committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    dda595d View commit details
    Browse the repository at this point in the history
  9. 1.7

    Ryan Thompson committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    2d20115 View commit details
    Browse the repository at this point in the history
  10. Dependencies

    Ryan Thompson committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    29138f7 View commit details
    Browse the repository at this point in the history
  11. TNT

    Ryan Thompson committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    3c66103 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. getTranslationsTableName() removed to prevent data repeatation.

    The default addon language has been added for languages ​​that are not active in the system.
    vedatakd committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    a18b13f View commit details
    Browse the repository at this point in the history
  2. remove httpcache

    Ryan Thompson committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    7620d45 View commit details
    Browse the repository at this point in the history
  3. Remove dirty ole dependencies

    Ryan Thompson committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    75ff868 View commit details
    Browse the repository at this point in the history
  4. Doc

    Ryan Thompson committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    9ed8efa View commit details
    Browse the repository at this point in the history
  5. Doc

    Ryan Thompson committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    7d782fd View commit details
    Browse the repository at this point in the history
  6. Rempove that too - it can be brought in otherwise

    Ryan Thompson committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    d98e8bd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Fixes typo in how to get a form for manual rendering

    Error "Method Anomaly\Streams\Platform\Ui\Form\FormCriteria::__toString() must not throw an exception" is thrown if `.get()` is omitted
    finnito committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    abedd3f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

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

Commits on Aug 27, 2020

  1. Merge pull request laravel-streams#701 from spektra2147/1.7

    Fixed MultiLanguage Problems
    RyanThompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    74c75b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request laravel-streams#703 from ramcda/patch-1

    func names changed in laravel 6+
    RyanThompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    084c06a View commit details
    Browse the repository at this point in the history
  3. Merge pull request laravel-streams#702 from finnito/patch-1

    Fixes typo in how to get a form for manual rendering
    RyanThompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    b7a18c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request laravel-streams#697 from EvolutedNewMedia/bug/tran…

    …slated-relationships-error
    
    Use `getFieldValue` for translated relationship attributes.
    RyanThompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f4b0910 View commit details
    Browse the repository at this point in the history
  5. Let's shoot for 6 here.

    Ryan Thompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    74af82d View commit details
    Browse the repository at this point in the history
  6. Merge branch '1.8' of https://github.com/anomalylabs/streams-platform

    …into 1.8
    Ryan Thompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    36ae28a View commit details
    Browse the repository at this point in the history
  7. Helpers

    Ryan Thompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    b067499 View commit details
    Browse the repository at this point in the history
  8. HttpCache

    Ryan Thompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    5c7e949 View commit details
    Browse the repository at this point in the history
  9. Str::contains

    Ryan Thompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    c6c69f1 View commit details
    Browse the repository at this point in the history
  10. Merge branch '1.8' of https://github.com/anomalylabs/streams-platform

    …into 1.8
    Ryan Thompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ff8161b View commit details
    Browse the repository at this point in the history
  11. Fix string issue with new method

    Ryan Thompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8be786d View commit details
    Browse the repository at this point in the history
  12. Dump

    Ryan Thompson committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    98d696f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Update Laravel again.

    Ryan Thompson committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ba05c48 View commit details
    Browse the repository at this point in the history
  2. Update

    Ryan Thompson committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6c22706 View commit details
    Browse the repository at this point in the history
  3. Update

    Ryan Thompson committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    f94936f View commit details
    Browse the repository at this point in the history
  4. What precompilers..

    Ryan Thompson committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b271cd7 View commit details
    Browse the repository at this point in the history
  5. Update tests

    Ryan Thompson committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    1ed4ca6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    1acaef5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request laravel-streams#705 from RobinRadic/1.8

    Fixed bug that prevent installing. Changed the string argument to array
    RyanThompson committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    a6f5aba View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Docs

    RyanThompson committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    c6c4c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Allow 8 too

    RyanThompson committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    da9ce41 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

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

Commits on Sep 9, 2020

  1. Swap

    Ryan Thompson committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    677f4a0 View commit details
    Browse the repository at this point in the history
  2. Just update

    Ryan Thompson committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f91b659 View commit details
    Browse the repository at this point in the history
  3. Keep er here.

    Ryan Thompson committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    10df96e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3314d9 View commit details
    Browse the repository at this point in the history
  5. Merge filter patch from 1.6

    Ryan Thompson committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    dd793ec View commit details
    Browse the repository at this point in the history
  6. Merge

    Ryan Thompson committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2ad197a View commit details
    Browse the repository at this point in the history
  7. Helpers..

    Ryan Thompson committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    84e132a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Replace with correct method

    Ryan Thompson committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    e2d7fce View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    1fc70a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3489843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f45443 View commit details
    Browse the repository at this point in the history
  4. Adjust Constraint

    Ryan Thompson committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    94a4ba5 View commit details
    Browse the repository at this point in the history
  5. Merge branch '1.8' of https://github.com/anomalylabs/streams-platform

    …into 1.8
    Ryan Thompson committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    3e3a095 View commit details
    Browse the repository at this point in the history
  6. Revert

    Ryan Thompson committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    d50d0c9 View commit details
    Browse the repository at this point in the history
  7. Syntax

    Ryan Thompson committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    618a306 View commit details
    Browse the repository at this point in the history
  8. Valid composer

    Ryan Thompson committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    eb3a30b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    1aa1a99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request laravel-streams#707 from Eighke/1.7

    Fixed null versionable_id + double versions on create
    RyanThompson committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2fd7a33 View commit details
    Browse the repository at this point in the history
  3. Merge pull request laravel-streams#706 from vstelmakh/replace-linkify…

    …-by-url-highlight-1.7
    
    Replace Linkify by Url highlight
    RyanThompson committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    cfc63ba View commit details
    Browse the repository at this point in the history
  4. Fix issue with version table builder and current versions.

    Ryan Thompson committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    fdafb15 View commit details
    Browse the repository at this point in the history
  5. Doc

    Ryan Thompson committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c5d0355 View commit details
    Browse the repository at this point in the history
  6. Merge

    Ryan Thompson committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    246414e View commit details
    Browse the repository at this point in the history
  7. Doc

    Ryan Thompson committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1f8f5c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. This may not be set.

    RyanThompson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8f8c05f View commit details
    Browse the repository at this point in the history
  2. Attr may not be set.

    Ryan Thompson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    964e907 View commit details
    Browse the repository at this point in the history
  3. Fix issue with linkifying

    Ryan Thompson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    e428f3a View commit details
    Browse the repository at this point in the history
  4. Update Str.php

    schmidex committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5a364e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request laravel-streams#709 from schmidex/patch-2

    fix linkify without options
    RyanThompson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    2e4939e View commit details
    Browse the repository at this point in the history
  6. Update Str.php

    RyanThompson committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5b244ca View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. added required secondary paramter for the MigrateCommand base class c…

    …onstructor to prevent exception `Too few arguments`
    RobinRadic committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    9e3e35c View commit details
    Browse the repository at this point in the history
  2. Merge pull request laravel-streams#711 from RobinRadic/1.8

    added required secondary paramter for the MigrateCommand base class c…
    RyanThompson committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    78083fb View commit details
    Browse the repository at this point in the history
  3. Fixing issues in Migrator & Repository

    Ryan Thompson committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    2e04336 View commit details
    Browse the repository at this point in the history
  4. Migrating

    Ryan Thompson committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    df49ad7 View commit details
    Browse the repository at this point in the history
  5. Doc

    Ryan Thompson committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    eb455de View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Fix empty

    Ryan Thompson committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    5bb8c61 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Update 06.observers.md

    alxriemann committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    02cabf7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Merge pull request laravel-streams#712 from alxriemann/patch-1

    Update 06.observers.md
    RyanThompson committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    b44762e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    365b92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f64ee1f View commit details
    Browse the repository at this point in the history
  4. Update 02.change-log.md

    RyanThompson committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    40fb4bf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    835a123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1949554 View commit details
    Browse the repository at this point in the history
  3. Merge pull request laravel-streams#716 from Eighke/1.8

    Fixed migration and events
    RyanThompson committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    bfdae98 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Configuration menu
    Copy the full SHA
    5ad0dc4 View commit details
    Browse the repository at this point in the history
  2. Merge 1.6

    RyanThompson committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    4332bd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Update 02.change-log.md

    RyanThompson committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    413f301 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

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

    RyanThompson committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    28291ce View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Oops

    Ryan Thompson committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a8bb145 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Skip these tests because we should not touch the file.

    Ryan Thompson committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    8b2bc76 View commit details
    Browse the repository at this point in the history
  2. Docs

    Ryan Thompson committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f503a3a View commit details
    Browse the repository at this point in the history
  3. Docs

    Ryan Thompson committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    9e837ff View commit details
    Browse the repository at this point in the history
  4. Merge

    Ryan Thompson committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    d73d0a0 View commit details
    Browse the repository at this point in the history
  5. Fix issue with route parameters required.

    Ryan Thompson committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    84b9e1b View commit details
    Browse the repository at this point in the history
  6. Fix issue with route parameters required.

    Ryan Thompson committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f4a3c22 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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

Commits on Oct 26, 2020

  1. 2.0 assistance

    RyanThompson committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ebeb524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5292c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    437ea42 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    fryiee committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    57ace20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97dc64 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

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

Commits on Nov 11, 2020

  1. Admin flag

    Ryan Thompson committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    d5347b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Admin

    Ryan Thompson committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    1947399 View commit details
    Browse the repository at this point in the history
  2. Omit if admin only

    RyanThompson committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    627ac18 View commit details
    Browse the repository at this point in the history
  3. Merge

    RyanThompson committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    761c593 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    808f6e0 View commit details
    Browse the repository at this point in the history
  2. Application setup should be done even on non-installed app (e.g artis…

    …an build if storage was deleted)
    Eighke committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    39dc8ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b7fda View commit details
    Browse the repository at this point in the history
  4. Update 02.change-log.md

    RyanThompson committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    37084bd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

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

Commits on Nov 24, 2020

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

Commits on Nov 29, 2020

  1. fix: Required parameter/optional parameter

    Required parameter $view follows optional parameter $extension
    schmidex committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    471046d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Fix twig lexer

    Reintroduced lexer switch, fixing issue with id selectors being interpreted as twig comments.
    fryiee committed Dec 1, 2020
    1 Configuration menu
    Copy the full SHA
    ab6cfab View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Turkish trans fixes

    Fatih Alp committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    a88d819 View commit details
    Browse the repository at this point in the history
  2. Update message.php

    Fatih Alp committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    2965420 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Fixed issue with Error

    Eighke committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    a9e10be View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Merge pull request laravel-streams#723 from Eighke/1.8

    Fixed issue with Error
    RyanThompson committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    be4eca7 View commit details
    Browse the repository at this point in the history
  2. Update 02.change-log.md

    RyanThompson committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    7d4b6ed View commit details
    Browse the repository at this point in the history
  3. Update 02.change-log.md

    RyanThompson committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    72c50f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Merge pull request laravel-streams#721 from fatihalp/patch-1

    Turkish trans fixes
    RyanThompson committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    98de864 View commit details
    Browse the repository at this point in the history
  2. Merge pull request laravel-streams#722 from fatihalp/patch-2

    Update message.php
    RyanThompson committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    bbd7786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0ca787 View commit details
    Browse the repository at this point in the history
  4. Update 02.change-log.md

    RyanThompson committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    ce76a79 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Fixed stupid float behaviour

    Eighke committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    32a22be View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Merge pull request laravel-streams#727 from Eighke/1.8

    Fixed stupid float behaviour
    RyanThompson committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    d71c56c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Glue comes before array

    glue must come before array in php 7.4
    edster committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    3e9665c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. added cron cache kernel

    vedatakd committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    91bed2d View commit details
    Browse the repository at this point in the history
  2. added cron cache kernel

    added cron cache kernel
    diashalabi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    68b9492 View commit details
    Browse the repository at this point in the history
  3. Update 02.change-log.md

    RyanThompson committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    9f74fbf View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Merge pull request laravel-streams#728 from edster/patch-16

    Glue comes before array
    RyanThompson committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f97a497 View commit details
    Browse the repository at this point in the history
  2. Update 02.change-log.md

    RyanThompson committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    92d6bfb View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Update setting.php

    diashalabi committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a3fd885 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from openclassify/dia

    Add explenation to maintenance mode
    spektra2147 committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    874ac7c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    6925aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f6141 View commit details
    Browse the repository at this point in the history
  3. Update FormRules.php

    diashalabi committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    676a3b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge pull request #10 from openclassify/dia-3

    Update FormRules.php
    spektra2147 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    4f89a65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from openclassify/dia-2

    make default input field the current lang
    spektra2147 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3fdf8c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from openclassify/dia-1

    default input field edit is current lang
    spektra2147 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    14c1280 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Fixing

    Ryan Thompson committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    f4f5b14 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

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

Commits on Mar 1, 2021

  1. multiple_field_type filter search fixed

    Muammer Top committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    7801486 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Native addon support

    Ryan Thompson committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0c271df View commit details
    Browse the repository at this point in the history
  2. Change log

    Ryan Thompson committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    a2b8f4a View commit details
    Browse the repository at this point in the history
  3. Path

    Ryan Thompson committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7e7cf90 View commit details
    Browse the repository at this point in the history
  4. Update for L8

    edster committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    652b931 View commit details
    Browse the repository at this point in the history
  5. Add L8 Factory support

    edster committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    fc3c7f2 View commit details
    Browse the repository at this point in the history
  6. Add L8 factory support

    edster committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    5f6492f View commit details
    Browse the repository at this point in the history
  7. Add L8 Factory support

    edster committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    1b361c9 View commit details
    Browse the repository at this point in the history
  8. Autoload addons:

    Ryan Thompson committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    eaab531 View commit details
    Browse the repository at this point in the history
  9. Docs

    Ryan Thompson committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    6d5adfe View commit details
    Browse the repository at this point in the history
  10. Merge pull request laravel-streams#733 from edster/patch-17

    Change model/factory stubs for L8
    RyanThompson committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    492435d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Merge pull request #13 from openclassify/muammertop

    multiple_field_type filter search fixed
    spektra2147 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    1b78306 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from openclassify/dia

    #3316 Only the default language is required
    spektra2147 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f09ce79 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Docs

    Ryan Thompson committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c9c5baf View commit details
    Browse the repository at this point in the history
  2. Doc

    Ryan Thompson committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    9728430 View commit details
    Browse the repository at this point in the history
  3. Doc

    Ryan Thompson committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2630775 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. 1.9

    vedatakd committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    589ce02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3133737 View commit details
    Browse the repository at this point in the history
  3. 1.9 update

    vedatakd committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    c16c8f1 View commit details
    Browse the repository at this point in the history
  4. fixed 1.9 scss

    vedatakd committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    8ae25cd View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Fix L8 migrations

    RyanThompson committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9b9104d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from laravel-streams/1.9

    Fix L8 migrations
    fatihalp committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    3a30ff9 View commit details
    Browse the repository at this point in the history
  3. Revert "Fix L8 migrations"

    This reverts commit 9b9104d
    vedatakd committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e95fa66 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20 from openclassify/1.9_vedat

    Revert "Fix L8 migrations"
    fatihalp committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    f9dff64 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Resolve migration issues

    Ryan Thompson committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    883e6c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge branch '1.9' of git://github.com/laravel-streams/streams-core i…

    …nto vedat1-9
    
    # Conflicts:
    #	docs/en/01.prologue/02.change-log.md
    vedatakd committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    649264e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from openclassify/vedat1-9

    Resolve migration issues
    diashalabi committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0e54924 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. fix js error

    diashalabi committed May 20, 2021
    Configuration menu
    Copy the full SHA
    3053423 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Merge pull request #23 from openclassify/dia-1

    fix js error
    Muammer Top committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c2159b3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Update distribution.php

    spektra2147 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    accb253 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. fixed edit problem for id

    spektra2147 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    7c72fba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from openclassify/fixed_1.9

    fixed edit problem for id
    diashalabi committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    84cf904 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. #4433 Modül deneme süresi

    diashalabi committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    06d52d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Merge pull request #26 from openclassify/dia

    #4433 Modül deneme süresi
    spektra2147 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    f7894d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. added Türkisch in trans file for germany

    Muammer Top committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    707337e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from openclassify/muammer

    added Türkisch in trans file for germany
    profstyle1 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    c0a8f8c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    49bbece View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from openclassify/dia-2

    #4704 error page shows when put into maintenance mode
    profstyle1 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0478587 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. No such thing.

    RyanThompson committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    fdbfd33 View commit details
    Browse the repository at this point in the history
  2. Update 02.change-log.md

    RyanThompson committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    232ac7c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

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

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    180a69f View commit details
    Browse the repository at this point in the history
  2. Update 02.change-log.md

    RyanThompson committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    abfe58e View commit details
    Browse the repository at this point in the history
  3. Update 02.change-log.md

    RyanThompson committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    111827a View commit details
    Browse the repository at this point in the history
  4. Update 02.change-log.md

    RyanThompson committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    47a1d0e View commit details
    Browse the repository at this point in the history
  5. Update 02.change-log.md

    RyanThompson committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    8bae093 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e37904 View commit details
    Browse the repository at this point in the history
  7. Update 02.change-log.md

    RyanThompson committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5f1e011 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Jan 28, 2022

  1. Field filler

    RyanThompson committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    a75f7b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. for multiple site installer

    vedatakd committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    fa66a39 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Merge pull request #30 from openclassify/1.9_fix_sites

    for multiple site installer
    spektra2147 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    714c32c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

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

Commits on Feb 28, 2022

  1. trans table order bug

    Muammer Top committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    29a80f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from openclassify/5934

    trans table order bug
    spektra2147 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    41e62d0 View commit details
    Browse the repository at this point in the history
  3. trans table hotfix

    Muammer Top committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    3d25f1e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32 from openclassify/hotfix

    trans table hotfix
    spektra2147 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8aa93c8 View commit details
    Browse the repository at this point in the history
  5. Revert "trans table order bug"

    This reverts commit 29a80f9
    Muammer Top committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    326a344 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #33 from openclassify/revertOrder

    Revert "trans table order bug"
    spektra2147 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b6ca9b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. fix installation for app

    spektra2147 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e91b4b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge pull request #34 from openclassify/1.9vedatakdogan

    fix installation for app
    Muammer Top committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d088f93 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. add domain for app

    spektra2147 committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    7609776 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from openclassify/spektra2147-19

    add domain for app
    Muammer Top committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    61142c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

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

Commits on Apr 30, 2022

  1. Update composer.json

    fatihalp committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    a77bd90 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge pull request #37 from laravel-streams/1.9

    Ryan some fixes
    fatihalp committed May 6, 2022
    Configuration menu
    Copy the full SHA
    5b22057 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from openclassify/mostafa

    streams platform constants edited
    fatihalp committed May 6, 2022
    Configuration menu
    Copy the full SHA
    7b91eab View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    b469ed1 View commit details
    Browse the repository at this point in the history
  2. Update email.twig

    metehancelik committed May 18, 2022
    Configuration menu
    Copy the full SHA
    3584b56 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. install sort problem

    Muammer Top committed May 26, 2022
    Configuration menu
    Copy the full SHA
    3397d3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from openclassify/sort-problem

    install sort problem
    spektra2147 committed May 26, 2022
    Configuration menu
    Copy the full SHA
    6ab5b68 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 8, 2022

  1. Merge pull request #39 from openclassify/erhan

    Added mail encryption setting.
    Muammer Top committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c4896a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    b618973 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from openclassify/erhanask

    added default value to mail_encryption setting on email tab.
    Muammer Top committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    473108e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    c2341cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from openclassify/spektra2147-fix-1

    fixed upgrade problem for PHP8.x
    Muammer Top committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7d74ece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb14312 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42 from openclassify/1.9_vedatakdogan

    update scss package namespace
    Muammer Top committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    3ddc610 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. fix with problem

    spektra2147 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    12d1611 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. fix installer error

    Contains solution for 'forge'@'localhost' error during installation.
    spektra2147 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    51334d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from openclassify/spektra2147-fix-2

    fix installer error
    Muammer Top committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c674f8f View commit details
    Browse the repository at this point in the history
  3. fix database prefix

    fix database prefix
    spektra2147 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    cc22b16 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #44 from openclassify/spektra2147-fix-3

    fix database prefix
    Muammer Top committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c20b93b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. fix

    spektra2147 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b527213 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Update UrlGenerator.php

    emrullahardc committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    77fca67 View commit details
    Browse the repository at this point in the history
  2. Update UrlGenerator.php

    emrullahardc committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d611955 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Update UrlGenerator.php

    emrullahardc committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a797512 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from emrullahardc/1.9

    Update UrlGenerator.php
    spektra2147 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    27c89d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Translatable Field Improvements

    If no translation can be found in the default language, it will bring the first one it finds.
    emrullahardc committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d63eecc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from openclassify/emrullahardc-patch-1

    Translatable Field Improvements
    erhanask committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    33c0c23 View commit details
    Browse the repository at this point in the history
  3. Hot fix

    emrullahardc committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5f9be5a View commit details
    Browse the repository at this point in the history
  4. Hot Fix

    emrullahardc committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7605056 View commit details
    Browse the repository at this point in the history
  5. Update Translatable.php

    emrullahardc committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b5ed9b3 View commit details
    Browse the repository at this point in the history
  6. hotfix

    emrullahardc committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6dc5010 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0294a30 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. lang check fix

    emrullahardc committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6b9d872 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from openclassify/translate-hot-fix

    lang check fix
    Muammer Topçu committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d8d1d09 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. lang-fix

    emrullahardc committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    faa111b View commit details
    Browse the repository at this point in the history