Re: [aur-dev] AUR2

2009-10-19 Thread Callan Barrett
for clients? -- Callan Barrett

Re: [aur-dev] [PATCH] Hungarian translation

2009-09-09 Thread Callan Barrett
); Alright I've pushed it with that correction. -- Callan Barrett

Re: [aur-dev] Inactivity

2009-04-28 Thread Callan Barrett
Haha whoops, this was 11 days ago. By the way consider me active again to do patches and such. -- Callan Barrett

[aur-dev] [PATCH] Change pagination style

2009-02-02 Thread Callan Barrett
Looks different now, next and previous on their own sides and elips for both Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/html/css/arch.css |7 ++ web/template/pkg_search_results.php | 40 -- 2 files changed, 30 insertions

Re: [aur-dev] AUR 1.5.6 Release

2009-01-28 Thread Callan Barrett
down for everyone. -- Callan Barrett

Re: [aur-dev] New Release

2008-12-24 Thread Callan Barrett
maybe we don't need it at all? I might make a release tonight then. I haven't been able to talk to Loui so I assume he has some sort of life and is doing Christmas, I'll just have to make it without him. I haven't actually done a release myself yet so fingers crossed I don't screw it up. -- Callan

Re: [aur-dev] turkish typos

2008-12-24 Thread Callan Barrett
contributions by the way. -- Callan Barrett

[aur-dev] New AUR Release

2008-12-24 Thread Callan Barrett
fun. -- Callan Barrett

[aur-dev] New Release

2008-12-23 Thread Callan Barrett
for the user. I think we're gonna have to do another release soon. Thoughts? -- Callan Barrett

Re: [aur-dev] [PATCH] Don't require login to see out of date packages from package search.

2008-12-22 Thread Callan Barrett
On Mon, Dec 22, 2008 at 3:53 PM, Loui Chang louipc@gmail.com wrote: On Mon, Dec 22, 2008 at 03:43:14PM +0900, Callan Barrett wrote: I always wondered why it worked like this.. I think because originally the out of date indicator was an inconspicuous red outline around the checkbox

[aur-dev] [PATCH] Add function to generate clean urls

2008-12-22 Thread Callan Barrett
Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/lib/aur.inc | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/web/lib/aur.inc b/web/lib/aur.inc index e82f0ea..c62f5fb 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -438,3

[aur-dev] [PATCH] New search bar, toggle advanced options new style

2008-12-22 Thread Callan Barrett
Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/html/css/arch.css| 13 ++- web/html/css/fonts.css | 10 +- web/template/pkg_search_form.php | 300 +++-- 3 files changed, 139 insertions(+), 184 deletions(-) diff --git a/web

[aur-dev] [PATCH] Make search page use mkurl function, change variables around

2008-12-22 Thread Callan Barrett
Changed all the normal variables to their $_GET counterparts so everything is destructively changing the original variables, there should be no issue with this. If there I guess we need to consider making mkurl use a custom array of variables rather than $_GET Signed-off-by: Callan Barrett

[aur-dev] [PATCH] Add search bar to index and pkg details pages

2008-12-22 Thread Callan Barrett
Also changed it around a little bit so it's not tied down the search results function Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/html/index.php |2 ++ web/html/packages.php|1 + web/template/pkg_search_form.php | 16 +--- 3 files

Re: [aur-dev] [PATCH] Make search page use mkurl function, change variables around

2008-12-22 Thread Callan Barrett
My bad, I've broken a few things with this one in the queries. Should have tested it more. Making a new patch now. -- Callan Barrett

[aur-dev] [PATCH] Make search page use mkurl function, change variables around

2008-12-22 Thread Callan Barrett
Changed all the normal variables to their $_GET counterparts so everything is destructively changing the original variables, there should be no issue with this. If there I guess we need to consider making mkurl use a custom array of variables rather than $_GET Signed-off-by: Callan Barrett

Re: [aur-dev] [PATCH] Make search page use mkurl function, change variables around

