Re: [Koha-patches] [PATCH] Bug # 3472 - Allows superlibrians to delete any and all messages, reguardless of branchcode.

2009-09-28 Thread Michael Hafen
Perhaps you could get $loggedinuser from the session rather than passing it through the function call? I know it can be a pain what with all the module circular dependencies. Have you tried it anyway? On Mon, 2009-09-28 at 08:48 -0400, Kyle M Hall wrote: > --- > C4/Members.pm | 11 +

[Koha-patches] [PATCH] Implementation of OPAC Message formatting

2009-09-28 Thread Kyle M Hall
This patch implements the suggestions about the new and old message system made by Owen Leonard. Includes type fix pointed out by Owen. --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl | 13 ++--- opac/opac-user.pl |7 +++ 2 files changed,

Re: [Koha-patches] [PATCH] Implementation of OPAC Message formatting

2009-09-28 Thread Kyle Hall
Thanks for catching that. I'll fix it up and resubmit. Kyle http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org ) On Mon, Sep 28, 2009 at 9:40 AM, Owen Leonard wrote: >> +                                                  Writton >>

Re: [Koha-patches] [PATCH] Implementation of OPAC Message formatting

2009-09-28 Thread Owen Leonard
> +                                                  Writton > on by Typo there: "Writton" should be "Written." -- Owen ___ Koha-patches mailing list Koha-patches@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-patches

[Koha-patches] [PATCH] Implementation of OPAC Message formatting

2009-09-28 Thread Kyle M Hall
This patch implements the suggestions about the new and old message system made by Owen Leonard. --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl | 13 ++--- opac/opac-user.pl |7 +++ 2 files changed, 13 insertions(+), 7 deletions(-) diff

Re: [Koha-patches] [PATCH] Bug # 3472 - Allows superlibrians todelete any and all messages, reguardless of branchcode.

2009-09-28 Thread Wagner, Jane
We've been happy to work with Kyle, and he's produced a lot of good features. One minor note, though, to follow up on his message -- we're using the kohaprogramm...@ptfs.com address on all our bugzilla reports (including ones written by other developers than Kyle), so check with us if you have

Re: [Koha-patches] [PATCH] Bug # 3472 - Allows superlibrians to delete any and all messages, reguardless of branchcode.

2009-09-28 Thread Kyle Hall
Hey all, I thought it I should let everyone know that I've been doing some freelance development work on Koha for PTFS. I've worked on some great features that I think will be a huge benefit for all. The messaging system is one of those things ( at least all the updates since I pulled it from my

[Koha-patches] [PATCH] Bug # 3472 - Allows superlibrians to delete any and all messages, reguardless of branchcode.

2009-09-28 Thread Kyle M Hall
--- C4/Members.pm | 11 +-- circ/circulation.pl |4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/C4/Members.pm b/C4/Members.pm index 9ce2001..e9a8392 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -2090,11 +2090,13 @@ sub AddMessage { =over 4 -Ge