[Catalyst] Example app showing user to item authorization?

2008-12-08 Thread bill hauck
Hi. I'm relatively new to Catalyst. Also, since I'm not a programmer by trade I only get to spend a few hours a week on code so I'm a bit rusty on some stuff. I've built a basic project / task system. User creates project then creates tasks for that project. The tasks can be assigned to

Re: [Catalyst] Beginner Question: Controller Layout

2008-12-09 Thread bill hauck
This dovetails nicely with my question ([Catalyst] Example app showing user to item authorization?). For this site how would you control which user/band edits which scheduled events, uploads pictures, etc.? Do you have each function check the database? Do you write one function for each

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-18 Thread bill hauck
--- On Wed, 2/18/09, Kieren Diment dim...@gmail.com wrote: From: Kieren Diment dim...@gmail.com Subject: Re: [Catalyst] RFC: The paradox of choice in web development To: The elegant MVC web framework catalyst@lists.scsys.co.uk Date: Wednesday, February 18, 2009, 7:41 AM On 18/02/2009, at

Re: [Catalyst] how to authenticate using database users

2009-03-18 Thread bill hauck
--- On Wed, 3/18/09, Adam Witney awit...@sgul.ac.uk wrote: From: Adam Witney awit...@sgul.ac.uk Subject: Re: [Catalyst] how to authenticate using database users To: The elegant MVC web framework catalyst@lists.scsys.co.uk Date: Wednesday, March 18, 2009, 4:33 PM On 18 Mar 2009, at 16:24,

[Catalyst] post-deployment custom fields in application

2011-12-22 Thread bill hauck
Hi. I'm building an application--project management system--that I'd like to have the application administrators to be able to create custom fields for various tables after deployment. For instance, instead of including a hard-coded field for every possible IM or chat system out there, I'd

Re: [Catalyst] post-deployment custom fields in application

2011-12-22 Thread bill hauck
column that takes JSON. Am 2011-12-22 20:01, schrieb bill hauck: Hi. I'm building an application--project management system--that I'd like to have the application administrators to be able to create custom fields for various tables after deployment. For instance, instead of including

[Catalyst] many to many join with multicolumn primary key

2012-08-21 Thread bill hauck
Hi. Posted this to the DBIx::Class maillist, but not getting an traction there.   Perhaps someone else has run into this issue on a Catalyst app. I need to connect two tables through a relation table for a many_to_many.  The issue I'm running into is that one of the tables has a composite

Re: [Catalyst] many to many join with multicolumn primary key

2012-08-23 Thread bill hauck
@lists.scsys.co.uk Sent: Wednesday, August 22, 2012 1:12 PM Subject: Re: [Catalyst] many to many join with multicolumn primary key Hi, On Tue, Aug 21, 2012 at 5:10 PM, bill hauck wbha...@yahoo.com wrote: Hi. Posted this to the DBIx::Class maillist, but not getting an traction there.   Perhaps someone else

[Catalyst] List of Applications using Catalyst

2013-06-07 Thread bill hauck
Hi. Does anyone know of a list of applications that are using Catalyst?  I saw the sites using Catalyst on http://www.catalystframework.org/#sites but I'm wondering if there's a list of applications. For instance, MojoMojo is a Catalyst-based web app, but I only know that because the

[Catalyst] How to change default LICENSE in app and files

2013-07-01 Thread bill hauck
Hi I was wondering if there's a way to change the default LICENSE that is added to each Controller through myapp_create.pl.  I'd like to use GNU Affero GPL (http://www.gnu.org/licenses/agpl.html)  for a project. I didn't see anything on the wiki or email archive. Any help is appreciated.

Re: [Catalyst] New design

2013-07-23 Thread bill hauck
I like it overall. I'd replace the dancing astronauts with something more catalyst-y like maybe test tubes or beakers and a bunsen burner with a nice flame on top. From: Mark Keating m.keat...@shadowcat.co.uk To: catalyst@lists.scsys.co.uk Sent: Tuesday,

[Catalyst] Name suggestions for a project management system

2013-09-07 Thread bill hauck
Hi. Not exactly a Catalyst question ... I'm building a Catalyst-based project management system and I'd like to release it as open source under the AGPL.  However, originally I named it MCP after Master Control in Tron.  I noticed it's also an operating system name from Burroughs

Re: [Catalyst] Name suggestions for a project management system

2013-09-08 Thread bill hauck
with TaskMaster; since every other name I can think of is taken and there are already a few TaskMaster's what's one more? Again, suggestions are appreciated. From: Kamen Naydenov pa...@kamennn.eu To: bill hauck wbha...@yahoo.com; The elegant MVC web framework

Re: [Catalyst] Name suggestions for a project management system

2013-09-08 Thread bill hauck
, September 9, 2013 12:35 AM Subject: Re: [Catalyst] Name suggestions for a project management system On Sat, Sep 7, 2013 at 6:10 PM, bill hauck wbha...@yahoo.com wrote: So, any suggestions? I always thought Sisyphus would be a nice name for a task management system

[Catalyst] Calling controller/action based on parameter

2013-10-03 Thread bill hauck
 Hi. I've been struggling with the best way to accomplish a somewhat simple task: direct to a specific controller/action based on a code in the uri. My site is (going to be) a comprehensive entertainment database covering movies, tv shows, books, comics, graphic novels, and even games and

[Catalyst] ProjectTaskToDo: open source project management system

2014-02-15 Thread bill hauck
Hi. So I've finally gotten enough time to put out a version of my project management system, ProjectTaskToDo. I've put the code out on GitHub at  https://github.com/wbhauck/ProjectTaskToDo.git I'm releasing it under the Affero GPL.   It's beta software and some things don't work well, others

Re: [Catalyst] ProjectTaskToDo: open source project management system

2014-02-16 Thread bill hauck
On Saturday, February 15, 2014 3:30 PM, bill hauck wbha...@yahoo.com wrote: Hi. So I've finally gotten enough time to put out a version of my project management system, ProjectTaskToDo. I've put the code out on GitHub at  https://github.com/wbhauck/ProjectTaskToDo.git I'm releasing

[Catalyst] Using git to manage VERSION and Changes

2014-04-10 Thread bill hauck
Hi. Anyone out there using git with a Catalyst app have git managing the updates to Changes or the VERSION variable in MyApp/lib/MyApp.pm ? If so, can you share your method? Thanks, bill (wbhauck.com) http://www.projecttasktodo.org ___ List:

[Catalyst] Using git to manage VERSION and Changes

2014-04-11 Thread bill hauck
Trying again since I didn't see it come through... Hi. Anyone out there using git with a Catalyst app have git managing the updates to Changes or the VERSION variable in MyApp/lib/MyApp.pm ? If so, can you share your method? Thanks, bill (wbhauck.com) http://www.projecttasktodo.org

[Catalyst] HTML encoding parameters

2014-06-28 Thread bill hauck
Hi. Please forgive me if this is an easy one.  It's late and I haven't found any mention of it. I'd like to encode form fields so that only the standard bold, italic, underline, list, etc. are allowed and and script, style, etc. tags are encoded.  Also, I'd like to only let the base tags