2008-12-22 Thread Callan Barrett
Also I realise just changing the $_GET array for final values in the queries doesn't feel right but rather than changing back I think we should clean this function up so it works in a way that's comfortable. -- Callan Barrett

[aur-dev] [PATCH] Fix up valid email function, FS#12269

2008-12-21 Thread Callan Barrett
All we're looking for now is an @ in any email address to fix problem with not being able to have + in addresses and just because I see no advantage to having any sort of stringent validation Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/lib/aur.inc |2 +- 1 files changed, 1

Re: [aur-dev] [PATCH] Encode search string for use in anchor tags.

2008-12-21 Thread Callan Barrett
I think I'll push all these out tonight when I get home. Except with this one can you put this code in the search function rather than the template? I think we want to try keep code like this out of the templates, they should be as little php as possible. -- Callan Barrett

Re: [aur-dev] [PATCH] Really make all web paths relative.

2008-12-21 Thread Callan Barrett
Pushed. -- Callan Barrett

Re: [aur-dev] [PATCH] Make some translatable strings friendlier to common usage.

2008-12-21 Thread Callan Barrett
Pushed, assuming there are no objections. -- Callan Barrett

Re: [aur-dev] [PATCH] Encode search string for use in anchor tags.

2008-12-21 Thread Callan Barrett
On Mon, Dec 22, 2008 at 1:20 PM, Loui Chang louipc@gmail.com wrote: On Mon, Dec 22, 2008 at 11:24:18AM +0900, Callan Barrett wrote: I think I'll push all these out tonight when I get home. Except with this one can you put this code in the search function rather than the template? I think

Re: [aur-dev] [PATCH] Don't require login to see out of date packages from package search.

2008-12-21 Thread Callan Barrett
I always wondered why it worked like this.. -- Callan Barrett

[aur-dev] [PATCH] Revert Move call to try_login to login_form.

2008-12-20 Thread Callan Barrett
This reverts commit 77d93c4946fabcda417b6a5672d881c64e11fb78. --- web/lib/aur.inc |3 +++ web/template/login_form.php |6 -- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 3d0f3e0..e43ddf6 100644 --- a/web/lib/aur.inc

[aur-dev] [PATCH] Remove the english includes from the main translation files

2008-12-20 Thread Callan Barrett
Is that what they're called? I have no idea I'm not good with computers Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/lang/account_po.inc |2 -- web/lang/acctfuncs_po.inc |2 -- web/lang/aur_po.inc |2 -- web/lang/common_po.inc|2 -- web/lang

[aur-dev] [PATCH] Change behaviour of package functions to accept normal arrays

2008-12-20 Thread Callan Barrett
Package functions use a normal array of pkgids now and packages.php has been changed to accomodate for it Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/html/packages.php | 10 ++ web/lib/pkgfuncs.inc | 27 +++ 2 files changed, 17 insertions

Re: [aur-dev] [PATCH] Change behaviour of package functions to accept normal arrays

2008-12-20 Thread Callan Barrett
This is basically the same patch as I sent a while ago but it'll apply to the current master branch without issue. Hopefully this one will actually get pushed now since there isn't a mountain of patches before it. -- Callan Barrett

[aur-dev] [PATCH] Remove success messages after package functions

2008-12-20 Thread Callan Barrett
Just displays message at the top of the page of what happened (errors or not) and goes back to the same page Signed-off-by: Callan Barrett wizzomafi...@gmail.com --- web/html/css/fonts.css |4 +++ web/html/packages.php | 53 +++- web/lib

Re: [aur-dev] Ready to release 1.5.3

2008-12-11 Thread Callan Barrett
On Fri, Dec 12, 2008 at 2:12 AM, Loui Chang louipc@gmail.com wrote: I believe 1.5.3 is ready for tag and release. Does anyone have anything to add? Do we have permissions to roll this out ourselves or do we need someone higher up to help out? -- Callan Barrett

[aur-dev] [PATCH] Turn on package notification by default for new packages

2008-10-09 Thread Callan Barrett
Version using package functions Signed-off-by: Callan Barrett [EMAIL PROTECTED] --- web/html/pkgsubmit.php |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 78d6e50..450e9b6 100644 --- a/web/html/pkgsubmit.php

