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

TI as a laravel package #51

Draft
wants to merge 2,279 commits into
base: develop
Choose a base branch
from
Draft

TI as a laravel package #51

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

Commits on Sep 24, 2021

  1. Improved password reset flow by no longer throwing an error if the pr…

    …ovided email address doesn't exist.
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    464943b View commit details
    Browse the repository at this point in the history
  2. Enable "Customize" button for only the currently active theme

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    ae0a532 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    2055761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a64fa56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    678b9b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    676e181 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    507b802 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

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

Commits on Sep 28, 2021

  1. Apply fixes from StyleCI (#869)

    [ci skip] [skip ci]
    
    Co-authored-by: Sam Poyigi <sampoyigi@users.noreply.github.com>
    sampoyigi and sampoyigi authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4b82f5e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Remove currency middleware so that the configured default currency ca…

    …n be used
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2df93f7 View commit details
    Browse the repository at this point in the history
  2. Minor fix

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    9a3a1ef View commit details
    Browse the repository at this point in the history
  3. Add isConfigured method to SettingsModel

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    bd173e7 View commit details
    Browse the repository at this point in the history
  4. Minor fix

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    d1a41d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Change to laravel 8 default mail config

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    09842bd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 15, 2021

  1. Move boundary precision to config (#870)

    * Move boundary precision to config
    
    * Revert "Move boundary precision to config"
    
    This reverts commit ac1e60280eaedfdece2a056e6a069832b3cb7389.
    
    * Set a default value on precision
    
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    ryanmitchell and sampoyigi authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6db349a View commit details
    Browse the repository at this point in the history
  2. Add ability for customer to cancel order and reservation

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    4a35c7a View commit details
    Browse the repository at this point in the history
  3. Improve user panel

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d227ec6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Make customer, order, reservation and user model object accessible fr…

    …om associated mail templates blade syntax
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    0dbed5d View commit details
    Browse the repository at this point in the history
  2. Mark table as booked before and after the reservation stay time

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    057a778 View commit details
    Browse the repository at this point in the history
  3. Implement list bulk actions

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    f885681 View commit details
    Browse the repository at this point in the history
  4. Use DB transaction on delete list action

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    9c9c3d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Revert "Disable combine assets when app.debug is true"

    This reverts commit a64fa56.
    sampoyigi committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    84fb05e View commit details
    Browse the repository at this point in the history
  2. Minor fix

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    c1cfb18 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Fix 'No item(s) specified' error (#877)

    * [bug] Make $itemsCodes optional
    
    Allows search + install button to work again
    
    * new onApplyRecommended ajax handler
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    ryanmitchell and sampoyigi authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    88b6dbe View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

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

Commits on Oct 25, 2021

  1. Remove trailing bracket from the invitation email subject (#882)

    * Remove bracket - } from invitation email subject
    
    The invitation email has a trailing bracket in the subject line.
    
    * Remove bracket - } from invitation email subject
    
    The invitation email has a trailing bracket in the subject line.
    shelemiah authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a420cdb View commit details
    Browse the repository at this point in the history
  2. Run rollback migrations in reverse order

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5dc8201 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    80765e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Use registered order types for listing available schedules

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1c7a1ca View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    08f322a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    06257cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c76595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dad2c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Fix possible unknown named parameter error

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    91fede6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

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

Commits on Nov 11, 2021

  1. Enable timestamp on menu item options model

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0128adc View commit details
    Browse the repository at this point in the history
  2. Change logical operators to comply with coding guidelines (#889)

    * Apply fixes from StyleCI
    
    [ci skip] [skip ci]
    
    * Add parentheses
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * Apply on view files
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <sampoyigi@users.noreply.github.com>
    sampoyigi and sampoyigi authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b2f53c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Display current staff role instead of groups in user panel

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    37ca3f3 View commit details
    Browse the repository at this point in the history
  2. Exclude updates from extension/theme install

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8dc35f7 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    db29868 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Adapt october's assetic stylesheet minify filter

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    1db1076 View commit details
    Browse the repository at this point in the history
  2. Ability to rollback migration steps for extensions

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    70dd6ac View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Improve database design: Add foreign key constraints (#883)

    * Add database foreign key constraints
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * Run rollback migrations in reverse order
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * Minor fixes
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    9ccf79c View commit details
    Browse the repository at this point in the history
  2. Fix blank reservation stay time when created from admin (#891)

    * If blank, then afterSave() use location default
    
    * Fix in mutator
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    ryanmitchell and sampoyigi authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    eddc46a View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    cb55107 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    0f849a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Add ability to replace elements when handling AJAX responses

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5ba1eb9 View commit details
    Browse the repository at this point in the history
  2. Ensure all widget alias is in studly case format

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    1c85ba2 View commit details
    Browse the repository at this point in the history
  3. Initialize record editor form widget on subsequent request after form…

    … is loaded
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    69ad761 View commit details
    Browse the repository at this point in the history
  4. Bring back traceLog helper method

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e9d12a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Fix ignore update button not working

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    c8f80ae View commit details
    Browse the repository at this point in the history
  2. Remove symfony's deprecated FatalThrowableError exception class

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    26e41d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Minor fix

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    b64b3e7 View commit details
    Browse the repository at this point in the history
  2. Remove octobercms

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    b4d774a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Auto refresh available update list after updating

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    186711c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Add PHP 8.1, MySQL8 and MariaDB 10.2 to actions for testing (#903)

    * Add isAvailable event for extendability
    
    * Missing bracket
    
    * refactor
    
    * rename to afterIsAvailable
    
    * Leave as isAvailable
    
    * Add MySQL8 to actions for testing
    
    Should we also add some different versions of MariaDB?
    
    * Change names for clarity
    
    * Run igniter:install to pick up any database issues
    
    * More install attempts
    
    * Define env earlier
    
    * Define env variables at the job level
    
    * More tries
    
    * More...
    
    * Use env variables more
    
    * No prefix
    
    * test db prefix
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * remove prefix on db name
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * Add more MariaDB flavours
    
    * Fix indent
    
    * Actually run tests
    
    * Remove Maria10.1 as its EOL
    
    * Less Maria versions
    
    * add php 8.1
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    ryanmitchell and sampoyigi authored Dec 14, 2021
    Configuration menu
    Copy the full SHA
    e078637 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Allow separate logos for emails and invoices

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    e55c5c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    5e24874 View commit details
    Browse the repository at this point in the history
  2. Remove redundant env variables

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    155e27c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Improve admin order details design

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    1398368 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Ensure mailGetData() returns all model attributes using toArray()

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    1a343d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Add guest order setting on location level (#913)

    * Move guest order config to location level
    
    * minor adjustments
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * minor fixes
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    ryanmitchell and sampoyigi authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    379c620 View commit details
    Browse the repository at this point in the history
  2. Minor fix

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    9ba9e5b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Add support for videos, audios and documents in media manager

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    24ebc77 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Apply fixes from StyleCI (#916)

    [ci skip] [skip ci]
    
    Co-authored-by: StyleCI Bot <bot@styleci.io>
    sampoyigi and StyleCIBot authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    2892d91 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Use laravel style validation array (#914)

    * System requests
    
    * Payment gateway form requests
    
    @sampoyigi we'll need to update the payment gateway configs for this to work
    
    * StyleCI
    
    * A few more
    
    * StyleCI
    
    * And some more
    
    * StyleCI
    
    * A few more
    
    * A few more
    
    * More
    
    * Remove rules from models
    
    * Remove validation traits
    
    * Migrate settings to form requests
    
    * Some more
    
    * Validate widgets using request classes when available
    
    * Fix my silliness
    
    * Move the widgets to form requests
    
    * Move request array key to setting definition and more wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * Rename classes
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    ryanmitchell and sampoyigi authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    680704f View commit details
    Browse the repository at this point in the history
  2. Remove support for plain .php template files (#907)

    * Remove .php support for views
    
    * refactor
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    ryanmitchell and sampoyigi authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    1a708f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    3244ffe View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Define tables relationship on locations model

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    dc27bc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Sponsored Development: Improve stock management (#899)

    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    19b221e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Allow orders & reservations to be searched by status (#910)

    * Allow orders to be searched by status
    
    Really just need this for the API
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    ryanmitchell and sampoyigi authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    5d19813 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Implement low stock email alerts

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    ce1a878 View commit details
    Browse the repository at this point in the history
  2. Pass the correct number of arguments to ValidatesForm::validate() method

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    7ed7caa View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Activate admin user created during igniter:install by default (#921)

    * User activated by default
    
    * pass second parameter $activate
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Antonio Altieri <antonio.altieri@r4i.it>
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    3 people authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    b833c40 View commit details
    Browse the repository at this point in the history
  2. Fix call to undefined method getConfigAttributes error

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1da4091 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Add composer.json to modules

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    81b8dd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Bring back support for old validation array style for payment gateways.

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    4265ae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Fixes #931

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ec507a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Remove overloaded getDefaultConfirmCallback method from IgniterDown c…

    …ommand
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    9a9328b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Auto activate enabled admin user after save

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ec41dcd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Fix issue with address not getting formatted correctly

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0576d56 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Change modules branch alias to 3.x

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    e5480f2 View commit details
    Browse the repository at this point in the history
  2. Require core modules

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    437a70f View commit details
    Browse the repository at this point in the history
  3. Add modules split workflow

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1b0a77a View commit details
    Browse the repository at this point in the history
  4. pull composer/installer master branch

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6aaea80 View commit details
    Browse the repository at this point in the history
  5. Override component partials from admin theme template editor (#922)

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    07c3102 View commit details
    Browse the repository at this point in the history
  6. Fix split action script

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    3fd8225 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Use public folder (#892)

    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2ad4608 View commit details
    Browse the repository at this point in the history
  2. Fix issue with fontawesome path

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    14fb1c7 View commit details
    Browse the repository at this point in the history
  3. Drop config options to enable/disable assets combiner, assets will al…

    …ways be combined by default
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2a6139a View commit details
    Browse the repository at this point in the history
  4. Deprecate Image_tool_model and replace with ImageHelper::resize()

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2ff0a4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53c9331 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93f2eaa View commit details
    Browse the repository at this point in the history
  7. Removed deprecated events, classes and methods (#941)

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6588706 View commit details
    Browse the repository at this point in the history
  8. Fix class import conflicts

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d3051ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b949ce6 View commit details
    Browse the repository at this point in the history
  10. Resolve merge conflict from #938

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b493c78 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    e0ff5b9 View commit details
    Browse the repository at this point in the history
  2. Complete staff user merge

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    45211f4 View commit details
    Browse the repository at this point in the history
  3. Require develop branch for modules

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f4b6969 View commit details
    Browse the repository at this point in the history
  4. Remove modules split workflow, now done locally.

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    0046bd9 View commit details
    Browse the repository at this point in the history
  5. Fix composer invalid alias version

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    43220c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    b5da34a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cbf7f0 View commit details
    Browse the repository at this point in the history
  3. Update composer alias

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    53b3a8d View commit details
    Browse the repository at this point in the history
  4. Tests cleanup

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    55e1f23 View commit details
    Browse the repository at this point in the history
  5. Factory refactor

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    4d7859b View commit details
    Browse the repository at this point in the history
  6. Factory refactor

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ad63532 View commit details
    Browse the repository at this point in the history
  7. Add workflow to archive stale pr and issues

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    122d1ed View commit details
    Browse the repository at this point in the history
  8. Fixes tastyigniter/TastyIgniter#942

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    65ea0da View commit details
    Browse the repository at this point in the history
  9. Fix allergens showing nothing / empty page #946

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    1097972 View commit details
    Browse the repository at this point in the history
  10. Deprecate event controller.form.extendQuery, for admin.controller.ext…

    …endFormQuery
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6fc7a94 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Fix mailvariable config path issue

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    1e3d8b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Factory refactor

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    01f1312 View commit details
    Browse the repository at this point in the history
  2. Factory refactor

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    0255d1b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Add location setting to include start time in timeslots or start from…

    … start time plus lead time
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    ce17fef View commit details
    Browse the repository at this point in the history
  2. Fix url issue in reservation mail template.

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    4e01681 View commit details
    Browse the repository at this point in the history
  3. Merge branch '3.x' into develop

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    # Conflicts:
    sampoyigi committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    5adf01e View commit details
    Browse the repository at this point in the history
  4. Add 3.x branch to tests workflow

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    5c84edb View commit details
    Browse the repository at this point in the history
  5. Faker refactor

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    c9efdb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Update admin assets dependencies

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    e716ec3 View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    992d4ce View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Add composer support for themes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e5dc18f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    2ec68ff View commit details
    Browse the repository at this point in the history
  2. Fix admin/orders status filter no working (#953)

    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    AyFun and sampoyigi authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f1eea18 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6debfa8 View commit details
    Browse the repository at this point in the history
  2. Fix error on admin order page when order has no payment

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ef609bc View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge branch '3.x' into develop

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    # Conflicts:
    #	app/admin/assets/css/admin.css
    #	app/admin/formwidgets/ScheduleEditor.php
    #	app/main/classes/ThemeManager.php
    #	app/system/assets/ui/fonts/FontAwesome/fa-brands-400.eot
    #	app/system/assets/ui/fonts/FontAwesome/fa-brands-400.ttf
    #	app/system/assets/ui/fonts/FontAwesome/fa-brands-400.woff
    #	app/system/assets/ui/fonts/FontAwesome/fa-brands-400.woff2
    #	app/system/assets/ui/fonts/FontAwesome/fa-regular-400.eot
    #	app/system/assets/ui/fonts/FontAwesome/fa-regular-400.woff
    #	app/system/assets/ui/fonts/FontAwesome/fa-regular-400.woff2
    #	app/system/assets/ui/fonts/FontAwesome/fa-solid-900.eot
    #	app/system/assets/ui/fonts/FontAwesome/fa-solid-900.svg
    #	app/system/assets/ui/fonts/FontAwesome/fa-solid-900.ttf
    #	app/system/assets/ui/fonts/FontAwesome/fa-solid-900.woff
    #	app/system/assets/ui/fonts/FontAwesome/fa-solid-900.woff2
    #	public/assets/fonts/FontAwesome/fa-brands-400.svg
    #	public/assets/fonts/FontAwesome/fa-regular-400.svg
    sampoyigi committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f3ece80 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Make theme manifest author index optional

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    eb3fe37 View commit details
    Browse the repository at this point in the history
  2. Changed AdminLocation::listLocations() logic to return list of locati…

    …on models
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    420f2bc View commit details
    Browse the repository at this point in the history
  3. New Menu_options_model::attachToMenu helper method

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    7206949 View commit details
    Browse the repository at this point in the history
  4. Rename menu_options option_values field to values to avoid conflict w…

    …ith relation option_values
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    8b17e75 View commit details
    Browse the repository at this point in the history
  5. Improvements to stocks: hide stocks field on create, diff logic for t…

    …rackable and available stocks, more helper methods
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    65228fa View commit details
    Browse the repository at this point in the history
  6. Add unique validation rule to allergen, category, location, mealtime,…

    … menu, staff, staff role and table names
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    6494170 View commit details
    Browse the repository at this point in the history
  7. Clear view cache on theme activation

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    1813235 View commit details
    Browse the repository at this point in the history
  8. Minor fix

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    e577a78 View commit details
    Browse the repository at this point in the history
  9. Replace class name strings (#955)

    * Replace all class name strings to static class names
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    # Conflicts:
    #	app/main/ServiceProvider.php
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    7f289ef View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Minor improvements

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    288e0e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Add ability to add custom extensions and themes paths

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4f797c0 View commit details
    Browse the repository at this point in the history
  2. Minor improvements

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8cc3127 View commit details
    Browse the repository at this point in the history
  3. Remove modules branch alias

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8bfcc2d View commit details
    Browse the repository at this point in the history
  4. Revert changes to method return types

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    32c1b9c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Bring back modules split action workflow

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    7ad4adb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Minor improvements

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    f9499df View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Fix Unknown column 'stock_qty' in 'order clause' #957

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    fc3ce60 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.x' into develop

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    # Conflicts:
    #	app/admin/controllers/Menus.php
    #	app/admin/formwidgets/StockEditor.php
    #	app/admin/models/config/menu_options_model.php
    #	app/admin/requests/Category.php
    #	app/admin/requests/Ingredient.php
    #	app/admin/requests/Location.php
    #	app/admin/requests/Mealtime.php
    #	app/admin/requests/Menu.php
    #	app/admin/requests/Staff.php
    #	app/admin/requests/Table.php
    #	app/admin/requests/UserRole.php
    #	app/system/classes/ExtensionManager.php
    #	app/system/controllers/Themes.php
    sampoyigi committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    e63f0d9 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    34b38c7 View commit details
    Browse the repository at this point in the history
  4. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Minor fixes
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    0396009 View commit details
    Browse the repository at this point in the history
  5. Minor fix

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    088ab55 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c327804 View commit details
    Browse the repository at this point in the history
  2. Add table prefix to related table in search query (#960)

    * Change modules branch alias to 3.x
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * Require core modules
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * Add table prefix to related table in search query
    
    * refactor
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <sam@sampoyigi.com>
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    3 people authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    364f680 View commit details
    Browse the repository at this point in the history
  3. Update to bootstrap 5 and Install all vendor assets using npm (#951)

    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    021144d View commit details
    Browse the repository at this point in the history
  4. Fixes #959 (#961)

    * Minor fix, fixes #959
    
    Fixes generated sql queries for orders made by registered customers.
    
    * fix for reservations
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: websmith <jan.dominik.ciolek@gmail.com>
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    3 people authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    03126c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Update to bootstrap 5

    commit 152ad0c70ef51160f91ee543304879da114cecc5
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Wed Apr 20 20:11:09 2022 +0100
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    commit 726518de1fb58d57dee5429cda723fb9fbd88287
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Wed Apr 20 19:53:59 2022 +0100
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    commit 01b439fec4003af952083c3232193ac72c6cb269
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Wed Apr 20 08:42:55 2022 +0100
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    commit 7e5570929b84d99e7d94f77dcf4646d7181930e7
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Wed Apr 20 08:36:08 2022 +0100
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    commit da18dacb22fa88f596ae24f0965c6d91f9bb9c3c
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Wed Apr 20 08:26:54 2022 +0100
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    commit 8ad760d062c4ef0bda2ab125541647dd5aaf5240
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Mon Apr 18 21:06:20 2022 +0100
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    commit 925829393363e894e8edc5d16a17f66fcbdc9701
    Merge: f526b8ab 7ad4adb
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Sun Apr 17 15:37:46 2022 +0100
    
        Merge branch '3.x' into wip/use_package_manager_for_assets
    
    commit f526b8abd4d25f9877c618b45c5e0628a13535e1
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Wed Mar 23 11:25:40 2022 +0000
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    commit affb4289da6b38a860f661bf9c6aedc4dc6deafe
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Sat Mar 12 13:59:44 2022 +0000
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    commit a51dd35683b2be7ccfb6a737a4a4731e88de2cd4
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Sat Mar 12 02:10:14 2022 +0000
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    commit 7a9b4e767ea1615e9c269f678c288fecb4a0c4b4
    Author: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Date:   Sat Mar 12 02:06:56 2022 +0000
    
        wip
    
        Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    154c608 View commit details
    Browse the repository at this point in the history
  2. Improvements to admin user state

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    301a5af View commit details
    Browse the repository at this point in the history
  3. Make staff nav menu a child of system menu item

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    f3634fe View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Move menu and reservation page setting from Setup to General

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    b85b588 View commit details
    Browse the repository at this point in the history
  2. Minor improvements & npm assets update

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    fe628d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Minor improvements

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    3fc52b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    93424c3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Use selectlist scope type to replace dropped select2

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 3, 2022
    Configuration menu
    Copy the full SHA
    4b0c39c View commit details
    Browse the repository at this point in the history
  2. Refactor admin location picker

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 3, 2022
    Configuration menu
    Copy the full SHA
    cd9449e View commit details
    Browse the repository at this point in the history
  3. Allow customisation of admin 404 and access denied pages

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 3, 2022
    Configuration menu
    Copy the full SHA
    01a64dc View commit details
    Browse the repository at this point in the history
  4. Remove 'Administrator Panel' from admin pages title

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2efa285 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Fix error with file not found when clearing templates cache

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 4, 2022
    Configuration menu
    Copy the full SHA
    b8b4195 View commit details
    Browse the repository at this point in the history
  2. Install languages from crowdin via the admin dashboard (#966)

    * Ability to install languages from marketplace
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi authored May 4, 2022
    Configuration menu
    Copy the full SHA
    374fc73 View commit details
    Browse the repository at this point in the history
  3. Organise location options fields (#965)

    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi authored May 4, 2022
    Configuration menu
    Copy the full SHA
    3e1138b View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI (#967)

    [ci skip] [skip ci]
    
    Co-authored-by: StyleCI Bot <bot@styleci.io>
    sampoyigi and StyleCIBot authored May 4, 2022
    Configuration menu
    Copy the full SHA
    2cc33d9 View commit details
    Browse the repository at this point in the history
  5. Minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 4, 2022
    Configuration menu
    Copy the full SHA
    4aa9d7c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Don't insert location options and delivery area when seeding initial …

    …schema
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 5, 2022
    Configuration menu
    Copy the full SHA
    dc04cbc View commit details
    Browse the repository at this point in the history
  2. refactor location options

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 5, 2022
    Configuration menu
    Copy the full SHA
    a8bb7fb View commit details
    Browse the repository at this point in the history
  3. Use outline styling on back button

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 5, 2022
    Configuration menu
    Copy the full SHA
    4beab84 View commit details
    Browse the repository at this point in the history
  4. Remove tax validation rules from setup settings

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 5, 2022
    Configuration menu
    Copy the full SHA
    cd71e3c View commit details
    Browse the repository at this point in the history
  5. refactor location options

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 5, 2022
    Configuration menu
    Copy the full SHA
    f4488fe View commit details
    Browse the repository at this point in the history
  6. minor fixes

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 5, 2022
    Configuration menu
    Copy the full SHA
    a08568e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Set startDate and endDate to today to fix invalid date #969 (#973)

    * Set startDate and endDate to today to fix invalid date
    
    * Change of approach
    
    * Prevent looping
    
    Co-authored-by: Thái Thiên Vũ <thienvu1802@gmail.com>
    ryanmitchell and thienvu18 authored May 10, 2022
    Configuration menu
    Copy the full SHA
    c28e29f View commit details
    Browse the repository at this point in the history
  2. Load default value for filter scope (#968)

    * Load default value for filter scope
    
    * refactor
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    Co-authored-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    thienvu18 and sampoyigi authored May 10, 2022
    Configuration menu
    Copy the full SHA
    2919379 View commit details
    Browse the repository at this point in the history
  3. Add primary key on working_hours table

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 10, 2022
    Configuration menu
    Copy the full SHA
    22fe51b View commit details
    Browse the repository at this point in the history
  4. Minor UI adjustments

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 10, 2022
    Configuration menu
    Copy the full SHA
    b9fae9f View commit details
    Browse the repository at this point in the history
  5. Merge parent theme requires into child theme when enabling required e…

    …xtensions
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 10, 2022
    Configuration menu
    Copy the full SHA
    9d25ad4 View commit details
    Browse the repository at this point in the history
  6. Revert "Merge parent theme requires into child theme when enabling re…

    …quired extensions"
    
    This reverts commit 9d25ad4
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8678fc6 View commit details
    Browse the repository at this point in the history
  7. Remove locked property from composer.json manifest

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 10, 2022
    Configuration menu
    Copy the full SHA
    be92fda View commit details
    Browse the repository at this point in the history
  8. Merge 'origin/3.x' into develop

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    # Conflicts:
    #	app/admin/ServiceProvider.php
    #	app/admin/assets/css/admin.css
    #	app/admin/assets/fonts/FontAwesome/fa-brands-400.eot
    #	app/admin/assets/fonts/FontAwesome/fa-brands-400.svg
    #	app/admin/assets/fonts/FontAwesome/fa-brands-400.woff
    #	app/admin/assets/fonts/FontAwesome/fa-regular-400.eot
    #	app/admin/assets/fonts/FontAwesome/fa-regular-400.svg
    #	app/admin/assets/fonts/FontAwesome/fa-regular-400.woff
    #	app/admin/assets/fonts/FontAwesome/fa-solid-900.eot
    #	app/admin/assets/fonts/FontAwesome/fa-solid-900.svg
    #	app/admin/assets/fonts/FontAwesome/fa-solid-900.woff
    #	app/admin/assets/js/admin.js
    #	app/admin/assets/webpack.mix.js
    #	app/admin/classes/AdminController.php
    #	app/admin/classes/User.php
    #	app/admin/controllers/Locations.php
    #	app/admin/controllers/Menus.php
    #	app/admin/controllers/StaffGroups.php
    #	app/admin/controllers/StaffRoles.php
    #	app/admin/controllers/Users.php
    #	app/admin/language/en/lang.php
    #	app/admin/models/Coupons_history_model.php
    #	app/admin/models/Coupons_model.php
    #	app/admin/models/Customer.php
    #	app/admin/models/Location.php
    #	app/admin/models/Location_tables_model.php
    #	app/admin/models/Menu.php
    #	app/admin/models/MenuOption.php
    #	app/admin/models/Menu_item_options_model.php
    #	app/admin/models/Reviews_model.php
    #	app/admin/models/Staff.php
    #	app/admin/models/Users_model.php
    #	app/admin/models/config/ingredient.php
    #	app/admin/models/config/location.php
    #	app/admin/models/config/menu.php
    #	app/admin/models/config/menu_item_options_model.php
    #	app/admin/models/config/menu_options_model.php
    #	app/admin/models/config/order.php
    #	app/admin/models/config/setupsettings.php
    #	app/admin/models/config/user.php
    #	app/admin/models/config/usergroup.php
    #	app/admin/models/config/userrole.php
    #	app/admin/requests/Location.php
    #	app/admin/requests/SetupSettings.php
    #	app/admin/traits/Assignable.php
    #	app/admin/traits/LogsStatusHistory.php
    #	app/admin/traits/Stockable.php
    #	app/admin/views/_partials/top_nav_user_menu.blade.php
    #	app/admin/widgets/Form.php
    #	app/admin/widgets/form/field_currency.blade.php
    #	app/main/classes/MainController.php
    #	app/main/classes/Router.php
    #	app/main/classes/ThemeManager.php
    #	app/system/ServiceProvider.php
    #	app/system/assets/ui/flame.js
    #	app/system/assets/ui/fonts/FontAwesome/fa-brands-400.eot
    #	app/system/assets/ui/fonts/FontAwesome/fa-brands-400.svg
    #	app/system/assets/ui/fonts/FontAwesome/fa-brands-400.woff
    #	app/system/assets/ui/fonts/FontAwesome/fa-regular-400.eot
    #	app/system/assets/ui/fonts/FontAwesome/fa-regular-400.svg
    #	app/system/assets/ui/fonts/FontAwesome/fa-regular-400.woff
    #	app/system/assets/ui/fonts/FontAwesome/fa-solid-900.eot
    #	app/system/assets/ui/fonts/FontAwesome/fa-solid-900.svg
    #	app/system/assets/ui/fonts/FontAwesome/fa-solid-900.woff
    #	app/system/assets/ui/scss/helpers/_variables.scss
    #	app/system/console/commands/IgniterInstall.php
    #	app/system/controllers/Extensions.php
    #	app/system/controllers/Languages.php
    #	app/system/controllers/Themes.php
    #	app/system/models/Language.php
    #	app/system/models/config/generalsettings.php
    #	app/system/requests/GeneralSettings.php
    #	app/system/traits/CombinesAssets.php
    #	config/system.php
    #	public/assets/fonts/FontAwesome/fa-brands-400.eot
    #	public/assets/fonts/FontAwesome/fa-brands-400.svg
    #	public/assets/fonts/FontAwesome/fa-brands-400.ttf
    #	public/assets/fonts/FontAwesome/fa-brands-400.woff
    #	public/assets/fonts/FontAwesome/fa-brands-400.woff2
    #	public/assets/fonts/FontAwesome/fa-regular-400.eot
    #	public/assets/fonts/FontAwesome/fa-regular-400.svg
    #	public/assets/fonts/FontAwesome/fa-regular-400.ttf
    #	public/assets/fonts/FontAwesome/fa-regular-400.woff
    #	public/assets/fonts/FontAwesome/fa-regular-400.woff2
    #	public/assets/fonts/FontAwesome/fa-solid-900.eot
    #	public/assets/fonts/FontAwesome/fa-solid-900.svg
    #	public/assets/fonts/FontAwesome/fa-solid-900.ttf
    #	public/assets/fonts/FontAwesome/fa-solid-900.woff
    #	public/assets/fonts/FontAwesome/fa-solid-900.woff2
    #	tests/Unit/ExampleTest.php
    sampoyigi committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8a1252d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Fix class names

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 11, 2022
    Configuration menu
    Copy the full SHA
    a5c1511 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. wip

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed May 30, 2022
    Configuration menu
    Copy the full SHA
    975d84e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v4' into develop

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    # Conflicts:
    #	.github/workflows/tests.yml
    #	.gitignore
    #	README.md
    #	composer.json
    #	tests/TestCase.php
    sampoyigi committed May 30, 2022
    Configuration menu
    Copy the full SHA
    51d5408 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Directory structure the laravel way

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    Directory structure the laravel way
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    wip
    wip
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    wip
    sampoyigi committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2dc3ef9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    bb9c6b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf5006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0afb389 View commit details
    Browse the repository at this point in the history
  4. Remove public from gitignore

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    e3260cf View commit details
    Browse the repository at this point in the history
  5. Compile Assets

    sampoyigi authored and github-actions[bot] committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    55fecda View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. wip

    sampoyigi committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7fb7137 View commit details
    Browse the repository at this point in the history
  2. wip

    sampoyigi committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    15acaf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. wip

    sampoyigi committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    63193c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. wip

    sampoyigi committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    641cede View commit details
    Browse the repository at this point in the history
  2. Ensure cart conditions are grouped under cart session key

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b8cb714 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. wip

    sampoyigi committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a864cf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Standalone location settings fields for delivery/collection order min…

    …imum total (#52)
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    970cb0c View commit details
    Browse the repository at this point in the history
  2. Min/max delivery/pick-up pre-orders days in advance (#53)

    * Standalone location settings fields for delivery/collection order minimum total
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    
    * Min/Max Pre-order days in advance
    
    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    f21cb16 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Avoid execution time out when theres no configured schedule

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8388af2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Replace getClientSize() method with getSize() (#56)

    Accordling with Symfony http foundation changelog from version 5.0.0 the method UploadedFile::getClientSize() has been removed, now we have to use UploadedFile::getClient() instead
    webbati authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    9b298e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Cast dateTime objects returned from DatePeriod to carbon instances

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    99d4355 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Minor fix

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    7f4a94b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Option to disable all errors when testing mail templates

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    2432429 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Avoid implementing duplicate dynamic traits

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    70f0aa6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Apply fixes from StyleCI (#57)

    [ci skip] [skip ci]
    
    Co-authored-by: StyleCI Bot <bot@styleci.io>
    sampoyigi and StyleCIBot authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    eb13c10 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Allow registration of multiple paths on a single path symbol

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    01585ed View commit details
    Browse the repository at this point in the history
  2. Added NestedTree::fixBrokenTreeQuietly helper method

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    9538586 View commit details
    Browse the repository at this point in the history
  3. Add PHP Linting (Pint) github action

    Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
    sampoyigi committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    1fd382d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. wip

    sampoyigi committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    7e860de View commit details
    Browse the repository at this point in the history
  2. Merge branch tastyigniter/tastyigniter/3.x

    - Remove locked property from composer.json manifest (tastyigniter/TastyIgniter@be92fda8)
    - Drop asset minification feature to fix JS issue with admin not able to login and unable to edit mail templates. #970 #948 (tastyigniter/TastyIgniter@b9df4df1)
    - Add allergens relation to 3.x branch (tastyigniter/TastyIgniter#978) (tastyigniter/TastyIgniter@ed16a6d3)
    - minor fix (tastyigniter/TastyIgniter@e8d87178)
    - Fix location_options issue when creating a location #981 (tastyigniter/TastyIgniter@ccbba690)
    - minor fixes (tastyigniter/TastyIgniter@721943ae)
    - Remove unique validation rule on allergen, category, location, mealtime, menu and table requests (tastyigniter/TastyIgniter@20a9e629)
    - Add permissions to order, reservation delete bulk action #986 (tastyigniter/TastyIgniter@16f24e05)
    - Add padding to modal form fields container (tastyigniter/TastyIgniter@bc9ceb12)
    - Add branch name to split GA (tastyigniter/TastyIgniter@f70ccc7b)
    - New admin.list.extendRecords event (tastyigniter/TastyIgniter#989) (tastyigniter/TastyIgniter@aeb055b7)
    - Minor fix (tastyigniter/TastyIgniter@f4996352)
    - Use locale dates formats in order and reservation emails (tastyigniter/TastyIgniter@3f5303e6)
    - Minor refactor to assignables (tastyigniter/TastyIgniter@d5fd36cc)
    - Add location logo mail variables (tastyigniter/TastyIgniter@d91683e9)
    - Move allocate table logic from booking manager to reservation mode (tastyigniter/TastyIgniter@a4530bdd)
    - Minor fix (tastyigniter/TastyIgniter@4d9bdeb8)
    - Add migration to drop all foreign keys due to irritating foreign key errors (tastyigniter/TastyIgniter@ec0542bd)
    - Ensure list column names do not much model relation name (tastyigniter/TastyIgniter@5e84a712)
    - Check foreign key/index exists before dropping (tastyigniter/TastyIgniter@bbaa0796)
    - Use customer email as replyTo when appropriate (tastyigniter/tastyigniter@#1002) (tastyigniter/TastyIgniter@4635985d)
    - Ensure guest_num and duration have minimum values (tastyigniter/TastyIgniter#1001) (tastyigniter/TastyIgniter@a3f024a0)
    - use lowest menu option price when menu item price is 0 (tastyigniter/TastyIgniter@137734cb)
    - Add location options as HasMany relation (tastyigniter/TastyIgniter@652cb6e2)
    - Fix location list order type filter (tastyigniter/TastyIgniter@68e405b0)
    - Add comment column to reservations list tastyigniter/ti-ext-reservation#32 (tastyigniter/TastyIgniter@3016c2fd)
    - Sort menu item option dropdown alphabetically (tastyigniter/TastyIgniter@f30bbff6)
    - Fix issue where cart item option quantity type calculated value is not properly displayed (tastyigniter/TastyIgniter@f2c500cc)
    - Update [README.md](http://readme.md/) (tastyigniter/TastyIgniter@b3732a3f)
    - Install core update first instead of ignoring non-core updates (tastyigniter/TastyIgniter@2a754e46)
    - Fix broken link (tastyigniter/TastyIgniter@a937a00d)
    - Minor fix (tastyigniter/TastyIgniter@6486a89d)
    - Fix issue where media finder attachment config modal not opening (tastyigniter/TastyIgniter#1010) (tastyigniter/TastyIgniter@2c1f30d6)
    - Minor fix (tastyigniter/TastyIgniter@5bf7b4e7)
    - Cache location options (tastyigniter/TastyIgniter@cfe5f965)
    - Make location options fields unique (tastyigniter/TastyIgniter#1011) (tastyigniter/TastyIgniter@5ec9a233)
    - Minor fixes (tastyigniter/TastyIgniter@5cbaced6)
    - Add support for locationable trait on HasManyThrough, HasOneThrough relationships (tastyigniter/TastyIgniter@da6bc020)
    - Allow rendering of multiple list widgets (tastyigniter/TastyIgniter@ed2a9101)
    - Fix dashboard news widget feed url (tastyigniter/TastyIgniter@98bc919d)
    - Reorder reservation form fields (tastyigniter/TastyIgniter@895d9949)
    - Minor UI fix (tastyigniter/TastyIgniter@5e7fbc53)
    - Fix issue where reservation list can not be filtered by multiple statuses (tastyigniter/TastyIgniter@de8ec050)
    - Ensure admin password max length is 32 when installing (tastyigniter/TastyIgniter@9ceb0251)
    - Minor fix (tastyigniter/TastyIgniter@359687ee)
    - Fix dashboard charts not displaying data (tastyigniter/TastyIgniter@80a8ba3a)
    - Minor refactor (tastyigniter/TastyIgniter@b780b42c)
    - Strip html tags from formatted address (tastyigniter/TastyIgniter@88f9243d)
    - Support multiple extension paths (tastyigniter/TastyIgniter#1017) (tastyigniter/TastyIgniter@cd89efb7)
    - Allow payments, themes form query to be extended (tastyigniter/TastyIgniter@c61f8de1)
    - Fix issue where staff list is empty (tastyigniter/TastyIgniter@3128a19a)
    - Code field on mail layouts and partials should always be unique (tastyigniter/TastyIgniter@b8896856)
    - Avoid marking order as processed more than once (tastyigniter/TastyIgniter@723ed8c5)
    - Minor UI fix (tastyigniter/TastyIgniter@d3da0a09)
    - Minor fix (tastyigniter/TastyIgniter@cf831c80)
    - Fixed issue where its impossible to unassign a group or staff (tastyigniter/TastyIgniter@aa539055)
    - Fix issue with clockpicker positioning and some minor UI adjustments (tastyigniter/TastyIgniter@303444db)
    - Avoid negative order total when calculating totals (tastyigniter/TastyIgniter@f9501d9a)
    - Fix issue with managing records when recordeditor is in radio mode (tastyigniter/TastyIgniter@c8ff4870)
    sampoyigi committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c40c463 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into v4

    # Conflicts:
    #	composer.json
    #	src/Cart/CartCondition.php
    #	src/Cart/Helpers/CartConditionHelper.php
    #	src/Flame/Filesystem/Filesystem.php
    #	src/Flame/Pagic/Template.php
    #	src/Location/AbstractOrderType.php
    sampoyigi committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    98d3a4a View commit details
    Browse the repository at this point in the history
  4. wip

    sampoyigi committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9dcb9b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b81a8d2 View commit details
    Browse the repository at this point in the history
  2. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    5a5a2af View commit details
    Browse the repository at this point in the history
  3. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2649a06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78e213c View commit details
    Browse the repository at this point in the history
  5. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a2302f5 View commit details
    Browse the repository at this point in the history
  6. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c4d6eab View commit details
    Browse the repository at this point in the history
  7. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    44e014e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65b1ff0 View commit details
    Browse the repository at this point in the history
  9. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0788231 View commit details
    Browse the repository at this point in the history
  10. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    392a4ec View commit details
    Browse the repository at this point in the history
  11. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b93070b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e38470 View commit details
    Browse the repository at this point in the history
  13. wip

    sampoyigi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    893e932 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

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

Commits on Nov 26, 2022

  1. wip

    sampoyigi committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    cc520bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6bbad7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    f6ed410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd220f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d30407 View commit details
    Browse the repository at this point in the history
  4. UI Improvements

    sampoyigi committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0f54e54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2300306 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73ea73e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3415362 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1704920 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c480fa4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    870b99c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a0ed091 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb47586 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d596dc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    454acfc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    1c88745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9959e15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2091cba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74815db View commit details
    Browse the repository at this point in the history
  5. UI improvements

    sampoyigi committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    10a4fc3 View commit details
    Browse the repository at this point in the history