From tardo@nagi-fanboi.net Wed Sep 26 14:12:49 2007 From: tardo@nagi-fanboi.net To: arch-projects@lists.archlinux.org Subject: [arch-projects] [AUR] Some more minor patches Date: Wed, 26 Sep 2007 11:11:23 -0700 Message-ID: <13707.130.127.3.249.1190830283.squirrel@webmail.nagi-fanboi.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6859203074814372001==" --===============6859203074814372001== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Noticed some things when I was browsing Paul's mock AUR site and wrote some tiny patches. These are more cosmetic if anything, so I would probably advise cherry-picking the ones you feel should apply. "Required by" now sorts by name. I forgot to include an "ORDER BY Name" clause for the SQL statement. http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3D1e55aa57643f166c0bbc8c= 6f5bd522fce81111a9 BoxTitle aligns to the left. I noticed that all the box titles aligned to the left. Don't know if this was intended but this patch should align it to the right (which I think makes it looks better). http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3Df62b662255f3416e5c1c64= 7a06b58a08b9666d5d Messages run across colspan=3D3 Messages under "Tarball::Files" seemed to wrap around depending on font size, browser window size, etc. Since we now have three boxes, this patch allows it to span across all three columns. http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3D0aee091a1f98c6a9004e13= 2f0bee6d85c4d9fa78 Official package links in deps/requiredby now point to the AL homepage. Previously the packages used $pkgname which gave the impression it was a link but did absolutely nothing. This patch points each official package to www.archlinux.org/package/search/$pkgname which returns search results for the package. I don't know the structure of the Al site so I can't figure out a way to point directly to that package. Perhaps this can be a 2.0 feature where both DBs are integrated? http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3D5718efde15c5574204fe88= 63514e460c2c4b5539 Yea so like I said, purely cosmetic, please pick and choose whichever you feel can apply. - tardo --===============6859203074814372001==-- From tardo@nagi-fanboi.net Wed Sep 26 14:13:53 2007 From: tardo@nagi-fanboi.net To: arch-projects@lists.archlinux.org Subject: Re: [arch-projects] [AUR] Some more minor patches Date: Wed, 26 Sep 2007 11:13:49 -0700 Message-ID: <35195.130.127.3.249.1190830429.squirrel@webmail.nagi-fanboi.net> In-Reply-To: <13707.130.127.3.249.1190830283.squirrel@webmail.nagi-fanboi.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7961457773676655473==" --===============7961457773676655473== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > Noticed some things when I was browsing Paul's mock AUR site and wrote > some tiny patches. These are more cosmetic if anything, so I would > probably advise cherry-picking the ones you feel should apply. > > "Required by" now sorts by name. > I forgot to include an "ORDER BY Name" clause for the SQL statement. > http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3D1e55aa57643f166c0bbc= 8c6f5bd522fce81111a9 > > BoxTitle aligns to the left. > I noticed that all the box titles aligned to the left. Don't know if this > was intended but this patch should align it to the right (which I think > makes it looks better). > http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3Df62b662255f3416e5c1c= 647a06b58a08b9666d5d > > Messages run across colspan=3D3 > Messages under "Tarball::Files" seemed to wrap around depending on font > size, browser window size, etc. Since we now have three boxes, this patch > allows it to span across all three columns. > http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3D0aee091a1f98c6a9004e= 132f0bee6d85c4d9fa78 > > Official package links in deps/requiredby now point to the AL homepage. > Previously the packages used $pkgname which gave the > impression it was a link but did absolutely nothing. This patch points > each official package to www.archlinux.org/package/search/$pkgname which > returns search results for the package. I don't know the structure of the > Al site so I can't figure out a way to point directly to that package. > Perhaps this can be a 2.0 feature where both DBs are integrated? > http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3D5718efde15c5574204fe= 8863514e460c2c4b5539 > > Yea so like I said, purely cosmetic, please pick and choose whichever you > feel can apply. > > - tardo > > I should mention that these are in my experimental branch. Wasn't sure if I should merge it to master. - tardo --===============7961457773676655473==-- From paul@mattal.com Thu Sep 27 09:13:26 2007 From: Paul Mattal To: arch-projects@lists.archlinux.org Subject: Re: [arch-projects] [AUR] Some more minor patches Date: Thu, 27 Sep 2007 09:12:55 -0400 Message-ID: <46FBAC57.4090102@mattal.com> In-Reply-To: <35195.130.127.3.249.1190830429.squirrel@webmail.nagi-fanboi.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2555019936813155333==" --===============2555019936813155333== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable tardo(a)nagi-fanboi.net wrote: >> Noticed some things when I was browsing Paul's mock AUR site and wrote >> some tiny patches. These are more cosmetic if anything, so I would >> probably advise cherry-picking the ones you feel should apply. >> >> "Required by" now sorts by name. >> I forgot to include an "ORDER BY Name" clause for the SQL statement. >> http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3D1e55aa57643f166c0bb= c8c6f5bd522fce81111a9 >> >> BoxTitle aligns to the left. >> I noticed that all the box titles aligned to the left. Don't know if this >> was intended but this patch should align it to the right (which I think >> makes it looks better). >> http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3Df62b662255f3416e5c1= c647a06b58a08b9666d5d >> >> Messages run across colspan=3D3 >> Messages under "Tarball::Files" seemed to wrap around depending on font >> size, browser window size, etc. Since we now have three boxes, this patch >> allows it to span across all three columns. >> http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3D0aee091a1f98c6a9004= e132f0bee6d85c4d9fa78 >> >> Official package links in deps/requiredby now point to the AL homepage. >> Previously the packages used $pkgname which gave the >> impression it was a link but did absolutely nothing. This patch points >> each official package to www.archlinux.org/package/search/$pkgname which >> returns search results for the package. I don't know the structure of the >> Al site so I can't figure out a way to point directly to that package. >> Perhaps this can be a 2.0 feature where both DBs are integrated? >> http://git.nagi-fanboi.net/?p=3Daur.git;a=3Dcommit;h=3D5718efde15c5574204f= e8863514e460c2c4b5539 >> >> Yea so like I said, purely cosmetic, please pick and choose whichever you >> feel can apply. I liked them all, and have taken them all. Thanks! - P --===============2555019936813155333==--