Lists: | pgsql-www |
---|
From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
---|---|
To: | PostgreSQL www <pgsql-www(at)postgresql(dot)org> |
Subject: | Another round of small fixes |
Date: | 2018-02-01 20:26:46 |
Message-ID: | 360BC694-1261-4DCD-B897-1BC865D613E3@yesql.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
Did another round of review of the website code, and found a few small things.
Nothing terribly exciting in this round of patches but worth fixing either way
I reckon.
0001 - Fix anchors with space in the name attribute
0002 - opensource.org redirects with 301 to https, update links
0003 - Fix incorrect paragraph markup on the donate page
0004 - Make sure to close <input> tags
0005 - Remove unused CSS class from pgFooter elements
cheers ./daniel
Attachment | Content-Type | Size |
---|---|---|
0001-Fix-incorrect-anchors-on-event-archive.patch | application/octet-stream | 1.1 KB |
0002-Avoid-redirect-on-opensource.org-links.patch | application/octet-stream | 2.1 KB |
0003-Fix-paragraphs-on-donate-page.patch | application/octet-stream | 1.0 KB |
0004-Close-input-tags.patch | application/octet-stream | 1.3 KB |
0005-Remove-undefined-class-declaration.patch | application/octet-stream | 1.3 KB |
From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
Cc: | PostgreSQL www <pgsql-www(at)postgresql(dot)org> |
Subject: | Re: Another round of small fixes |
Date: | 2018-02-01 20:36:35 |
Message-ID: | CABUevEyyp2Bi4NRqRiQM5Nr501agc1uX=+bL73=vL=9zdhCPCg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On Thu, Feb 1, 2018 at 9:26 PM, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> Did another round of review of the website code, and found a few small
> things.
> Nothing terribly exciting in this round of patches but worth fixing either
> way
> I reckon.
>
> 0001 - Fix anchors with space in the name attribute
> 0002 - opensource.org redirects with 301 to https, update links
> 0003 - Fix incorrect paragraph markup on the donate page
> 0004 - Make sure to close <input> tags
> 0005 - Remove unused CSS class from pgFooter elements
>
Congratulations, you are now a committer on the pgweb repository!
And +1 for all those patches, go for it! :)
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
From: | Justin Clift <justin(at)postgresql(dot)org> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL www <pgsql-www(at)postgresql(dot)org> |
Subject: | Re: Another round of small fixes |
Date: | 2018-02-01 20:37:44 |
Message-ID: | 6526350D-CFE8-4B8C-A389-58314633ED0E@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
On 1 Feb 2018, at 20:36, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
> On Thu, Feb 1, 2018 at 9:26 PM, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> Did another round of review of the website code, and found a few small things.
> Nothing terribly exciting in this round of patches but worth fixing either way
> I reckon.
>
> 0001 - Fix anchors with space in the name attribute
> 0002 - opensource.org redirects with 301 to https, update links
> 0003 - Fix incorrect paragraph markup on the donate page
> 0004 - Make sure to close <input> tags
> 0005 - Remove unused CSS class from pgFooter elements
>
> Congratulations, you are now a committer on the pgweb repository!
Yay. :)
+ Justin
--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL www <pgsql-www(at)postgresql(dot)org> |
Subject: | Re: Another round of small fixes |
Date: | 2018-02-01 21:04:04 |
Message-ID: | 1C185BF3-90A7-4FB1-8372-1BB9E26F28DA@yesql.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg토토 결과SQL : Postg토토 결과SQL 메일 링리스트 : 2018-02-01 이후 PGSQL WWW 21:04 |
> On 01 Feb 2018, at 21:36, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
> On Thu, Feb 1, 2018 at 9:26 PM, Daniel Gustafsson <daniel(at)yesql(dot)se <mailto:daniel(at)yesql(dot)se>> wrote:
> Did another round of review of the website code, and found a few small things.
> Nothing terribly exciting in this round of patches but worth fixing either way
> I reckon.
>
> 0001 - Fix anchors with space in the name attribute
> 0002 - opensource.org <http://opensource.org/> redirects with 301 to https, update links
> 0003 - Fix incorrect paragraph markup on the donate page
> 0004 - Make sure to close <input> tags
> 0005 - Remove unused CSS class from pgFooter elements
>
> Congratulations, you are now a committer on the pgweb repository!
Thanks!
> And +1 for all those patches, go for it! :)
Will do.
cheers ./daniel
From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | PostgreSQL www <pgsql-www(at)postgresql(dot)org> |
Subject: | Re: Another round of small fixes |
Date: | 2018-02-01 21:46:48 |
Message-ID: | 9C2BA4F0-1D80-44E1-86FF-9EEE69FF4F73@yesql.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-www |
> On 01 Feb 2018, at 21:36, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
> On Thu, Feb 1, 2018 at 9:26 PM, Daniel Gustafsson <daniel(at)yesql(dot)se <mailto:daniel(at)yesql(dot)se>> wrote:
> Did another round of review of the website code, and found a few small things.
> Nothing terribly exciting in this round of patches but worth fixing either way
> I reckon.
>
> 0001 - Fix anchors with space in the name attribute
> 0002 - opensource.org <http://opensource.org/> redirects with 301 to https, update links
> 0003 - Fix incorrect paragraph markup on the donate page
> 0004 - Make sure to close <input> tags
> 0005 - Remove unused CSS class from pgFooter elements
>
> Congratulations, you are now a committer on the pgweb repository!
>
> And +1 for all those patches, go for it! :)
Pushed, thanks for reviewing!
cheers ./daniel