Changeset 577254
- Timestamp:
- 07/25/2012 04:29:32 PM (14 years ago)
- Location:
- pafacile
- Files:
-
- 3 edited
- 28 copied
-
tags/2.4.1 (copied) (copied from pafacile/trunk)
-
tags/2.4.1/PAFacileBackend.php (copied) (copied from pafacile/trunk/PAFacileBackend.php)
-
tags/2.4.1/PAFacileFrontend.php (copied) (copied from pafacile/trunk/PAFacileFrontend.php)
-
tags/2.4.1/PAFacileUpdateManager.php (copied) (copied from pafacile/trunk/PAFacileUpdateManager.php)
-
tags/2.4.1/alboPretorio/dettaglio.php (copied) (copied from pafacile/trunk/alboPretorio/dettaglio.php)
-
tags/2.4.1/alboPretorio/elenco.php (copied) (copied from pafacile/trunk/alboPretorio/elenco.php)
-
tags/2.4.1/alboPretorio/stampa.php (copied) (copied from pafacile/trunk/alboPretorio/stampa.php)
-
tags/2.4.1/bandi/dettaglio.php (copied) (copied from pafacile/trunk/bandi/dettaglio.php) (1 diff)
-
tags/2.4.1/bandi/elenco.php (copied) (copied from pafacile/trunk/bandi/elenco.php)
-
tags/2.4.1/db.php (copied) (copied from pafacile/trunk/db.php)
-
tags/2.4.1/definitions.php (copied) (copied from pafacile/trunk/definitions.php)
-
tags/2.4.1/doSave.php (copied) (copied from pafacile/trunk/doSave.php)
-
tags/2.4.1/google-analytics/index.php (copied) (copied from pafacile/trunk/google-analytics/index.php)
-
tags/2.4.1/incarichiProfessionali/dettaglio.php (copied) (copied from pafacile/trunk/incarichiProfessionali/dettaglio.php)
-
tags/2.4.1/incarichiProfessionali/elenco.php (copied) (copied from pafacile/trunk/incarichiProfessionali/elenco.php)
-
tags/2.4.1/public-contents/AlboPretorio.php (copied) (copied from pafacile/trunk/public-contents/AlboPretorio.php)
-
tags/2.4.1/public-contents/BandiGare.php (copied) (copied from pafacile/trunk/public-contents/BandiGare.php)
-
tags/2.4.1/public-contents/Delibere.php (copied) (copied from pafacile/trunk/public-contents/Delibere.php)
-
tags/2.4.1/public-contents/Determine.php (copied) (copied from pafacile/trunk/public-contents/Determine.php)
-
tags/2.4.1/public-contents/Incarichi.php (copied) (copied from pafacile/trunk/public-contents/Incarichi.php)
-
tags/2.4.1/public-contents/Ordinanze.php (copied) (copied from pafacile/trunk/public-contents/Ordinanze.php)
-
tags/2.4.1/public-contents/Organi.php (copied) (copied from pafacile/trunk/public-contents/Organi.php)
-
tags/2.4.1/readme.txt (copied) (copied from pafacile/trunk/readme.txt) (2 diffs)
-
tags/2.4.1/toSendIt.php (copied) (copied from pafacile/trunk/toSendIt.php)
-
tags/2.4.1/toSendItPAFacileContents.php (copied) (copied from pafacile/trunk/toSendItPAFacileContents.php)
-
tags/2.4.1/toSendItPAFacilePages.php (copied) (copied from pafacile/trunk/toSendItPAFacilePages.php)
-
tags/2.4.1/tosendit-pa.php (copied) (copied from pafacile/trunk/tosendit-pa.php) (2 diffs)
-
tags/2.4.1/welcome.php (copied) (copied from pafacile/trunk/welcome.php)
-
trunk/bandi/dettaglio.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tosendit-pa.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pafacile/tags/2.4.1/bandi/dettaglio.php
r559534 r577254 3 3 global $wpdb; 4 4 $tableName = $wpdb->prefix . TOSENDIT_PAFACILE_DB_BANDI; 5 $id = (isset($_GET['id']) && is_nu emric($_GET['id']))?$_GET['id']:0;5 $id = (isset($_GET['id']) && is_numeric($_GET['id']))?$_GET['id']:0; 6 6 $id = intval($id); 7 7 $row = $wpdb->get_row('select * from ' . $tableName . ' where id="' . $id . '"'); -
pafacile/tags/2.4.1/readme.txt
r559534 r577254 3 3 Tags: albo pretorio, delibere, determine, ordinanze, organigramma, organi di governo, incarichi professionali, bandi di concorso, bandi di gara, graduatorie, google analytics 4 4 Requires at least: 3.3 5 Tested up to: 3.4 6 Stable tag: 2.4 5 Tested up to: 3.4.1 6 Stable tag: 2.4.1 7 7 8 8 Plugin per la gestione delle informazioni on-line che ogni amministrazione deve pubblicare (linee guida per i requisiti minimi per i siti delle PA). … … 70 70 71 71 == Changelog == 72 73 = 2.4.1 (2012-07-23) = 74 * **Bugfix:** Risoluzione problema sull'inserimento e la modifica nuovi bandi 72 75 73 76 = 2.4 (2012-06-18) = -
pafacile/tags/2.4.1/tosendit-pa.php
r559534 r577254 3 3 * @package toSend.it 4 4 * @author toSend.it di Luisa Marra 5 * @version 2.4 5 * @version 2.4.1 6 6 */ 7 7 /* … … 15 15 16 16 #define('TOSENDIT_PAFACILE_VERSION', '2.3'); 17 define('TOSENDIT_PAFACILE_VERSION', '2.4 ');17 define('TOSENDIT_PAFACILE_VERSION', '2.4.1'); 18 18 19 19 # è PAFacile in un installazione di default -
pafacile/trunk/bandi/dettaglio.php
r559534 r577254 3 3 global $wpdb; 4 4 $tableName = $wpdb->prefix . TOSENDIT_PAFACILE_DB_BANDI; 5 $id = (isset($_GET['id']) && is_nu emric($_GET['id']))?$_GET['id']:0;5 $id = (isset($_GET['id']) && is_numeric($_GET['id']))?$_GET['id']:0; 6 6 $id = intval($id); 7 7 $row = $wpdb->get_row('select * from ' . $tableName . ' where id="' . $id . '"'); -
pafacile/trunk/readme.txt
r559534 r577254 3 3 Tags: albo pretorio, delibere, determine, ordinanze, organigramma, organi di governo, incarichi professionali, bandi di concorso, bandi di gara, graduatorie, google analytics 4 4 Requires at least: 3.3 5 Tested up to: 3.4 6 Stable tag: 2.4 5 Tested up to: 3.4.1 6 Stable tag: 2.4.1 7 7 8 8 Plugin per la gestione delle informazioni on-line che ogni amministrazione deve pubblicare (linee guida per i requisiti minimi per i siti delle PA). … … 70 70 71 71 == Changelog == 72 73 = 2.4.1 (2012-07-23) = 74 * **Bugfix:** Risoluzione problema sull'inserimento e la modifica nuovi bandi 72 75 73 76 = 2.4 (2012-06-18) = -
pafacile/trunk/tosendit-pa.php
r559534 r577254 3 3 * @package toSend.it 4 4 * @author toSend.it di Luisa Marra 5 * @version 2.4 5 * @version 2.4.1 6 6 */ 7 7 /* … … 15 15 16 16 #define('TOSENDIT_PAFACILE_VERSION', '2.3'); 17 define('TOSENDIT_PAFACILE_VERSION', '2.4 ');17 define('TOSENDIT_PAFACILE_VERSION', '2.4.1'); 18 18 19 19 # è PAFacile in un installazione di default
Note: See TracChangeset
for help on using the changeset viewer.