Re: [aur-dev] [PATCH] Turn on package notification by default for new packages

2008-10-09 Thread Callan Barrett
On Fri, Oct 10, 2008 at 10:45 AM, Callan Barrett [EMAIL PROTECTED] wrote: On Fri, Oct 10, 2008 at 6:18 AM, Loui [EMAIL PROTECTED] wrote: I'm thinking that notifying should really be calling the notify function eh? I've been doing these unrelated patches on a branch without the actions

[aur-dev] [PATCH] Turn on package notification by default for new packages

2008-10-07 Thread Callan Barrett
Signed-off-by: Callan Barrett [EMAIL PROTECTED] --- web/html/pkgsubmit.php |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 78d6e50..3290293 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php

Re: [aur-dev] [PATCH] Setup translation files for tu.php

2008-10-07 Thread Callan Barrett
I've just pushed this one. -- Callan Barrett

[aur-dev] [PATCH] Setup translation for addvote.php

2008-10-07 Thread Callan Barrett
Signed-off-by: Callan Barrett [EMAIL PROTECTED] --- web/html/addvote.php | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/web/html/addvote.php b/web/html/addvote.php index 8e4df79..449bbb0 100644 --- a/web/html/addvote.php +++ b/web/html

Re: [aur-dev] [PATCH] Show developer-TUs their total community packages.

2008-10-06 Thread Callan Barrett
Heh, I thought this was applied ages ago. Pushed to testing. -- Callan Barrett

Re: [aur-dev] fwd: AUR PKGBUILD files and web searches

2008-10-06 Thread Callan Barrett
formatted. Just like you said I seriously doubt spammers honour robots.txt and the only thing we'll be losing is the ability to search PKGBUILDs ourselves with something like google. -- Callan Barrett

Re: [aur-dev] [PATCH] Major rearrangement of tu.php, strings setup for translation

2008-10-05 Thread Callan Barrett
I know this patch is massive but the TU section was in a really bad state, no real work could be done on it without a patch like this. It's still exactly the same as when I first wrote it which is horrible. -- Callan Barrett

Re: [aur-dev] [PATCH] Convert package flagging to a function

2008-10-04 Thread Callan Barrett
Okay this is the working version. -- Callan Barrett

[aur-dev] [PATCH] Sanitize input of package functions in pkg_funcs.inc

2008-10-04 Thread Callan Barrett
Signed-off-by: Callan Barrett [EMAIL PROTECTED] --- web/lib/pkgfuncs.inc | 32 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 06171fa..27b623a 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib

Re: [aur-dev] [PATCH] Bug fix, couldn't unnotify packages due to new behavior

2008-10-04 Thread Callan Barrett
I hate to do a whole new patch for such a small thing but I can't be bothered submitted an amended patch of whatever I messed up. :/ -- Callan Barrett

[aur-dev] [PATCH] Remove success pages after package actions

2008-10-04 Thread Callan Barrett
Now displays a success message header and the previous page (if possible) Signed-off-by: Callan Barrett [EMAIL PROTECTED] --- web/html/packages.php | 49 + web/lib/pkgfuncs.inc |4 ++-- 2 files changed, 23 insertions(+), 30 deletions

Re: [aur-dev] [PATCH] Set up redirects for all actions

2008-10-03 Thread Callan Barrett
Disregard this patch too. -- Callan Barrett

Re: [aur-dev] [PATCH] Convert package flagging to a function

2008-10-03 Thread Callan Barrett
abstracted and we can use them anywhere in the code. Probably do this in a patch after all the other functions are done. -- Callan Barrett

Re: [aur-dev] [PATCH] Fix FS#11420

2008-09-28 Thread Callan Barrett
On Mon, Sep 29, 2008 at 1:24 AM, Loui [EMAIL PROTECTED] wrote: On Mon, Sep 29, 2008 at 12:07:33AM +0800, Callan Barrett wrote: Sort required by list in package details page. Signed-off-by: Callan Barrett [EMAIL PROTECTED] --- web/lib/pkgfuncs.inc |1 + 1 files changed, 1 insertions

