1. 07 Dec, 2014 1 commit
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 5720517..6c75acf · ef29dea3
      Nicolas Widart authored
      6c75acf Remove annotation
      717f987 Removing unused tests
      f05fdd8 yaml spacing
      f342c79 casing
      878cb31 lower casing
      bf7f7de adding composer install
      a59d0d4 add phpunit to require dev
      7c54e49 Adding laravel to requirements
      21f7c7c Adding phpunit file
      c9d6d5d Add a bootstrap file for independent testing
      cd54417 Add a composer file
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 6c75acfe9d58d23528e30355d495e97b2a2c02a8
      ef29dea3
  2. 28 Nov, 2014 5 commits
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from e713728..5720517 · 7f79ef73
      Nicolas Widart authored
      5720517 Add a find by slug method
      2e9ab39 Add an allTranslatedIn method
      973bfae Add the current locale to every view
      a6c0327 Remove the construct dependency injection
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 5720517463d1476dda7586817040132bf14f14ed
      7f79ef73
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 09b7768..e713728 · 3f527cd4
      Nicolas Widart authored
      e713728 Add a base public controller which sets the theme
      
      git-subtree-dir: Modules/Core
      git-subtree-split: e713728f4f60dc2d6e2ec0d74927b18eff52dc66
      3f527cd4
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 9450e60..09b7768 · 7a015f67
      Nicolas Widart authored
      09b7768 Use short array syntax
      f236ef0 Create a command wrapper for publishing module assets
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 09b7768dc8f4cfc295259a072d76678d5dd12f4a
      7a015f67
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 37d3173..9450e60 · c161ee51
      Nicolas Widart authored
      9450e60 Remove the theme config item in config file
      977f6b2 Use the getName getter
      783ecc7 Adding a view composer to select themes
      2708f26 Binding the theme managers in the IoC
      e831a6d Add test for a non existing directory
      2ed39d5 Actually check for no themes
      6bcbb96 Remove too many responsabilities from theme manager
      e292ec9 Add more tests
      8134e47 Adding better styling to commands output
      50f25ee Moving the tests is directory
      713724b Add a asset publisher test
      00975e6 Add some tests assets
      4fe6083 Add a theme test
      3623024 Add a theme manager test. Extract the theme path to a variable
      f81d177 Add a theme manager and publiser commend
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 9450e602bd5474759da1bca5b33c9cc7080042fb
      c161ee51
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 86e93cf..37d3173 · 35af568e
      Nicolas Widart authored
      37d3173 Merge pull request #16 from AsgardCms/install-cmd-imporvements
      89069ed Check if there is input given
      433c7c5 Make the login box bg the main blue color
      b4206a9 Add empty value to --no-interaction flag
      2c0d873 Add a --no-interaction flag for composer
      c739c2a Merge pull request #15 from AsgardCms/fixNamespace
      b2deacf Fix entity location
      e847196 Merge pull request #14 from AsgardCms/installedCheck-removePublishConfigs
      597c3b1 Remove publish configuration method.
      435f067 Using the finder to check if installed.
      27f4ebd Merge branch 'develop' of github.com:AsgardCms/Core into develop
      4aad3c5 Preparing publish theme command
      a936009 Merge pull request #13 from AsgardCms/better-isIstalled-check
      ec608dd Use the environment variable as a check
      6585d43 Add composer file back
      010deb4 Removing old composer file
      5cd978c Merge commit '8bb62f5d'
      1de84d9 fix merge conflict
      04efe60 Adapting the installation to the new user entity namespace
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 37d3173adef90123447d82395fe3341b4facfea6
      35af568e
  3. 27 Nov, 2014 2 commits
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 8d6a3d5..86e93cf · 8bb62f5d
      Nicolas Widart authored
      86e93cf Moving
      4b0c554 Move composer.php file
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 86e93cf7d8b500cefe7c2bfd46f9adc1cc716406
      8bb62f5d
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 0a5e9bc..8d6a3d5 · 43a56a34
      Nicolas Widart authored
      8d6a3d5 rename composer file
      ba484e8 Change theme name in config
      edf4dd1 Add mpedrera/themify configuration
      a5e2dee Remove profile link
      691549d Add view website link
      671d718 Remove unused class import
      a21fb88 Remove commented code
      1804be7 Merge pull request #12 from AsgardCms/modify-install-cmd
      a7c6c98 Only hash the password for sentinel
      2c69c34 Using the schema to check installation
      5aede0f Merge pull request #11 from AsgardCms/sentry-installation
      fc586fc Add some docblocks
      fd914db Add a check if the platform has already been installed
      8805317 Removing unused class property
      25604c9 set the correct default choice. Add a first pass at the Sentry installation
      36f224d Publish required package configurations
      cea9fda Finish the Sentinel installation implementation
      69f0c5f Add remove method. add output handler
      f60d05d Inject the new composer class
      39ec942 Prepare first pass at file search and replaces
      0d76121 Inject $app instance to console command
      b5dbb80 add a composer helper to install
      2ed8d61 Merge pull request #10 from AsgardCms/correct-user-role
      fc38935 Attach the correct role to the user
      8a92489 Change role name
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 8d6a3d5ef012fd193605d5c902c19bd205bbe0ad
      43a56a34
  4. 26 Nov, 2014 1 commit
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from aa20d4a..0a5e9bc · 337ca737
      Nicolas Widart authored
      0a5e9bc Add a priority
      6fcc15e remove view namespace definitions from start file
      8579470 Adding start.php to files array
      bc6cb81 Remove the SP registering
      d4ded44 Merge pull request #9 from AsgardCms/change-install-command
      e1b9922 Add new modules migrations command
      4a63d64 Add new modules to publish
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 0a5e9bc40cd7e5efe8c6c23187dbd78951dfe919
      337ca737
  5. 21 Nov, 2014 1 commit
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from fac6305..aa20d4a · 5be6994d
      Nicolas Widart authored
      aa20d4a Update to conform to the new pingpong/Modules package
      70cd6a3 Use the new asset method signature
      5f66d88 Need to refactor the slug option
      c201dc9 Add the ul element
      18e433e Extract the i18n tab headers
      2c715f4 Brainstorm on how public routes could be handled
      a6d83de Remove the booted closure
      1f8755b Add the singleton for the public routes
      89ea315 Add a routing service provider
      
      git-subtree-dir: Modules/Core
      git-subtree-split: aa20d4a75dc211908b21e63220d4b4abf3241d88
      5be6994d
  6. 17 Nov, 2014 1 commit
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from dac4ddb..fac6305 · e583a4d4
      Nicolas Widart authored
      fac6305 Rename install commend to asgard
      d990488 Changing codeclimate badge
      0400c94 Adding a temporary fix for laravel-translatable and baum
      
      git-subtree-dir: Modules/Core
      git-subtree-split: fac6305a232afd89bd2e9bf671515a89b99a4ac0
      e583a4d4
  7. 14 Nov, 2014 2 commits
  8. 06 Nov, 2014 1 commit
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 3c53b2a..a064d78 · 74c63b82
      Nicolas Widart authored
      a064d78 Removing typehints
      a7e0ddf Removing typehinting
      3b9a647 Updating base repositories
      7474fb0 Adding update method as core
      7f297e9 Removing unused commented code
      faa6270 Adding sensiolab config file
      439d777 Adding travis config
      fc5f07e Including flash messages partial in master tmp
      8c80071 Adding a select theme option
      
      git-subtree-dir: Modules/Core
      git-subtree-split: a064d7827f924da65ba75aab02bd929fc8ed4cc7
      74c63b82
  9. 01 Nov, 2014 1 commit
  10. 28 Oct, 2014 1 commit
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from ccf32bf..b620e93 · 17dcea79
      Nicolas Widart authored
      b620e93 Adding the slug option
      6f2ea0e Moving app.js below jquery.slug
      3090253 Including jquery.slug
      9f6fdda Adding jquery.slug
      04987ab Using new blade tags
      74041cd Removing facade usage
      2efc500 Injecting Session
      d6ca016 Using the authenticator contract
      5413d9d Adding check method
      ac20c2e Changing the session var name
      e6b2353 Remove sentinel tight coupling
      
      git-subtree-dir: Modules/Core
      git-subtree-split: b620e93825458d80b4d14a557d2ff2f7361c8bca
      17dcea79
  11. 26 Oct, 2014 1 commit
  12. 25 Oct, 2014 1 commit
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from dab167b..8c8f7be · b66d9325
      Nicolas Widart authored
      8c8f7be Adding the authentication contract
      23ce242 Use new setting interface
      8b63175 Adapting the composer to the new interface
      b3e2621 Adding the core settings to the core module
      a8ebc0f Adding a title section
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 8c8f7be3f38afbba75ee926dd1cf89220b171ae1
      b66d9325
  13. 23 Oct, 2014 2 commits
  14. 21 Oct, 2014 2 commits
  15. 20 Oct, 2014 1 commit
  16. 17 Oct, 2014 1 commit
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from eec30df..1f638cf · faa1740d
      Nicolas Widart authored
      1f638cf Adding a base test case
      356dd43 Refacting for DRY code
      7eac803 Removing global function
      776b509 Removing unused import
      b8d865c Adding empty line at EOF
      35156ba Adding empty line at EOF
      a05523d Removing unused import
      9d4951d Removing unused variable
      0a70290 Type hinting
      9ff4dda Changing permissions
      b34eb75 Fixing insight badge
      e37f5a0 Add code quality badges
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 1f638cf2c75bd0efcb2d9c26df5fe9e994387ec5
      faa1740d
  17. 15 Oct, 2014 2 commits
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 7eef842..eec30df · 38f69193
      Nicolas Widart authored
      eec30df Removing Session as a core module
      f9adf87 Adding configuration for custom file browsing
      fe00a0a Fixing the saveTranslated method for cleaned data array
      9d34552 Merge pull request #6 from nWidart-Modules/add-db-credentials-to-laravel-config
      3fdbaf5 Add the database credentials to laravel config
      4f3a6fd Merge pull request #5 from nWidart-Modules/new-database-setup
      95ac2fd Writing the database informations
      e9ead32 Merge pull request #4 from nWidart-Modules/publish-core-assets
      ec6d1f9 Publishing assets in the install command
      08d92cc Merge pull request #3 from nWidart-Modules/adding-install-command
      ba18ca5 Adding a platform install command
      450a7ec9 Adding i18n and l10n dependencies
      2d989d8b Adding global CMS dependencies
      079f044a Fixing a naming leak
      2b1aa42e Renaming functions to respect the RESTful spec
      739090ee Merge branch 'develop'
      90efaf2e Adding the filters to the core module
      cc0f7375 Merge pull request #2 from nWidart-Modules/feature/CoreRepositories
      41c9bbcf renamed from Core to Base
      91743084 added PHPdoc
      8402aaaf created Repository Interface  + implements it in AbstractCoreRepository
      92a92804 Adding translations for datatables
      5c122607 Setting the default lang to the browser language
      f0e49550 Changing controllers for now structure
      bf70b741 Add a Service provider loader from other modules
      5bcccd32 Removing sidebar event classes
      0b8e3ae7 Add a navigation helper to sort the items
      14b9bb66 Adding more general translations
      2162e5f0 Adding general translation keys
      836f2419 Add a language selector
      b62d698f Cleaning up the filter helper
      0cc46021 Change the filter to accept a local prefix
      7380176e Change the filter in the admin controller. Add more documentation to the i18n helper
      b8efd041 Adding workbench as a core module. Fixes #1
      b63dbfc5 Comment out the dd
      69cd8a21 Move the listener code in the SP
      afe0b21c Adding listeners
      7a48b877 Adding gitignore
      7975809d Playing with events
      912d771e Using symfonys getPreferendLanguage
      5e558f47 Setting the browser lang for testing env
      b918717e Removing dd
      6aaf5413 Adding local setter. Add language helper class
      3f18ea98 Modifying configuration
      5629a59c Configuration
      22820a2c Adding a base filter class
      13864c74 Adding an empty permissions edge case
      a7aa510f Adding a core modules Configuration. Pointing the profile link to the user edit view
      7b7064d8 Adding the permission manager test
      b982a164 Fixing the iCheck load
      63ceab30 Adding a permissions manager
      f954ed1b Modifing some minor styling
      e05b3aa5 Fixing the sidebar request check
      c4e02e7c Adding the user first last name to the sidebars
      9ce90265 Adding a base admin controller
      6fb444dd Adding logout link
      db7d73d0 Removing the sidebar link from core module
      e83a782a Adding module description
      e8f31bbf Adding a weight sorting option for the sidebar items
      2bba2a1a Adding a view creator
      043c561a Removing test from core module
      86fcb0e9 Moving the dashboard views outside the core module
      6aec5beb First commit
      REVERT: 7eef842 Adding the translated breadcrumb
      REVERT: c82ef0a Adding flash notifications on dashboard
      REVERT: 26e50695 Adding the auth admin filter
      REVERT: 9dc1f336 Modifying the prefix
      REVERT: b4f5ff40 Adding a route localisation filter
      REVERT: 0d682630 Add localised routes
      REVERT: 1858da25 Adding .gitignore
      REVERT: 32e6cb76 File organisation
      REVERT: b0c820a7 File organisation
      REVERT: abc9e9eb Clean up
      REVERT: 62e8bb1d Add basic permissions
      REVERT: c730747e Logging a user in for the dasboard test
      REVERT: fc846dd0 Adding filters for admin dashboard
      REVERT: b8925c30 Adding module description
      REVERT: 80f9f907 Adding a sidebar view composer
      REVERT: d4654fd3 Adding welcome message
      REVERT: 755a73c8 Adding tests
      REVERT: b6a20d04 First Commit
      
      git-subtree-dir: Modules/Core
      git-subtree-split: eec30df1db1f2df9ad34c95d5df482696103b00d
      38f69193
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from eec30df..7eef842 · 654b346b
      Nicolas Widart authored
      7eef842 Adding the translated breadcrumb
      c82ef0a Adding flash notifications on dashboard
      26e50695 Adding the auth admin filter
      9dc1f336 Modifying the prefix
      b4f5ff40 Adding a route localisation filter
      0d682630 Add localised routes
      1858da25 Adding .gitignore
      32e6cb76 File organisation
      b0c820a7 File organisation
      abc9e9eb Clean up
      62e8bb1d Add basic permissions
      c730747e Logging a user in for the dasboard test
      fc846dd0 Adding filters for admin dashboard
      b8925c30 Adding module description
      80f9f907 Adding a sidebar view composer
      d4654fd3 Adding welcome message
      755a73c8 Adding tests
      b6a20d04 First Commit
      REVERT: eec30df Removing Session as a core module
      REVERT: f9adf87 Adding configuration for custom file browsing
      REVERT: fe00a0a Fixing the saveTranslated method for cleaned data array
      REVERT: 9d34552 Merge pull request #6 from nWidart-Modules/add-db-credentials-to-laravel-config
      REVERT: 3fdbaf5 Add the database credentials to laravel config
      REVERT: 4f3a6fd Merge pull request #5 from nWidart-Modules/new-database-setup
      REVERT: 95ac2fd Writing the database informations
      REVERT: e9ead32 Merge pull request #4 from nWidart-Modules/publish-core-assets
      REVERT: ec6d1f9 Publishing assets in the install command
      REVERT: 08d92cc Merge pull request #3 from nWidart-Modules/adding-install-command
      REVERT: ba18ca5 Adding a platform install command
      REVERT: 450a7ec9 Adding i18n and l10n dependencies
      REVERT: 2d989d8b Adding global CMS dependencies
      REVERT: 079f044a Fixing a naming leak
      REVERT: 2b1aa42e Renaming functions to respect the RESTful spec
      REVERT: 739090ee Merge branch 'develop'
      REVERT: 90efaf2e Adding the filters to the core module
      REVERT: cc0f7375 Merge pull request #2 from nWidart-Modules/feature/CoreRepositories
      REVERT: 41c9bbcf renamed from Core to Base
      REVERT: 91743084 added PHPdoc
      REVERT: 8402aaaf created Repository Interface  + implements it in AbstractCoreRepository
      REVERT: 92a92804 Adding translations for datatables
      REVERT: 5c122607 Setting the default lang to the browser language
      REVERT: f0e49550 Changing controllers for now structure
      REVERT: bf70b741 Add a Service provider loader from other modules
      REVERT: 5bcccd32 Removing sidebar event classes
      REVERT: 0b8e3ae7 Add a navigation helper to sort the items
      REVERT: 14b9bb66 Adding more general translations
      REVERT: 2162e5f0 Adding general translation keys
      REVERT: 836f2419 Add a language selector
      REVERT: b62d698f Cleaning up the filter helper
      REVERT: 0cc46021 Change the filter to accept a local prefix
      REVERT: 7380176e Change the filter in the admin controller. Add more documentation to the i18n helper
      REVERT: b8efd041 Adding workbench as a core module. Fixes #1
      REVERT: b63dbfc5 Comment out the dd
      REVERT: 69cd8a21 Move the listener code in the SP
      REVERT: afe0b21c Adding listeners
      REVERT: 7a48b877 Adding gitignore
      REVERT: 7975809d Playing with events
      REVERT: 912d771e Using symfonys getPreferendLanguage
      REVERT: 5e558f47 Setting the browser lang for testing env
      REVERT: b918717e Removing dd
      REVERT: 6aaf5413 Adding local setter. Add language helper class
      REVERT: 3f18ea98 Modifying configuration
      REVERT: 5629a59c Configuration
      REVERT: 22820a2c Adding a base filter class
      REVERT: 13864c74 Adding an empty permissions edge case
      REVERT: a7aa510f Adding a core modules Configuration. Pointing the profile link to the user edit view
      REVERT: 7b7064d8 Adding the permission manager test
      REVERT: b982a164 Fixing the iCheck load
      REVERT: 63ceab30 Adding a permissions manager
      REVERT: f954ed1b Modifing some minor styling
      REVERT: e05b3aa5 Fixing the sidebar request check
      REVERT: c4e02e7c Adding the user first last name to the sidebars
      REVERT: 9ce90265 Adding a base admin controller
      REVERT: 6fb444dd Adding logout link
      REVERT: db7d73d0 Removing the sidebar link from core module
      REVERT: e83a782a Adding module description
      REVERT: e8f31bbf Adding a weight sorting option for the sidebar items
      REVERT: 2bba2a1a Adding a view creator
      REVERT: 043c561a Removing test from core module
      REVERT: 86fcb0e9 Moving the dashboard views outside the core module
      REVERT: 6aec5beb First commit
      
      git-subtree-dir: Modules/Core
      git-subtree-split: 7eef842a2ef0f0e2e8d0c6ba95c3931097579a84
      654b346b
  18. 14 Oct, 2014 2 commits
  19. 13 Oct, 2014 1 commit
    • Nicolas Widart's avatar
      Squashed 'Modules/Core/' changes from 450a7ec9..fe00a0a · 7d499d34
      Nicolas Widart authored
      fe00a0a Fixing the saveTranslated method for cleaned data array
      9d34552 Merge pull request #6 from nWidart-Modules/add-db-credentials-to-laravel-config
      3fdbaf5 Add the database credentials to laravel config
      4f3a6fd Merge pull request #5 from nWidart-Modules/new-database-setup
      95ac2fd Writing the database informations
      e9ead32 Merge pull request #4 from nWidart-Modules/publish-core-assets
      ec6d1f9 Publishing assets in the install command
      08d92cc Merge pull request #3 from nWidart-Modules/adding-install-command
      ba18ca5 Adding a platform install command
      
      git-subtree-dir: Modules/Core
      git-subtree-split: fe00a0a369325f12c9db1cf471789cd660c07d2c
      7d499d34
  20. 10 Oct, 2014 2 commits
  21. 09 Oct, 2014 1 commit
  22. 08 Oct, 2014 7 commits
  23. 07 Oct, 2014 1 commit