Skip to content

Commit

Permalink
Release: 3.0.3 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojonathacardoso authored Apr 6, 2021
1 parent 37a6ea3 commit 8d2edf3
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SAAP - Sistema de Apoio à Atividade Parlamentar

Esta página reúne informações úteis sobre o desenvolvimento atual do SAAP.

Isso significa que toda a informação aqui apresentada aplica-se apenas para a versão 3.0 e superior.
Isso significa que toda a informação aqui apresentada aplica-se apenas para a versão 3.0.1 e superior.


Desenvolvimento
Expand Down
5 changes: 5 additions & 0 deletions docs/implementacoes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Orientações gerais de implementação e testes
***********************************************

Aviso
-------------
Tais orientações são replicações das mesmas orientadas no SAPL. Entretanto, as mesmas ainda não estão totalmente ativas - principalmente o teste.


Boas Práticas
--------------

Expand Down
22 changes: 11 additions & 11 deletions docs/instalacao.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Onde:

* Você deve preencher os dados do banco de dados
* Para desenvolvimento, deixe as opções ``DEBUG`` e ``DJANGO_TOOLBAR`` em True
* Informe os dados do servidor de e-mail
* Informe os dados do servidor de e-mail - ao menos a porta. Não é possível gerar a chave secreta sem que a porta esteja informada.
* Preencha os dados da Câmara. Os mesmos serão utilizados no cabeçalho e rodapé da página. Além disto, informe corretamente o seu município e a UF, de forma ao sistema carregar corretamente os campos que dependem dessas informações
* Caso você queria usar um brasão próprio na barra superior, coloque-o na pasta ``/var/interlegis/saap/saap/static/img``, com o nome de ``brasao-camara.png`` e ative com True. Deixando como False, o brasão exibido será o da República.

Expand All @@ -229,20 +229,20 @@ Como exemplo de arquivo ``.env``, veja:
SITE_NAME='Sistema de Apoio à Atividade Parlamentar'
SITE_DOMAIN='saap.camaranh.rs.gov.br'
EMAIL_USE_TLS=True
EMAIL_PORT=
EMAIL_PORT=25
EMAIL_HOST=
EMAIL_SEND_USER=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
DADOS_NOME='Câmara Municipal de Novo Hamburgo'
DADOS_ENDERECO='Rua Almirante Barroso, 261'
DADOS_MUNICIPIO='Novo Hamburgo'
DADOS_UF='RS'
DADOS_CEP='93510-290'
DADOS_EMAIL='[email protected].br'
DADOS_TELEFONE='(51) 3594-0500'
DADOS_SITE='portal.camaranh.rs.gov.br'
BRASAO_PROPRIO=True
DADOS_NOME='Câmara Municipal do Interlegis'
DADOS_ENDERECO='Av. N2, Bloco E - Senado Federal'
DADOS_MUNICIPIO='Brasília'
DADOS_UF='DF'
DADOS_CEP='70165-900'
DADOS_EMAIL='[email protected].br'
DADOS_TELEFONE='(61) 3303-3221'
DADOS_SITE='interlegis.leg.br'
BRASAO_PROPRIO=False

7) Corrigir problemas de configuração em alguns pacotes
-----------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions saap/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class BaseMixin(DetailMasterCrud.BaseMixin):
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
context['subnav_template_name'] = 'core/subnav_areatrabalho.yaml'
context['headers'] = ['Usuário', 'Grupo associado']
context['headers'] = ['Usuário', 'Grupo associado', 'Descrição']
return context

class DetailView(DetailMasterCrud.DetailView):
Expand Down Expand Up @@ -309,6 +309,6 @@ def get_template_names(self):
try:
get_template('ajuda/%s.html' % topico)
except TemplateDoesNotExist as e:
raise Http404()
raise Http404("Esse tópico de ajuda não existe. Acesse os tópicos pelo índice.")

return ['ajuda/%s.html' % topico]
2 changes: 1 addition & 1 deletion saap/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
DADOS_SITE = config('DADOS_SITE');
BRASAO_PROPRIO = config('BRASAO_PROPRIO');

VERSION='3.0.2'
VERSION='3.0.3'

INSTALLED_APPS = (
#'django_admin_bootstrapped',
Expand Down
3 changes: 2 additions & 1 deletion saap/templates/403.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
{% load i18n%}

{% block title %}
<h1 class="page-header">{% trans "Sem permissão de acesso!" %}</h1>
<meta http-equiv="refresh" content="3;url=/" />
<center><h1>{% trans "Sem permissão de acesso!" %}</h1></center>
{% endblock %}

{% block base_content %}
Expand Down
15 changes: 15 additions & 0 deletions saap/templates/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% extends "base.html" %}
{% load i18n%}

{% block title %}
<meta http-equiv="refresh" content="3;url=/" />
<center><h1>{% trans "Página não encontrada!" %}</h1></center>
{% endblock %}

{% block base_content %}
<div class="alert alert-danger text-">
<h3>
{{ exception }}
</h3>
</div>
{% endblock %}
3 changes: 2 additions & 1 deletion saap/templates/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
{% load i18n%}

{% block title %}
<h1 class="page-header">{% trans "Ocorreu um erro inesperado" %}</h1>
<meta http-equiv="refresh" content="3;url=/" />
<center><h1>{% trans "Ocorreu um erro inesperado!" %}</h1></center>
{% endblock %}

{% block base_content %}
Expand Down
2 changes: 1 addition & 1 deletion saap/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h1 class="page-header">
<small>
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
</small>
Release: 3.0.2
Release: 3.0.3
</p>
</div>
<div class="col-1-3">
Expand Down
4 changes: 0 additions & 4 deletions saap/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

{% block base_content %}

{% if user and not user.is_anonymous %}
{% include "novidades.html" %}
{% endif %}

<div id="conteudo" style="min-height: 60px">
<div id="homeIndex">
<div class="homeBlock">
Expand Down

0 comments on commit 8d2edf3

Please sign in to comment.