From d6cf7076338561dfb1b7a9f4df4e56c72a6162d9 Mon Sep 17 00:00:00 2001 From: AndreSouto Date: Fri, 5 Oct 2018 15:31:10 -0300 Subject: [PATCH] Fixes #2030 --- .coveragerc | 0 .github/ISSUE_TEMPLATE.md | 0 .github/PULL_REQUEST_TEMPLATE.md | 0 .gitignore | 0 .travis.yml | 0 .tx/config | 0 Dockerfile | 0 LICENSE.txt | 0 MANIFEST.in | 0 README.rst | 0 busy-wait.sh | 0 codeclimate.yml | 0 config/env-sample | 0 config/env_dockerfile | 0 config/nginx/nginx.conf | 0 config/nginx/sapl.conf | 0 conftest.py | 0 docker-compose.yml | 0 docker-env.sh | 0 docs/CODE_OF_CONDUCT.md | 0 docs/CONTRIBUTING.md | 0 docs/credits.txt | 0 docs/deploy.rst | 0 docs/howtogit.rst | 0 docs/implementacoes.rst | 0 docs/instalacao31.rst | 0 docs/logo_partidos.rst | 0 docs/logo_partidos/dem.png | Bin docs/logo_partidos/pdt.png | Bin docs/logo_partidos/pfl.png | Bin docs/logo_partidos/phs.png | Bin docs/logo_partidos/pl.png | Bin docs/logo_partidos/pmdb.png | Bin docs/logo_partidos/pmn.png | Bin docs/logo_partidos/pp.png | Bin docs/logo_partidos/pps.png | Bin docs/logo_partidos/prb.png | Bin docs/logo_partidos/prona.png | Bin docs/logo_partidos/prp.png | Bin docs/logo_partidos/prtb.png | Bin docs/logo_partidos/psb.png | Bin docs/logo_partidos/psc.png | Bin docs/logo_partidos/psdb.png | Bin docs/logo_partidos/psdc.png | Bin docs/logo_partidos/psl.png | Bin docs/logo_partidos/psol.png | Bin docs/logo_partidos/pt.png | Bin docs/logo_partidos/ptb.png | Bin docs/logo_partidos/ptc.png | Bin docs/logo_partidos/ptdob.png | Bin docs/logo_partidos/ptn.png | Bin docs/logo_partidos/pv.png | Bin docs/solr.rst | 0 docs/traducao.rst | 0 genkey.py | 0 media/.gitkeep | 0 pytest.ini | 0 requirements/dev-requirements.txt | 0 requirements/migration-requirements.txt | 0 requirements/requirements.txt | 0 requirements/test-requirements.txt | 0 sapl/.env_test | 0 sapl/__init__.py | 0 sapl/api/__init__.py | 0 sapl/api/admin.py | 0 sapl/api/apps.py | 0 sapl/api/forms.py | 0 sapl/api/pagination.py | 0 sapl/api/permissions.py | 0 sapl/api/serializers.py | 0 sapl/api/urls.py | 0 sapl/api/views.py | 0 sapl/audiencia/__init__.py | 0 sapl/audiencia/admin.py | 0 sapl/audiencia/apps.py | 0 sapl/audiencia/forms.py | 0 sapl/audiencia/migrations/0001_initial.py | 0 .../migrations/0002_auto_20180302_0926.py | 0 .../migrations/0003_auto_20180302_1111.py | 0 .../migrations/0004_auto_20180305_1006.py | 0 .../migrations/0005_auto_20180806_1236.py | 0 .../migrations/0006_auto_20180808_0856.py | 0 sapl/audiencia/migrations/__init__.py | 0 sapl/audiencia/models.py | 0 sapl/audiencia/tests/test_audiencia.py | 0 sapl/audiencia/urls.py | 0 sapl/audiencia/views.py | 0 sapl/base/__init__.py | 0 sapl/base/admin.py | 0 sapl/base/apps.py | 0 sapl/base/forms.py | 0 sapl/base/legacy.yaml | 0 sapl/base/migrations/0001_initial.py | 0 .../migrations/0002_auto_20170331_1900.py | 0 .../migrations/0003_auto_20170519_1106.py | 0 .../migrations/0004_auto_20170714_1838.py | 0 .../migrations/0005_auto_20170802_1428.py | 0 .../migrations/0006_auto_20170802_1908.py | 0 .../migrations/0007_auto_20170808_0850.py | 0 .../migrations/0008_auto_20170814_1409.py | 0 .../0009_appconfig_mostrar_brasao_painel.py | 0 .../0010_remove_appconfig_painel_aberto.py | 0 .../migrations/0011_auto_20171121_0958.py | 0 .../migrations/0012_auto_20171205_0917.py | 0 .../migrations/0013_auto_20180201_1338.py | 0 .../migrations/0014_auto_20180219_1402.py | 0 ...015_appconfig_receber_recibo_proposicao.py | 0 .../migrations/0016_auto_20180326_1840.py | 0 ...0017_appconfig_cronometro_consideracoes.py | 0 .../migrations/0018_auto_20180801_1652.py | 0 .../migrations/0019_auto_20180815_1025.py | 0 .../migrations/0020_auto_20180821_1421.py | 0 .../0021_appconfig_esfera_federacao.py | 0 sapl/base/migrations/__init__.py | 0 sapl/base/models.py | 0 sapl/base/search_indexes.py | 0 sapl/base/templatetags/__init__.py | 0 sapl/base/templatetags/base_tags.py | 0 sapl/base/templatetags/common_tags.py | 0 sapl/base/templatetags/menus.py | 0 sapl/base/tests/test_form.py | 0 sapl/base/tests/test_view_base.py | 0 sapl/base/tests/teststub_urls.py | 0 sapl/base/urls.py | 0 sapl/base/views.py | 0 sapl/comissoes/__init__.py | 0 sapl/comissoes/admin.py | 0 sapl/comissoes/apps.py | 0 sapl/comissoes/forms.py | 0 sapl/comissoes/legacy.yaml | 0 sapl/comissoes/migrations/0001_initial.py | 0 .../migrations/0002_auto_20170809_1236.py | 0 .../migrations/0003_auto_20171204_1658.py | 0 sapl/comissoes/migrations/0003_reuniao.py | 0 .../migrations/0004_auto_20180102_1652.py | 0 sapl/comissoes/migrations/0005_merge.py | 0 .../migrations/0006_auto_20180227_0842.py | 0 .../migrations/0007_auto_20180227_1025.py | 0 .../migrations/0008_auto_20180227_1111.py | 0 .../migrations/0009_auto_20180301_1011.py | 0 .../migrations/0010_auto_20180306_0918.py | 0 .../migrations/0010_auto_20180307_1645.py | 0 sapl/comissoes/migrations/0011_merge.py | 0 .../migrations/0012_documentoacessorio.py | 0 .../migrations/0013_auto_20180312_1533.py | 0 .../migrations/0014_auto_20180503_1055.py | 0 .../migrations/0015_auto_20180613_2023.py | 0 .../migrations/0016_auto_20180613_2121.py | 0 .../migrations/0017_auto_20180717_0827.py | 0 sapl/comissoes/migrations/__init__.py | 0 sapl/comissoes/models.py | 0 sapl/comissoes/tests/test_comissoes.py | 0 sapl/comissoes/urls.py | 0 sapl/comissoes/views.py | 0 sapl/compilacao/__init__.py | 0 sapl/compilacao/admin.py | 0 sapl/compilacao/apps.py | 0 sapl/compilacao/compilacao_data_tables.sql | 0 sapl/compilacao/forms.py | 0 sapl/compilacao/migrations/0001_initial.py | 0 .../migrations/0002_auto_20170825_1108.py | 0 .../migrations/0003_auto_20170825_1136.py | 0 .../migrations/0004_auto_20171031_1327.py | 0 .../migrations/0005_auto_20180319_1041.py | 0 .../migrations/0006_auto_20180321_1054.py | 0 .../migrations/0007_auto_20180911_1600.py | 0 sapl/compilacao/migrations/__init__.py | 0 sapl/compilacao/models.py | 0 sapl/compilacao/templatetags/__init__.py | 0 .../templatetags/compilacao_filters.py | 0 .../tests/test_tipo_texto_articulado_form.py | 0 sapl/compilacao/urls.py | 0 sapl/compilacao/utils.py | 0 sapl/compilacao/views.py | 0 sapl/context_processors.py | 0 sapl/crispy_layout_mixin.py | 0 sapl/crud/__init__.py | 0 sapl/crud/base.py | 0 sapl/crud/tests/__init__.py | 0 sapl/crud/tests/settings.py | 0 sapl/crud/tests/stub_app/layouts.yaml | 0 sapl/crud/tests/stub_app/models.py | 0 sapl/crud/tests/stub_app/templates/base.html | 0 sapl/crud/tests/stub_app/urls.py | 0 sapl/crud/tests/stub_app/views.py | 0 sapl/crud/tests/test_base.py | 0 sapl/crud/tests/test_masterdetail.py | 0 sapl/crud/urls.py | 0 sapl/decorators.py | 0 sapl/env-backup | 0 sapl/hashers.py | 0 .../Docs/verificação verbose names.txt | 0 sapl/legacy/__init__.py | 0 sapl/legacy/admin.py | 0 sapl/legacy/management/__init__.py | 0 sapl/legacy/management/commands/__init__.py | 0 .../management/commands/migracao_25_31.py | 0 .../commands/migracao_documentos.py | 0 .../management/commands/ressucitar_deps.py | 0 sapl/legacy/migracao.py | 0 sapl/legacy/migracao_dados.py | 0 sapl/legacy/migracao_documentos.py | 0 sapl/legacy/migracao_usuarios.py | 0 sapl/legacy/models.py | 0 sapl/legacy/router.py | 0 sapl/legacy/scripts/__init__.py | 0 sapl/legacy/scripts/exporta_zope/.gitignore | 0 sapl/legacy/scripts/exporta_zope/dump30.py | 0 .../scripts/exporta_zope/requirements.txt | 0 .../scripts/exporta_zope/variaveis_comuns.py | 0 sapl/legacy/scripts/ressucita_dependencias.py | 0 sapl/legacy/scripts/utils.py | 0 sapl/legacy/test_migracao_dados.py | 0 sapl/legacy/test_renames.py | 0 sapl/legacy/timezonesbrasil.py | 0 sapl/legacy/views.py | 0 sapl/legacy_migration_settings.py | 0 sapl/lexml/__init__.py | 0 sapl/lexml/admin.py | 0 sapl/lexml/apps.py | 0 sapl/lexml/legacy.yaml | 0 sapl/lexml/migrations/0001_initial.py | 0 sapl/lexml/migrations/__init__.py | 0 sapl/lexml/models.py | 0 sapl/lexml/urls.py | 0 sapl/lexml/views.py | 0 sapl/locale/en/LC_MESSAGES/django.po | 0 sapl/locale/es/LC_MESSAGES/django.po | 0 sapl/locale/pt_BR/LC_MESSAGES/django.po | 0 sapl/materia/__init__.py | 0 sapl/materia/admin.py | 0 sapl/materia/apps.py | 0 sapl/materia/email_utils.py | 0 .../pre_popula_status_tramitacao.json | 0 sapl/materia/forms.py | 0 sapl/materia/legacy.yaml | 0 sapl/materia/migrations/0001_initial.py | 0 .../migrations/0002_auto_20170330_1513.py | 0 .../migrations/0003_auto_20170403_1505.py | 0 .../migrations/0004_auto_20170504_1751.py | 0 .../migrations/0005_auto_20170522_1051.py | 0 .../migrations/0005_auto_20170522_1904.py | 0 sapl/materia/migrations/0006_merge.py | 0 .../migrations/0007_auto_20170620_1252.py | 0 .../migrations/0008_auto_20170622_1527.py | 0 .../migrations/0009_auto_20170712_0951.py | 0 .../migrations/0010_auto_20170808_0850.py | 0 .../migrations/0011_auto_20170808_1034.py | 0 .../migrations/0012_auto_20170815_1238.py | 0 .../migrations/0012_auto_20170829_1321.py | 0 .../0013_adiciona_status_tramitacao.py | 0 .../migrations/0013_auto_20170816_1136.py | 0 .../migrations/0014_auto_20170905_0818.py | 0 .../migrations/0015_auto_20170908_1024.py | 0 sapl/materia/migrations/0016_merge.py | 0 .../migrations/0017_auto_20170918_1257.py | 0 .../migrations/0018_auto_20171113_1339.py | 0 .../migrations/0019_auto_20171127_1500.py | 0 .../migrations/0020_auto_20171204_1658.py | 0 .../migrations/0021_auto_20180103_1343.py | 0 .../migrations/0022_auto_20180206_0908.py | 0 .../migrations/0023_proposicao_hash_code.py | 0 ...omaterialegislativa_sequencia_numeracao.py | 0 .../migrations/0025_auto_20180221_1649.py | 0 .../migrations/0026_auto_20180302_1411.py | 0 .../migrations/0027_auto_20180409_1443.py | 0 .../migrations/0028_auto_20180418_1629.py | 0 .../migrations/0029_auto_20180901_1628.py | 0 .../migrations/0030_tramitacao_timestamp.py | 0 sapl/materia/migrations/__init__.py | 0 sapl/materia/models.py | 0 sapl/materia/receivers.py | 0 sapl/materia/signals.py | 0 sapl/materia/tests/test_email_templates.py | 0 sapl/materia/tests/test_materia.py | 0 sapl/materia/tests/test_materia_form.py | 0 sapl/materia/tests/test_materia_urls.py | 0 sapl/materia/urls.py | 0 sapl/materia/views.py | 0 sapl/norma/__init__.py | 0 sapl/norma/admin.py | 0 sapl/norma/apps.py | 0 .../pre_popula_tipo_vinculo_norma.json | 0 sapl/norma/forms.py | 0 sapl/norma/legacy.yaml | 0 sapl/norma/migrations/0001_initial.py | 0 .../migrations/0002_auto_20170403_1505.py | 0 .../migrations/0003_auto_20170510_1549.py | 0 .../migrations/0004_auto_20170522_1051.py | 0 .../migrations/0004_auto_20170522_1115.py | 0 sapl/norma/migrations/0005_merge.py | 0 ...6_normajuridica_data_ultima_atualizacao.py | 0 .../migrations/0007_auto_20170904_1708.py | 0 ...normajuridica_popula_tipo_vinculo_norma.py | 0 .../migrations/0009_auto_20171113_1339.py | 0 .../migrations/0010_auto_20180103_1343.py | 0 .../migrations/0011_auto_20180220_1859.py | 0 .../migrations/0012_anexonormajuridica.py | 0 .../0013_anexonormajuridica_assunto_anexo.py | 0 sapl/norma/migrations/__init__.py | 0 sapl/norma/models.py | 0 sapl/norma/signals.py | 0 sapl/norma/tests/test_norma.py | 0 sapl/norma/urls.py | 0 sapl/norma/views.py | 0 sapl/painel/__init__.py | 0 sapl/painel/admin.py | 0 sapl/painel/apps.py | 0 sapl/painel/migrations/0001_initial.py | 0 .../migrations/0002_auto_20180523_1430.py | 0 sapl/painel/migrations/__init__.py | 0 sapl/painel/models.py | 0 sapl/painel/tests/tests.py | 0 sapl/painel/urls.py | 0 sapl/painel/views.py | 0 sapl/parlamentares/__init__.py | 0 sapl/parlamentares/admin.py | 0 sapl/parlamentares/apps.py | 0 .../fixtures/pre_popula_cargosmesa.json | 0 .../fixtures/pre_popula_partidos.json | 0 sapl/parlamentares/forms.py | 0 sapl/parlamentares/legacy.yaml | 0 sapl/parlamentares/migrations/0001_initial.py | 0 .../migrations/0002_auto_20170504_1751.py | 0 .../migrations/0003_auto_20170707_1656.py | 0 .../migrations/0004_auto_20170711_1305.py | 0 .../migrations/0005_auto_20170814_1615.py | 0 .../migrations/0006_auto_20170831_1400.py | 0 .../migrations/0007_adiciona_partidos.py | 0 .../migrations/0008_adiciona_cargos_mesa.py | 0 .../migrations/0009_auto_20170905_1617.py | 0 .../0010_corrige_data_inicio_mandato.py | 0 .../migrations/0011_auto_20171010_1433.py | 0 .../migrations/0012_auto_20171020_1045.py | 0 .../migrations/0013_auto_20180130_1425.py | 0 .../migrations/0014_auto_20180131_1014.py | 0 .../migrations/0015_auto_20180131_1629.py | 0 .../migrations/0016_auto_20180202_1331.py | 0 .../migrations/0017_auto_20180202_1528.py | 0 .../migrations/0018_auto_20180215_1015.py | 0 .../migrations/0019_auto_20180221_1155.py | 0 .../migrations/0020_fix_inicio_mandato.py | 0 .../migrations/0021_clear_thumbnails_cache.py | 0 .../migrations/0022_partido_observacao.py | 0 .../migrations/0023_auto_20180626_1524.py | 0 .../migrations/0024_auto_20180814_1237.py | 0 sapl/parlamentares/migrations/__init__.py | 0 sapl/parlamentares/models.py | 0 sapl/parlamentares/tests/test_mandato.py | 0 .../parlamentares/tests/test_parlamentares.py | 0 sapl/parlamentares/urls.py | 0 sapl/parlamentares/views.py | 0 sapl/protocoloadm/__init__.py | 0 sapl/protocoloadm/admin.py | 0 sapl/protocoloadm/apps.py | 0 sapl/protocoloadm/forms.py | 0 sapl/protocoloadm/legacy.yaml | 0 sapl/protocoloadm/migrations/0001_initial.py | 0 ...ocumentoadministrativo_numero_protocolo.py | 0 .../migrations/0003_auto_20180103_1343.py | 0 ..._documentoadministrativo_numero_externo.py | 0 .../migrations/0005_auto_20180824_1241.py | 0 .../0006_documentoadministrativo_restrito.py | 0 sapl/protocoloadm/migrations/__init__.py | 0 sapl/protocoloadm/models.py | 0 sapl/protocoloadm/tests/test_protocoloadm.py | 0 sapl/protocoloadm/urls.py | 0 sapl/protocoloadm/views.py | 0 sapl/redireciona_urls/__init__.py | 0 sapl/redireciona_urls/apps.py | 0 sapl/redireciona_urls/exceptions.py | 0 sapl/redireciona_urls/tests.py | 0 sapl/redireciona_urls/urls.py | 0 sapl/redireciona_urls/views.py | 0 sapl/relatorios/__init__.py | 0 sapl/relatorios/admin.py | 0 sapl/relatorios/apps.py | 0 sapl/relatorios/models.py | 0 .../templates/mensagem_emitir_proc.dtml | 0 .../pdf_detalhe_materia_preparar_pysc.py | 0 .../relatorios/templates/pdf_espelho_gerar.py | 0 .../templates/pdf_espelho_preparar_pysc.py | 0 .../templates/pdf_materia_preparar_pysc.py | 0 .../templates/pdf_ordem_dia_preparar_pysc.py | 0 .../templates/pdf_sessao_plenaria_gerar.py | 0 .../pdf_sessao_plenaria_preparar_pysc.py | 0 sapl/relatorios/tests.py | 0 sapl/relatorios/urls.py | 0 sapl/relatorios/views.py | 0 sapl/rules/__init__.py | 0 sapl/rules/apps.py | 0 sapl/rules/map_rules.py | 0 sapl/rules/models.py | 0 sapl/rules/tests/test_rules.py | 0 sapl/sessao/__init__.py | 0 sapl/sessao/admin.py | 0 sapl/sessao/apps.py | 0 sapl/sessao/forms.py | 0 sapl/sessao/legacy.yaml | 0 sapl/sessao/migrations/0001_initial.py | 0 .../0002_sessaoplenaria_interativa.py | 0 .../sessao/migrations/0003_resumoordenacao.py | 0 .../0004_votonominal_registro_votacao.py | 0 .../migrations/0005_auto_20170601_1246.py | 0 .../migrations/0006_auto_20170601_1257.py | 0 .../migrations/0007_auto_20170606_1238.py | 0 .../migrations/0008_auto_20170607_1220.py | 0 .../migrations/0009_auto_20170619_1441.py | 0 .../migrations/0010_auto_20170810_1033.py | 0 .../migrations/0010_auto_20170814_1804.py | 0 .../migrations/0011_auto_20170814_1409.py | 0 .../migrations/0011_auto_20170814_1849.py | 0 .../migrations/0012_auto_20170814_1615.py | 0 .../migrations/0012_auto_20170815_1244.py | 0 sapl/sessao/migrations/0013_merge.py | 0 .../migrations/0014_auto_20170905_1617.py | 0 .../0015_sessaoplenaria_painel_aberto.py | 0 .../migrations/0016_auto_20180131_1708.py | 0 .../migrations/0017_auto_20180316_0731.py | 0 .../migrations/0018_auto_20180327_1433.py | 0 .../migrations/0019_auto_20180404_1437.py | 0 .../migrations/0020_auto_20180416_1424.py | 0 .../migrations/0021_auto_20180417_1209.py | 0 .../migrations/0022_auto_20180618_1625.py | 0 .../migrations/0023_auto_20180914_1315.py | 0 .../migrations/0024_ocorrenciasessao.py | 0 .../migrations/0025_auto_20180919_1116.py | 0 sapl/sessao/migrations/__init__.py | 0 sapl/sessao/models.py | 0 sapl/sessao/serializers.py | 0 sapl/sessao/tests/test_sessao.py | 11 ++++++- sapl/sessao/tests/test_sessao_view.py | 27 +++++++++++++++++- sapl/sessao/urls.py | 0 sapl/sessao/views.py | 0 sapl/settings.py | 0 sapl/static/audio/ring.mp3 | Bin sapl/static/img/arrow.png | Bin sapl/static/img/authenticated.png | Bin sapl/static/img/avatar.png | Bin sapl/static/img/beta.png | Bin sapl/static/img/brasao_transp.gif | Bin sapl/static/img/down_arrow_select.jpg | Bin sapl/static/img/etiqueta.png | Bin sapl/static/img/favicon.ico | Bin sapl/static/img/file.png | Bin sapl/static/img/hand-note.png | Bin sapl/static/img/icon_comissoes.png | Bin sapl/static/img/icon_delete_white.png | Bin sapl/static/img/icon_materia_legislativa.png | Bin sapl/static/img/icon_mesa_diretora.png | Bin sapl/static/img/icon_normas_juridicas.png | Bin sapl/static/img/icon_parlamentares.png | Bin sapl/static/img/icon_pautas.png | Bin sapl/static/img/icon_plenarias.png | Bin sapl/static/img/icon_relatorios.png | Bin sapl/static/img/icon_save_white.png | Bin sapl/static/img/lexml.gif | Bin sapl/static/img/logo.png | Bin sapl/static/img/logo_cc.png | Bin sapl/static/img/logo_interlegis.png | Bin sapl/static/img/manual.png | Bin sapl/static/img/pdflogo.png | Bin sapl/static/img/perfil.png | Bin sapl/static/img/search-gray.png | Bin sapl/static/img/search.png | Bin sapl/static/img/user.png | Bin sapl/static/js/app.js | 0 sapl/static/js/compilacao.js | 0 sapl/static/js/compilacao_edit.js | 0 sapl/static/js/compilacao_notas.js | 0 sapl/static/js/compilacao_view.js | 0 sapl/static/js/jquery.runner.js | 0 sapl/static/styles/_header.scss | 0 sapl/static/styles/app.scss | 0 sapl/static/styles/compilacao.scss | 0 sapl/temp_suppress_crispy_form_warnings.py | 0 sapl/templates/ajuda.html | 0 sapl/templates/ajuda/acessando_alimenta.html | 0 sapl/templates/ajuda/acomp_materia.html | 0 sapl/templates/ajuda/anexos.html | 0 sapl/templates/ajuda/autor.html | 0 sapl/templates/ajuda/cadastro_comissoes.html | 0 sapl/templates/ajuda/cadastro_materia.html | 0 .../ajuda/cadastro_mesa_diretora.html | 0 .../ajuda/cadastro_parlamentares.html | 0 sapl/templates/ajuda/cargo_comissao.html | 0 sapl/templates/ajuda/cargo_mesa.html | 0 sapl/templates/ajuda/casa_legislativa.html | 0 sapl/templates/ajuda/coligacao.html | 0 sapl/templates/ajuda/consultas.html | 0 sapl/templates/ajuda/dependentes.html | 0 sapl/templates/ajuda/despacho_autoria.html | 0 sapl/templates/ajuda/envio_proposicao.html | 0 .../ajuda/filiacoes_partidarias.html | 0 sapl/templates/ajuda/fim_relatoria.html | 0 .../ajuda/gerenciamento_usuarios.html | 0 sapl/templates/ajuda/glossario.html | 0 sapl/templates/ajuda/impressos.html | 0 .../ajuda/legislacao_cita_matanexada.html | 0 sapl/templates/ajuda/legislatura.html | 0 sapl/templates/ajuda/lexml.html | 0 .../templates/ajuda/mandatos_parlamentar.html | 0 sapl/templates/ajuda/materia_anexada.html | 0 sapl/templates/ajuda/modulo_comissoes.html | 0 .../templates/ajuda/modulo_mesa_diretora.html | 0 .../ajuda/modulo_norma_juridica.html | 0 .../templates/ajuda/modulo_parlamentares.html | 0 .../ajuda/modulo_tramitacao_materias.html | 0 sapl/templates/ajuda/nivel_instrucao.html | 0 sapl/templates/ajuda/norma_juridica.html | 0 sapl/templates/ajuda/numeracao_docsacess.html | 0 sapl/templates/ajuda/ordem_dia.html | 0 sapl/templates/ajuda/orgao.html | 0 sapl/templates/ajuda/origem.html | 0 sapl/templates/ajuda/partidos.html | 0 .../ajuda/periodo_composicao_comissao.html | 0 sapl/templates/ajuda/proposicao.html | 0 sapl/templates/ajuda/proposicao_editor.html | 0 .../ajuda/proposicao_legislativa.html | 0 .../ajuda/protocolo_administrativo.html | 0 sapl/templates/ajuda/protocolo_anular.html | 0 sapl/templates/ajuda/protocolo_geral.html | 0 .../protocolo_gerar_etiqueta_processo.html | 0 .../protocolo_gerar_etiqueta_protocolo.html | 0 .../ajuda/protocolo_legislativo.html | 0 .../ajuda/recebimento_proposicao.html | 0 sapl/templates/ajuda/regime_tramitacao.html | 0 sapl/templates/ajuda/relatorios.html | 0 sapl/templates/ajuda/sessao_legislativa.html | 0 sapl/templates/ajuda/sessao_plenaria.html | 0 sapl/templates/ajuda/sessao_plenaria_ata.html | 0 .../ajuda/sessao_plenaria_expedientes.html | 0 ...sessao_plenaria_lista_presenca_sessao.html | 0 .../sessao_plenaria_materias_expediente.html | 0 .../sessao_plenaria_materias_ordem_dia.html | 0 .../templates/ajuda/sessao_plenaria_mesa.html | 0 .../ajuda/sessao_plenaria_oradores.html | 0 .../sessao_plenaria_oradores_expediente.html | 0 ...lenaria_oradores_explicacoes_pessoais.html | 0 .../sessao_plenaria_presenca_ordem_dia.html | 0 .../ajuda/sessao_plenaria_votacao.html | 0 sapl/templates/ajuda/status_tramitacao.html | 0 sapl/templates/ajuda/tipo_afastamento.html | 0 sapl/templates/ajuda/tipo_autor.html | 0 sapl/templates/ajuda/tipo_comissao.html | 0 sapl/templates/ajuda/tipo_dependente.html | 0 sapl/templates/ajuda/tipo_documento.html | 0 .../ajuda/tipo_materia_legislativa.html | 0 sapl/templates/ajuda/tipo_norma_juridica.html | 0 sapl/templates/ajuda/tipo_proposicao.html | 0 .../templates/ajuda/tipo_sessao_plenaria.html | 0 sapl/templates/ajuda/tipo_situa_militar.html | 0 sapl/templates/ajuda/tramitacao_lote.html | 0 .../templates/ajuda/tramitacao_relatoria.html | 0 sapl/templates/ajuda/troca_senha.html | 0 sapl/templates/ajuda/unidade_tramitacao.html | 0 sapl/templates/audiencia/layouts.yaml | 0 sapl/templates/auth/user_form.html | 0 sapl/templates/auth/user_list.html | 0 sapl/templates/base.html | 0 sapl/templates/base/RelatorioAtas_filter.html | 0 .../base/RelatorioAudiencia_filter.html | 0 ...elatorioDataFimPrazoTramitacao_filter.html | 0 .../RelatorioHistoricoTramitacao_filter.html | 0 ...latorioMateriasPorAnoAutorTipo_filter.html | 0 .../RelatorioMateriasPorAutor_filter.html | 0 ...RelatorioMateriasPorTramitacao_filter.html | 0 .../base/RelatorioPresencaSessao_filter.html | 0 .../base/RelatorioReuniao_filter.html | 0 sapl/templates/base/alterar_senha.html | 0 sapl/templates/base/autor_form.html | 0 sapl/templates/base/casalegislativa_list.html | 0 sapl/templates/base/layouts.yaml | 0 sapl/templates/base/login.html | 0 sapl/templates/base/nova_senha_form.html | 0 .../base/recupera_senha_email_enviado.html | 0 .../base/recuperar_senha_completo.html | 0 .../templates/base/recuperar_senha_email.html | 0 .../base/recuperar_senha_email_form.html | 0 sapl/templates/base/relatorios_list.html | 0 sapl/templates/base/tipoautor_list.html | 0 .../templates/comissoes/cadastro_reuniao.html | 0 .../comissoes/cadastro_reuniao_edit.html | 0 .../comissoes/comissao_parlamentar.html | 0 .../comissoes/comissao_parlamentar_edit.html | 0 sapl/templates/comissoes/composicao_list.html | 0 sapl/templates/comissoes/layouts.yaml | 0 sapl/templates/comissoes/materias.html | 0 .../comissoes/materias_em_tramitacao.html | 0 sapl/templates/comissoes/subnav.yaml | 0 .../compilacao/ajax_actions_dinamic_edit.html | 0 .../ajax_actions_registro_inclusao.html | 0 sapl/templates/compilacao/ajax_form.html | 0 .../compilacao/dispositivo_form.html | 0 .../dispositivo_form_alteracao.html | 0 .../dispositivo_form_definidor_vigencia.html | 0 .../dispositivo_form_edicao_basica.html | 0 .../compilacao/dispositivo_form_parents.html | 0 .../compilacao/dispositivo_form_search.html | 0 .../dispositivo_form_search_fragment.html | 0 .../compilacao/dispositivo_form_vigencia.html | 0 .../layout/bootstrap_btn_checkbox.html | 0 .../layout/dispositivo_checkbox.html | 0 .../compilacao/layout/dispositivo_radio.html | 0 sapl/templates/compilacao/layouts.yaml | 0 .../compilacao/publicacao_detail.html | 0 .../templates/compilacao/publicacao_list.html | 0 sapl/templates/compilacao/text_edit.html | 0 .../templates/compilacao/text_edit_bloco.html | 0 .../compilacao/text_edit_blocoalteracao.html | 0 sapl/templates/compilacao/text_list.html | 0 .../compilacao/text_list__print_version.html | 0 .../templates/compilacao/text_list_bloco.html | 0 .../compilacao/text_list_blocoalteracao.html | 0 .../compilacao/text_notificacoes.html | 0 .../compilacao/textoarticulado_detail.html | 0 .../compilacao/textoarticulado_list.html | 0 .../textoarticulado_menu_config.html | 0 .../tipotextoarticulado_detail.html | 0 .../compilacao/tipotextoarticulado_list.html | 0 sapl/templates/crud/ajax_form.html | 0 sapl/templates/crud/confirm_delete.html | 0 sapl/templates/crud/detail.html | 0 sapl/templates/crud/detail_detail.html | 0 sapl/templates/crud/form.html | 0 sapl/templates/crud/list.html | 0 sapl/templates/crud/list_tabaux.html | 0 sapl/templates/email/acompanhar.html | 0 sapl/templates/email/acompanhar.txt | 0 sapl/templates/email/confirma.html | 0 sapl/templates/email/test_tramitacao.html | 0 sapl/templates/email/tramitacao.html | 0 sapl/templates/email/tramitacao.txt | 0 .../floppyforms/image_thumbnail.html | 0 sapl/templates/index.html | 0 sapl/templates/lexml/layouts.yaml | 0 .../materia/acompanhamento_materia.html | 0 .../materia/adicionar_varias_autorias.html | 0 sapl/templates/materia/autoria_form.html | 0 sapl/templates/materia/autoria_list.html | 0 .../materia/autoria_multicreate_form.html | 0 .../materia/confirmar_proposicao.html | 0 .../materia/documentoacessorio_form.html | 0 sapl/templates/materia/em_lote/acessorio.html | 0 .../materia/em_lote/excluir_tramitacao.html | 0 .../materia/em_lote/subnav_em_lote.yaml | 0 .../templates/materia/em_lote/tramitacao.html | 0 .../materia/formulario_simplificado.html | 0 .../templates/materia/impressos/etiqueta.html | 0 .../materia/impressos/etiqueta_pdf.html | 0 sapl/templates/materia/impressos/ficha.html | 0 .../materia/impressos/ficha_pdf.html | 0 .../materia/impressos/ficha_seleciona.html | 0 .../materia/impressos/impressos.html | 0 sapl/templates/materia/impressos/norma.html | 0 .../materia/impressos/normas_pdf.html | 0 sapl/templates/materia/impressos/pdf.html | 0 sapl/templates/materia/layouts.yaml | 0 .../materia/materialegislativa_detail.html | 0 .../materia/materialegislativa_filter.html | 0 .../materia/materialegislativa_form.html | 0 .../materia/materialegislativa_list.html | 0 .../materia/prop_devolvidas_list.html | 0 .../materia/prop_pendentes_list.html | 0 .../materia/prop_recebidas_list.html | 0 .../materia/proposicao_confirm_delete.html | 0 .../materia/proposicao_confirm_return.html | 0 sapl/templates/materia/proposicao_detail.html | 0 sapl/templates/materia/proposicao_form.html | 0 sapl/templates/materia/recibo_proposicao.html | 0 sapl/templates/materia/relatoria_form.html | 0 .../materia/resumo_detail_materia.html | 0 sapl/templates/materia/subnav.yaml | 0 sapl/templates/materia/subnav_prop.yaml | 0 .../materia/tipoproposicao_form.html | 0 sapl/templates/materia/tramitacao_form.html | 0 sapl/templates/menu_tabelas_auxiliares.yaml | 0 sapl/templates/menus/menu.html | 0 sapl/templates/menus/nav.html | 0 sapl/templates/menus/subnav.html | 0 sapl/templates/navbar.yaml | 0 sapl/templates/norma/layouts.yaml | 0 .../templates/norma/normajuridica_detail.html | 0 .../templates/norma/normajuridica_filter.html | 0 sapl/templates/norma/normajuridica_form.html | 0 .../norma/normarelacionada_form.html | 0 sapl/templates/norma/subnav.yaml | 0 sapl/templates/paginacao.html | 0 sapl/templates/painel/index.html | 0 sapl/templates/painel/layouts.yaml | 0 sapl/templates/painel/mensagem.html | 0 sapl/templates/painel/parlamentares.html | 0 sapl/templates/painel/votacao.html | 0 sapl/templates/painel/voto_nominal.html | 0 .../parlamentares/composicaomesa_form.html | 0 sapl/templates/parlamentares/frente_form.html | 0 sapl/templates/parlamentares/layouts.yaml | 0 sapl/templates/parlamentares/materias.html | 0 .../parlamentar_perfil_publico.html | 0 .../parlamentares/parlamentares_list.html | 0 .../public_composicaomesa_form.html | 0 sapl/templates/parlamentares/subnav.yaml | 0 .../parlamentares/subnav_coligacao.yaml | 0 .../templates/parlamentares/votante_list.html | 0 .../protocoloadm/MateriaTemplate.html | 0 .../protocoloadm/anular_protocoloadm.html | 0 sapl/templates/protocoloadm/comprovante.html | 0 .../protocoloadm/criar_documento.html | 0 .../protocoloadm/detail_doc_adm.html | 0 .../protocoloadm/detail_doc_detail.html | 0 .../documento_acessorio_administrativo.html | 0 ...cumento_acessorio_administrativo_edit.html | 0 .../documentoadministrativo_filter.html | 0 .../documentoadministrativo_form.html | 0 sapl/templates/protocoloadm/layouts.yaml | 0 .../pesquisa_documento_detail.html | 0 .../protocoloadm/proposicao_receber.html | 0 .../protocoloadm/proposicao_view.html | 0 sapl/templates/protocoloadm/proposicoes.html | 0 .../protocoloadm/proposicoes_detail.html | 0 .../proposicoes_incorporadas.html | 0 .../proposicoes_naoincorporadas.html | 0 .../proposicoes_naorecebidas.html | 0 .../protocoloadm/protocolar_documento.html | 0 .../protocoloadm/protocolar_materia.html | 0 .../protocoloadm/protocolo_filter.html | 0 .../protocoloadm/protocolo_list.html | 0 .../protocoloadm/protocolo_mostrar.html | 0 .../protocoloadm/protocoloadm_detail.html | 0 sapl/templates/protocoloadm/subnav.yaml | 0 .../tramitacaoadministrativo_detail.html | 0 .../tramitacaoadministrativo_form.html | 0 sapl/templates/rest_framework_docs/base.html | 0 sapl/templates/rest_framework_docs/home.html | 0 .../materia/documentoacessorio_text.txt | 0 .../materia/materialegislativa_text.txt | 0 .../indexes/norma/normajuridica_text.txt | 0 sapl/templates/search/search.html | 0 .../adicionar_varias_materias_expediente.html | 0 .../adicionar_varias_materias_ordem.html | 0 .../sessao/blocos_ata/assinaturas.html | 0 .../blocos_ata/conteudo_multimidia.html | 0 .../sessao/blocos_ata/expedientes.html | 0 .../blocos_ata/identificacao_basica.html | 0 .../sessao/blocos_ata/lista_presenca.html | 0 .../blocos_ata/lista_presenca_ordem_dia.html | 0 .../blocos_ata/materias_expediente.html | 0 .../sessao/blocos_ata/materias_ordem_dia.html | 0 .../sessao/blocos_ata/mesa_diretora.html | 0 .../blocos_ata/ocorrencias_da_sessao.html | 0 .../blocos_ata/oradores_expediente.html | 0 .../blocos_ata/oradores_explicacoes.html | 0 .../blocos_resumo/conteudo_multimidia.html | 0 .../sessao/blocos_resumo/expedientes.html | 0 .../blocos_resumo/identificacao_basica.html | 0 .../sessao/blocos_resumo/lista_presenca.html | 0 .../lista_presenca_ordem_dia.html | 0 .../blocos_resumo/materias_expediente.html | 0 .../blocos_resumo/materias_ordem_dia.html | 0 .../sessao/blocos_resumo/mesa_diretora.html | 0 .../blocos_resumo/ocorrencias_da_sessao.html | 0 .../blocos_resumo/oradores_expediente.html | 0 .../blocos_resumo/oradores_explicacoes.html | 0 sapl/templates/sessao/expediente.html | 0 .../sessao/expedientemateria_form.html | 0 .../sessao/expedientemateria_list.html | 0 sapl/templates/sessao/layouts.yaml | 0 sapl/templates/sessao/mesa.html | 0 sapl/templates/sessao/ocorrencia_sessao.html | 0 sapl/templates/sessao/ordemdia_form.html | 0 sapl/templates/sessao/ordemdia_list.html | 0 sapl/templates/sessao/painel.html | 0 sapl/templates/sessao/pauta_inexistente.html | 0 .../templates/sessao/pauta_sessao_detail.html | 0 .../templates/sessao/pauta_sessao_filter.html | 0 sapl/templates/sessao/pauta_sessao_list.html | 0 sapl/templates/sessao/pauta_subnav.yaml | 0 sapl/templates/sessao/presenca.html | 0 sapl/templates/sessao/presenca_ordemdia.html | 0 sapl/templates/sessao/resumo.html | 0 sapl/templates/sessao/resumo_ata.html | 0 sapl/templates/sessao/resumo_ordenacao.html | 0 .../sessao/sessaoplenaria_filter.html | 0 .../templates/sessao/sessaoplenaria_form.html | 0 .../templates/sessao/sessaoplenaria_list.html | 0 sapl/templates/sessao/subnav.yaml | 0 sapl/templates/sessao/votacao/nominal.html | 0 .../sessao/votacao/nominal_detail.html | 0 .../sessao/votacao/nominal_edit.html | 0 .../sessao/votacao/nominal_transparencia.html | 0 .../votacao/simbolica_transparencia.html | 0 sapl/templates/sessao/votacao/votacao.html | 0 .../sessao/votacao/votacao_edit.html | 0 sapl/templates/sistema.html | 0 sapl/test_crispy_layout_mixin.py | 0 sapl/test_general.py | 0 sapl/test_urls.py | 0 sapl/test_utils.py | 0 sapl/urls.py | 0 sapl/utils.py | 0 sapl/wsgi.py | 0 scripts/anonimizador/anon.py | 0 scripts/anonimizador/nomes.txt | 0 scripts/anonimizador/paragrafos.txt | 0 ...onvert_null_to_empty_in_all_char_fields.py | 0 scripts/fk_protocoloadm_docadm.py | 0 scripts/hooks/pre-commit | 0 scripts/id_numero_legislatura.py | 0 scripts/legacy_db_checks.sql | 0 scripts/lista_permissions_in_decorators.py | 0 scripts/lista_urls.py | 0 scripts/redbaron.py | 0 scripts/set_inicio_mandato.py | 0 scripts/voto_parlamentar.sql | 0 setup.py | 0 test_hashers.py | 0 816 files changed, 36 insertions(+), 2 deletions(-) mode change 100644 => 100755 .coveragerc mode change 100644 => 100755 .github/ISSUE_TEMPLATE.md mode change 100644 => 100755 .github/PULL_REQUEST_TEMPLATE.md mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .travis.yml mode change 100644 => 100755 .tx/config mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 LICENSE.txt mode change 100644 => 100755 MANIFEST.in mode change 100644 => 100755 README.rst mode change 100644 => 100755 busy-wait.sh mode change 100644 => 100755 codeclimate.yml mode change 100644 => 100755 config/env-sample mode change 100644 => 100755 config/env_dockerfile mode change 100644 => 100755 config/nginx/nginx.conf mode change 100644 => 100755 config/nginx/sapl.conf mode change 100644 => 100755 conftest.py mode change 100644 => 100755 docker-compose.yml mode change 100644 => 100755 docker-env.sh mode change 100644 => 100755 docs/CODE_OF_CONDUCT.md mode change 100644 => 100755 docs/CONTRIBUTING.md mode change 100644 => 100755 docs/credits.txt mode change 100644 => 100755 docs/deploy.rst mode change 100644 => 100755 docs/howtogit.rst mode change 100644 => 100755 docs/implementacoes.rst mode change 100644 => 100755 docs/instalacao31.rst mode change 100644 => 100755 docs/logo_partidos.rst mode change 100644 => 100755 docs/logo_partidos/dem.png mode change 100644 => 100755 docs/logo_partidos/pdt.png mode change 100644 => 100755 docs/logo_partidos/pfl.png mode change 100644 => 100755 docs/logo_partidos/phs.png mode change 100644 => 100755 docs/logo_partidos/pl.png mode change 100644 => 100755 docs/logo_partidos/pmdb.png mode change 100644 => 100755 docs/logo_partidos/pmn.png mode change 100644 => 100755 docs/logo_partidos/pp.png mode change 100644 => 100755 docs/logo_partidos/pps.png mode change 100644 => 100755 docs/logo_partidos/prb.png mode change 100644 => 100755 docs/logo_partidos/prona.png mode change 100644 => 100755 docs/logo_partidos/prp.png mode change 100644 => 100755 docs/logo_partidos/prtb.png mode change 100644 => 100755 docs/logo_partidos/psb.png mode change 100644 => 100755 docs/logo_partidos/psc.png mode change 100644 => 100755 docs/logo_partidos/psdb.png mode change 100644 => 100755 docs/logo_partidos/psdc.png mode change 100644 => 100755 docs/logo_partidos/psl.png mode change 100644 => 100755 docs/logo_partidos/psol.png mode change 100644 => 100755 docs/logo_partidos/pt.png mode change 100644 => 100755 docs/logo_partidos/ptb.png mode change 100644 => 100755 docs/logo_partidos/ptc.png mode change 100644 => 100755 docs/logo_partidos/ptdob.png mode change 100644 => 100755 docs/logo_partidos/ptn.png mode change 100644 => 100755 docs/logo_partidos/pv.png mode change 100644 => 100755 docs/solr.rst mode change 100644 => 100755 docs/traducao.rst mode change 100644 => 100755 genkey.py mode change 100644 => 100755 media/.gitkeep mode change 100644 => 100755 pytest.ini mode change 100644 => 100755 requirements/dev-requirements.txt mode change 100644 => 100755 requirements/migration-requirements.txt mode change 100644 => 100755 requirements/requirements.txt mode change 100644 => 100755 requirements/test-requirements.txt mode change 100644 => 100755 sapl/.env_test mode change 100644 => 100755 sapl/__init__.py mode change 100644 => 100755 sapl/api/__init__.py mode change 100644 => 100755 sapl/api/admin.py mode change 100644 => 100755 sapl/api/apps.py mode change 100644 => 100755 sapl/api/forms.py mode change 100644 => 100755 sapl/api/pagination.py mode change 100644 => 100755 sapl/api/permissions.py mode change 100644 => 100755 sapl/api/serializers.py mode change 100644 => 100755 sapl/api/urls.py mode change 100644 => 100755 sapl/api/views.py mode change 100644 => 100755 sapl/audiencia/__init__.py mode change 100644 => 100755 sapl/audiencia/admin.py mode change 100644 => 100755 sapl/audiencia/apps.py mode change 100644 => 100755 sapl/audiencia/forms.py mode change 100644 => 100755 sapl/audiencia/migrations/0001_initial.py mode change 100644 => 100755 sapl/audiencia/migrations/0002_auto_20180302_0926.py mode change 100644 => 100755 sapl/audiencia/migrations/0003_auto_20180302_1111.py mode change 100644 => 100755 sapl/audiencia/migrations/0004_auto_20180305_1006.py mode change 100644 => 100755 sapl/audiencia/migrations/0005_auto_20180806_1236.py mode change 100644 => 100755 sapl/audiencia/migrations/0006_auto_20180808_0856.py mode change 100644 => 100755 sapl/audiencia/migrations/__init__.py mode change 100644 => 100755 sapl/audiencia/models.py mode change 100644 => 100755 sapl/audiencia/tests/test_audiencia.py mode change 100644 => 100755 sapl/audiencia/urls.py mode change 100644 => 100755 sapl/audiencia/views.py mode change 100644 => 100755 sapl/base/__init__.py mode change 100644 => 100755 sapl/base/admin.py mode change 100644 => 100755 sapl/base/apps.py mode change 100644 => 100755 sapl/base/forms.py mode change 100644 => 100755 sapl/base/legacy.yaml mode change 100644 => 100755 sapl/base/migrations/0001_initial.py mode change 100644 => 100755 sapl/base/migrations/0002_auto_20170331_1900.py mode change 100644 => 100755 sapl/base/migrations/0003_auto_20170519_1106.py mode change 100644 => 100755 sapl/base/migrations/0004_auto_20170714_1838.py mode change 100644 => 100755 sapl/base/migrations/0005_auto_20170802_1428.py mode change 100644 => 100755 sapl/base/migrations/0006_auto_20170802_1908.py mode change 100644 => 100755 sapl/base/migrations/0007_auto_20170808_0850.py mode change 100644 => 100755 sapl/base/migrations/0008_auto_20170814_1409.py mode change 100644 => 100755 sapl/base/migrations/0009_appconfig_mostrar_brasao_painel.py mode change 100644 => 100755 sapl/base/migrations/0010_remove_appconfig_painel_aberto.py mode change 100644 => 100755 sapl/base/migrations/0011_auto_20171121_0958.py mode change 100644 => 100755 sapl/base/migrations/0012_auto_20171205_0917.py mode change 100644 => 100755 sapl/base/migrations/0013_auto_20180201_1338.py mode change 100644 => 100755 sapl/base/migrations/0014_auto_20180219_1402.py mode change 100644 => 100755 sapl/base/migrations/0015_appconfig_receber_recibo_proposicao.py mode change 100644 => 100755 sapl/base/migrations/0016_auto_20180326_1840.py mode change 100644 => 100755 sapl/base/migrations/0017_appconfig_cronometro_consideracoes.py mode change 100644 => 100755 sapl/base/migrations/0018_auto_20180801_1652.py mode change 100644 => 100755 sapl/base/migrations/0019_auto_20180815_1025.py mode change 100644 => 100755 sapl/base/migrations/0020_auto_20180821_1421.py mode change 100644 => 100755 sapl/base/migrations/0021_appconfig_esfera_federacao.py mode change 100644 => 100755 sapl/base/migrations/__init__.py mode change 100644 => 100755 sapl/base/models.py mode change 100644 => 100755 sapl/base/search_indexes.py mode change 100644 => 100755 sapl/base/templatetags/__init__.py mode change 100644 => 100755 sapl/base/templatetags/base_tags.py mode change 100644 => 100755 sapl/base/templatetags/common_tags.py mode change 100644 => 100755 sapl/base/templatetags/menus.py mode change 100644 => 100755 sapl/base/tests/test_form.py mode change 100644 => 100755 sapl/base/tests/test_view_base.py mode change 100644 => 100755 sapl/base/tests/teststub_urls.py mode change 100644 => 100755 sapl/base/urls.py mode change 100644 => 100755 sapl/base/views.py mode change 100644 => 100755 sapl/comissoes/__init__.py mode change 100644 => 100755 sapl/comissoes/admin.py mode change 100644 => 100755 sapl/comissoes/apps.py mode change 100644 => 100755 sapl/comissoes/forms.py mode change 100644 => 100755 sapl/comissoes/legacy.yaml mode change 100644 => 100755 sapl/comissoes/migrations/0001_initial.py mode change 100644 => 100755 sapl/comissoes/migrations/0002_auto_20170809_1236.py mode change 100644 => 100755 sapl/comissoes/migrations/0003_auto_20171204_1658.py mode change 100644 => 100755 sapl/comissoes/migrations/0003_reuniao.py mode change 100644 => 100755 sapl/comissoes/migrations/0004_auto_20180102_1652.py mode change 100644 => 100755 sapl/comissoes/migrations/0005_merge.py mode change 100644 => 100755 sapl/comissoes/migrations/0006_auto_20180227_0842.py mode change 100644 => 100755 sapl/comissoes/migrations/0007_auto_20180227_1025.py mode change 100644 => 100755 sapl/comissoes/migrations/0008_auto_20180227_1111.py mode change 100644 => 100755 sapl/comissoes/migrations/0009_auto_20180301_1011.py mode change 100644 => 100755 sapl/comissoes/migrations/0010_auto_20180306_0918.py mode change 100644 => 100755 sapl/comissoes/migrations/0010_auto_20180307_1645.py mode change 100644 => 100755 sapl/comissoes/migrations/0011_merge.py mode change 100644 => 100755 sapl/comissoes/migrations/0012_documentoacessorio.py mode change 100644 => 100755 sapl/comissoes/migrations/0013_auto_20180312_1533.py mode change 100644 => 100755 sapl/comissoes/migrations/0014_auto_20180503_1055.py mode change 100644 => 100755 sapl/comissoes/migrations/0015_auto_20180613_2023.py mode change 100644 => 100755 sapl/comissoes/migrations/0016_auto_20180613_2121.py mode change 100644 => 100755 sapl/comissoes/migrations/0017_auto_20180717_0827.py mode change 100644 => 100755 sapl/comissoes/migrations/__init__.py mode change 100644 => 100755 sapl/comissoes/models.py mode change 100644 => 100755 sapl/comissoes/tests/test_comissoes.py mode change 100644 => 100755 sapl/comissoes/urls.py mode change 100644 => 100755 sapl/comissoes/views.py mode change 100644 => 100755 sapl/compilacao/__init__.py mode change 100644 => 100755 sapl/compilacao/admin.py mode change 100644 => 100755 sapl/compilacao/apps.py mode change 100644 => 100755 sapl/compilacao/compilacao_data_tables.sql mode change 100644 => 100755 sapl/compilacao/forms.py mode change 100644 => 100755 sapl/compilacao/migrations/0001_initial.py mode change 100644 => 100755 sapl/compilacao/migrations/0002_auto_20170825_1108.py mode change 100644 => 100755 sapl/compilacao/migrations/0003_auto_20170825_1136.py mode change 100644 => 100755 sapl/compilacao/migrations/0004_auto_20171031_1327.py mode change 100644 => 100755 sapl/compilacao/migrations/0005_auto_20180319_1041.py mode change 100644 => 100755 sapl/compilacao/migrations/0006_auto_20180321_1054.py mode change 100644 => 100755 sapl/compilacao/migrations/0007_auto_20180911_1600.py mode change 100644 => 100755 sapl/compilacao/migrations/__init__.py mode change 100644 => 100755 sapl/compilacao/models.py mode change 100644 => 100755 sapl/compilacao/templatetags/__init__.py mode change 100644 => 100755 sapl/compilacao/templatetags/compilacao_filters.py mode change 100644 => 100755 sapl/compilacao/tests/test_tipo_texto_articulado_form.py mode change 100644 => 100755 sapl/compilacao/urls.py mode change 100644 => 100755 sapl/compilacao/utils.py mode change 100644 => 100755 sapl/compilacao/views.py mode change 100644 => 100755 sapl/context_processors.py mode change 100644 => 100755 sapl/crispy_layout_mixin.py mode change 100644 => 100755 sapl/crud/__init__.py mode change 100644 => 100755 sapl/crud/base.py mode change 100644 => 100755 sapl/crud/tests/__init__.py mode change 100644 => 100755 sapl/crud/tests/settings.py mode change 100644 => 100755 sapl/crud/tests/stub_app/layouts.yaml mode change 100644 => 100755 sapl/crud/tests/stub_app/models.py mode change 100644 => 100755 sapl/crud/tests/stub_app/templates/base.html mode change 100644 => 100755 sapl/crud/tests/stub_app/urls.py mode change 100644 => 100755 sapl/crud/tests/stub_app/views.py mode change 100644 => 100755 sapl/crud/tests/test_base.py mode change 100644 => 100755 sapl/crud/tests/test_masterdetail.py mode change 100644 => 100755 sapl/crud/urls.py mode change 100644 => 100755 sapl/decorators.py mode change 100644 => 100755 sapl/env-backup mode change 100644 => 100755 sapl/hashers.py mode change 100644 => 100755 sapl/legacy/Docs/verificação verbose names.txt mode change 100644 => 100755 sapl/legacy/__init__.py mode change 100644 => 100755 sapl/legacy/admin.py mode change 100644 => 100755 sapl/legacy/management/__init__.py mode change 100644 => 100755 sapl/legacy/management/commands/__init__.py mode change 100644 => 100755 sapl/legacy/management/commands/migracao_25_31.py mode change 100644 => 100755 sapl/legacy/management/commands/migracao_documentos.py mode change 100644 => 100755 sapl/legacy/management/commands/ressucitar_deps.py mode change 100644 => 100755 sapl/legacy/migracao.py mode change 100644 => 100755 sapl/legacy/migracao_dados.py mode change 100644 => 100755 sapl/legacy/migracao_documentos.py mode change 100644 => 100755 sapl/legacy/migracao_usuarios.py mode change 100644 => 100755 sapl/legacy/models.py mode change 100644 => 100755 sapl/legacy/router.py mode change 100644 => 100755 sapl/legacy/scripts/__init__.py mode change 100644 => 100755 sapl/legacy/scripts/exporta_zope/.gitignore mode change 100644 => 100755 sapl/legacy/scripts/exporta_zope/dump30.py mode change 100644 => 100755 sapl/legacy/scripts/exporta_zope/requirements.txt mode change 100644 => 100755 sapl/legacy/scripts/exporta_zope/variaveis_comuns.py mode change 100644 => 100755 sapl/legacy/scripts/ressucita_dependencias.py mode change 100644 => 100755 sapl/legacy/scripts/utils.py mode change 100644 => 100755 sapl/legacy/test_migracao_dados.py mode change 100644 => 100755 sapl/legacy/test_renames.py mode change 100644 => 100755 sapl/legacy/timezonesbrasil.py mode change 100644 => 100755 sapl/legacy/views.py mode change 100644 => 100755 sapl/legacy_migration_settings.py mode change 100644 => 100755 sapl/lexml/__init__.py mode change 100644 => 100755 sapl/lexml/admin.py mode change 100644 => 100755 sapl/lexml/apps.py mode change 100644 => 100755 sapl/lexml/legacy.yaml mode change 100644 => 100755 sapl/lexml/migrations/0001_initial.py mode change 100644 => 100755 sapl/lexml/migrations/__init__.py mode change 100644 => 100755 sapl/lexml/models.py mode change 100644 => 100755 sapl/lexml/urls.py mode change 100644 => 100755 sapl/lexml/views.py mode change 100644 => 100755 sapl/locale/en/LC_MESSAGES/django.po mode change 100644 => 100755 sapl/locale/es/LC_MESSAGES/django.po mode change 100644 => 100755 sapl/locale/pt_BR/LC_MESSAGES/django.po mode change 100644 => 100755 sapl/materia/__init__.py mode change 100644 => 100755 sapl/materia/admin.py mode change 100644 => 100755 sapl/materia/apps.py mode change 100644 => 100755 sapl/materia/email_utils.py mode change 100644 => 100755 sapl/materia/fixtures/pre_popula_status_tramitacao.json mode change 100644 => 100755 sapl/materia/forms.py mode change 100644 => 100755 sapl/materia/legacy.yaml mode change 100644 => 100755 sapl/materia/migrations/0001_initial.py mode change 100644 => 100755 sapl/materia/migrations/0002_auto_20170330_1513.py mode change 100644 => 100755 sapl/materia/migrations/0003_auto_20170403_1505.py mode change 100644 => 100755 sapl/materia/migrations/0004_auto_20170504_1751.py mode change 100644 => 100755 sapl/materia/migrations/0005_auto_20170522_1051.py mode change 100644 => 100755 sapl/materia/migrations/0005_auto_20170522_1904.py mode change 100644 => 100755 sapl/materia/migrations/0006_merge.py mode change 100644 => 100755 sapl/materia/migrations/0007_auto_20170620_1252.py mode change 100644 => 100755 sapl/materia/migrations/0008_auto_20170622_1527.py mode change 100644 => 100755 sapl/materia/migrations/0009_auto_20170712_0951.py mode change 100644 => 100755 sapl/materia/migrations/0010_auto_20170808_0850.py mode change 100644 => 100755 sapl/materia/migrations/0011_auto_20170808_1034.py mode change 100644 => 100755 sapl/materia/migrations/0012_auto_20170815_1238.py mode change 100644 => 100755 sapl/materia/migrations/0012_auto_20170829_1321.py mode change 100644 => 100755 sapl/materia/migrations/0013_adiciona_status_tramitacao.py mode change 100644 => 100755 sapl/materia/migrations/0013_auto_20170816_1136.py mode change 100644 => 100755 sapl/materia/migrations/0014_auto_20170905_0818.py mode change 100644 => 100755 sapl/materia/migrations/0015_auto_20170908_1024.py mode change 100644 => 100755 sapl/materia/migrations/0016_merge.py mode change 100644 => 100755 sapl/materia/migrations/0017_auto_20170918_1257.py mode change 100644 => 100755 sapl/materia/migrations/0018_auto_20171113_1339.py mode change 100644 => 100755 sapl/materia/migrations/0019_auto_20171127_1500.py mode change 100644 => 100755 sapl/materia/migrations/0020_auto_20171204_1658.py mode change 100644 => 100755 sapl/materia/migrations/0021_auto_20180103_1343.py mode change 100644 => 100755 sapl/materia/migrations/0022_auto_20180206_0908.py mode change 100644 => 100755 sapl/materia/migrations/0023_proposicao_hash_code.py mode change 100644 => 100755 sapl/materia/migrations/0024_tipomaterialegislativa_sequencia_numeracao.py mode change 100644 => 100755 sapl/materia/migrations/0025_auto_20180221_1649.py mode change 100644 => 100755 sapl/materia/migrations/0026_auto_20180302_1411.py mode change 100644 => 100755 sapl/materia/migrations/0027_auto_20180409_1443.py mode change 100644 => 100755 sapl/materia/migrations/0028_auto_20180418_1629.py mode change 100644 => 100755 sapl/materia/migrations/0029_auto_20180901_1628.py mode change 100644 => 100755 sapl/materia/migrations/0030_tramitacao_timestamp.py mode change 100644 => 100755 sapl/materia/migrations/__init__.py mode change 100644 => 100755 sapl/materia/models.py mode change 100644 => 100755 sapl/materia/receivers.py mode change 100644 => 100755 sapl/materia/signals.py mode change 100644 => 100755 sapl/materia/tests/test_email_templates.py mode change 100644 => 100755 sapl/materia/tests/test_materia.py mode change 100644 => 100755 sapl/materia/tests/test_materia_form.py mode change 100644 => 100755 sapl/materia/tests/test_materia_urls.py mode change 100644 => 100755 sapl/materia/urls.py mode change 100644 => 100755 sapl/materia/views.py mode change 100644 => 100755 sapl/norma/__init__.py mode change 100644 => 100755 sapl/norma/admin.py mode change 100644 => 100755 sapl/norma/apps.py mode change 100644 => 100755 sapl/norma/fixtures/pre_popula_tipo_vinculo_norma.json mode change 100644 => 100755 sapl/norma/forms.py mode change 100644 => 100755 sapl/norma/legacy.yaml mode change 100644 => 100755 sapl/norma/migrations/0001_initial.py mode change 100644 => 100755 sapl/norma/migrations/0002_auto_20170403_1505.py mode change 100644 => 100755 sapl/norma/migrations/0003_auto_20170510_1549.py mode change 100644 => 100755 sapl/norma/migrations/0004_auto_20170522_1051.py mode change 100644 => 100755 sapl/norma/migrations/0004_auto_20170522_1115.py mode change 100644 => 100755 sapl/norma/migrations/0005_merge.py mode change 100644 => 100755 sapl/norma/migrations/0006_normajuridica_data_ultima_atualizacao.py mode change 100644 => 100755 sapl/norma/migrations/0007_auto_20170904_1708.py mode change 100644 => 100755 sapl/norma/migrations/0008_normajuridica_popula_tipo_vinculo_norma.py mode change 100644 => 100755 sapl/norma/migrations/0009_auto_20171113_1339.py mode change 100644 => 100755 sapl/norma/migrations/0010_auto_20180103_1343.py mode change 100644 => 100755 sapl/norma/migrations/0011_auto_20180220_1859.py mode change 100644 => 100755 sapl/norma/migrations/0012_anexonormajuridica.py mode change 100644 => 100755 sapl/norma/migrations/0013_anexonormajuridica_assunto_anexo.py mode change 100644 => 100755 sapl/norma/migrations/__init__.py mode change 100644 => 100755 sapl/norma/models.py mode change 100644 => 100755 sapl/norma/signals.py mode change 100644 => 100755 sapl/norma/tests/test_norma.py mode change 100644 => 100755 sapl/norma/urls.py mode change 100644 => 100755 sapl/norma/views.py mode change 100644 => 100755 sapl/painel/__init__.py mode change 100644 => 100755 sapl/painel/admin.py mode change 100644 => 100755 sapl/painel/apps.py mode change 100644 => 100755 sapl/painel/migrations/0001_initial.py mode change 100644 => 100755 sapl/painel/migrations/0002_auto_20180523_1430.py mode change 100644 => 100755 sapl/painel/migrations/__init__.py mode change 100644 => 100755 sapl/painel/models.py mode change 100644 => 100755 sapl/painel/tests/tests.py mode change 100644 => 100755 sapl/painel/urls.py mode change 100644 => 100755 sapl/painel/views.py mode change 100644 => 100755 sapl/parlamentares/__init__.py mode change 100644 => 100755 sapl/parlamentares/admin.py mode change 100644 => 100755 sapl/parlamentares/apps.py mode change 100644 => 100755 sapl/parlamentares/fixtures/pre_popula_cargosmesa.json mode change 100644 => 100755 sapl/parlamentares/fixtures/pre_popula_partidos.json mode change 100644 => 100755 sapl/parlamentares/forms.py mode change 100644 => 100755 sapl/parlamentares/legacy.yaml mode change 100644 => 100755 sapl/parlamentares/migrations/0001_initial.py mode change 100644 => 100755 sapl/parlamentares/migrations/0002_auto_20170504_1751.py mode change 100644 => 100755 sapl/parlamentares/migrations/0003_auto_20170707_1656.py mode change 100644 => 100755 sapl/parlamentares/migrations/0004_auto_20170711_1305.py mode change 100644 => 100755 sapl/parlamentares/migrations/0005_auto_20170814_1615.py mode change 100644 => 100755 sapl/parlamentares/migrations/0006_auto_20170831_1400.py mode change 100644 => 100755 sapl/parlamentares/migrations/0007_adiciona_partidos.py mode change 100644 => 100755 sapl/parlamentares/migrations/0008_adiciona_cargos_mesa.py mode change 100644 => 100755 sapl/parlamentares/migrations/0009_auto_20170905_1617.py mode change 100644 => 100755 sapl/parlamentares/migrations/0010_corrige_data_inicio_mandato.py mode change 100644 => 100755 sapl/parlamentares/migrations/0011_auto_20171010_1433.py mode change 100644 => 100755 sapl/parlamentares/migrations/0012_auto_20171020_1045.py mode change 100644 => 100755 sapl/parlamentares/migrations/0013_auto_20180130_1425.py mode change 100644 => 100755 sapl/parlamentares/migrations/0014_auto_20180131_1014.py mode change 100644 => 100755 sapl/parlamentares/migrations/0015_auto_20180131_1629.py mode change 100644 => 100755 sapl/parlamentares/migrations/0016_auto_20180202_1331.py mode change 100644 => 100755 sapl/parlamentares/migrations/0017_auto_20180202_1528.py mode change 100644 => 100755 sapl/parlamentares/migrations/0018_auto_20180215_1015.py mode change 100644 => 100755 sapl/parlamentares/migrations/0019_auto_20180221_1155.py mode change 100644 => 100755 sapl/parlamentares/migrations/0020_fix_inicio_mandato.py mode change 100644 => 100755 sapl/parlamentares/migrations/0021_clear_thumbnails_cache.py mode change 100644 => 100755 sapl/parlamentares/migrations/0022_partido_observacao.py mode change 100644 => 100755 sapl/parlamentares/migrations/0023_auto_20180626_1524.py mode change 100644 => 100755 sapl/parlamentares/migrations/0024_auto_20180814_1237.py mode change 100644 => 100755 sapl/parlamentares/migrations/__init__.py mode change 100644 => 100755 sapl/parlamentares/models.py mode change 100644 => 100755 sapl/parlamentares/tests/test_mandato.py mode change 100644 => 100755 sapl/parlamentares/tests/test_parlamentares.py mode change 100644 => 100755 sapl/parlamentares/urls.py mode change 100644 => 100755 sapl/parlamentares/views.py mode change 100644 => 100755 sapl/protocoloadm/__init__.py mode change 100644 => 100755 sapl/protocoloadm/admin.py mode change 100644 => 100755 sapl/protocoloadm/apps.py mode change 100644 => 100755 sapl/protocoloadm/forms.py mode change 100644 => 100755 sapl/protocoloadm/legacy.yaml mode change 100644 => 100755 sapl/protocoloadm/migrations/0001_initial.py mode change 100644 => 100755 sapl/protocoloadm/migrations/0002_remove_documentoadministrativo_numero_protocolo.py mode change 100644 => 100755 sapl/protocoloadm/migrations/0003_auto_20180103_1343.py mode change 100644 => 100755 sapl/protocoloadm/migrations/0004_documentoadministrativo_numero_externo.py mode change 100644 => 100755 sapl/protocoloadm/migrations/0005_auto_20180824_1241.py mode change 100644 => 100755 sapl/protocoloadm/migrations/0006_documentoadministrativo_restrito.py mode change 100644 => 100755 sapl/protocoloadm/migrations/__init__.py mode change 100644 => 100755 sapl/protocoloadm/models.py mode change 100644 => 100755 sapl/protocoloadm/tests/test_protocoloadm.py mode change 100644 => 100755 sapl/protocoloadm/urls.py mode change 100644 => 100755 sapl/protocoloadm/views.py mode change 100644 => 100755 sapl/redireciona_urls/__init__.py mode change 100644 => 100755 sapl/redireciona_urls/apps.py mode change 100644 => 100755 sapl/redireciona_urls/exceptions.py mode change 100644 => 100755 sapl/redireciona_urls/tests.py mode change 100644 => 100755 sapl/redireciona_urls/urls.py mode change 100644 => 100755 sapl/redireciona_urls/views.py mode change 100644 => 100755 sapl/relatorios/__init__.py mode change 100644 => 100755 sapl/relatorios/admin.py mode change 100644 => 100755 sapl/relatorios/apps.py mode change 100644 => 100755 sapl/relatorios/models.py mode change 100644 => 100755 sapl/relatorios/templates/mensagem_emitir_proc.dtml mode change 100644 => 100755 sapl/relatorios/templates/pdf_detalhe_materia_preparar_pysc.py mode change 100644 => 100755 sapl/relatorios/templates/pdf_espelho_gerar.py mode change 100644 => 100755 sapl/relatorios/templates/pdf_espelho_preparar_pysc.py mode change 100644 => 100755 sapl/relatorios/templates/pdf_materia_preparar_pysc.py mode change 100644 => 100755 sapl/relatorios/templates/pdf_ordem_dia_preparar_pysc.py mode change 100644 => 100755 sapl/relatorios/templates/pdf_sessao_plenaria_gerar.py mode change 100644 => 100755 sapl/relatorios/templates/pdf_sessao_plenaria_preparar_pysc.py mode change 100644 => 100755 sapl/relatorios/tests.py mode change 100644 => 100755 sapl/relatorios/urls.py mode change 100644 => 100755 sapl/relatorios/views.py mode change 100644 => 100755 sapl/rules/__init__.py mode change 100644 => 100755 sapl/rules/apps.py mode change 100644 => 100755 sapl/rules/map_rules.py mode change 100644 => 100755 sapl/rules/models.py mode change 100644 => 100755 sapl/rules/tests/test_rules.py mode change 100644 => 100755 sapl/sessao/__init__.py mode change 100644 => 100755 sapl/sessao/admin.py mode change 100644 => 100755 sapl/sessao/apps.py mode change 100644 => 100755 sapl/sessao/forms.py mode change 100644 => 100755 sapl/sessao/legacy.yaml mode change 100644 => 100755 sapl/sessao/migrations/0001_initial.py mode change 100644 => 100755 sapl/sessao/migrations/0002_sessaoplenaria_interativa.py mode change 100644 => 100755 sapl/sessao/migrations/0003_resumoordenacao.py mode change 100644 => 100755 sapl/sessao/migrations/0004_votonominal_registro_votacao.py mode change 100644 => 100755 sapl/sessao/migrations/0005_auto_20170601_1246.py mode change 100644 => 100755 sapl/sessao/migrations/0006_auto_20170601_1257.py mode change 100644 => 100755 sapl/sessao/migrations/0007_auto_20170606_1238.py mode change 100644 => 100755 sapl/sessao/migrations/0008_auto_20170607_1220.py mode change 100644 => 100755 sapl/sessao/migrations/0009_auto_20170619_1441.py mode change 100644 => 100755 sapl/sessao/migrations/0010_auto_20170810_1033.py mode change 100644 => 100755 sapl/sessao/migrations/0010_auto_20170814_1804.py mode change 100644 => 100755 sapl/sessao/migrations/0011_auto_20170814_1409.py mode change 100644 => 100755 sapl/sessao/migrations/0011_auto_20170814_1849.py mode change 100644 => 100755 sapl/sessao/migrations/0012_auto_20170814_1615.py mode change 100644 => 100755 sapl/sessao/migrations/0012_auto_20170815_1244.py mode change 100644 => 100755 sapl/sessao/migrations/0013_merge.py mode change 100644 => 100755 sapl/sessao/migrations/0014_auto_20170905_1617.py mode change 100644 => 100755 sapl/sessao/migrations/0015_sessaoplenaria_painel_aberto.py mode change 100644 => 100755 sapl/sessao/migrations/0016_auto_20180131_1708.py mode change 100644 => 100755 sapl/sessao/migrations/0017_auto_20180316_0731.py mode change 100644 => 100755 sapl/sessao/migrations/0018_auto_20180327_1433.py mode change 100644 => 100755 sapl/sessao/migrations/0019_auto_20180404_1437.py mode change 100644 => 100755 sapl/sessao/migrations/0020_auto_20180416_1424.py mode change 100644 => 100755 sapl/sessao/migrations/0021_auto_20180417_1209.py mode change 100644 => 100755 sapl/sessao/migrations/0022_auto_20180618_1625.py mode change 100644 => 100755 sapl/sessao/migrations/0023_auto_20180914_1315.py mode change 100644 => 100755 sapl/sessao/migrations/0024_ocorrenciasessao.py mode change 100644 => 100755 sapl/sessao/migrations/0025_auto_20180919_1116.py mode change 100644 => 100755 sapl/sessao/migrations/__init__.py mode change 100644 => 100755 sapl/sessao/models.py mode change 100644 => 100755 sapl/sessao/serializers.py mode change 100644 => 100755 sapl/sessao/tests/test_sessao.py mode change 100644 => 100755 sapl/sessao/tests/test_sessao_view.py mode change 100644 => 100755 sapl/sessao/urls.py mode change 100644 => 100755 sapl/sessao/views.py mode change 100644 => 100755 sapl/settings.py mode change 100644 => 100755 sapl/static/audio/ring.mp3 mode change 100644 => 100755 sapl/static/img/arrow.png mode change 100644 => 100755 sapl/static/img/authenticated.png mode change 100644 => 100755 sapl/static/img/avatar.png mode change 100644 => 100755 sapl/static/img/beta.png mode change 100644 => 100755 sapl/static/img/brasao_transp.gif mode change 100644 => 100755 sapl/static/img/down_arrow_select.jpg mode change 100644 => 100755 sapl/static/img/etiqueta.png mode change 100644 => 100755 sapl/static/img/favicon.ico mode change 100644 => 100755 sapl/static/img/file.png mode change 100644 => 100755 sapl/static/img/hand-note.png mode change 100644 => 100755 sapl/static/img/icon_comissoes.png mode change 100644 => 100755 sapl/static/img/icon_delete_white.png mode change 100644 => 100755 sapl/static/img/icon_materia_legislativa.png mode change 100644 => 100755 sapl/static/img/icon_mesa_diretora.png mode change 100644 => 100755 sapl/static/img/icon_normas_juridicas.png mode change 100644 => 100755 sapl/static/img/icon_parlamentares.png mode change 100644 => 100755 sapl/static/img/icon_pautas.png mode change 100644 => 100755 sapl/static/img/icon_plenarias.png mode change 100644 => 100755 sapl/static/img/icon_relatorios.png mode change 100644 => 100755 sapl/static/img/icon_save_white.png mode change 100644 => 100755 sapl/static/img/lexml.gif mode change 100644 => 100755 sapl/static/img/logo.png mode change 100644 => 100755 sapl/static/img/logo_cc.png mode change 100644 => 100755 sapl/static/img/logo_interlegis.png mode change 100644 => 100755 sapl/static/img/manual.png mode change 100644 => 100755 sapl/static/img/pdflogo.png mode change 100644 => 100755 sapl/static/img/perfil.png mode change 100644 => 100755 sapl/static/img/search-gray.png mode change 100644 => 100755 sapl/static/img/search.png mode change 100644 => 100755 sapl/static/img/user.png mode change 100644 => 100755 sapl/static/js/app.js mode change 100644 => 100755 sapl/static/js/compilacao.js mode change 100644 => 100755 sapl/static/js/compilacao_edit.js mode change 100644 => 100755 sapl/static/js/compilacao_notas.js mode change 100644 => 100755 sapl/static/js/compilacao_view.js mode change 100644 => 100755 sapl/static/js/jquery.runner.js mode change 100644 => 100755 sapl/static/styles/_header.scss mode change 100644 => 100755 sapl/static/styles/app.scss mode change 100644 => 100755 sapl/static/styles/compilacao.scss mode change 100644 => 100755 sapl/temp_suppress_crispy_form_warnings.py mode change 100644 => 100755 sapl/templates/ajuda.html mode change 100644 => 100755 sapl/templates/ajuda/acessando_alimenta.html mode change 100644 => 100755 sapl/templates/ajuda/acomp_materia.html mode change 100644 => 100755 sapl/templates/ajuda/anexos.html mode change 100644 => 100755 sapl/templates/ajuda/autor.html mode change 100644 => 100755 sapl/templates/ajuda/cadastro_comissoes.html mode change 100644 => 100755 sapl/templates/ajuda/cadastro_materia.html mode change 100644 => 100755 sapl/templates/ajuda/cadastro_mesa_diretora.html mode change 100644 => 100755 sapl/templates/ajuda/cadastro_parlamentares.html mode change 100644 => 100755 sapl/templates/ajuda/cargo_comissao.html mode change 100644 => 100755 sapl/templates/ajuda/cargo_mesa.html mode change 100644 => 100755 sapl/templates/ajuda/casa_legislativa.html mode change 100644 => 100755 sapl/templates/ajuda/coligacao.html mode change 100644 => 100755 sapl/templates/ajuda/consultas.html mode change 100644 => 100755 sapl/templates/ajuda/dependentes.html mode change 100644 => 100755 sapl/templates/ajuda/despacho_autoria.html mode change 100644 => 100755 sapl/templates/ajuda/envio_proposicao.html mode change 100644 => 100755 sapl/templates/ajuda/filiacoes_partidarias.html mode change 100644 => 100755 sapl/templates/ajuda/fim_relatoria.html mode change 100644 => 100755 sapl/templates/ajuda/gerenciamento_usuarios.html mode change 100644 => 100755 sapl/templates/ajuda/glossario.html mode change 100644 => 100755 sapl/templates/ajuda/impressos.html mode change 100644 => 100755 sapl/templates/ajuda/legislacao_cita_matanexada.html mode change 100644 => 100755 sapl/templates/ajuda/legislatura.html mode change 100644 => 100755 sapl/templates/ajuda/lexml.html mode change 100644 => 100755 sapl/templates/ajuda/mandatos_parlamentar.html mode change 100644 => 100755 sapl/templates/ajuda/materia_anexada.html mode change 100644 => 100755 sapl/templates/ajuda/modulo_comissoes.html mode change 100644 => 100755 sapl/templates/ajuda/modulo_mesa_diretora.html mode change 100644 => 100755 sapl/templates/ajuda/modulo_norma_juridica.html mode change 100644 => 100755 sapl/templates/ajuda/modulo_parlamentares.html mode change 100644 => 100755 sapl/templates/ajuda/modulo_tramitacao_materias.html mode change 100644 => 100755 sapl/templates/ajuda/nivel_instrucao.html mode change 100644 => 100755 sapl/templates/ajuda/norma_juridica.html mode change 100644 => 100755 sapl/templates/ajuda/numeracao_docsacess.html mode change 100644 => 100755 sapl/templates/ajuda/ordem_dia.html mode change 100644 => 100755 sapl/templates/ajuda/orgao.html mode change 100644 => 100755 sapl/templates/ajuda/origem.html mode change 100644 => 100755 sapl/templates/ajuda/partidos.html mode change 100644 => 100755 sapl/templates/ajuda/periodo_composicao_comissao.html mode change 100644 => 100755 sapl/templates/ajuda/proposicao.html mode change 100644 => 100755 sapl/templates/ajuda/proposicao_editor.html mode change 100644 => 100755 sapl/templates/ajuda/proposicao_legislativa.html mode change 100644 => 100755 sapl/templates/ajuda/protocolo_administrativo.html mode change 100644 => 100755 sapl/templates/ajuda/protocolo_anular.html mode change 100644 => 100755 sapl/templates/ajuda/protocolo_geral.html mode change 100644 => 100755 sapl/templates/ajuda/protocolo_gerar_etiqueta_processo.html mode change 100644 => 100755 sapl/templates/ajuda/protocolo_gerar_etiqueta_protocolo.html mode change 100644 => 100755 sapl/templates/ajuda/protocolo_legislativo.html mode change 100644 => 100755 sapl/templates/ajuda/recebimento_proposicao.html mode change 100644 => 100755 sapl/templates/ajuda/regime_tramitacao.html mode change 100644 => 100755 sapl/templates/ajuda/relatorios.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_legislativa.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_ata.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_expedientes.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_lista_presenca_sessao.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_materias_expediente.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_materias_ordem_dia.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_mesa.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_oradores.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_oradores_expediente.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_oradores_explicacoes_pessoais.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_presenca_ordem_dia.html mode change 100644 => 100755 sapl/templates/ajuda/sessao_plenaria_votacao.html mode change 100644 => 100755 sapl/templates/ajuda/status_tramitacao.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_afastamento.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_autor.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_comissao.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_dependente.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_documento.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_materia_legislativa.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_norma_juridica.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_proposicao.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_sessao_plenaria.html mode change 100644 => 100755 sapl/templates/ajuda/tipo_situa_militar.html mode change 100644 => 100755 sapl/templates/ajuda/tramitacao_lote.html mode change 100644 => 100755 sapl/templates/ajuda/tramitacao_relatoria.html mode change 100644 => 100755 sapl/templates/ajuda/troca_senha.html mode change 100644 => 100755 sapl/templates/ajuda/unidade_tramitacao.html mode change 100644 => 100755 sapl/templates/audiencia/layouts.yaml mode change 100644 => 100755 sapl/templates/auth/user_form.html mode change 100644 => 100755 sapl/templates/auth/user_list.html mode change 100644 => 100755 sapl/templates/base.html mode change 100644 => 100755 sapl/templates/base/RelatorioAtas_filter.html mode change 100644 => 100755 sapl/templates/base/RelatorioAudiencia_filter.html mode change 100644 => 100755 sapl/templates/base/RelatorioDataFimPrazoTramitacao_filter.html mode change 100644 => 100755 sapl/templates/base/RelatorioHistoricoTramitacao_filter.html mode change 100644 => 100755 sapl/templates/base/RelatorioMateriasPorAnoAutorTipo_filter.html mode change 100644 => 100755 sapl/templates/base/RelatorioMateriasPorAutor_filter.html mode change 100644 => 100755 sapl/templates/base/RelatorioMateriasPorTramitacao_filter.html mode change 100644 => 100755 sapl/templates/base/RelatorioPresencaSessao_filter.html mode change 100644 => 100755 sapl/templates/base/RelatorioReuniao_filter.html mode change 100644 => 100755 sapl/templates/base/alterar_senha.html mode change 100644 => 100755 sapl/templates/base/autor_form.html mode change 100644 => 100755 sapl/templates/base/casalegislativa_list.html mode change 100644 => 100755 sapl/templates/base/layouts.yaml mode change 100644 => 100755 sapl/templates/base/login.html mode change 100644 => 100755 sapl/templates/base/nova_senha_form.html mode change 100644 => 100755 sapl/templates/base/recupera_senha_email_enviado.html mode change 100644 => 100755 sapl/templates/base/recuperar_senha_completo.html mode change 100644 => 100755 sapl/templates/base/recuperar_senha_email.html mode change 100644 => 100755 sapl/templates/base/recuperar_senha_email_form.html mode change 100644 => 100755 sapl/templates/base/relatorios_list.html mode change 100644 => 100755 sapl/templates/base/tipoautor_list.html mode change 100644 => 100755 sapl/templates/comissoes/cadastro_reuniao.html mode change 100644 => 100755 sapl/templates/comissoes/cadastro_reuniao_edit.html mode change 100644 => 100755 sapl/templates/comissoes/comissao_parlamentar.html mode change 100644 => 100755 sapl/templates/comissoes/comissao_parlamentar_edit.html mode change 100644 => 100755 sapl/templates/comissoes/composicao_list.html mode change 100644 => 100755 sapl/templates/comissoes/layouts.yaml mode change 100644 => 100755 sapl/templates/comissoes/materias.html mode change 100644 => 100755 sapl/templates/comissoes/materias_em_tramitacao.html mode change 100644 => 100755 sapl/templates/comissoes/subnav.yaml mode change 100644 => 100755 sapl/templates/compilacao/ajax_actions_dinamic_edit.html mode change 100644 => 100755 sapl/templates/compilacao/ajax_actions_registro_inclusao.html mode change 100644 => 100755 sapl/templates/compilacao/ajax_form.html mode change 100644 => 100755 sapl/templates/compilacao/dispositivo_form.html mode change 100644 => 100755 sapl/templates/compilacao/dispositivo_form_alteracao.html mode change 100644 => 100755 sapl/templates/compilacao/dispositivo_form_definidor_vigencia.html mode change 100644 => 100755 sapl/templates/compilacao/dispositivo_form_edicao_basica.html mode change 100644 => 100755 sapl/templates/compilacao/dispositivo_form_parents.html mode change 100644 => 100755 sapl/templates/compilacao/dispositivo_form_search.html mode change 100644 => 100755 sapl/templates/compilacao/dispositivo_form_search_fragment.html mode change 100644 => 100755 sapl/templates/compilacao/dispositivo_form_vigencia.html mode change 100644 => 100755 sapl/templates/compilacao/layout/bootstrap_btn_checkbox.html mode change 100644 => 100755 sapl/templates/compilacao/layout/dispositivo_checkbox.html mode change 100644 => 100755 sapl/templates/compilacao/layout/dispositivo_radio.html mode change 100644 => 100755 sapl/templates/compilacao/layouts.yaml mode change 100644 => 100755 sapl/templates/compilacao/publicacao_detail.html mode change 100644 => 100755 sapl/templates/compilacao/publicacao_list.html mode change 100644 => 100755 sapl/templates/compilacao/text_edit.html mode change 100644 => 100755 sapl/templates/compilacao/text_edit_bloco.html mode change 100644 => 100755 sapl/templates/compilacao/text_edit_blocoalteracao.html mode change 100644 => 100755 sapl/templates/compilacao/text_list.html mode change 100644 => 100755 sapl/templates/compilacao/text_list__print_version.html mode change 100644 => 100755 sapl/templates/compilacao/text_list_bloco.html mode change 100644 => 100755 sapl/templates/compilacao/text_list_blocoalteracao.html mode change 100644 => 100755 sapl/templates/compilacao/text_notificacoes.html mode change 100644 => 100755 sapl/templates/compilacao/textoarticulado_detail.html mode change 100644 => 100755 sapl/templates/compilacao/textoarticulado_list.html mode change 100644 => 100755 sapl/templates/compilacao/textoarticulado_menu_config.html mode change 100644 => 100755 sapl/templates/compilacao/tipotextoarticulado_detail.html mode change 100644 => 100755 sapl/templates/compilacao/tipotextoarticulado_list.html mode change 100644 => 100755 sapl/templates/crud/ajax_form.html mode change 100644 => 100755 sapl/templates/crud/confirm_delete.html mode change 100644 => 100755 sapl/templates/crud/detail.html mode change 100644 => 100755 sapl/templates/crud/detail_detail.html mode change 100644 => 100755 sapl/templates/crud/form.html mode change 100644 => 100755 sapl/templates/crud/list.html mode change 100644 => 100755 sapl/templates/crud/list_tabaux.html mode change 100644 => 100755 sapl/templates/email/acompanhar.html mode change 100644 => 100755 sapl/templates/email/acompanhar.txt mode change 100644 => 100755 sapl/templates/email/confirma.html mode change 100644 => 100755 sapl/templates/email/test_tramitacao.html mode change 100644 => 100755 sapl/templates/email/tramitacao.html mode change 100644 => 100755 sapl/templates/email/tramitacao.txt mode change 100644 => 100755 sapl/templates/floppyforms/image_thumbnail.html mode change 100644 => 100755 sapl/templates/index.html mode change 100644 => 100755 sapl/templates/lexml/layouts.yaml mode change 100644 => 100755 sapl/templates/materia/acompanhamento_materia.html mode change 100644 => 100755 sapl/templates/materia/adicionar_varias_autorias.html mode change 100644 => 100755 sapl/templates/materia/autoria_form.html mode change 100644 => 100755 sapl/templates/materia/autoria_list.html mode change 100644 => 100755 sapl/templates/materia/autoria_multicreate_form.html mode change 100644 => 100755 sapl/templates/materia/confirmar_proposicao.html mode change 100644 => 100755 sapl/templates/materia/documentoacessorio_form.html mode change 100644 => 100755 sapl/templates/materia/em_lote/acessorio.html mode change 100644 => 100755 sapl/templates/materia/em_lote/excluir_tramitacao.html mode change 100644 => 100755 sapl/templates/materia/em_lote/subnav_em_lote.yaml mode change 100644 => 100755 sapl/templates/materia/em_lote/tramitacao.html mode change 100644 => 100755 sapl/templates/materia/formulario_simplificado.html mode change 100644 => 100755 sapl/templates/materia/impressos/etiqueta.html mode change 100644 => 100755 sapl/templates/materia/impressos/etiqueta_pdf.html mode change 100644 => 100755 sapl/templates/materia/impressos/ficha.html mode change 100644 => 100755 sapl/templates/materia/impressos/ficha_pdf.html mode change 100644 => 100755 sapl/templates/materia/impressos/ficha_seleciona.html mode change 100644 => 100755 sapl/templates/materia/impressos/impressos.html mode change 100644 => 100755 sapl/templates/materia/impressos/norma.html mode change 100644 => 100755 sapl/templates/materia/impressos/normas_pdf.html mode change 100644 => 100755 sapl/templates/materia/impressos/pdf.html mode change 100644 => 100755 sapl/templates/materia/layouts.yaml mode change 100644 => 100755 sapl/templates/materia/materialegislativa_detail.html mode change 100644 => 100755 sapl/templates/materia/materialegislativa_filter.html mode change 100644 => 100755 sapl/templates/materia/materialegislativa_form.html mode change 100644 => 100755 sapl/templates/materia/materialegislativa_list.html mode change 100644 => 100755 sapl/templates/materia/prop_devolvidas_list.html mode change 100644 => 100755 sapl/templates/materia/prop_pendentes_list.html mode change 100644 => 100755 sapl/templates/materia/prop_recebidas_list.html mode change 100644 => 100755 sapl/templates/materia/proposicao_confirm_delete.html mode change 100644 => 100755 sapl/templates/materia/proposicao_confirm_return.html mode change 100644 => 100755 sapl/templates/materia/proposicao_detail.html mode change 100644 => 100755 sapl/templates/materia/proposicao_form.html mode change 100644 => 100755 sapl/templates/materia/recibo_proposicao.html mode change 100644 => 100755 sapl/templates/materia/relatoria_form.html mode change 100644 => 100755 sapl/templates/materia/resumo_detail_materia.html mode change 100644 => 100755 sapl/templates/materia/subnav.yaml mode change 100644 => 100755 sapl/templates/materia/subnav_prop.yaml mode change 100644 => 100755 sapl/templates/materia/tipoproposicao_form.html mode change 100644 => 100755 sapl/templates/materia/tramitacao_form.html mode change 100644 => 100755 sapl/templates/menu_tabelas_auxiliares.yaml mode change 100644 => 100755 sapl/templates/menus/menu.html mode change 100644 => 100755 sapl/templates/menus/nav.html mode change 100644 => 100755 sapl/templates/menus/subnav.html mode change 100644 => 100755 sapl/templates/navbar.yaml mode change 100644 => 100755 sapl/templates/norma/layouts.yaml mode change 100644 => 100755 sapl/templates/norma/normajuridica_detail.html mode change 100644 => 100755 sapl/templates/norma/normajuridica_filter.html mode change 100644 => 100755 sapl/templates/norma/normajuridica_form.html mode change 100644 => 100755 sapl/templates/norma/normarelacionada_form.html mode change 100644 => 100755 sapl/templates/norma/subnav.yaml mode change 100644 => 100755 sapl/templates/paginacao.html mode change 100644 => 100755 sapl/templates/painel/index.html mode change 100644 => 100755 sapl/templates/painel/layouts.yaml mode change 100644 => 100755 sapl/templates/painel/mensagem.html mode change 100644 => 100755 sapl/templates/painel/parlamentares.html mode change 100644 => 100755 sapl/templates/painel/votacao.html mode change 100644 => 100755 sapl/templates/painel/voto_nominal.html mode change 100644 => 100755 sapl/templates/parlamentares/composicaomesa_form.html mode change 100644 => 100755 sapl/templates/parlamentares/frente_form.html mode change 100644 => 100755 sapl/templates/parlamentares/layouts.yaml mode change 100644 => 100755 sapl/templates/parlamentares/materias.html mode change 100644 => 100755 sapl/templates/parlamentares/parlamentar_perfil_publico.html mode change 100644 => 100755 sapl/templates/parlamentares/parlamentares_list.html mode change 100644 => 100755 sapl/templates/parlamentares/public_composicaomesa_form.html mode change 100644 => 100755 sapl/templates/parlamentares/subnav.yaml mode change 100644 => 100755 sapl/templates/parlamentares/subnav_coligacao.yaml mode change 100644 => 100755 sapl/templates/parlamentares/votante_list.html mode change 100644 => 100755 sapl/templates/protocoloadm/MateriaTemplate.html mode change 100644 => 100755 sapl/templates/protocoloadm/anular_protocoloadm.html mode change 100644 => 100755 sapl/templates/protocoloadm/comprovante.html mode change 100644 => 100755 sapl/templates/protocoloadm/criar_documento.html mode change 100644 => 100755 sapl/templates/protocoloadm/detail_doc_adm.html mode change 100644 => 100755 sapl/templates/protocoloadm/detail_doc_detail.html mode change 100644 => 100755 sapl/templates/protocoloadm/documento_acessorio_administrativo.html mode change 100644 => 100755 sapl/templates/protocoloadm/documento_acessorio_administrativo_edit.html mode change 100644 => 100755 sapl/templates/protocoloadm/documentoadministrativo_filter.html mode change 100644 => 100755 sapl/templates/protocoloadm/documentoadministrativo_form.html mode change 100644 => 100755 sapl/templates/protocoloadm/layouts.yaml mode change 100644 => 100755 sapl/templates/protocoloadm/pesquisa_documento_detail.html mode change 100644 => 100755 sapl/templates/protocoloadm/proposicao_receber.html mode change 100644 => 100755 sapl/templates/protocoloadm/proposicao_view.html mode change 100644 => 100755 sapl/templates/protocoloadm/proposicoes.html mode change 100644 => 100755 sapl/templates/protocoloadm/proposicoes_detail.html mode change 100644 => 100755 sapl/templates/protocoloadm/proposicoes_incorporadas.html mode change 100644 => 100755 sapl/templates/protocoloadm/proposicoes_naoincorporadas.html mode change 100644 => 100755 sapl/templates/protocoloadm/proposicoes_naorecebidas.html mode change 100644 => 100755 sapl/templates/protocoloadm/protocolar_documento.html mode change 100644 => 100755 sapl/templates/protocoloadm/protocolar_materia.html mode change 100644 => 100755 sapl/templates/protocoloadm/protocolo_filter.html mode change 100644 => 100755 sapl/templates/protocoloadm/protocolo_list.html mode change 100644 => 100755 sapl/templates/protocoloadm/protocolo_mostrar.html mode change 100644 => 100755 sapl/templates/protocoloadm/protocoloadm_detail.html mode change 100644 => 100755 sapl/templates/protocoloadm/subnav.yaml mode change 100644 => 100755 sapl/templates/protocoloadm/tramitacaoadministrativo_detail.html mode change 100644 => 100755 sapl/templates/protocoloadm/tramitacaoadministrativo_form.html mode change 100644 => 100755 sapl/templates/rest_framework_docs/base.html mode change 100644 => 100755 sapl/templates/rest_framework_docs/home.html mode change 100644 => 100755 sapl/templates/search/indexes/materia/documentoacessorio_text.txt mode change 100644 => 100755 sapl/templates/search/indexes/materia/materialegislativa_text.txt mode change 100644 => 100755 sapl/templates/search/indexes/norma/normajuridica_text.txt mode change 100644 => 100755 sapl/templates/search/search.html mode change 100644 => 100755 sapl/templates/sessao/adicionar_varias_materias_expediente.html mode change 100644 => 100755 sapl/templates/sessao/adicionar_varias_materias_ordem.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/assinaturas.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/conteudo_multimidia.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/expedientes.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/identificacao_basica.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/lista_presenca.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/lista_presenca_ordem_dia.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/materias_expediente.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/materias_ordem_dia.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/mesa_diretora.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/ocorrencias_da_sessao.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/oradores_expediente.html mode change 100644 => 100755 sapl/templates/sessao/blocos_ata/oradores_explicacoes.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/conteudo_multimidia.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/expedientes.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/identificacao_basica.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/lista_presenca.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/lista_presenca_ordem_dia.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/materias_expediente.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/materias_ordem_dia.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/mesa_diretora.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/ocorrencias_da_sessao.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/oradores_expediente.html mode change 100644 => 100755 sapl/templates/sessao/blocos_resumo/oradores_explicacoes.html mode change 100644 => 100755 sapl/templates/sessao/expediente.html mode change 100644 => 100755 sapl/templates/sessao/expedientemateria_form.html mode change 100644 => 100755 sapl/templates/sessao/expedientemateria_list.html mode change 100644 => 100755 sapl/templates/sessao/layouts.yaml mode change 100644 => 100755 sapl/templates/sessao/mesa.html mode change 100644 => 100755 sapl/templates/sessao/ocorrencia_sessao.html mode change 100644 => 100755 sapl/templates/sessao/ordemdia_form.html mode change 100644 => 100755 sapl/templates/sessao/ordemdia_list.html mode change 100644 => 100755 sapl/templates/sessao/painel.html mode change 100644 => 100755 sapl/templates/sessao/pauta_inexistente.html mode change 100644 => 100755 sapl/templates/sessao/pauta_sessao_detail.html mode change 100644 => 100755 sapl/templates/sessao/pauta_sessao_filter.html mode change 100644 => 100755 sapl/templates/sessao/pauta_sessao_list.html mode change 100644 => 100755 sapl/templates/sessao/pauta_subnav.yaml mode change 100644 => 100755 sapl/templates/sessao/presenca.html mode change 100644 => 100755 sapl/templates/sessao/presenca_ordemdia.html mode change 100644 => 100755 sapl/templates/sessao/resumo.html mode change 100644 => 100755 sapl/templates/sessao/resumo_ata.html mode change 100644 => 100755 sapl/templates/sessao/resumo_ordenacao.html mode change 100644 => 100755 sapl/templates/sessao/sessaoplenaria_filter.html mode change 100644 => 100755 sapl/templates/sessao/sessaoplenaria_form.html mode change 100644 => 100755 sapl/templates/sessao/sessaoplenaria_list.html mode change 100644 => 100755 sapl/templates/sessao/subnav.yaml mode change 100644 => 100755 sapl/templates/sessao/votacao/nominal.html mode change 100644 => 100755 sapl/templates/sessao/votacao/nominal_detail.html mode change 100644 => 100755 sapl/templates/sessao/votacao/nominal_edit.html mode change 100644 => 100755 sapl/templates/sessao/votacao/nominal_transparencia.html mode change 100644 => 100755 sapl/templates/sessao/votacao/simbolica_transparencia.html mode change 100644 => 100755 sapl/templates/sessao/votacao/votacao.html mode change 100644 => 100755 sapl/templates/sessao/votacao/votacao_edit.html mode change 100644 => 100755 sapl/templates/sistema.html mode change 100644 => 100755 sapl/test_crispy_layout_mixin.py mode change 100644 => 100755 sapl/test_general.py mode change 100644 => 100755 sapl/test_urls.py mode change 100644 => 100755 sapl/test_utils.py mode change 100644 => 100755 sapl/urls.py mode change 100644 => 100755 sapl/utils.py mode change 100644 => 100755 sapl/wsgi.py mode change 100644 => 100755 scripts/anonimizador/anon.py mode change 100644 => 100755 scripts/anonimizador/nomes.txt mode change 100644 => 100755 scripts/anonimizador/paragrafos.txt mode change 100644 => 100755 scripts/convert_null_to_empty_in_all_char_fields.py mode change 100644 => 100755 scripts/fk_protocoloadm_docadm.py mode change 100644 => 100755 scripts/hooks/pre-commit mode change 100644 => 100755 scripts/id_numero_legislatura.py mode change 100644 => 100755 scripts/legacy_db_checks.sql mode change 100644 => 100755 scripts/lista_permissions_in_decorators.py mode change 100644 => 100755 scripts/lista_urls.py mode change 100644 => 100755 scripts/redbaron.py mode change 100644 => 100755 scripts/set_inicio_mandato.py mode change 100644 => 100755 scripts/voto_parlamentar.sql mode change 100644 => 100755 setup.py mode change 100644 => 100755 test_hashers.py diff --git a/.coveragerc b/.coveragerc old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md old mode 100644 new mode 100755 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 diff --git a/.tx/config b/.tx/config old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/MANIFEST.in b/MANIFEST.in old mode 100644 new mode 100755 diff --git a/README.rst b/README.rst old mode 100644 new mode 100755 diff --git a/busy-wait.sh b/busy-wait.sh old mode 100644 new mode 100755 diff --git a/codeclimate.yml b/codeclimate.yml old mode 100644 new mode 100755 diff --git a/config/env-sample b/config/env-sample old mode 100644 new mode 100755 diff --git a/config/env_dockerfile b/config/env_dockerfile old mode 100644 new mode 100755 diff --git a/config/nginx/nginx.conf b/config/nginx/nginx.conf old mode 100644 new mode 100755 diff --git a/config/nginx/sapl.conf b/config/nginx/sapl.conf old mode 100644 new mode 100755 diff --git a/conftest.py b/conftest.py old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/docker-env.sh b/docker-env.sh old mode 100644 new mode 100755 diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/docs/credits.txt b/docs/credits.txt old mode 100644 new mode 100755 diff --git a/docs/deploy.rst b/docs/deploy.rst old mode 100644 new mode 100755 diff --git a/docs/howtogit.rst b/docs/howtogit.rst old mode 100644 new mode 100755 diff --git a/docs/implementacoes.rst b/docs/implementacoes.rst old mode 100644 new mode 100755 diff --git a/docs/instalacao31.rst b/docs/instalacao31.rst old mode 100644 new mode 100755 diff --git a/docs/logo_partidos.rst b/docs/logo_partidos.rst old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/dem.png b/docs/logo_partidos/dem.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/pdt.png b/docs/logo_partidos/pdt.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/pfl.png b/docs/logo_partidos/pfl.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/phs.png b/docs/logo_partidos/phs.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/pl.png b/docs/logo_partidos/pl.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/pmdb.png b/docs/logo_partidos/pmdb.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/pmn.png b/docs/logo_partidos/pmn.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/pp.png b/docs/logo_partidos/pp.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/pps.png b/docs/logo_partidos/pps.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/prb.png b/docs/logo_partidos/prb.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/prona.png b/docs/logo_partidos/prona.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/prp.png b/docs/logo_partidos/prp.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/prtb.png b/docs/logo_partidos/prtb.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/psb.png b/docs/logo_partidos/psb.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/psc.png b/docs/logo_partidos/psc.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/psdb.png b/docs/logo_partidos/psdb.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/psdc.png b/docs/logo_partidos/psdc.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/psl.png b/docs/logo_partidos/psl.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/psol.png b/docs/logo_partidos/psol.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/pt.png b/docs/logo_partidos/pt.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/ptb.png b/docs/logo_partidos/ptb.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/ptc.png b/docs/logo_partidos/ptc.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/ptdob.png b/docs/logo_partidos/ptdob.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/ptn.png b/docs/logo_partidos/ptn.png old mode 100644 new mode 100755 diff --git a/docs/logo_partidos/pv.png b/docs/logo_partidos/pv.png old mode 100644 new mode 100755 diff --git a/docs/solr.rst b/docs/solr.rst old mode 100644 new mode 100755 diff --git a/docs/traducao.rst b/docs/traducao.rst old mode 100644 new mode 100755 diff --git a/genkey.py b/genkey.py old mode 100644 new mode 100755 diff --git a/media/.gitkeep b/media/.gitkeep old mode 100644 new mode 100755 diff --git a/pytest.ini b/pytest.ini old mode 100644 new mode 100755 diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt old mode 100644 new mode 100755 diff --git a/requirements/migration-requirements.txt b/requirements/migration-requirements.txt old mode 100644 new mode 100755 diff --git a/requirements/requirements.txt b/requirements/requirements.txt old mode 100644 new mode 100755 diff --git a/requirements/test-requirements.txt b/requirements/test-requirements.txt old mode 100644 new mode 100755 diff --git a/sapl/.env_test b/sapl/.env_test old mode 100644 new mode 100755 diff --git a/sapl/__init__.py b/sapl/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/api/__init__.py b/sapl/api/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/api/admin.py b/sapl/api/admin.py old mode 100644 new mode 100755 diff --git a/sapl/api/apps.py b/sapl/api/apps.py old mode 100644 new mode 100755 diff --git a/sapl/api/forms.py b/sapl/api/forms.py old mode 100644 new mode 100755 diff --git a/sapl/api/pagination.py b/sapl/api/pagination.py old mode 100644 new mode 100755 diff --git a/sapl/api/permissions.py b/sapl/api/permissions.py old mode 100644 new mode 100755 diff --git a/sapl/api/serializers.py b/sapl/api/serializers.py old mode 100644 new mode 100755 diff --git a/sapl/api/urls.py b/sapl/api/urls.py old mode 100644 new mode 100755 diff --git a/sapl/api/views.py b/sapl/api/views.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/__init__.py b/sapl/audiencia/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/admin.py b/sapl/audiencia/admin.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/apps.py b/sapl/audiencia/apps.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/forms.py b/sapl/audiencia/forms.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/migrations/0001_initial.py b/sapl/audiencia/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/migrations/0002_auto_20180302_0926.py b/sapl/audiencia/migrations/0002_auto_20180302_0926.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/migrations/0003_auto_20180302_1111.py b/sapl/audiencia/migrations/0003_auto_20180302_1111.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/migrations/0004_auto_20180305_1006.py b/sapl/audiencia/migrations/0004_auto_20180305_1006.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/migrations/0005_auto_20180806_1236.py b/sapl/audiencia/migrations/0005_auto_20180806_1236.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/migrations/0006_auto_20180808_0856.py b/sapl/audiencia/migrations/0006_auto_20180808_0856.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/migrations/__init__.py b/sapl/audiencia/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/models.py b/sapl/audiencia/models.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/tests/test_audiencia.py b/sapl/audiencia/tests/test_audiencia.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/urls.py b/sapl/audiencia/urls.py old mode 100644 new mode 100755 diff --git a/sapl/audiencia/views.py b/sapl/audiencia/views.py old mode 100644 new mode 100755 diff --git a/sapl/base/__init__.py b/sapl/base/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/base/admin.py b/sapl/base/admin.py old mode 100644 new mode 100755 diff --git a/sapl/base/apps.py b/sapl/base/apps.py old mode 100644 new mode 100755 diff --git a/sapl/base/forms.py b/sapl/base/forms.py old mode 100644 new mode 100755 diff --git a/sapl/base/legacy.yaml b/sapl/base/legacy.yaml old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0001_initial.py b/sapl/base/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0002_auto_20170331_1900.py b/sapl/base/migrations/0002_auto_20170331_1900.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0003_auto_20170519_1106.py b/sapl/base/migrations/0003_auto_20170519_1106.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0004_auto_20170714_1838.py b/sapl/base/migrations/0004_auto_20170714_1838.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0005_auto_20170802_1428.py b/sapl/base/migrations/0005_auto_20170802_1428.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0006_auto_20170802_1908.py b/sapl/base/migrations/0006_auto_20170802_1908.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0007_auto_20170808_0850.py b/sapl/base/migrations/0007_auto_20170808_0850.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0008_auto_20170814_1409.py b/sapl/base/migrations/0008_auto_20170814_1409.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0009_appconfig_mostrar_brasao_painel.py b/sapl/base/migrations/0009_appconfig_mostrar_brasao_painel.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0010_remove_appconfig_painel_aberto.py b/sapl/base/migrations/0010_remove_appconfig_painel_aberto.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0011_auto_20171121_0958.py b/sapl/base/migrations/0011_auto_20171121_0958.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0012_auto_20171205_0917.py b/sapl/base/migrations/0012_auto_20171205_0917.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0013_auto_20180201_1338.py b/sapl/base/migrations/0013_auto_20180201_1338.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0014_auto_20180219_1402.py b/sapl/base/migrations/0014_auto_20180219_1402.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0015_appconfig_receber_recibo_proposicao.py b/sapl/base/migrations/0015_appconfig_receber_recibo_proposicao.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0016_auto_20180326_1840.py b/sapl/base/migrations/0016_auto_20180326_1840.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0017_appconfig_cronometro_consideracoes.py b/sapl/base/migrations/0017_appconfig_cronometro_consideracoes.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0018_auto_20180801_1652.py b/sapl/base/migrations/0018_auto_20180801_1652.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0019_auto_20180815_1025.py b/sapl/base/migrations/0019_auto_20180815_1025.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0020_auto_20180821_1421.py b/sapl/base/migrations/0020_auto_20180821_1421.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/0021_appconfig_esfera_federacao.py b/sapl/base/migrations/0021_appconfig_esfera_federacao.py old mode 100644 new mode 100755 diff --git a/sapl/base/migrations/__init__.py b/sapl/base/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/base/models.py b/sapl/base/models.py old mode 100644 new mode 100755 diff --git a/sapl/base/search_indexes.py b/sapl/base/search_indexes.py old mode 100644 new mode 100755 diff --git a/sapl/base/templatetags/__init__.py b/sapl/base/templatetags/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/base/templatetags/base_tags.py b/sapl/base/templatetags/base_tags.py old mode 100644 new mode 100755 diff --git a/sapl/base/templatetags/common_tags.py b/sapl/base/templatetags/common_tags.py old mode 100644 new mode 100755 diff --git a/sapl/base/templatetags/menus.py b/sapl/base/templatetags/menus.py old mode 100644 new mode 100755 diff --git a/sapl/base/tests/test_form.py b/sapl/base/tests/test_form.py old mode 100644 new mode 100755 diff --git a/sapl/base/tests/test_view_base.py b/sapl/base/tests/test_view_base.py old mode 100644 new mode 100755 diff --git a/sapl/base/tests/teststub_urls.py b/sapl/base/tests/teststub_urls.py old mode 100644 new mode 100755 diff --git a/sapl/base/urls.py b/sapl/base/urls.py old mode 100644 new mode 100755 diff --git a/sapl/base/views.py b/sapl/base/views.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/__init__.py b/sapl/comissoes/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/admin.py b/sapl/comissoes/admin.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/apps.py b/sapl/comissoes/apps.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/forms.py b/sapl/comissoes/forms.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/legacy.yaml b/sapl/comissoes/legacy.yaml old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0001_initial.py b/sapl/comissoes/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0002_auto_20170809_1236.py b/sapl/comissoes/migrations/0002_auto_20170809_1236.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0003_auto_20171204_1658.py b/sapl/comissoes/migrations/0003_auto_20171204_1658.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0003_reuniao.py b/sapl/comissoes/migrations/0003_reuniao.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0004_auto_20180102_1652.py b/sapl/comissoes/migrations/0004_auto_20180102_1652.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0005_merge.py b/sapl/comissoes/migrations/0005_merge.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0006_auto_20180227_0842.py b/sapl/comissoes/migrations/0006_auto_20180227_0842.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0007_auto_20180227_1025.py b/sapl/comissoes/migrations/0007_auto_20180227_1025.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0008_auto_20180227_1111.py b/sapl/comissoes/migrations/0008_auto_20180227_1111.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0009_auto_20180301_1011.py b/sapl/comissoes/migrations/0009_auto_20180301_1011.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0010_auto_20180306_0918.py b/sapl/comissoes/migrations/0010_auto_20180306_0918.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0010_auto_20180307_1645.py b/sapl/comissoes/migrations/0010_auto_20180307_1645.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0011_merge.py b/sapl/comissoes/migrations/0011_merge.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0012_documentoacessorio.py b/sapl/comissoes/migrations/0012_documentoacessorio.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0013_auto_20180312_1533.py b/sapl/comissoes/migrations/0013_auto_20180312_1533.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0014_auto_20180503_1055.py b/sapl/comissoes/migrations/0014_auto_20180503_1055.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0015_auto_20180613_2023.py b/sapl/comissoes/migrations/0015_auto_20180613_2023.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0016_auto_20180613_2121.py b/sapl/comissoes/migrations/0016_auto_20180613_2121.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/0017_auto_20180717_0827.py b/sapl/comissoes/migrations/0017_auto_20180717_0827.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/migrations/__init__.py b/sapl/comissoes/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/models.py b/sapl/comissoes/models.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/tests/test_comissoes.py b/sapl/comissoes/tests/test_comissoes.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/urls.py b/sapl/comissoes/urls.py old mode 100644 new mode 100755 diff --git a/sapl/comissoes/views.py b/sapl/comissoes/views.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/__init__.py b/sapl/compilacao/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/admin.py b/sapl/compilacao/admin.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/apps.py b/sapl/compilacao/apps.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/compilacao_data_tables.sql b/sapl/compilacao/compilacao_data_tables.sql old mode 100644 new mode 100755 diff --git a/sapl/compilacao/forms.py b/sapl/compilacao/forms.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/migrations/0001_initial.py b/sapl/compilacao/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/migrations/0002_auto_20170825_1108.py b/sapl/compilacao/migrations/0002_auto_20170825_1108.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/migrations/0003_auto_20170825_1136.py b/sapl/compilacao/migrations/0003_auto_20170825_1136.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/migrations/0004_auto_20171031_1327.py b/sapl/compilacao/migrations/0004_auto_20171031_1327.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/migrations/0005_auto_20180319_1041.py b/sapl/compilacao/migrations/0005_auto_20180319_1041.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/migrations/0006_auto_20180321_1054.py b/sapl/compilacao/migrations/0006_auto_20180321_1054.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/migrations/0007_auto_20180911_1600.py b/sapl/compilacao/migrations/0007_auto_20180911_1600.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/migrations/__init__.py b/sapl/compilacao/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/models.py b/sapl/compilacao/models.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/templatetags/__init__.py b/sapl/compilacao/templatetags/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/templatetags/compilacao_filters.py b/sapl/compilacao/templatetags/compilacao_filters.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/tests/test_tipo_texto_articulado_form.py b/sapl/compilacao/tests/test_tipo_texto_articulado_form.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/urls.py b/sapl/compilacao/urls.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/utils.py b/sapl/compilacao/utils.py old mode 100644 new mode 100755 diff --git a/sapl/compilacao/views.py b/sapl/compilacao/views.py old mode 100644 new mode 100755 diff --git a/sapl/context_processors.py b/sapl/context_processors.py old mode 100644 new mode 100755 diff --git a/sapl/crispy_layout_mixin.py b/sapl/crispy_layout_mixin.py old mode 100644 new mode 100755 diff --git a/sapl/crud/__init__.py b/sapl/crud/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/crud/base.py b/sapl/crud/base.py old mode 100644 new mode 100755 diff --git a/sapl/crud/tests/__init__.py b/sapl/crud/tests/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/crud/tests/settings.py b/sapl/crud/tests/settings.py old mode 100644 new mode 100755 diff --git a/sapl/crud/tests/stub_app/layouts.yaml b/sapl/crud/tests/stub_app/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/crud/tests/stub_app/models.py b/sapl/crud/tests/stub_app/models.py old mode 100644 new mode 100755 diff --git a/sapl/crud/tests/stub_app/templates/base.html b/sapl/crud/tests/stub_app/templates/base.html old mode 100644 new mode 100755 diff --git a/sapl/crud/tests/stub_app/urls.py b/sapl/crud/tests/stub_app/urls.py old mode 100644 new mode 100755 diff --git a/sapl/crud/tests/stub_app/views.py b/sapl/crud/tests/stub_app/views.py old mode 100644 new mode 100755 diff --git a/sapl/crud/tests/test_base.py b/sapl/crud/tests/test_base.py old mode 100644 new mode 100755 diff --git a/sapl/crud/tests/test_masterdetail.py b/sapl/crud/tests/test_masterdetail.py old mode 100644 new mode 100755 diff --git a/sapl/crud/urls.py b/sapl/crud/urls.py old mode 100644 new mode 100755 diff --git a/sapl/decorators.py b/sapl/decorators.py old mode 100644 new mode 100755 diff --git a/sapl/env-backup b/sapl/env-backup old mode 100644 new mode 100755 diff --git a/sapl/hashers.py b/sapl/hashers.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/Docs/verificação verbose names.txt b/sapl/legacy/Docs/verificação verbose names.txt old mode 100644 new mode 100755 diff --git a/sapl/legacy/__init__.py b/sapl/legacy/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/admin.py b/sapl/legacy/admin.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/management/__init__.py b/sapl/legacy/management/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/management/commands/__init__.py b/sapl/legacy/management/commands/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/management/commands/migracao_25_31.py b/sapl/legacy/management/commands/migracao_25_31.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/management/commands/migracao_documentos.py b/sapl/legacy/management/commands/migracao_documentos.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/management/commands/ressucitar_deps.py b/sapl/legacy/management/commands/ressucitar_deps.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/migracao.py b/sapl/legacy/migracao.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/migracao_dados.py b/sapl/legacy/migracao_dados.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/migracao_documentos.py b/sapl/legacy/migracao_documentos.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/migracao_usuarios.py b/sapl/legacy/migracao_usuarios.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/models.py b/sapl/legacy/models.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/router.py b/sapl/legacy/router.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/scripts/__init__.py b/sapl/legacy/scripts/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/scripts/exporta_zope/.gitignore b/sapl/legacy/scripts/exporta_zope/.gitignore old mode 100644 new mode 100755 diff --git a/sapl/legacy/scripts/exporta_zope/dump30.py b/sapl/legacy/scripts/exporta_zope/dump30.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/scripts/exporta_zope/requirements.txt b/sapl/legacy/scripts/exporta_zope/requirements.txt old mode 100644 new mode 100755 diff --git a/sapl/legacy/scripts/exporta_zope/variaveis_comuns.py b/sapl/legacy/scripts/exporta_zope/variaveis_comuns.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/scripts/ressucita_dependencias.py b/sapl/legacy/scripts/ressucita_dependencias.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/scripts/utils.py b/sapl/legacy/scripts/utils.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/test_migracao_dados.py b/sapl/legacy/test_migracao_dados.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/test_renames.py b/sapl/legacy/test_renames.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/timezonesbrasil.py b/sapl/legacy/timezonesbrasil.py old mode 100644 new mode 100755 diff --git a/sapl/legacy/views.py b/sapl/legacy/views.py old mode 100644 new mode 100755 diff --git a/sapl/legacy_migration_settings.py b/sapl/legacy_migration_settings.py old mode 100644 new mode 100755 diff --git a/sapl/lexml/__init__.py b/sapl/lexml/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/lexml/admin.py b/sapl/lexml/admin.py old mode 100644 new mode 100755 diff --git a/sapl/lexml/apps.py b/sapl/lexml/apps.py old mode 100644 new mode 100755 diff --git a/sapl/lexml/legacy.yaml b/sapl/lexml/legacy.yaml old mode 100644 new mode 100755 diff --git a/sapl/lexml/migrations/0001_initial.py b/sapl/lexml/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/lexml/migrations/__init__.py b/sapl/lexml/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/lexml/models.py b/sapl/lexml/models.py old mode 100644 new mode 100755 diff --git a/sapl/lexml/urls.py b/sapl/lexml/urls.py old mode 100644 new mode 100755 diff --git a/sapl/lexml/views.py b/sapl/lexml/views.py old mode 100644 new mode 100755 diff --git a/sapl/locale/en/LC_MESSAGES/django.po b/sapl/locale/en/LC_MESSAGES/django.po old mode 100644 new mode 100755 diff --git a/sapl/locale/es/LC_MESSAGES/django.po b/sapl/locale/es/LC_MESSAGES/django.po old mode 100644 new mode 100755 diff --git a/sapl/locale/pt_BR/LC_MESSAGES/django.po b/sapl/locale/pt_BR/LC_MESSAGES/django.po old mode 100644 new mode 100755 diff --git a/sapl/materia/__init__.py b/sapl/materia/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/materia/admin.py b/sapl/materia/admin.py old mode 100644 new mode 100755 diff --git a/sapl/materia/apps.py b/sapl/materia/apps.py old mode 100644 new mode 100755 diff --git a/sapl/materia/email_utils.py b/sapl/materia/email_utils.py old mode 100644 new mode 100755 diff --git a/sapl/materia/fixtures/pre_popula_status_tramitacao.json b/sapl/materia/fixtures/pre_popula_status_tramitacao.json old mode 100644 new mode 100755 diff --git a/sapl/materia/forms.py b/sapl/materia/forms.py old mode 100644 new mode 100755 diff --git a/sapl/materia/legacy.yaml b/sapl/materia/legacy.yaml old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0001_initial.py b/sapl/materia/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0002_auto_20170330_1513.py b/sapl/materia/migrations/0002_auto_20170330_1513.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0003_auto_20170403_1505.py b/sapl/materia/migrations/0003_auto_20170403_1505.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0004_auto_20170504_1751.py b/sapl/materia/migrations/0004_auto_20170504_1751.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0005_auto_20170522_1051.py b/sapl/materia/migrations/0005_auto_20170522_1051.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0005_auto_20170522_1904.py b/sapl/materia/migrations/0005_auto_20170522_1904.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0006_merge.py b/sapl/materia/migrations/0006_merge.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0007_auto_20170620_1252.py b/sapl/materia/migrations/0007_auto_20170620_1252.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0008_auto_20170622_1527.py b/sapl/materia/migrations/0008_auto_20170622_1527.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0009_auto_20170712_0951.py b/sapl/materia/migrations/0009_auto_20170712_0951.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0010_auto_20170808_0850.py b/sapl/materia/migrations/0010_auto_20170808_0850.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0011_auto_20170808_1034.py b/sapl/materia/migrations/0011_auto_20170808_1034.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0012_auto_20170815_1238.py b/sapl/materia/migrations/0012_auto_20170815_1238.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0012_auto_20170829_1321.py b/sapl/materia/migrations/0012_auto_20170829_1321.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0013_adiciona_status_tramitacao.py b/sapl/materia/migrations/0013_adiciona_status_tramitacao.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0013_auto_20170816_1136.py b/sapl/materia/migrations/0013_auto_20170816_1136.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0014_auto_20170905_0818.py b/sapl/materia/migrations/0014_auto_20170905_0818.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0015_auto_20170908_1024.py b/sapl/materia/migrations/0015_auto_20170908_1024.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0016_merge.py b/sapl/materia/migrations/0016_merge.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0017_auto_20170918_1257.py b/sapl/materia/migrations/0017_auto_20170918_1257.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0018_auto_20171113_1339.py b/sapl/materia/migrations/0018_auto_20171113_1339.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0019_auto_20171127_1500.py b/sapl/materia/migrations/0019_auto_20171127_1500.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0020_auto_20171204_1658.py b/sapl/materia/migrations/0020_auto_20171204_1658.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0021_auto_20180103_1343.py b/sapl/materia/migrations/0021_auto_20180103_1343.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0022_auto_20180206_0908.py b/sapl/materia/migrations/0022_auto_20180206_0908.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0023_proposicao_hash_code.py b/sapl/materia/migrations/0023_proposicao_hash_code.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0024_tipomaterialegislativa_sequencia_numeracao.py b/sapl/materia/migrations/0024_tipomaterialegislativa_sequencia_numeracao.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0025_auto_20180221_1649.py b/sapl/materia/migrations/0025_auto_20180221_1649.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0026_auto_20180302_1411.py b/sapl/materia/migrations/0026_auto_20180302_1411.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0027_auto_20180409_1443.py b/sapl/materia/migrations/0027_auto_20180409_1443.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0028_auto_20180418_1629.py b/sapl/materia/migrations/0028_auto_20180418_1629.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0029_auto_20180901_1628.py b/sapl/materia/migrations/0029_auto_20180901_1628.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/0030_tramitacao_timestamp.py b/sapl/materia/migrations/0030_tramitacao_timestamp.py old mode 100644 new mode 100755 diff --git a/sapl/materia/migrations/__init__.py b/sapl/materia/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/materia/models.py b/sapl/materia/models.py old mode 100644 new mode 100755 diff --git a/sapl/materia/receivers.py b/sapl/materia/receivers.py old mode 100644 new mode 100755 diff --git a/sapl/materia/signals.py b/sapl/materia/signals.py old mode 100644 new mode 100755 diff --git a/sapl/materia/tests/test_email_templates.py b/sapl/materia/tests/test_email_templates.py old mode 100644 new mode 100755 diff --git a/sapl/materia/tests/test_materia.py b/sapl/materia/tests/test_materia.py old mode 100644 new mode 100755 diff --git a/sapl/materia/tests/test_materia_form.py b/sapl/materia/tests/test_materia_form.py old mode 100644 new mode 100755 diff --git a/sapl/materia/tests/test_materia_urls.py b/sapl/materia/tests/test_materia_urls.py old mode 100644 new mode 100755 diff --git a/sapl/materia/urls.py b/sapl/materia/urls.py old mode 100644 new mode 100755 diff --git a/sapl/materia/views.py b/sapl/materia/views.py old mode 100644 new mode 100755 diff --git a/sapl/norma/__init__.py b/sapl/norma/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/norma/admin.py b/sapl/norma/admin.py old mode 100644 new mode 100755 diff --git a/sapl/norma/apps.py b/sapl/norma/apps.py old mode 100644 new mode 100755 diff --git a/sapl/norma/fixtures/pre_popula_tipo_vinculo_norma.json b/sapl/norma/fixtures/pre_popula_tipo_vinculo_norma.json old mode 100644 new mode 100755 diff --git a/sapl/norma/forms.py b/sapl/norma/forms.py old mode 100644 new mode 100755 diff --git a/sapl/norma/legacy.yaml b/sapl/norma/legacy.yaml old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0001_initial.py b/sapl/norma/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0002_auto_20170403_1505.py b/sapl/norma/migrations/0002_auto_20170403_1505.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0003_auto_20170510_1549.py b/sapl/norma/migrations/0003_auto_20170510_1549.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0004_auto_20170522_1051.py b/sapl/norma/migrations/0004_auto_20170522_1051.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0004_auto_20170522_1115.py b/sapl/norma/migrations/0004_auto_20170522_1115.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0005_merge.py b/sapl/norma/migrations/0005_merge.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0006_normajuridica_data_ultima_atualizacao.py b/sapl/norma/migrations/0006_normajuridica_data_ultima_atualizacao.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0007_auto_20170904_1708.py b/sapl/norma/migrations/0007_auto_20170904_1708.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0008_normajuridica_popula_tipo_vinculo_norma.py b/sapl/norma/migrations/0008_normajuridica_popula_tipo_vinculo_norma.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0009_auto_20171113_1339.py b/sapl/norma/migrations/0009_auto_20171113_1339.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0010_auto_20180103_1343.py b/sapl/norma/migrations/0010_auto_20180103_1343.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0011_auto_20180220_1859.py b/sapl/norma/migrations/0011_auto_20180220_1859.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0012_anexonormajuridica.py b/sapl/norma/migrations/0012_anexonormajuridica.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/0013_anexonormajuridica_assunto_anexo.py b/sapl/norma/migrations/0013_anexonormajuridica_assunto_anexo.py old mode 100644 new mode 100755 diff --git a/sapl/norma/migrations/__init__.py b/sapl/norma/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/norma/models.py b/sapl/norma/models.py old mode 100644 new mode 100755 diff --git a/sapl/norma/signals.py b/sapl/norma/signals.py old mode 100644 new mode 100755 diff --git a/sapl/norma/tests/test_norma.py b/sapl/norma/tests/test_norma.py old mode 100644 new mode 100755 diff --git a/sapl/norma/urls.py b/sapl/norma/urls.py old mode 100644 new mode 100755 diff --git a/sapl/norma/views.py b/sapl/norma/views.py old mode 100644 new mode 100755 diff --git a/sapl/painel/__init__.py b/sapl/painel/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/painel/admin.py b/sapl/painel/admin.py old mode 100644 new mode 100755 diff --git a/sapl/painel/apps.py b/sapl/painel/apps.py old mode 100644 new mode 100755 diff --git a/sapl/painel/migrations/0001_initial.py b/sapl/painel/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/painel/migrations/0002_auto_20180523_1430.py b/sapl/painel/migrations/0002_auto_20180523_1430.py old mode 100644 new mode 100755 diff --git a/sapl/painel/migrations/__init__.py b/sapl/painel/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/painel/models.py b/sapl/painel/models.py old mode 100644 new mode 100755 diff --git a/sapl/painel/tests/tests.py b/sapl/painel/tests/tests.py old mode 100644 new mode 100755 diff --git a/sapl/painel/urls.py b/sapl/painel/urls.py old mode 100644 new mode 100755 diff --git a/sapl/painel/views.py b/sapl/painel/views.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/__init__.py b/sapl/parlamentares/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/admin.py b/sapl/parlamentares/admin.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/apps.py b/sapl/parlamentares/apps.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/fixtures/pre_popula_cargosmesa.json b/sapl/parlamentares/fixtures/pre_popula_cargosmesa.json old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/fixtures/pre_popula_partidos.json b/sapl/parlamentares/fixtures/pre_popula_partidos.json old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/forms.py b/sapl/parlamentares/forms.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/legacy.yaml b/sapl/parlamentares/legacy.yaml old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0001_initial.py b/sapl/parlamentares/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0002_auto_20170504_1751.py b/sapl/parlamentares/migrations/0002_auto_20170504_1751.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0003_auto_20170707_1656.py b/sapl/parlamentares/migrations/0003_auto_20170707_1656.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0004_auto_20170711_1305.py b/sapl/parlamentares/migrations/0004_auto_20170711_1305.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0005_auto_20170814_1615.py b/sapl/parlamentares/migrations/0005_auto_20170814_1615.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0006_auto_20170831_1400.py b/sapl/parlamentares/migrations/0006_auto_20170831_1400.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0007_adiciona_partidos.py b/sapl/parlamentares/migrations/0007_adiciona_partidos.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0008_adiciona_cargos_mesa.py b/sapl/parlamentares/migrations/0008_adiciona_cargos_mesa.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0009_auto_20170905_1617.py b/sapl/parlamentares/migrations/0009_auto_20170905_1617.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0010_corrige_data_inicio_mandato.py b/sapl/parlamentares/migrations/0010_corrige_data_inicio_mandato.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0011_auto_20171010_1433.py b/sapl/parlamentares/migrations/0011_auto_20171010_1433.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0012_auto_20171020_1045.py b/sapl/parlamentares/migrations/0012_auto_20171020_1045.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0013_auto_20180130_1425.py b/sapl/parlamentares/migrations/0013_auto_20180130_1425.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0014_auto_20180131_1014.py b/sapl/parlamentares/migrations/0014_auto_20180131_1014.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0015_auto_20180131_1629.py b/sapl/parlamentares/migrations/0015_auto_20180131_1629.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0016_auto_20180202_1331.py b/sapl/parlamentares/migrations/0016_auto_20180202_1331.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0017_auto_20180202_1528.py b/sapl/parlamentares/migrations/0017_auto_20180202_1528.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0018_auto_20180215_1015.py b/sapl/parlamentares/migrations/0018_auto_20180215_1015.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0019_auto_20180221_1155.py b/sapl/parlamentares/migrations/0019_auto_20180221_1155.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0020_fix_inicio_mandato.py b/sapl/parlamentares/migrations/0020_fix_inicio_mandato.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0021_clear_thumbnails_cache.py b/sapl/parlamentares/migrations/0021_clear_thumbnails_cache.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0022_partido_observacao.py b/sapl/parlamentares/migrations/0022_partido_observacao.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0023_auto_20180626_1524.py b/sapl/parlamentares/migrations/0023_auto_20180626_1524.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/0024_auto_20180814_1237.py b/sapl/parlamentares/migrations/0024_auto_20180814_1237.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/migrations/__init__.py b/sapl/parlamentares/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/models.py b/sapl/parlamentares/models.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/tests/test_mandato.py b/sapl/parlamentares/tests/test_mandato.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/tests/test_parlamentares.py b/sapl/parlamentares/tests/test_parlamentares.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/urls.py b/sapl/parlamentares/urls.py old mode 100644 new mode 100755 diff --git a/sapl/parlamentares/views.py b/sapl/parlamentares/views.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/__init__.py b/sapl/protocoloadm/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/admin.py b/sapl/protocoloadm/admin.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/apps.py b/sapl/protocoloadm/apps.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/forms.py b/sapl/protocoloadm/forms.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/legacy.yaml b/sapl/protocoloadm/legacy.yaml old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/migrations/0001_initial.py b/sapl/protocoloadm/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/migrations/0002_remove_documentoadministrativo_numero_protocolo.py b/sapl/protocoloadm/migrations/0002_remove_documentoadministrativo_numero_protocolo.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/migrations/0003_auto_20180103_1343.py b/sapl/protocoloadm/migrations/0003_auto_20180103_1343.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/migrations/0004_documentoadministrativo_numero_externo.py b/sapl/protocoloadm/migrations/0004_documentoadministrativo_numero_externo.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/migrations/0005_auto_20180824_1241.py b/sapl/protocoloadm/migrations/0005_auto_20180824_1241.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/migrations/0006_documentoadministrativo_restrito.py b/sapl/protocoloadm/migrations/0006_documentoadministrativo_restrito.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/migrations/__init__.py b/sapl/protocoloadm/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/models.py b/sapl/protocoloadm/models.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/tests/test_protocoloadm.py b/sapl/protocoloadm/tests/test_protocoloadm.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/urls.py b/sapl/protocoloadm/urls.py old mode 100644 new mode 100755 diff --git a/sapl/protocoloadm/views.py b/sapl/protocoloadm/views.py old mode 100644 new mode 100755 diff --git a/sapl/redireciona_urls/__init__.py b/sapl/redireciona_urls/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/redireciona_urls/apps.py b/sapl/redireciona_urls/apps.py old mode 100644 new mode 100755 diff --git a/sapl/redireciona_urls/exceptions.py b/sapl/redireciona_urls/exceptions.py old mode 100644 new mode 100755 diff --git a/sapl/redireciona_urls/tests.py b/sapl/redireciona_urls/tests.py old mode 100644 new mode 100755 diff --git a/sapl/redireciona_urls/urls.py b/sapl/redireciona_urls/urls.py old mode 100644 new mode 100755 diff --git a/sapl/redireciona_urls/views.py b/sapl/redireciona_urls/views.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/__init__.py b/sapl/relatorios/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/admin.py b/sapl/relatorios/admin.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/apps.py b/sapl/relatorios/apps.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/models.py b/sapl/relatorios/models.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/templates/mensagem_emitir_proc.dtml b/sapl/relatorios/templates/mensagem_emitir_proc.dtml old mode 100644 new mode 100755 diff --git a/sapl/relatorios/templates/pdf_detalhe_materia_preparar_pysc.py b/sapl/relatorios/templates/pdf_detalhe_materia_preparar_pysc.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/templates/pdf_espelho_gerar.py b/sapl/relatorios/templates/pdf_espelho_gerar.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/templates/pdf_espelho_preparar_pysc.py b/sapl/relatorios/templates/pdf_espelho_preparar_pysc.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/templates/pdf_materia_preparar_pysc.py b/sapl/relatorios/templates/pdf_materia_preparar_pysc.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/templates/pdf_ordem_dia_preparar_pysc.py b/sapl/relatorios/templates/pdf_ordem_dia_preparar_pysc.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/templates/pdf_sessao_plenaria_gerar.py b/sapl/relatorios/templates/pdf_sessao_plenaria_gerar.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/templates/pdf_sessao_plenaria_preparar_pysc.py b/sapl/relatorios/templates/pdf_sessao_plenaria_preparar_pysc.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/tests.py b/sapl/relatorios/tests.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/urls.py b/sapl/relatorios/urls.py old mode 100644 new mode 100755 diff --git a/sapl/relatorios/views.py b/sapl/relatorios/views.py old mode 100644 new mode 100755 diff --git a/sapl/rules/__init__.py b/sapl/rules/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/rules/apps.py b/sapl/rules/apps.py old mode 100644 new mode 100755 diff --git a/sapl/rules/map_rules.py b/sapl/rules/map_rules.py old mode 100644 new mode 100755 diff --git a/sapl/rules/models.py b/sapl/rules/models.py old mode 100644 new mode 100755 diff --git a/sapl/rules/tests/test_rules.py b/sapl/rules/tests/test_rules.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/__init__.py b/sapl/sessao/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/admin.py b/sapl/sessao/admin.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/apps.py b/sapl/sessao/apps.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/forms.py b/sapl/sessao/forms.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/legacy.yaml b/sapl/sessao/legacy.yaml old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0001_initial.py b/sapl/sessao/migrations/0001_initial.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0002_sessaoplenaria_interativa.py b/sapl/sessao/migrations/0002_sessaoplenaria_interativa.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0003_resumoordenacao.py b/sapl/sessao/migrations/0003_resumoordenacao.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0004_votonominal_registro_votacao.py b/sapl/sessao/migrations/0004_votonominal_registro_votacao.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0005_auto_20170601_1246.py b/sapl/sessao/migrations/0005_auto_20170601_1246.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0006_auto_20170601_1257.py b/sapl/sessao/migrations/0006_auto_20170601_1257.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0007_auto_20170606_1238.py b/sapl/sessao/migrations/0007_auto_20170606_1238.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0008_auto_20170607_1220.py b/sapl/sessao/migrations/0008_auto_20170607_1220.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0009_auto_20170619_1441.py b/sapl/sessao/migrations/0009_auto_20170619_1441.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0010_auto_20170810_1033.py b/sapl/sessao/migrations/0010_auto_20170810_1033.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0010_auto_20170814_1804.py b/sapl/sessao/migrations/0010_auto_20170814_1804.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0011_auto_20170814_1409.py b/sapl/sessao/migrations/0011_auto_20170814_1409.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0011_auto_20170814_1849.py b/sapl/sessao/migrations/0011_auto_20170814_1849.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0012_auto_20170814_1615.py b/sapl/sessao/migrations/0012_auto_20170814_1615.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0012_auto_20170815_1244.py b/sapl/sessao/migrations/0012_auto_20170815_1244.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0013_merge.py b/sapl/sessao/migrations/0013_merge.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0014_auto_20170905_1617.py b/sapl/sessao/migrations/0014_auto_20170905_1617.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0015_sessaoplenaria_painel_aberto.py b/sapl/sessao/migrations/0015_sessaoplenaria_painel_aberto.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0016_auto_20180131_1708.py b/sapl/sessao/migrations/0016_auto_20180131_1708.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0017_auto_20180316_0731.py b/sapl/sessao/migrations/0017_auto_20180316_0731.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0018_auto_20180327_1433.py b/sapl/sessao/migrations/0018_auto_20180327_1433.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0019_auto_20180404_1437.py b/sapl/sessao/migrations/0019_auto_20180404_1437.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0020_auto_20180416_1424.py b/sapl/sessao/migrations/0020_auto_20180416_1424.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0021_auto_20180417_1209.py b/sapl/sessao/migrations/0021_auto_20180417_1209.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0022_auto_20180618_1625.py b/sapl/sessao/migrations/0022_auto_20180618_1625.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0023_auto_20180914_1315.py b/sapl/sessao/migrations/0023_auto_20180914_1315.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0024_ocorrenciasessao.py b/sapl/sessao/migrations/0024_ocorrenciasessao.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/0025_auto_20180919_1116.py b/sapl/sessao/migrations/0025_auto_20180919_1116.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/migrations/__init__.py b/sapl/sessao/migrations/__init__.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/models.py b/sapl/sessao/models.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/serializers.py b/sapl/sessao/serializers.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/tests/test_sessao.py b/sapl/sessao/tests/test_sessao.py old mode 100644 new mode 100755 index 1715cd0ae..065cd58a1 --- a/sapl/sessao/tests/test_sessao.py +++ b/sapl/sessao/tests/test_sessao.py @@ -8,7 +8,7 @@ from sapl.materia.models import MateriaLegislativa, TipoMateriaLegislativa from sapl.parlamentares.models import Legislatura, Partido, SessaoLegislativa from sapl.sessao import forms from sapl.sessao.models import (ExpedienteMateria, OrdemDia, RegistroVotacao, - SessaoPlenaria, TipoSessaoPlenaria) + SessaoPlenaria, TipoSessaoPlenaria, OcorrenciaSessao) def test_valida_campos_obrigatorios_sessao_plenaria_form(): @@ -170,3 +170,12 @@ def test_registro_votacao_tem_ordem_xor_expediente(): # a validação NÃO funciona quando ambos são preenchidos with pytest.raises(ValidationError): registro_votacao_com(ordem, expediente).full_clean() + + +# @pytest.mark.django_db(transaction=False) +# def test_ocorrencias_da_sessao_conteudo(): +# +# ocorrencias = OcorrenciaSessao() +# ocorrencias.conteudo = "Teste Ocorrencias da Sessao - Conteudo Adicionado." +# +# assert(ocorrencias.conteudo, "Teste Ocorrencias da Sessao - Conteudo Adicionado.") diff --git a/sapl/sessao/tests/test_sessao_view.py b/sapl/sessao/tests/test_sessao_view.py old mode 100644 new mode 100755 index 17b77e8d8..80b268a2d --- a/sapl/sessao/tests/test_sessao_view.py +++ b/sapl/sessao/tests/test_sessao_view.py @@ -4,7 +4,7 @@ from django.utils.translation import ugettext_lazy as _ from model_mommy import mommy from sapl.parlamentares.models import Legislatura, SessaoLegislativa -from sapl.sessao.models import SessaoPlenaria, TipoSessaoPlenaria +from sapl.sessao.models import SessaoPlenaria, TipoSessaoPlenaria, OcorrenciaSessao @pytest.mark.django_db(transaction=False) @@ -47,3 +47,28 @@ def test_incluir_sessao_errors(admin_client): [_('Este campo é obrigatório.')]) assert (response.context_data['form'].errors['hora_inicio'] == [_('Este campo é obrigatório.')]) + +# +# @pytest.mark.django_db(transaction=False) +# def test_ocorrencias_da_sessao_salvar_conteudo(admin_client): +# +# response = admin_client.post(reverse('sapl.sessao:ocorrencia_sessao')) +# +# assert (response.status_code == 200) +# +# ocorrencia = OcorrenciaSessao.objects.first() +# +# assert (ocorrencia.conteudo, "Teste Ocorrencias da Sessao - Conteudo Adicionado.") +# +# response = admin_client.post(reverse('sapl.sessao:ocorrencia_sessao')) +# +# assert (response.status_code == 200) +# +# ocorrencia = OcorrenciaSessao.objects.first() +# +# assert (ocorrencia.conteudo, "") + +# +# @pytest.mark.django_db(transaction=False) +# def test_ocorrencias_da_sessao_apagar_conteudo(admin_client): +# diff --git a/sapl/sessao/urls.py b/sapl/sessao/urls.py old mode 100644 new mode 100755 diff --git a/sapl/sessao/views.py b/sapl/sessao/views.py old mode 100644 new mode 100755 diff --git a/sapl/settings.py b/sapl/settings.py old mode 100644 new mode 100755 diff --git a/sapl/static/audio/ring.mp3 b/sapl/static/audio/ring.mp3 old mode 100644 new mode 100755 diff --git a/sapl/static/img/arrow.png b/sapl/static/img/arrow.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/authenticated.png b/sapl/static/img/authenticated.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/avatar.png b/sapl/static/img/avatar.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/beta.png b/sapl/static/img/beta.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/brasao_transp.gif b/sapl/static/img/brasao_transp.gif old mode 100644 new mode 100755 diff --git a/sapl/static/img/down_arrow_select.jpg b/sapl/static/img/down_arrow_select.jpg old mode 100644 new mode 100755 diff --git a/sapl/static/img/etiqueta.png b/sapl/static/img/etiqueta.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/favicon.ico b/sapl/static/img/favicon.ico old mode 100644 new mode 100755 diff --git a/sapl/static/img/file.png b/sapl/static/img/file.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/hand-note.png b/sapl/static/img/hand-note.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_comissoes.png b/sapl/static/img/icon_comissoes.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_delete_white.png b/sapl/static/img/icon_delete_white.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_materia_legislativa.png b/sapl/static/img/icon_materia_legislativa.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_mesa_diretora.png b/sapl/static/img/icon_mesa_diretora.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_normas_juridicas.png b/sapl/static/img/icon_normas_juridicas.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_parlamentares.png b/sapl/static/img/icon_parlamentares.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_pautas.png b/sapl/static/img/icon_pautas.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_plenarias.png b/sapl/static/img/icon_plenarias.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_relatorios.png b/sapl/static/img/icon_relatorios.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/icon_save_white.png b/sapl/static/img/icon_save_white.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/lexml.gif b/sapl/static/img/lexml.gif old mode 100644 new mode 100755 diff --git a/sapl/static/img/logo.png b/sapl/static/img/logo.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/logo_cc.png b/sapl/static/img/logo_cc.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/logo_interlegis.png b/sapl/static/img/logo_interlegis.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/manual.png b/sapl/static/img/manual.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/pdflogo.png b/sapl/static/img/pdflogo.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/perfil.png b/sapl/static/img/perfil.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/search-gray.png b/sapl/static/img/search-gray.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/search.png b/sapl/static/img/search.png old mode 100644 new mode 100755 diff --git a/sapl/static/img/user.png b/sapl/static/img/user.png old mode 100644 new mode 100755 diff --git a/sapl/static/js/app.js b/sapl/static/js/app.js old mode 100644 new mode 100755 diff --git a/sapl/static/js/compilacao.js b/sapl/static/js/compilacao.js old mode 100644 new mode 100755 diff --git a/sapl/static/js/compilacao_edit.js b/sapl/static/js/compilacao_edit.js old mode 100644 new mode 100755 diff --git a/sapl/static/js/compilacao_notas.js b/sapl/static/js/compilacao_notas.js old mode 100644 new mode 100755 diff --git a/sapl/static/js/compilacao_view.js b/sapl/static/js/compilacao_view.js old mode 100644 new mode 100755 diff --git a/sapl/static/js/jquery.runner.js b/sapl/static/js/jquery.runner.js old mode 100644 new mode 100755 diff --git a/sapl/static/styles/_header.scss b/sapl/static/styles/_header.scss old mode 100644 new mode 100755 diff --git a/sapl/static/styles/app.scss b/sapl/static/styles/app.scss old mode 100644 new mode 100755 diff --git a/sapl/static/styles/compilacao.scss b/sapl/static/styles/compilacao.scss old mode 100644 new mode 100755 diff --git a/sapl/temp_suppress_crispy_form_warnings.py b/sapl/temp_suppress_crispy_form_warnings.py old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda.html b/sapl/templates/ajuda.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/acessando_alimenta.html b/sapl/templates/ajuda/acessando_alimenta.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/acomp_materia.html b/sapl/templates/ajuda/acomp_materia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/anexos.html b/sapl/templates/ajuda/anexos.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/autor.html b/sapl/templates/ajuda/autor.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/cadastro_comissoes.html b/sapl/templates/ajuda/cadastro_comissoes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/cadastro_materia.html b/sapl/templates/ajuda/cadastro_materia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/cadastro_mesa_diretora.html b/sapl/templates/ajuda/cadastro_mesa_diretora.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/cadastro_parlamentares.html b/sapl/templates/ajuda/cadastro_parlamentares.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/cargo_comissao.html b/sapl/templates/ajuda/cargo_comissao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/cargo_mesa.html b/sapl/templates/ajuda/cargo_mesa.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/casa_legislativa.html b/sapl/templates/ajuda/casa_legislativa.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/coligacao.html b/sapl/templates/ajuda/coligacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/consultas.html b/sapl/templates/ajuda/consultas.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/dependentes.html b/sapl/templates/ajuda/dependentes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/despacho_autoria.html b/sapl/templates/ajuda/despacho_autoria.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/envio_proposicao.html b/sapl/templates/ajuda/envio_proposicao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/filiacoes_partidarias.html b/sapl/templates/ajuda/filiacoes_partidarias.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/fim_relatoria.html b/sapl/templates/ajuda/fim_relatoria.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/gerenciamento_usuarios.html b/sapl/templates/ajuda/gerenciamento_usuarios.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/glossario.html b/sapl/templates/ajuda/glossario.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/impressos.html b/sapl/templates/ajuda/impressos.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/legislacao_cita_matanexada.html b/sapl/templates/ajuda/legislacao_cita_matanexada.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/legislatura.html b/sapl/templates/ajuda/legislatura.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/lexml.html b/sapl/templates/ajuda/lexml.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/mandatos_parlamentar.html b/sapl/templates/ajuda/mandatos_parlamentar.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/materia_anexada.html b/sapl/templates/ajuda/materia_anexada.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/modulo_comissoes.html b/sapl/templates/ajuda/modulo_comissoes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/modulo_mesa_diretora.html b/sapl/templates/ajuda/modulo_mesa_diretora.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/modulo_norma_juridica.html b/sapl/templates/ajuda/modulo_norma_juridica.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/modulo_parlamentares.html b/sapl/templates/ajuda/modulo_parlamentares.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/modulo_tramitacao_materias.html b/sapl/templates/ajuda/modulo_tramitacao_materias.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/nivel_instrucao.html b/sapl/templates/ajuda/nivel_instrucao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/norma_juridica.html b/sapl/templates/ajuda/norma_juridica.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/numeracao_docsacess.html b/sapl/templates/ajuda/numeracao_docsacess.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/ordem_dia.html b/sapl/templates/ajuda/ordem_dia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/orgao.html b/sapl/templates/ajuda/orgao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/origem.html b/sapl/templates/ajuda/origem.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/partidos.html b/sapl/templates/ajuda/partidos.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/periodo_composicao_comissao.html b/sapl/templates/ajuda/periodo_composicao_comissao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/proposicao.html b/sapl/templates/ajuda/proposicao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/proposicao_editor.html b/sapl/templates/ajuda/proposicao_editor.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/proposicao_legislativa.html b/sapl/templates/ajuda/proposicao_legislativa.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/protocolo_administrativo.html b/sapl/templates/ajuda/protocolo_administrativo.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/protocolo_anular.html b/sapl/templates/ajuda/protocolo_anular.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/protocolo_geral.html b/sapl/templates/ajuda/protocolo_geral.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/protocolo_gerar_etiqueta_processo.html b/sapl/templates/ajuda/protocolo_gerar_etiqueta_processo.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/protocolo_gerar_etiqueta_protocolo.html b/sapl/templates/ajuda/protocolo_gerar_etiqueta_protocolo.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/protocolo_legislativo.html b/sapl/templates/ajuda/protocolo_legislativo.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/recebimento_proposicao.html b/sapl/templates/ajuda/recebimento_proposicao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/regime_tramitacao.html b/sapl/templates/ajuda/regime_tramitacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/relatorios.html b/sapl/templates/ajuda/relatorios.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_legislativa.html b/sapl/templates/ajuda/sessao_legislativa.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria.html b/sapl/templates/ajuda/sessao_plenaria.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_ata.html b/sapl/templates/ajuda/sessao_plenaria_ata.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_expedientes.html b/sapl/templates/ajuda/sessao_plenaria_expedientes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_lista_presenca_sessao.html b/sapl/templates/ajuda/sessao_plenaria_lista_presenca_sessao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_materias_expediente.html b/sapl/templates/ajuda/sessao_plenaria_materias_expediente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_materias_ordem_dia.html b/sapl/templates/ajuda/sessao_plenaria_materias_ordem_dia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_mesa.html b/sapl/templates/ajuda/sessao_plenaria_mesa.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_oradores.html b/sapl/templates/ajuda/sessao_plenaria_oradores.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_oradores_expediente.html b/sapl/templates/ajuda/sessao_plenaria_oradores_expediente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_oradores_explicacoes_pessoais.html b/sapl/templates/ajuda/sessao_plenaria_oradores_explicacoes_pessoais.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_presenca_ordem_dia.html b/sapl/templates/ajuda/sessao_plenaria_presenca_ordem_dia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/sessao_plenaria_votacao.html b/sapl/templates/ajuda/sessao_plenaria_votacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/status_tramitacao.html b/sapl/templates/ajuda/status_tramitacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_afastamento.html b/sapl/templates/ajuda/tipo_afastamento.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_autor.html b/sapl/templates/ajuda/tipo_autor.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_comissao.html b/sapl/templates/ajuda/tipo_comissao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_dependente.html b/sapl/templates/ajuda/tipo_dependente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_documento.html b/sapl/templates/ajuda/tipo_documento.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_materia_legislativa.html b/sapl/templates/ajuda/tipo_materia_legislativa.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_norma_juridica.html b/sapl/templates/ajuda/tipo_norma_juridica.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_proposicao.html b/sapl/templates/ajuda/tipo_proposicao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_sessao_plenaria.html b/sapl/templates/ajuda/tipo_sessao_plenaria.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tipo_situa_militar.html b/sapl/templates/ajuda/tipo_situa_militar.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tramitacao_lote.html b/sapl/templates/ajuda/tramitacao_lote.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/tramitacao_relatoria.html b/sapl/templates/ajuda/tramitacao_relatoria.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/troca_senha.html b/sapl/templates/ajuda/troca_senha.html old mode 100644 new mode 100755 diff --git a/sapl/templates/ajuda/unidade_tramitacao.html b/sapl/templates/ajuda/unidade_tramitacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/audiencia/layouts.yaml b/sapl/templates/audiencia/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/auth/user_form.html b/sapl/templates/auth/user_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/auth/user_list.html b/sapl/templates/auth/user_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base.html b/sapl/templates/base.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/RelatorioAtas_filter.html b/sapl/templates/base/RelatorioAtas_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/RelatorioAudiencia_filter.html b/sapl/templates/base/RelatorioAudiencia_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/RelatorioDataFimPrazoTramitacao_filter.html b/sapl/templates/base/RelatorioDataFimPrazoTramitacao_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/RelatorioHistoricoTramitacao_filter.html b/sapl/templates/base/RelatorioHistoricoTramitacao_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/RelatorioMateriasPorAnoAutorTipo_filter.html b/sapl/templates/base/RelatorioMateriasPorAnoAutorTipo_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/RelatorioMateriasPorAutor_filter.html b/sapl/templates/base/RelatorioMateriasPorAutor_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/RelatorioMateriasPorTramitacao_filter.html b/sapl/templates/base/RelatorioMateriasPorTramitacao_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/RelatorioPresencaSessao_filter.html b/sapl/templates/base/RelatorioPresencaSessao_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/RelatorioReuniao_filter.html b/sapl/templates/base/RelatorioReuniao_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/alterar_senha.html b/sapl/templates/base/alterar_senha.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/autor_form.html b/sapl/templates/base/autor_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/casalegislativa_list.html b/sapl/templates/base/casalegislativa_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/layouts.yaml b/sapl/templates/base/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/base/login.html b/sapl/templates/base/login.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/nova_senha_form.html b/sapl/templates/base/nova_senha_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/recupera_senha_email_enviado.html b/sapl/templates/base/recupera_senha_email_enviado.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/recuperar_senha_completo.html b/sapl/templates/base/recuperar_senha_completo.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/recuperar_senha_email.html b/sapl/templates/base/recuperar_senha_email.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/recuperar_senha_email_form.html b/sapl/templates/base/recuperar_senha_email_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/relatorios_list.html b/sapl/templates/base/relatorios_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/base/tipoautor_list.html b/sapl/templates/base/tipoautor_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/comissoes/cadastro_reuniao.html b/sapl/templates/comissoes/cadastro_reuniao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/comissoes/cadastro_reuniao_edit.html b/sapl/templates/comissoes/cadastro_reuniao_edit.html old mode 100644 new mode 100755 diff --git a/sapl/templates/comissoes/comissao_parlamentar.html b/sapl/templates/comissoes/comissao_parlamentar.html old mode 100644 new mode 100755 diff --git a/sapl/templates/comissoes/comissao_parlamentar_edit.html b/sapl/templates/comissoes/comissao_parlamentar_edit.html old mode 100644 new mode 100755 diff --git a/sapl/templates/comissoes/composicao_list.html b/sapl/templates/comissoes/composicao_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/comissoes/layouts.yaml b/sapl/templates/comissoes/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/comissoes/materias.html b/sapl/templates/comissoes/materias.html old mode 100644 new mode 100755 diff --git a/sapl/templates/comissoes/materias_em_tramitacao.html b/sapl/templates/comissoes/materias_em_tramitacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/comissoes/subnav.yaml b/sapl/templates/comissoes/subnav.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/ajax_actions_dinamic_edit.html b/sapl/templates/compilacao/ajax_actions_dinamic_edit.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/ajax_actions_registro_inclusao.html b/sapl/templates/compilacao/ajax_actions_registro_inclusao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/ajax_form.html b/sapl/templates/compilacao/ajax_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/dispositivo_form.html b/sapl/templates/compilacao/dispositivo_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/dispositivo_form_alteracao.html b/sapl/templates/compilacao/dispositivo_form_alteracao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/dispositivo_form_definidor_vigencia.html b/sapl/templates/compilacao/dispositivo_form_definidor_vigencia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/dispositivo_form_edicao_basica.html b/sapl/templates/compilacao/dispositivo_form_edicao_basica.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/dispositivo_form_parents.html b/sapl/templates/compilacao/dispositivo_form_parents.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/dispositivo_form_search.html b/sapl/templates/compilacao/dispositivo_form_search.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/dispositivo_form_search_fragment.html b/sapl/templates/compilacao/dispositivo_form_search_fragment.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/dispositivo_form_vigencia.html b/sapl/templates/compilacao/dispositivo_form_vigencia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/layout/bootstrap_btn_checkbox.html b/sapl/templates/compilacao/layout/bootstrap_btn_checkbox.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/layout/dispositivo_checkbox.html b/sapl/templates/compilacao/layout/dispositivo_checkbox.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/layout/dispositivo_radio.html b/sapl/templates/compilacao/layout/dispositivo_radio.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/layouts.yaml b/sapl/templates/compilacao/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/publicacao_detail.html b/sapl/templates/compilacao/publicacao_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/publicacao_list.html b/sapl/templates/compilacao/publicacao_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/text_edit.html b/sapl/templates/compilacao/text_edit.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/text_edit_bloco.html b/sapl/templates/compilacao/text_edit_bloco.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/text_edit_blocoalteracao.html b/sapl/templates/compilacao/text_edit_blocoalteracao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/text_list.html b/sapl/templates/compilacao/text_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/text_list__print_version.html b/sapl/templates/compilacao/text_list__print_version.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/text_list_bloco.html b/sapl/templates/compilacao/text_list_bloco.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/text_list_blocoalteracao.html b/sapl/templates/compilacao/text_list_blocoalteracao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/text_notificacoes.html b/sapl/templates/compilacao/text_notificacoes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/textoarticulado_detail.html b/sapl/templates/compilacao/textoarticulado_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/textoarticulado_list.html b/sapl/templates/compilacao/textoarticulado_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/textoarticulado_menu_config.html b/sapl/templates/compilacao/textoarticulado_menu_config.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/tipotextoarticulado_detail.html b/sapl/templates/compilacao/tipotextoarticulado_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/compilacao/tipotextoarticulado_list.html b/sapl/templates/compilacao/tipotextoarticulado_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/crud/ajax_form.html b/sapl/templates/crud/ajax_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/crud/confirm_delete.html b/sapl/templates/crud/confirm_delete.html old mode 100644 new mode 100755 diff --git a/sapl/templates/crud/detail.html b/sapl/templates/crud/detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/crud/detail_detail.html b/sapl/templates/crud/detail_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/crud/form.html b/sapl/templates/crud/form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/crud/list.html b/sapl/templates/crud/list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/crud/list_tabaux.html b/sapl/templates/crud/list_tabaux.html old mode 100644 new mode 100755 diff --git a/sapl/templates/email/acompanhar.html b/sapl/templates/email/acompanhar.html old mode 100644 new mode 100755 diff --git a/sapl/templates/email/acompanhar.txt b/sapl/templates/email/acompanhar.txt old mode 100644 new mode 100755 diff --git a/sapl/templates/email/confirma.html b/sapl/templates/email/confirma.html old mode 100644 new mode 100755 diff --git a/sapl/templates/email/test_tramitacao.html b/sapl/templates/email/test_tramitacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/email/tramitacao.html b/sapl/templates/email/tramitacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/email/tramitacao.txt b/sapl/templates/email/tramitacao.txt old mode 100644 new mode 100755 diff --git a/sapl/templates/floppyforms/image_thumbnail.html b/sapl/templates/floppyforms/image_thumbnail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/index.html b/sapl/templates/index.html old mode 100644 new mode 100755 diff --git a/sapl/templates/lexml/layouts.yaml b/sapl/templates/lexml/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/acompanhamento_materia.html b/sapl/templates/materia/acompanhamento_materia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/adicionar_varias_autorias.html b/sapl/templates/materia/adicionar_varias_autorias.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/autoria_form.html b/sapl/templates/materia/autoria_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/autoria_list.html b/sapl/templates/materia/autoria_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/autoria_multicreate_form.html b/sapl/templates/materia/autoria_multicreate_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/confirmar_proposicao.html b/sapl/templates/materia/confirmar_proposicao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/documentoacessorio_form.html b/sapl/templates/materia/documentoacessorio_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/em_lote/acessorio.html b/sapl/templates/materia/em_lote/acessorio.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/em_lote/excluir_tramitacao.html b/sapl/templates/materia/em_lote/excluir_tramitacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/em_lote/subnav_em_lote.yaml b/sapl/templates/materia/em_lote/subnav_em_lote.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/em_lote/tramitacao.html b/sapl/templates/materia/em_lote/tramitacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/formulario_simplificado.html b/sapl/templates/materia/formulario_simplificado.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/impressos/etiqueta.html b/sapl/templates/materia/impressos/etiqueta.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/impressos/etiqueta_pdf.html b/sapl/templates/materia/impressos/etiqueta_pdf.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/impressos/ficha.html b/sapl/templates/materia/impressos/ficha.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/impressos/ficha_pdf.html b/sapl/templates/materia/impressos/ficha_pdf.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/impressos/ficha_seleciona.html b/sapl/templates/materia/impressos/ficha_seleciona.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/impressos/impressos.html b/sapl/templates/materia/impressos/impressos.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/impressos/norma.html b/sapl/templates/materia/impressos/norma.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/impressos/normas_pdf.html b/sapl/templates/materia/impressos/normas_pdf.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/impressos/pdf.html b/sapl/templates/materia/impressos/pdf.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/layouts.yaml b/sapl/templates/materia/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/materialegislativa_detail.html b/sapl/templates/materia/materialegislativa_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/materialegislativa_filter.html b/sapl/templates/materia/materialegislativa_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/materialegislativa_form.html b/sapl/templates/materia/materialegislativa_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/materialegislativa_list.html b/sapl/templates/materia/materialegislativa_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/prop_devolvidas_list.html b/sapl/templates/materia/prop_devolvidas_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/prop_pendentes_list.html b/sapl/templates/materia/prop_pendentes_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/prop_recebidas_list.html b/sapl/templates/materia/prop_recebidas_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/proposicao_confirm_delete.html b/sapl/templates/materia/proposicao_confirm_delete.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/proposicao_confirm_return.html b/sapl/templates/materia/proposicao_confirm_return.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/proposicao_detail.html b/sapl/templates/materia/proposicao_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/proposicao_form.html b/sapl/templates/materia/proposicao_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/recibo_proposicao.html b/sapl/templates/materia/recibo_proposicao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/relatoria_form.html b/sapl/templates/materia/relatoria_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/resumo_detail_materia.html b/sapl/templates/materia/resumo_detail_materia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/subnav.yaml b/sapl/templates/materia/subnav.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/subnav_prop.yaml b/sapl/templates/materia/subnav_prop.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/tipoproposicao_form.html b/sapl/templates/materia/tipoproposicao_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/materia/tramitacao_form.html b/sapl/templates/materia/tramitacao_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/menu_tabelas_auxiliares.yaml b/sapl/templates/menu_tabelas_auxiliares.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/menus/menu.html b/sapl/templates/menus/menu.html old mode 100644 new mode 100755 diff --git a/sapl/templates/menus/nav.html b/sapl/templates/menus/nav.html old mode 100644 new mode 100755 diff --git a/sapl/templates/menus/subnav.html b/sapl/templates/menus/subnav.html old mode 100644 new mode 100755 diff --git a/sapl/templates/navbar.yaml b/sapl/templates/navbar.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/norma/layouts.yaml b/sapl/templates/norma/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/norma/normajuridica_detail.html b/sapl/templates/norma/normajuridica_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/norma/normajuridica_filter.html b/sapl/templates/norma/normajuridica_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/norma/normajuridica_form.html b/sapl/templates/norma/normajuridica_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/norma/normarelacionada_form.html b/sapl/templates/norma/normarelacionada_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/norma/subnav.yaml b/sapl/templates/norma/subnav.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/paginacao.html b/sapl/templates/paginacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html old mode 100644 new mode 100755 diff --git a/sapl/templates/painel/layouts.yaml b/sapl/templates/painel/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/painel/mensagem.html b/sapl/templates/painel/mensagem.html old mode 100644 new mode 100755 diff --git a/sapl/templates/painel/parlamentares.html b/sapl/templates/painel/parlamentares.html old mode 100644 new mode 100755 diff --git a/sapl/templates/painel/votacao.html b/sapl/templates/painel/votacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/painel/voto_nominal.html b/sapl/templates/painel/voto_nominal.html old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/composicaomesa_form.html b/sapl/templates/parlamentares/composicaomesa_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/frente_form.html b/sapl/templates/parlamentares/frente_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/layouts.yaml b/sapl/templates/parlamentares/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/materias.html b/sapl/templates/parlamentares/materias.html old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/parlamentar_perfil_publico.html b/sapl/templates/parlamentares/parlamentar_perfil_publico.html old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/parlamentares_list.html b/sapl/templates/parlamentares/parlamentares_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/public_composicaomesa_form.html b/sapl/templates/parlamentares/public_composicaomesa_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/subnav.yaml b/sapl/templates/parlamentares/subnav.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/subnav_coligacao.yaml b/sapl/templates/parlamentares/subnav_coligacao.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/parlamentares/votante_list.html b/sapl/templates/parlamentares/votante_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/MateriaTemplate.html b/sapl/templates/protocoloadm/MateriaTemplate.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/anular_protocoloadm.html b/sapl/templates/protocoloadm/anular_protocoloadm.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/comprovante.html b/sapl/templates/protocoloadm/comprovante.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/criar_documento.html b/sapl/templates/protocoloadm/criar_documento.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/detail_doc_adm.html b/sapl/templates/protocoloadm/detail_doc_adm.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/detail_doc_detail.html b/sapl/templates/protocoloadm/detail_doc_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/documento_acessorio_administrativo.html b/sapl/templates/protocoloadm/documento_acessorio_administrativo.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/documento_acessorio_administrativo_edit.html b/sapl/templates/protocoloadm/documento_acessorio_administrativo_edit.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/documentoadministrativo_filter.html b/sapl/templates/protocoloadm/documentoadministrativo_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/documentoadministrativo_form.html b/sapl/templates/protocoloadm/documentoadministrativo_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/layouts.yaml b/sapl/templates/protocoloadm/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/pesquisa_documento_detail.html b/sapl/templates/protocoloadm/pesquisa_documento_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/proposicao_receber.html b/sapl/templates/protocoloadm/proposicao_receber.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/proposicao_view.html b/sapl/templates/protocoloadm/proposicao_view.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/proposicoes.html b/sapl/templates/protocoloadm/proposicoes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/proposicoes_detail.html b/sapl/templates/protocoloadm/proposicoes_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/proposicoes_incorporadas.html b/sapl/templates/protocoloadm/proposicoes_incorporadas.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/proposicoes_naoincorporadas.html b/sapl/templates/protocoloadm/proposicoes_naoincorporadas.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/proposicoes_naorecebidas.html b/sapl/templates/protocoloadm/proposicoes_naorecebidas.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/protocolar_documento.html b/sapl/templates/protocoloadm/protocolar_documento.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/protocolar_materia.html b/sapl/templates/protocoloadm/protocolar_materia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/protocolo_filter.html b/sapl/templates/protocoloadm/protocolo_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/protocolo_list.html b/sapl/templates/protocoloadm/protocolo_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/protocolo_mostrar.html b/sapl/templates/protocoloadm/protocolo_mostrar.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/protocoloadm_detail.html b/sapl/templates/protocoloadm/protocoloadm_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/subnav.yaml b/sapl/templates/protocoloadm/subnav.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/tramitacaoadministrativo_detail.html b/sapl/templates/protocoloadm/tramitacaoadministrativo_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/protocoloadm/tramitacaoadministrativo_form.html b/sapl/templates/protocoloadm/tramitacaoadministrativo_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/rest_framework_docs/base.html b/sapl/templates/rest_framework_docs/base.html old mode 100644 new mode 100755 diff --git a/sapl/templates/rest_framework_docs/home.html b/sapl/templates/rest_framework_docs/home.html old mode 100644 new mode 100755 diff --git a/sapl/templates/search/indexes/materia/documentoacessorio_text.txt b/sapl/templates/search/indexes/materia/documentoacessorio_text.txt old mode 100644 new mode 100755 diff --git a/sapl/templates/search/indexes/materia/materialegislativa_text.txt b/sapl/templates/search/indexes/materia/materialegislativa_text.txt old mode 100644 new mode 100755 diff --git a/sapl/templates/search/indexes/norma/normajuridica_text.txt b/sapl/templates/search/indexes/norma/normajuridica_text.txt old mode 100644 new mode 100755 diff --git a/sapl/templates/search/search.html b/sapl/templates/search/search.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/adicionar_varias_materias_expediente.html b/sapl/templates/sessao/adicionar_varias_materias_expediente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/adicionar_varias_materias_ordem.html b/sapl/templates/sessao/adicionar_varias_materias_ordem.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/assinaturas.html b/sapl/templates/sessao/blocos_ata/assinaturas.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/conteudo_multimidia.html b/sapl/templates/sessao/blocos_ata/conteudo_multimidia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/expedientes.html b/sapl/templates/sessao/blocos_ata/expedientes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/identificacao_basica.html b/sapl/templates/sessao/blocos_ata/identificacao_basica.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/lista_presenca.html b/sapl/templates/sessao/blocos_ata/lista_presenca.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/lista_presenca_ordem_dia.html b/sapl/templates/sessao/blocos_ata/lista_presenca_ordem_dia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/materias_expediente.html b/sapl/templates/sessao/blocos_ata/materias_expediente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/materias_ordem_dia.html b/sapl/templates/sessao/blocos_ata/materias_ordem_dia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/mesa_diretora.html b/sapl/templates/sessao/blocos_ata/mesa_diretora.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/ocorrencias_da_sessao.html b/sapl/templates/sessao/blocos_ata/ocorrencias_da_sessao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/oradores_expediente.html b/sapl/templates/sessao/blocos_ata/oradores_expediente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_ata/oradores_explicacoes.html b/sapl/templates/sessao/blocos_ata/oradores_explicacoes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/conteudo_multimidia.html b/sapl/templates/sessao/blocos_resumo/conteudo_multimidia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/expedientes.html b/sapl/templates/sessao/blocos_resumo/expedientes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/identificacao_basica.html b/sapl/templates/sessao/blocos_resumo/identificacao_basica.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/lista_presenca.html b/sapl/templates/sessao/blocos_resumo/lista_presenca.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/lista_presenca_ordem_dia.html b/sapl/templates/sessao/blocos_resumo/lista_presenca_ordem_dia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/materias_expediente.html b/sapl/templates/sessao/blocos_resumo/materias_expediente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/materias_ordem_dia.html b/sapl/templates/sessao/blocos_resumo/materias_ordem_dia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/mesa_diretora.html b/sapl/templates/sessao/blocos_resumo/mesa_diretora.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/ocorrencias_da_sessao.html b/sapl/templates/sessao/blocos_resumo/ocorrencias_da_sessao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/oradores_expediente.html b/sapl/templates/sessao/blocos_resumo/oradores_expediente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/blocos_resumo/oradores_explicacoes.html b/sapl/templates/sessao/blocos_resumo/oradores_explicacoes.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/expediente.html b/sapl/templates/sessao/expediente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/expedientemateria_form.html b/sapl/templates/sessao/expedientemateria_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/expedientemateria_list.html b/sapl/templates/sessao/expedientemateria_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/layouts.yaml b/sapl/templates/sessao/layouts.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/mesa.html b/sapl/templates/sessao/mesa.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/ocorrencia_sessao.html b/sapl/templates/sessao/ocorrencia_sessao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/ordemdia_form.html b/sapl/templates/sessao/ordemdia_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/ordemdia_list.html b/sapl/templates/sessao/ordemdia_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/painel.html b/sapl/templates/sessao/painel.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/pauta_inexistente.html b/sapl/templates/sessao/pauta_inexistente.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/pauta_sessao_detail.html b/sapl/templates/sessao/pauta_sessao_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/pauta_sessao_filter.html b/sapl/templates/sessao/pauta_sessao_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/pauta_sessao_list.html b/sapl/templates/sessao/pauta_sessao_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/pauta_subnav.yaml b/sapl/templates/sessao/pauta_subnav.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/presenca.html b/sapl/templates/sessao/presenca.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/presenca_ordemdia.html b/sapl/templates/sessao/presenca_ordemdia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/resumo.html b/sapl/templates/sessao/resumo.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/resumo_ata.html b/sapl/templates/sessao/resumo_ata.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/resumo_ordenacao.html b/sapl/templates/sessao/resumo_ordenacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/sessaoplenaria_filter.html b/sapl/templates/sessao/sessaoplenaria_filter.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/sessaoplenaria_form.html b/sapl/templates/sessao/sessaoplenaria_form.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/sessaoplenaria_list.html b/sapl/templates/sessao/sessaoplenaria_list.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/subnav.yaml b/sapl/templates/sessao/subnav.yaml old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/votacao/nominal.html b/sapl/templates/sessao/votacao/nominal.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/votacao/nominal_detail.html b/sapl/templates/sessao/votacao/nominal_detail.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/votacao/nominal_edit.html b/sapl/templates/sessao/votacao/nominal_edit.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/votacao/nominal_transparencia.html b/sapl/templates/sessao/votacao/nominal_transparencia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/votacao/simbolica_transparencia.html b/sapl/templates/sessao/votacao/simbolica_transparencia.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/votacao/votacao.html b/sapl/templates/sessao/votacao/votacao.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sessao/votacao/votacao_edit.html b/sapl/templates/sessao/votacao/votacao_edit.html old mode 100644 new mode 100755 diff --git a/sapl/templates/sistema.html b/sapl/templates/sistema.html old mode 100644 new mode 100755 diff --git a/sapl/test_crispy_layout_mixin.py b/sapl/test_crispy_layout_mixin.py old mode 100644 new mode 100755 diff --git a/sapl/test_general.py b/sapl/test_general.py old mode 100644 new mode 100755 diff --git a/sapl/test_urls.py b/sapl/test_urls.py old mode 100644 new mode 100755 diff --git a/sapl/test_utils.py b/sapl/test_utils.py old mode 100644 new mode 100755 diff --git a/sapl/urls.py b/sapl/urls.py old mode 100644 new mode 100755 diff --git a/sapl/utils.py b/sapl/utils.py old mode 100644 new mode 100755 diff --git a/sapl/wsgi.py b/sapl/wsgi.py old mode 100644 new mode 100755 diff --git a/scripts/anonimizador/anon.py b/scripts/anonimizador/anon.py old mode 100644 new mode 100755 diff --git a/scripts/anonimizador/nomes.txt b/scripts/anonimizador/nomes.txt old mode 100644 new mode 100755 diff --git a/scripts/anonimizador/paragrafos.txt b/scripts/anonimizador/paragrafos.txt old mode 100644 new mode 100755 diff --git a/scripts/convert_null_to_empty_in_all_char_fields.py b/scripts/convert_null_to_empty_in_all_char_fields.py old mode 100644 new mode 100755 diff --git a/scripts/fk_protocoloadm_docadm.py b/scripts/fk_protocoloadm_docadm.py old mode 100644 new mode 100755 diff --git a/scripts/hooks/pre-commit b/scripts/hooks/pre-commit old mode 100644 new mode 100755 diff --git a/scripts/id_numero_legislatura.py b/scripts/id_numero_legislatura.py old mode 100644 new mode 100755 diff --git a/scripts/legacy_db_checks.sql b/scripts/legacy_db_checks.sql old mode 100644 new mode 100755 diff --git a/scripts/lista_permissions_in_decorators.py b/scripts/lista_permissions_in_decorators.py old mode 100644 new mode 100755 diff --git a/scripts/lista_urls.py b/scripts/lista_urls.py old mode 100644 new mode 100755 diff --git a/scripts/redbaron.py b/scripts/redbaron.py old mode 100644 new mode 100755 diff --git a/scripts/set_inicio_mandato.py b/scripts/set_inicio_mandato.py old mode 100644 new mode 100755 diff --git a/scripts/voto_parlamentar.sql b/scripts/voto_parlamentar.sql old mode 100644 new mode 100755 diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 diff --git a/test_hashers.py b/test_hashers.py old mode 100644 new mode 100755