[aur-dev] [PATCH] Separate logic from html in packages.php

2008-09-28 Thread Callan Barrett
No output mixed with logic now and we're free to play with the headers Signed-off-by: Callan Barrett [EMAIL PROTECTED] --- web/html/packages.php | 621 - 1 files changed, 299 insertions(+), 322 deletions(-) diff --git a/web/html/packages.php b

Re: [aur-dev] [PATCH] Use PEAR modules when submitting PKGBUILDs

2008-06-11 Thread Callan Barrett
Applied to testing, it's *very* important that you get PEAR configured and running and install File_Find before you pull this. -- Callan Barrett

Re: [aur-dev] [PATCH] Use bash script to parse pkgbuilds

2008-06-10 Thread Callan Barrett
On Sun, Jun 8, 2008 at 7:19 PM, Callan Barrett [EMAIL PROTECTED] wrote: Ok this is a test to get a bash script to parse pkgbuilds rather than the current crazy way it's done now. The pkgbuild is sent through a bash script (thanks Xilon) and the vars are output so the result can be evaluated

Re: [aur-dev] [PATCH] Add version, username and description to daily new package email.

2008-06-09 Thread Callan Barrett
and starttime properly. Go ahead and push it if it works and looks good to you. Cheers.! Looks good to me, pushed to testing. -- Callan Barrett

Re: [aur-dev] [PATCH] Use PEAR modules when submitting PKGBUILDs

2008-06-08 Thread Callan Barrett
On Sun, Jun 8, 2008 at 1:46 AM, Callan Barrett [EMAIL PROTECTED] wrote: On Wed, Jun 4, 2008 at 5:16 PM, Callan Barrett [EMAIL PROTECTED] wrote: pkgsubmit.php now uses the PEAR modules Archive_Tar and File_Find for finding the PKGBUILD and messing with tarballs, Archive_Tar should be installed

Re: [aur-dev] [PATCH] login from package page

2008-06-07 Thread Callan Barrett
On Mon, May 12, 2008 at 1:09 AM, BaSh [EMAIL PROTECTED] wrote: if you are watching a package details and you do a login, you will be sends to packages list page fix it -- Andrea `BaSh` Scarpino Arch Linux Trusted User Linux User: #430842 Applied to testing. -- Callan Barrett

[aur-dev] [PATCH] Split HTML in index.php

2008-06-07 Thread Callan Barrett
that should happen. The HTML could still REALLY use cleaning up because it's a total mess. -- Callan Barrett 0001-Split-HTML-in-index.php.patch Description: Binary data

[aur-dev] [PATCH] Rewrite pkg_search_form.php

2008-06-05 Thread Callan Barrett
Ok let's try again, this does what the last 2 patches did except will actually work. -- Callan Barrett 0007-Rewrite-pkg_search_form.php.patch Description: Binary data

Re: [aur-dev] [PATCH] package details link fix

2008-06-05 Thread Callan Barrett
On Mon, May 12, 2008 at 12:41 AM, BaSh [EMAIL PROTECTED] wrote: this fix first part of bug report http://bugs.archlinux.org/task/10291 -- Andrea `BaSh` Scarpino Arch Linux Trusted User Linux User: #430842 Patches have been applied to testing. -- Callan Barrett

Re: [aur-dev] [PATCH] Disable user package deletion

2008-06-05 Thread Callan Barrett
On Wed, Jun 4, 2008 at 1:20 AM, Callan Barrett [EMAIL PROTECTED] wrote: This is coming from the thread on aur-general so it doesn't get forgotten. -- Callan Barrett Applied. -- Callan Barrett

[aur-dev] [PATCH] Fix FS#8672

2008-06-04 Thread Callan Barrett
Fixes all those bugs about people not being able to upload packages. It patches the can_submit_pkg function to allow people to overwrite dummy packages, I think this was the old behavior. -- Callan Barrett 0008-Fix-FS-8672.patch Description: Binary data