Re: [aur-dev] [PATCH 3/5] Remove Dummy Package concept

2011-04-04 Thread Lukas Fleischer
On Wed, Mar 30, 2011 at 08:48:09PM -0500, Dan McGee wrote: Instead, we just store dependencies directly in the PackageDepends table. Since we don't use this info anywhere besides the package details page, there is little value in precalculating what is in the AUR vs. what is not. An upgrade

[aur-dev] Some optimization patches

2011-04-04 Thread elij
My apologies for splitting these changes into so many patches, but apparently the Arch mailman instance will not let anything larger than 40k though (and I got feedback that there is something amiss regarding the mailman setup -- this is here nor there though). These patches are mostly

[aur-dev] [PATCH 2/7] add minified aur css

2011-04-04 Thread elij
--- web/html/css/aur.min.css | 148 ++ 1 files changed, 148 insertions(+), 0 deletions(-) create mode 100644 web/html/css/aur.min.css diff --git a/web/html/css/aur.min.css b/web/html/css/aur.min.css new file mode 100644 index 000..51380bb ---

[aur-dev] [PATCH 4/7] split out the ie6 css into ie6 specific css file

2011-04-04 Thread elij
--- web/html/css/archnavbar/archnavbar.css |6 +- web/html/css/archnavbar/ie6.css|2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 web/html/css/archnavbar/ie6.css diff --git a/web/html/css/archnavbar/archnavbar.css

[aur-dev] [PATCH 3/7] add minified archnavbar css

2011-04-04 Thread elij
--- web/html/css/archnavbar/archnavbar.min.css | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 web/html/css/archnavbar/archnavbar.min.css diff --git a/web/html/css/archnavbar/archnavbar.min.css b/web/html/css/archnavbar/archnavbar.min.css new file

[aur-dev] [PATCH 5/7] use new css files in header template

2011-04-04 Thread elij
--- web/template/header.php |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/template/header.php b/web/template/header.php index 0f0e362..5862852 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -5,10 +5,11 @@ xml:lang=?php print $LANG\

[aur-dev] [PATCH 7/7] specify dimensions for images

2011-04-04 Thread elij
- some html renderers work faster/better if you specify image dimensions to avoid reflow/repaits --- web/template/stats/updates_table.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php

Re: [aur-dev] Some optimization patches

2011-04-04 Thread elij
On Mon, Apr 4, 2011 at 2:20 PM, elij elij...@gmail.com wrote: My apologies for splitting these changes into so many patches, but apparently the Arch mailman instance will not let anything larger than 40k though (and I got feedback that there is something amiss regarding the mailman setup --

Re: [aur-dev] Some optimzation patches

2011-04-04 Thread Lukas Fleischer
On Sun, Apr 03, 2011 at 08:41:27PM -0700, elij wrote: Here are some patches that optimze a few things: - combine css for faster delivery (fewer tcp connections) - minimize css (faster delivery, bandwidth reduction) note: originals are retained for later editing and re-minimization -

Re: [aur-dev] Some optimzation patches

2011-04-04 Thread elij
On Mon, Apr 4, 2011 at 2:30 PM, Lukas Fleischer archli...@cryptocrack.de wrote: On Sun, Apr 03, 2011 at 08:41:27PM -0700, elij wrote: Here are some patches that optimze a few things: - combine css for faster delivery (fewer tcp connections) - minimize css (faster delivery, bandwidth

[aur-dev] Some optimization patches

2011-04-04 Thread elij
Trying to send these patches one final time, using 'inline' at Aaron's suggestion. Here goes. --- My apologies for splitting these changes into so many patches, but apparently the Arch mailman instance will not let anything larger than 40k though (and I got feedback that there is something

[aur-dev] [PATCH 2/7] add minified aur css

2011-04-04 Thread elij
--- web/html/css/aur.min.css | 148 ++ 1 files changed, 148 insertions(+), 0 deletions(-) create mode 100644 web/html/css/aur.min.css diff --git a/web/html/css/aur.min.css b/web/html/css/aur.min.css new file mode 100644 index 000..51380bb ---

[aur-dev] [PATCH 6/7] optimize png file

2011-04-04 Thread elij
- savings of about 1K (22%) --- web/html/css/archnavbar/archlogo.png | Bin 4192 - 3258 bytes 1 files changed, 0 insertions(+), 0 deletions(-) diff --git a/web/html/css/archnavbar/archlogo.png b/web/html/css/archnavbar/archlogo.png index

[aur-dev] [PATCH 7/7] specify dimensions for images

2011-04-04 Thread elij
- some html renderers work faster/better if you specify image dimensions to avoid reflow/repaits --- web/template/stats/updates_table.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php

[aur-dev] Some optimization patches

2011-04-04 Thread elij
*sigh* Forgot to change the setting for format-patch and resent the same patches. Trying to send these patches one final time, using 'inline' at Aaron's suggestion. Here goes. --- My apologies for splitting these changes into so many patches, but apparently the Arch mailman instance will not

[aur-dev] [PATCH 1/7] merge css files into one file

2011-04-04 Thread elij
--- web/html/css/arch.css | 424 -- web/html/css/aur.css| 701 +++ web/html/css/containers.css | 188 web/html/css/fonts.css | 115 --- 4 files changed, 701 insertions(+), 727 deletions(-)

[aur-dev] [PATCH 3/7] add minified archnavbar css

2011-04-04 Thread elij
--- web/html/css/archnavbar/archnavbar.min.css | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 web/html/css/archnavbar/archnavbar.min.css diff --git a/web/html/css/archnavbar/archnavbar.min.css b/web/html/css/archnavbar/archnavbar.min.css new file

[aur-dev] [PATCH 4/7] split out the ie6 css into ie6 specific css file

2011-04-04 Thread elij
--- web/html/css/archnavbar/archnavbar.css |6 +- web/html/css/archnavbar/ie6.css|2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 web/html/css/archnavbar/ie6.css diff --git a/web/html/css/archnavbar/archnavbar.css

[aur-dev] [PATCH 6/7] optimize png file

2011-04-04 Thread elij
- savings of about 1K (22%) --- web/html/css/archnavbar/archlogo.png | Bin 4192 - 3258 bytes 1 files changed, 0 insertions(+), 0 deletions(-) diff --git a/web/html/css/archnavbar/archlogo.png b/web/html/css/archnavbar/archlogo.png index

[aur-dev] [PATCH 7/7] specify dimensions for images

2011-04-04 Thread elij
- some html renderers work faster/better if you specify image dimensions to avoid reflow/repaits --- web/template/stats/updates_table.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php

[aur-dev] [PATCH 5/7] use new css files in header template

2011-04-04 Thread elij
--- web/template/header.php |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/template/header.php b/web/template/header.php index 0f0e362..5862852 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -5,10 +5,11 @@ xml:lang=?php print

Re: [aur-dev] Some optimization patches

2011-04-04 Thread elij
On Mon, Apr 4, 2011 at 2:44 PM, elij elij...@gmail.com wrote: *sigh* Forgot to change the setting for format-patch and resent the same patches. Trying to send these patches one final time, using 'inline' at Aaron's suggestion. Here goes. --- My apologies for splitting these changes into so