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

SQL Server migrations fixes and improvements #843

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on May 10, 2017

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

Commits on May 14, 2017

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

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    c6945ee View commit details
    Browse the repository at this point in the history
  2. Fix timezones labels

    andrewrbe committed May 23, 2017
    Configuration menu
    Copy the full SHA
    de6bb9e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. ImpersonateUser fix

    bscheshirwork committed May 24, 2017
    Configuration menu
    Copy the full SHA
    8a827e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a0fcc7 View commit details
    Browse the repository at this point in the history
  3. remove full stop

    TonisOrmisson committed May 24, 2017
    Configuration menu
    Copy the full SHA
    ad36df8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from bscheshirwork/patch-3

    ImpersonateUser fix
    thyseus committed May 24, 2017
    Configuration menu
    Copy the full SHA
    db17ebf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from enricodetoma/master

    Updated italian translation
    thyseus committed May 24, 2017
    Configuration menu
    Copy the full SHA
    3934fa8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from andrewrbe/master

    Not all timezones have hour offset, so we can not just divide offset
    thyseus committed May 24, 2017
    Configuration menu
    Copy the full SHA
    36272c7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Configuration menu
    Copy the full SHA
    c613a77 View commit details
    Browse the repository at this point in the history
  2. fix line breaks

    TonisOrmisson committed May 25, 2017
    Configuration menu
    Copy the full SHA
    cfaaf96 View commit details
    Browse the repository at this point in the history
  3. typo

    TonisOrmisson committed May 25, 2017
    Configuration menu
    Copy the full SHA
    f93f5ba View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Merge pull request #11 from andmemasin/dev-reg-email

    Include username & url in welcome email
    thyseus committed May 26, 2017
    Configuration menu
    Copy the full SHA
    9a1f7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bc40bb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Configuration menu
    Copy the full SHA
    38eb496 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from enricodetoma/feature/italian-translation

    Some more italian translations
    thyseus committed May 28, 2017
    Configuration menu
    Copy the full SHA
    5677691 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7de90e8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Merge pull request #13 from enricodetoma/master

    Fix for accented letters in italian translation
    thyseus committed May 29, 2017
    Configuration menu
    Copy the full SHA
    4a8ad42 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Fixed tests

    SamMousa committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    cc41d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566137d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0409d1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from SAM-IT/module-database

    Allow configuration of different database connection for all models.
    SamMousa committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    674f1ad View commit details
    Browse the repository at this point in the history
  5. Improved tests (dektrium#17)

    * Tests no longer use deprecated package. Updated shields in README.
    
    * Fixed typos
    
    * Dont install codeception globally in travis.
    
    * Use /tmp for assets
    SamMousa committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    61e4d84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75ebc03 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Filter users by role when possible (#6)

    * add ability to filter by permission in case yii2-rbac module is used
    
    * return empty array when there is no authManager
    
    * allow to use anything that implements ManagerInterface; show filter in grid when it is DbManager
    
    * code style
    thyseus authored and SamMousa committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    ffe298b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Fix for bug introduced in UserSearch.php ($query->modelClass::tableNa…

    …me() gives an error on PHP 5.6).
    
    Fix for bug where only admin users can be impersonated (while it should be that only NON-admin users can be impersonated).
    enricodetoma committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    a8d4fe9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from enricodetoma/master

    Bug fixes
    thyseus committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    4805971 View commit details
    Browse the repository at this point in the history