Page MenuHomeGitPull.it
Feed All Stories

Sep 19 2024

gitpull.android.builder added a comment to D165: test asdlol.

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

Sep 19 2024, 01:28 · Libre BusTO
gitpull.android.builder added a comment to D165: test asdlol.

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

Sep 19 2024, 00:59 · Libre BusTO

Sep 18 2024

gitpull.android.builder added a comment to D165: test asdlol.

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

Sep 18 2024, 18:43 · Libre BusTO
gitpull.android.builder added a comment to D165: test asdlol.

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

Sep 18 2024, 18:37 · Libre BusTO
gitpull.android.builder added a comment to D165: test asdlol.

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

Sep 18 2024, 18:30 · Libre BusTO
gitpull.android.builder added a comment to D165: test asdlol.

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

Sep 18 2024, 18:26 · Libre BusTO
gitpull.android.builder added a comment to D165: test asdlol.

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

Sep 18 2024, 18:19 · Libre BusTO
gitpull.android.builder added a comment to D165: test asdlol.

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

Sep 18 2024, 17:35 · Libre BusTO
valerio.bozzolan requested review of D165: test asdlol.
Sep 18 2024, 17:32 · Libre BusTO
fabio.mazza closed D164: Fix not showing the stop name if in favorites.
Sep 18 2024, 14:56 · Libre BusTO
fabio.mazza committed R4:bfeb485489ee: Fix not showing the stop name if in favorites.
Sep 18 2024, 14:56
valerio.bozzolan accepted D164: Fix not showing the stop name if in favorites.

No backdoors. Yeah. asd

Sep 18 2024, 14:51 · Libre BusTO
fabio.mazza requested review of D164: Fix not showing the stop name if in favorites.
Sep 18 2024, 14:46 · Libre BusTO
fabio.mazza added a revision to T1264: [Bug] Title of favorite stop not showing correctly: D164: Fix not showing the stop name if in favorites.
Sep 18 2024, 14:44 · Libre BusTO (2.3.0), Bug Report
fabio.mazza added a project to T1264: [Bug] Title of favorite stop not showing correctly: Bug Report.
Sep 18 2024, 11:25 · Libre BusTO (2.3.0), Bug Report
fabio.mazza triaged T1264: [Bug] Title of favorite stop not showing correctly as Unbreak Now! priority.
Sep 18 2024, 11:24 · Libre BusTO (2.3.0), Bug Report
fabio.mazza created T1264: [Bug] Title of favorite stop not showing correctly.
Sep 18 2024, 11:24 · Libre BusTO (2.3.0), Bug Report

Sep 12 2024

fabio.mazza committed R66:727cef8b4830: Adjust types.
Sep 12 2024, 23:41
fabio.mazza committed R66:344a422e3673: Make new version.
Sep 12 2024, 23:41

Sep 6 2024

valerio.bozzolan edited the content of First steps with boz-mw MediaWiki API framework.
Sep 6 2024, 20:05 · boz-mw: MediaWiki API client

Aug 28 2024

valerio.bozzolan added a comment to T1262: Bosh Iron - WTF.

Called again today. No answer. I've sent a PEC today.

Aug 28 2024, 15:09 · User-valerio.bozzolan, Valerio's stuff
valerio.bozzolan created T1262: Bosh Iron - WTF.
Aug 28 2024, 14:57 · User-valerio.bozzolan, Valerio's stuff

Aug 26 2024

valerio.bozzolan edited P30 ILS Manager prod error.
Aug 26 2024, 23:29
valerio.bozzolan created P30 ILS Manager prod error.
Aug 26 2024, 23:27

Aug 24 2024

