Page MenuHomeGitPull.it
Feed All Stories

Today

valerio.bozzolan abandoned D165: test asdlol.
Thu, Sep 19, 01:38 · Libre BusTO
gitpull.android.builder added a comment to D165: test asdlol.

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

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

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

Thu, Sep 19, 00:59 · Libre BusTO

Yesterday

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

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

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

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

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

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

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

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

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

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

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

sha256 571e7962511af16c6a4804f234edf9e26d0efcb13cc8c8e1ca2adf4dde2c59fb

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

No backdoors. Yeah. asd

Wed, Sep 18, 14:51 · Libre BusTO
fabio.mazza requested review of D164: Fix not showing the stop name if in favorites.
Wed, Sep 18, 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.
Wed, Sep 18, 14:44 · Bug Report, Libre BusTO
fabio.mazza added a project to T1264: [Bug] Title of favorite stop not showing correctly: Bug Report.
Wed, Sep 18, 11:25 · Bug Report, Libre BusTO
fabio.mazza triaged T1264: [Bug] Title of favorite stop not showing correctly as Unbreak Now! priority.
Wed, Sep 18, 11:24 · Bug Report, Libre BusTO
fabio.mazza created T1264: [Bug] Title of favorite stop not showing correctly.
Wed, Sep 18, 11:24 · Bug Report, Libre BusTO

Thu, Sep 12

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

Fri, Sep 6

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

Wed, Aug 28

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

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

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

Mon, Aug 26

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

Sat, Aug 24

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;
 }
Sat, Aug 24, 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
Sat, Aug 24, 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;
 }
Sat, Aug 24, 17:52
valerio.bozzolan created P29 WordPress MU - debug activated - crash.
Sat, Aug 24, 17:48

Fri, Aug 23

valerio.bozzolan created E104: Renew servizi.linux.it certificate.
Fri, Aug 23, 19:21
valerio.bozzolan updated the task description for T96: Automate wildcard certificate renew for *.servizi.linux.it.
Fri, Aug 23, 19:05 · User-valerio.bozzolan, Servizi Linux
valerio.bozzolan updated the task description for T96: Automate wildcard certificate renew for *.servizi.linux.it.
Fri, Aug 23, 19:03 · User-valerio.bozzolan, Servizi Linux
valerio.bozzolan updated the task description for T96: Automate wildcard certificate renew for *.servizi.linux.it.
Fri, Aug 23, 18:49 · User-valerio.bozzolan, Servizi Linux
valerio.bozzolan archived Italian Linux Society (Aprile 2024).
Fri, Aug 23, 18:49
valerio.bozzolan archived Italian Linux Society (Marzo 2024).
Fri, Aug 23, 18:48
valerio.bozzolan closed T501: Prepare Phabricator's Linux Day talk as Wontfix.
Fri, Aug 23, 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.
Fri, Aug 23, 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.
Fri, Aug 23, 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:

Fri, Aug 23, 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.
Fri, Aug 23, 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 Sun, Sep 1, 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