Changeset 653450
- Timestamp:
- 01/16/2013 08:31:47 AM (13 years ago)
- Location:
- pafacile
- Files:
-
- 3 edited
- 42 copied
-
tags/2.5.7 (copied) (copied from pafacile/trunk)
-
tags/2.5.7/PAFacileBackend.php (copied) (copied from pafacile/trunk/PAFacileBackend.php)
-
tags/2.5.7/PAFacileFrontend.php (copied) (copied from pafacile/trunk/PAFacileFrontend.php) (1 diff)
-
tags/2.5.7/PAFacileUpdateManager.php (copied) (copied from pafacile/trunk/PAFacileUpdateManager.php)
-
tags/2.5.7/admin-pafacile.css (copied) (copied from pafacile/trunk/admin-pafacile.css)
-
tags/2.5.7/ajax/actions.php (copied) (copied from pafacile/trunk/ajax/actions.php)
-
tags/2.5.7/alboPretorio/dettaglio.php (copied) (copied from pafacile/trunk/alboPretorio/dettaglio.php)
-
tags/2.5.7/alboPretorio/elenco.php (copied) (copied from pafacile/trunk/alboPretorio/elenco.php)
-
tags/2.5.7/alboPretorio/stampa.php (copied) (copied from pafacile/trunk/alboPretorio/stampa.php)
-
tags/2.5.7/bandi/dettaglio.php (copied) (copied from pafacile/trunk/bandi/dettaglio.php)
-
tags/2.5.7/bandi/elenco.php (copied) (copied from pafacile/trunk/bandi/elenco.php)
-
tags/2.5.7/db.php (copied) (copied from pafacile/trunk/db.php)
-
tags/2.5.7/definitions.php (copied) (copied from pafacile/trunk/definitions.php)
-
tags/2.5.7/delibere/elenco.php (copied) (copied from pafacile/trunk/delibere/elenco.php)
-
tags/2.5.7/determine/elenco.php (copied) (copied from pafacile/trunk/determine/elenco.php)
-
tags/2.5.7/doSave.php (copied) (copied from pafacile/trunk/doSave.php)
-
tags/2.5.7/google-analytics/index.php (copied) (copied from pafacile/trunk/google-analytics/index.php)
-
tags/2.5.7/incarichiProfessionali/dettaglio.php (copied) (copied from pafacile/trunk/incarichiProfessionali/dettaglio.php)
-
tags/2.5.7/incarichiProfessionali/elenco.php (copied) (copied from pafacile/trunk/incarichiProfessionali/elenco.php)
-
tags/2.5.7/mce/editor_plugin.dev.js (copied) (copied from pafacile/trunk/mce/editor_plugin.dev.js)
-
tags/2.5.7/ordinanze/elenco.php (copied) (copied from pafacile/trunk/ordinanze/elenco.php)
-
tags/2.5.7/organi/elenco.php (copied) (copied from pafacile/trunk/organi/elenco.php)
-
tags/2.5.7/organigramma/dettaglio.php (copied) (copied from pafacile/trunk/organigramma/dettaglio.php)
-
tags/2.5.7/organigramma/elenco.php (copied) (copied from pafacile/trunk/organigramma/elenco.php)
-
tags/2.5.7/public-contents/AlboPretorio.php (copied) (copied from pafacile/trunk/public-contents/AlboPretorio.php)
-
tags/2.5.7/public-contents/BandiGare.php (copied) (copied from pafacile/trunk/public-contents/BandiGare.php)
-
tags/2.5.7/public-contents/Delibere.php (copied) (copied from pafacile/trunk/public-contents/Delibere.php)
-
tags/2.5.7/public-contents/Determine.php (copied) (copied from pafacile/trunk/public-contents/Determine.php)
-
tags/2.5.7/public-contents/Incarichi.php (copied) (copied from pafacile/trunk/public-contents/Incarichi.php)
-
tags/2.5.7/public-contents/Ordinanze.php (copied) (copied from pafacile/trunk/public-contents/Ordinanze.php)
-
tags/2.5.7/public-contents/Organi.php (copied) (copied from pafacile/trunk/public-contents/Organi.php)
-
tags/2.5.7/public-contents/Sovvenzioni.php (copied) (copied from pafacile/trunk/public-contents/Sovvenzioni.php)
-
tags/2.5.7/public-contents/iContents.php (copied) (copied from pafacile/trunk/public-contents/iContents.php)
-
tags/2.5.7/readme.txt (copied) (copied from pafacile/trunk/readme.txt) (2 diffs)
-
tags/2.5.7/scripts/jq.pafacile.js (copied) (copied from pafacile/trunk/scripts/jq.pafacile.js)
-
tags/2.5.7/sovvenzioni (copied) (copied from pafacile/trunk/sovvenzioni)
-
tags/2.5.7/toSendIt.php (copied) (copied from pafacile/trunk/toSendIt.php)
-
tags/2.5.7/toSendItPAFacileContents.php (copied) (copied from pafacile/trunk/toSendItPAFacileContents.php)
-
tags/2.5.7/toSendItPAFacilePages.php (copied) (copied from pafacile/trunk/toSendItPAFacilePages.php)
-
tags/2.5.7/toSendItPAFacileWidgets.php (copied) (copied from pafacile/trunk/toSendItPAFacileWidgets.php)
-
tags/2.5.7/tosendit-pa.php (copied) (copied from pafacile/trunk/tosendit-pa.php) (3 diffs)
-
tags/2.5.7/welcome.php (copied) (copied from pafacile/trunk/welcome.php)
-
trunk/PAFacileFrontend.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tosendit-pa.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pafacile/tags/2.5.7/PAFacileFrontend.php
r653152 r653450 87 87 88 88 static function parseContents($content, $fromWidget = false){ 89 $content = strstr( $content , array( 89 /* 90 * Bugfix: invocato il metodo errato "strstr" al posto di "strtr" 91 */ 92 $content = strtr( $content , array( 90 93 '<p>[' => '[', 91 94 ']</p>' => ']', -
pafacile/tags/2.5.7/readme.txt
r653152 r653450 5 5 Requires at least: 3.4 6 6 Tested up to: 3.5 7 Stable tag: 2.5. 67 Stable tag: 2.5.7 8 8 License: GPLv3 9 9 … … 81 81 82 82 == Changelog == 83 84 = 2.5.7 (2013-01-16) = 85 * Bugfix: Invocato erroneamente il metodo strstr al posto di strtr (bug introdotto con la versione 2.5.6). 86 83 87 = 2.5.6 (2013-01-15) = 84 88 * Bugfix: Tutti gli utenti autenticati potevano vedere tutte le voci di menu. -
pafacile/tags/2.5.7/tosendit-pa.php
r653152 r653450 3 3 * @package toSend.it 4 4 * @author toSend.it di Luisa Marra 5 * @version 2.5. 65 * @version 2.5.7 6 6 */ 7 7 /* … … 10 10 Description: PAFacile è un plugin nato per consentire alle pubbliche amministrazione di gestire la trasparenza amministrativa secondo gli obblighi di legge. Il plugin è l'unico in Italia a consentire l'adeguamento di un sito web di una pubblica amministrazione agli ultimi aggiornamenti normativa in materia di Albo Pretorio on-line, Bandi di Gara, Delbere e determinazioni, Ordinanze, Organigramma, Incarichi professionali, Sovvenzioni. 11 11 Author: toSend.it di Luisa Marra 12 Version: 2.5. 612 Version: 2.5.7 13 13 Author URI: http://toSend.it 14 14 */ … … 27 27 #define('TOSENDIT_PAFACILE_VERSION', '2.5.4'); 28 28 #define('TOSENDIT_PAFACILE_VERSION', '2.5.5'); 29 define('TOSENDIT_PAFACILE_VERSION', '2.5.6'); 29 #define('TOSENDIT_PAFACILE_VERSION', '2.5.6'); 30 define('TOSENDIT_PAFACILE_VERSION', '2.5.7'); 30 31 31 32 # è PAFacile in un installazione di default -
pafacile/trunk/PAFacileFrontend.php
r653152 r653450 87 87 88 88 static function parseContents($content, $fromWidget = false){ 89 $content = strstr( $content , array( 89 /* 90 * Bugfix: invocato il metodo errato "strstr" al posto di "strtr" 91 */ 92 $content = strtr( $content , array( 90 93 '<p>[' => '[', 91 94 ']</p>' => ']', -
pafacile/trunk/readme.txt
r653152 r653450 5 5 Requires at least: 3.4 6 6 Tested up to: 3.5 7 Stable tag: 2.5. 67 Stable tag: 2.5.7 8 8 License: GPLv3 9 9 … … 81 81 82 82 == Changelog == 83 84 = 2.5.7 (2013-01-16) = 85 * Bugfix: Invocato erroneamente il metodo strstr al posto di strtr (bug introdotto con la versione 2.5.6). 86 83 87 = 2.5.6 (2013-01-15) = 84 88 * Bugfix: Tutti gli utenti autenticati potevano vedere tutte le voci di menu. -
pafacile/trunk/tosendit-pa.php
r653152 r653450 3 3 * @package toSend.it 4 4 * @author toSend.it di Luisa Marra 5 * @version 2.5. 65 * @version 2.5.7 6 6 */ 7 7 /* … … 10 10 Description: PAFacile è un plugin nato per consentire alle pubbliche amministrazione di gestire la trasparenza amministrativa secondo gli obblighi di legge. Il plugin è l'unico in Italia a consentire l'adeguamento di un sito web di una pubblica amministrazione agli ultimi aggiornamenti normativa in materia di Albo Pretorio on-line, Bandi di Gara, Delbere e determinazioni, Ordinanze, Organigramma, Incarichi professionali, Sovvenzioni. 11 11 Author: toSend.it di Luisa Marra 12 Version: 2.5. 612 Version: 2.5.7 13 13 Author URI: http://toSend.it 14 14 */ … … 27 27 #define('TOSENDIT_PAFACILE_VERSION', '2.5.4'); 28 28 #define('TOSENDIT_PAFACILE_VERSION', '2.5.5'); 29 define('TOSENDIT_PAFACILE_VERSION', '2.5.6'); 29 #define('TOSENDIT_PAFACILE_VERSION', '2.5.6'); 30 define('TOSENDIT_PAFACILE_VERSION', '2.5.7'); 30 31 31 32 # è PAFacile in un installazione di default
Note: See TracChangeset
for help on using the changeset viewer.