valerio.bozzolan added a comment to P29 WordPress MU - debug activated - crash.
diff --git a/inc/multisite.php b/inc/multisite.php
index 83c9c97..8890c9d 100644
--- a/inc/multisite.php
+++ b/inc/multisite.php
@@ -4,11 +4,12 @@
 add_filter( 'map_meta_cap', 'multisite_custom_css_map_meta_cap', 20, 3 );
 function multisite_custom_css_map_meta_cap( $caps, $cap, $user_id ) {
        $user_meta = get_userdata($user_id);
-       $user_roles = $user_meta->roles;
-       if ( in_array("administrator", $user_roles) ){
-               $caps = array( 'edit_theme_options' );
+       if( $user_meta ) {
+               $user_roles = $user_meta->roles;
+               if ( in_array("administrator", $user_roles) ){
+                       $caps[] = 'edit_theme_options';
+               }
        }
-
        return $caps;
 }
Aug 24 2024, 18:10
valerio.bozzolan added a comment to P29 WordPress MU - debug activated - crash.
Deprecated: Creation of dynamic property Stonehenge_Plugin::$parsley is deprecated in /home/sezionilocali/public_html/wp-content/plugins/stonehenge-em-osm/stonehenge/class-core.php on line 130
Aug 24 2024, 17:56
valerio.bozzolan added a comment to P29 WordPress MU - debug activated - crash.
diff --git a/inc/multisite.php b/inc/multisite.php
index 83c9c97..8890c9d 100644
--- a/inc/multisite.php
+++ b/inc/multisite.php
@@ -4,11 +4,12 @@
 add_filter( 'map_meta_cap', 'multisite_custom_css_map_meta_cap', 20, 3 );
 function multisite_custom_css_map_meta_cap( $caps, $cap, $user_id ) {
        $user_meta = get_userdata($user_id);
-       $user_roles = $user_meta->roles;
-       if ( in_array("administrator", $user_roles) ){
-               $caps = array( 'edit_theme_options' );
+       if( $user_meta ) {
+               $user_roles = $user_meta->roles;
+               if ( in_array("administrator", $user_roles) ){
+                       $caps[] = 'edit_theme_options';
+               }
        }
-
        return $caps;
 }
Aug 24 2024, 17:52
valerio.bozzolan created P29 WordPress MU - debug activated - crash.
Aug 24 2024, 17:48

Aug 23 2024

valerio.bozzolan created E104: Renew servizi.linux.it certificate.
Aug 23 2024, 19:21
valerio.bozzolan updated the task description for T96: Automate wildcard certificate renew for *.servizi.linux.it.
Aug 23 2024, 19:05 · User-valerio.bozzolan, Servizi Linux
valerio.bozzolan updated the task description for T96: Automate wildcard certificate renew for *.servizi.linux.it.
Aug 23 2024, 19:03 · User-valerio.bozzolan, Servizi Linux
valerio.bozzolan updated the task description for T96: Automate wildcard certificate renew for *.servizi.linux.it.
Aug 23 2024, 18:49 · User-valerio.bozzolan, Servizi Linux
valerio.bozzolan archived Italian Linux Society (Aprile 2024).
Aug 23 2024, 18:49
valerio.bozzolan archived Italian Linux Society (Marzo 2024).
Aug 23 2024, 18:48
valerio.bozzolan closed T501: Prepare Phabricator's Linux Day talk as Wontfix.
Aug 23 2024, 18:48 · User-valerio.bozzolan, Restricted Project
valerio.bozzolan updated the task description for T1261: Release "Midnight talk: 200 licenze in 25 minuti -Valerio Bozzolan" on Video.Linux.it.
Aug 23 2024, 17:37 · Valerio's stuff, User-valerio.bozzolan
valerio.bozzolan updated the task description for T1261: Release "Midnight talk: 200 licenze in 25 minuti -Valerio Bozzolan" on Video.Linux.it.
Aug 23 2024, 17:30 · Valerio's stuff, User-valerio.bozzolan
valerio.bozzolan added a comment to T1261: Release "Midnight talk: 200 licenze in 25 minuti -Valerio Bozzolan" on Video.Linux.it.

For the first point, tried:

Aug 23 2024, 17:25 · Valerio's stuff, User-valerio.bozzolan
valerio.bozzolan created T1261: Release "Midnight talk: 200 licenze in 25 minuti -Valerio Bozzolan" on Video.Linux.it.
Aug 23 2024, 17:25 · Valerio's stuff, User-valerio.bozzolan

Aug 12 2024

valerio.bozzolan edited the content of Welcome in GitPull.it.
Aug 12 2024, 15:18 · gitpull.it

Aug 10 2024

valerio.bozzolan changed the start date for E102: Maintenance Washing Machine from Sep 1 2024, 19:00 to Nov 1 2024, 19:00.
Aug 10 2024, 23:03 · Unknown Object (Project)

Aug 2 2024

valerio.bozzolan raised the priority of T1096: Allow to translate the Category description from Low to High.
Aug 2 2024, 11:10 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan raised the priority of T1088: Allow to translate the POI "name" field from Normal to High.
Aug 2 2024, 11:09 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan archived AtlasFor (2024-07-10).
Aug 2 2024, 11:08
valerio.bozzolan added a comment to T1257: Update WordPress of https://magazine.landscapefor.eu/.

(Un-Debianized yesterday night - so now it's at latest version, but must be manually updated since it does not receive updates from Debian anymore)

Aug 2 2024, 10:51 · AtlasFor (2024-07-10), User-valerio.bozzolan

Jul 21 2024

valerio.bozzolan triaged T1135: Fix crash caused by RemoteServiceException (Couldn't create icon: StatusBarIcon - ActivityThread.java:1476) on version 1.18.2 as Unbreak Now! priority.
Jul 21 2024, 10:18 · Libre BusTO (1.18.1), Bug Report

Jul 18 2024

valerio.bozzolan raised the priority of T1021: Usergroup management: add a button "re-associate all POIs from that Archive to this Usergroup" from Normal to High.
Jul 18 2024, 16:01 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan moved T1048: Allow to lock a POI from Neeeext to 2024-07-10 on the AtlasFor board.
Jul 18 2024, 16:00 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan moved T1020: User List: add a Filter by "has POIs" or "has not POIs" from Neeeext to 2024-07-10 on the AtlasFor board.
Jul 18 2024, 16:00 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan added a comment to T1020: User List: add a Filter by "has POIs" or "has not POIs".

This was designed to find people who do not create anything. Released today. Created yesterday night.

Jul 18 2024, 16:00 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan closed T1020: User List: add a Filter by "has POIs" or "has not POIs" as Resolved by committing Restricted Diffusion Commit.
Jul 18 2024, 15:53 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan raised the priority of T1088: Allow to translate the POI "name" field from Low to Normal.
Jul 18 2024, 15:23 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan lowered the priority of T1097: Allow to translate Usergroup name and description from Low to Wishlist.
Jul 18 2024, 15:23 · AtlasFor (Neeeext)
valerio.bozzolan closed T1048: Allow to lock a POI, a subtask of T1046: Various 2.0 3 February 2022, as Invalid.
Jul 18 2024, 15:19 · AtlasFor (AtlasFor 10 Feb 2022), User-valerio.bozzolan
valerio.bozzolan closed T1048: Allow to lock a POI as Invalid.

Specifications are unclear. Not desired anymore \o/ lol

Jul 18 2024, 15:19 · AtlasFor (2024-07-10), User-valerio.bozzolan

Jul 12 2024

valerio.bozzolan edited projects for T768: POI comune QUIZ esteri, added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan edited projects for T1048: Allow to lock a POI, added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan edited projects for T612: Allow to map a Media specifying a "goto another Media" as action, added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan edited projects for T1020: User List: add a Filter by "has POIs" or "has not POIs", added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan edited projects for T1213: Fix missing names over the map on some World Imageries - because of Stamen is closing, added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan edited projects for T1088: Allow to translate the POI "name" field, added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan edited projects for T1096: Allow to translate the Category description, added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan edited projects for T97: Fix wrong News order, added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan edited projects for T1021: Usergroup management: add a button "re-associate all POIs from that Archive to this Usergroup", added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan edited projects for T1098: Add support to Facebook videos, added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan edited projects for T1097: Allow to translate Usergroup name and description, added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext)
valerio.bozzolan edited projects for T1256: Install Sitemap in Landscapefor Joomla 3.9 (eventually upgrade Joomla), added: AtlasFor (Neeeext); removed AtlasFor (2024-07-10).
Jul 12 2024, 15:14 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan created AtlasFor (Neeeext).
Jul 12 2024, 15:07
valerio.bozzolan renamed AtlasFor (2024-07-10) from Neeeeeeeeeeeeeeeeext to 2024-07-10.
Jul 12 2024, 15:06
valerio.bozzolan set Changelog (IT) to Mobile: dopo aver cliccato su un POI, centra la mappa lì on T1253: Mobile: after clicking on POI, center map there.
Jul 12 2024, 15:05 · User-valerio.bozzolan, AtlasFor (2024-07-10)

Jul 11 2024

valerio.bozzolan added a subtask for T1260: Fix Homepage senza immagine principale: T581: Homepage: allow to change the splash image.
Jul 11 2024, 15:32 · Border Radio, User-valerio.bozzolan
valerio.bozzolan added a parent task for T581: Homepage: allow to change the splash image: T1260: Fix Homepage senza immagine principale.
Jul 11 2024, 15:32 · Border Radio (November 2020)
valerio.bozzolan updated the name of F2192331: AirTime theme no top image.png from "image.png" to "AirTime theme no top image.png".
Jul 11 2024, 15:32
valerio.bozzolan updated the task description for T1260: Fix Homepage senza immagine principale.
Jul 11 2024, 15:30 · Border Radio, User-valerio.bozzolan
valerio.bozzolan triaged T1260: Fix Homepage senza immagine principale as High priority.
Jul 11 2024, 15:29 · Border Radio, User-valerio.bozzolan
valerio.bozzolan triaged T1259: Smantellamento server a Comala as Normal priority.
Jul 11 2024, 15:28 · Border Radio

Jul 10 2024

valerio.bozzolan closed T1258: Implement Line-Toggler (not just Area-Toggler) as Resolved by committing Restricted Diffusion Commit.
Jul 10 2024, 16:52 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan closed T1258: Implement Line-Toggler (not just Area-Toggler), a subtask of T1192: Areas and itineraries, as Resolved.
Jul 10 2024, 16:52 · AtlasFor (2024-07-10), User-valerio.bozzolan
setareh.pedone raised the priority of T1258: Implement Line-Toggler (not just Area-Toggler) from Normal to High.
Jul 10 2024, 16:50 · AtlasFor (2024-07-10), User-valerio.bozzolan
setareh.pedone closed T1192: Areas and itineraries as Resolved.
Jul 10 2024, 16:50 · AtlasFor (2024-07-10), User-valerio.bozzolan
setareh.pedone closed T1257: Update WordPress of https://magazine.landscapefor.eu/ as Resolved.
Jul 10 2024, 16:49 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan updated the task description for T1258: Implement Line-Toggler (not just Area-Toggler).
Jul 10 2024, 16:42 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan set the point value for T846: Backend: distinguish POI Lines from Areas to 1.5.
Jul 10 2024, 16:42 · AtlasFor
valerio.bozzolan renamed T846: Backend: distinguish POI Lines from Areas from Distinguish lines from areas to Backend: distinguish POI Lines from Areas.
Jul 10 2024, 16:42 · AtlasFor
valerio.bozzolan added a parent task for T846: Backend: distinguish POI Lines from Areas: T1258: Implement Line-Toggler (not just Area-Toggler).
Jul 10 2024, 16:41 · AtlasFor
valerio.bozzolan added a subtask for T1258: Implement Line-Toggler (not just Area-Toggler): T846: Backend: distinguish POI Lines from Areas.
Jul 10 2024, 16:41 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan triaged T1258: Implement Line-Toggler (not just Area-Toggler) as Normal priority.
Jul 10 2024, 16:41 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan triaged T1257: Update WordPress of https://magazine.landscapefor.eu/ as Normal priority.
Jul 10 2024, 14:44 · User-valerio.bozzolan, AtlasFor (2024-07-10)
valerio.bozzolan triaged T1256: Install Sitemap in Landscapefor Joomla 3.9 (eventually upgrade Joomla) as Normal priority.
Jul 10 2024, 14:33 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan triaged T1255: Comprare pinza di gomma per svitare filtro polifosfati incastrato as Low priority.
Jul 10 2024, 13:30 · Unknown Object (Project), User-valerio.bozzolan
valerio.bozzolan closed T1254: Cambiare filtro polifosfati as Resolved.
Jul 10 2024, 13:30 · Unknown Object (Project), User-valerio.bozzolan

Jul 4 2024

valerio.bozzolan updated the task description for T612: Allow to map a Media specifying a "goto another Media" as action.
Jul 4 2024, 10:04 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan updated the task description for T612: Allow to map a Media specifying a "goto another Media" as action.
Jul 4 2024, 10:03 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan removed a parent task for T612: Allow to map a Media specifying a "goto another Media" as action: T574: Allow to map Medias' images to allow custom actions.
Jul 4 2024, 09:56 · AtlasFor (Neeeext), User-valerio.bozzolan
valerio.bozzolan removed a subtask for T574: Allow to map Medias' images to allow custom actions: T612: Allow to map a Media specifying a "goto another Media" as action.
Jul 4 2024, 09:56 · Epic, AtlasFor
valerio.bozzolan added a comment to T1252: Duplicate POI.

Added some documentation: https://wiki.landscapefor.eu/wiki/Duplicazione_POI

Jul 4 2024, 08:43 · User-valerio.bozzolan, AtlasFor (2024-07-10)
valerio.bozzolan closed T1252: Duplicate POI as Resolved.
Jul 4 2024, 01:30 · User-valerio.bozzolan, AtlasFor (2024-07-10)
valerio.bozzolan updated the task description for T1252: Duplicate POI.
Jul 4 2024, 01:21 · User-valerio.bozzolan, AtlasFor (2024-07-10)
valerio.bozzolan updated the task description for T1252: Duplicate POI.
Jul 4 2024, 01:17 · AtlasFor (2024-07-10), User-valerio.bozzolan
valerio.bozzolan updated the task description for T1252: Duplicate POI.
Jul 4 2024, 01:06 · AtlasFor (2024-07-10), User-valerio.bozzolan