From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1740783905; bh=wGEfEQfp1oukHI+ZCCm1cbgsINQyRVIk286clA5/qAg=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:Message-ID:Date:From:Reply-To:Subject:To: Cc:In-Reply-To:References:Resent-Date:Resent-From:Resent-To: Resent-Cc:User-Agent:Content-Type:Content-Transfer-Encoding; b=tPw2LwQQiUlAgLJYzod+Fsp06PP3XGSove1+zwKiXLbgFxeuHS8GL3c8OGwU0lEGO ZVvZPObPD5ns7hmVXl0I8GImRLQLjdy6d8slem78MUs5EMqh6BEDwvlcYMHN7CrKXS tBfwgCqebNxeyoGOo9HrXRMBBfBgHlZwacR68OMXOZTYGK+hrHvAKDVmsOma8fNyas Hv9aj9O8hsCPwuzZCLoqHwlXy5vZVo98I4v4TdLaZn119CqbjXDE0bWKdqWsI/mVWG e0sKXUA7z7xtTaYM4e84gVfPq3y6hY57zpUHlxBr+lTYimkS6yIaZROC80cToxceCs 8NbOBUO9CTBaA== Received: from integral2.. (unknown [182.253.126.171]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 039792071AF5; Fri, 28 Feb 2025 23:05:03 +0000 (UTC) From: Ammar Faizi To: GNU/Weeb Mailing List Cc: Ammar Faizi , Alviro Iskandar Setiawan , Muhammad Rizki , "M. Taufiq Hidayat Pohan" Subject: [PATCH gwmail 0/2] Small updates for the old "profile" page Date: Sat, 1 Mar 2025 06:04:57 +0700 Message-Id: <20250228230459.1610844-1-ammarfaizi2@gnuweeb.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: As the subject says: Small updates for the old "profile" page. I was testing the API functionality with Taufiq and came across a few minor issues. These updates are not critical and shouldn't impact the new frontend development or cause any git conflicts. The following changes since commit 0f781e613d2bc0f05ff64b1233073ad51cfd939f: old: Use relative path to redirect (2025-02-28 05:29:15 +0700) are available in the Git repository at: https://github.com/GNUWeeb/mail.gnuweeb.org.git master for you to fetch changes up to 3c3c00ff4e261aaeab8d91323b99eebf22adc4dd: old: profile: Allow social media fields to be empty (2025-03-01 05:53:42 +0700) ---------------------------------------------------------------- Ammar Faizi (2): old: profile: Fix not found error on 'Back to home' link old: profile: Allow social media fields to be empty old/profile.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) base-commit: 0f781e613d2bc0f05ff64b1233073ad51cfd939f -- Ammar Faizi