-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adição de log de cliques em links externos com o google analytics; Correção na consulta do CNPJ do fornecedor na receita; Remoção do cache no cliente via javascript, informação é marcada para cache no cliente pelo servidor. Com ajustes nos tempos de cache; Correção nos filtros dos lists de deputado para busca pelo nome e apelido; Adição de pagina (iframe) do forum;
- Loading branch information
1 parent
518aeda
commit e83ab7d
Showing
54 changed files
with
3,704 additions
and
5,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > | ||
<section name="OPS.ImportacaoDados.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> | ||
</sectionGroup> | ||
</configSections> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> | ||
</startup> | ||
<system.serviceModel> | ||
<bindings> | ||
<basicHttpBinding> | ||
<binding name="DeputadosSoap" /> | ||
</basicHttpBinding> | ||
</bindings> | ||
<client> | ||
<endpoint address="http://www.camara.leg.br/SitCamaraWS/Deputados.asmx" | ||
binding="basicHttpBinding" bindingConfiguration="DeputadosSoap" | ||
contract="SitCamaraWS.DeputadosSoap" name="DeputadosSoap" /> | ||
</client> | ||
<bindings/> | ||
<client/> | ||
</system.serviceModel> | ||
<applicationSettings> | ||
<OPS.ImportacaoDados.Properties.Settings> | ||
<setting name="OPS_ImportacaoDados_CamaraWS_Deputados" serializeAs="String"> | ||
<value>http://www.camara.leg.br/SitCamaraWS/Deputados.asmx</value> | ||
</setting> | ||
</OPS.ImportacaoDados.Properties.Settings> | ||
</applicationSettings> | ||
</configuration> | ||
</configuration> |
Oops, something went wrong.