1. 23 Oct, 2014 1 commit
  2. 21 Oct, 2014 2 commits
  3. 20 Oct, 2014 1 commit
  4. 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
  5. 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
  6. 14 Oct, 2014 2 commits
  7. 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
  8. 10 Oct, 2014 2 commits
  9. 09 Oct, 2014 1 commit
  10. 08 Oct, 2014 7 commits
  11. 07 Oct, 2014 1 commit
  12. 06 Oct, 2014 2 commits
  13. 05 Oct, 2014 3 commits
  14. 04 Oct, 2014 3 commits
  15. 03 Oct, 2014 2 commits
  16. 02 Oct, 2014 4 commits
  17. 01 Oct, 2014 3 commits
  18. 30 Sep, 2014 1 commit
  19. 29 Sep, 2014 1 commit