Skip to content

Releases: kikoval/legislator

created tag v1.1

16 Jan 16:12
Compare
Choose a tag to compare

Upgrade from v1.0

  • run queries in database_data_1.0_1.1.sql to migrate the data

Changelog

New features

  • three types of answers to comment (#21)
  • due date for commenting (#27)
  • enhanced UI for groups assignement (#15)
  • enhanced UI for comment listing (#18)
  • indicating required fields in forms
  • icon fonts
  • better date formatting

Bugfixes

Others

  • PSR-1 and PSR-2 coding standards compliant
  • more tests
  • upgrade to Symfony 2.3.8

For full comparison see v1.0...v1.1.

v1.0

15 Jul 19:37
Compare
Choose a tag to compare

By default works work with CoSign (the "main" firewall is set up that way).

To enable FOS Bundle user management edit the app/config/config.yml file to look like this:

...
firewalls:
        main:
            pattern: ^/
            form_login:
                provider: fos_userbundle
                csrf_provider: form.csrf_provider
            logout: true
            anonymous: true
#            cosign:
#                login_route: fos_user_security_login
#            logout:
#                success_handler: security.logout.success_handler.cosign
...