My favorites | Sign in
Google
       
Details: Show all Hide all

Last 7 days

  • Mar 12, 2010
    issue 5 (Import Program Schedule) reported   -   Some kind of import for the schedule would be immensely helpful; we've got something like 100 shows on the air, so that's a lot of data entry to get going. The good news is that could happen over the course of the drive (add tomorrow's shows today, etc), and I know setting up an import would be a whole other can of worms.
    Some kind of import for the schedule would be immensely helpful; we've got something like 100 shows on the air, so that's a lot of data entry to get going. The good news is that could happen over the course of the drive (add tomorrow's shows today, etc), and I know setting up an import would be a whole other can of worms.
  • Mar 12, 2010
    issue 4 (Make Challenges Optional) reported   -   it seemed like I needed to add a challenge to get things going, but we don't often have them. If it's not possible to skip that, it probably should be.
    it seemed like I needed to add a challenge to get things going, but we don't often have them. If it's not possible to skip that, it probably should be.
  • Mar 12, 2010
    issue 1 (Kicked off GAE after Setting Session Variable) Status changed   -  
    Status: Fixed
    Status: Fixed
  • Mar 12, 2010
    issue 3 (producer messages not showing up) reported   -   What steps will reproduce the problem? 1. I typed a message into the producer messages form. 2. I didn't see the messages show up in the producer messages box. What is the expected output? What do you see instead? Expected to see a message show up. Saw nothing.
    What steps will reproduce the problem? 1. I typed a message into the producer messages form. 2. I didn't see the messages show up in the producer messages box. What is the expected output? What do you see instead? Expected to see a message show up. Saw nothing.
  • Mar 11, 2010
    Revision 273760081a (Fixed error where GAE boots user after submitting their init...) pushed   -   Fixed error where GAE boots user after submitting their initial forms.
    Fixed error where GAE boots user after submitting their initial forms.

Last 30 days

  • Mar 09, 2010
    issue 2 (Integrate with TwitPay / PayPal or other payment gateways) reported   -   Check out: http://rt2give.com/ http://google.com/checkout https://www.paypal.com/ Any others?
    Check out: http://rt2give.com/ http://google.com/checkout https://www.paypal.com/ Any others?
  • Mar 08, 2010
    issue 1 (Kicked off GAE after Setting Session Variable) commented on   -   Note: this only happens on Google App Engine. On the production server, and not in developement.
    Note: this only happens on Google App Engine. On the production server, and not in developement.
  • Mar 08, 2010
    issue 1 (Kicked off GAE after Setting Session Variable) reported   -   When a person logs in for the first time, they are asked to submit three or so forms and once the form is submitted, a session variable is created. However, (the first time they submit these forms) after each form is submitted, they are automatically logged out of the app. If a person logs back in after each time they are booted off, then elects the value that they previously entered (via the selection list) for Organization, Pledgedrive and then Segment... after they get through these steps they are set, and they never get booted off the system again. This only happens the first time they login. After these session variables are set, they never get booted off the system again. You can see the code for building the forms and setting the variables here: create_organization: http://code.google.com/p/pledgedrivetracker/source/browse/pledgedrives/cont rollers/default.py#233 Note: session.organization=dict(form.vars) and session.organization_id = dict(form.vars)['id'] create_pledgedrive: http://code.google.com/p/pledgedrivetracker/source/browse/pledgedrives/cont rollers/default.py#374 create_segment: http://code.google.com/p/pledgedrivetracker/source/browse/pledgedrives/cont rollers/default.py#476
    When a person logs in for the first time, they are asked to submit three or so forms and once the form is submitted, a session variable is created. However, (the first time they submit these forms) after each form is submitted, they are automatically logged out of the app. If a person logs back in after each time they are booted off, then elects the value that they previously entered (via the selection list) for Organization, Pledgedrive and then Segment... after they get through these steps they are set, and they never get booted off the system again. This only happens the first time they login. After these session variables are set, they never get booted off the system again. You can see the code for building the forms and setting the variables here: create_organization: http://code.google.com/p/pledgedrivetracker/source/browse/pledgedrives/cont rollers/default.py#233 Note: session.organization=dict(form.vars) and session.organization_id = dict(form.vars)['id'] create_pledgedrive: http://code.google.com/p/pledgedrivetracker/source/browse/pledgedrives/cont rollers/default.py#374 create_segment: http://code.google.com/p/pledgedrivetracker/source/browse/pledgedrives/cont rollers/default.py#476
  • Mar 05, 2010
    Revision 7acd0545d0 (Changed the model for segments so that program is limited to...) pushed   -   Changed the model for segments so that program is limited to programs only for the current session.organization_id
    Changed the model for segments so that program is limited to programs only for the current session.organization_id
  • Mar 05, 2010
    Revision c58a7144da (Changed check_challenge to look for session.pledgedrive_id i...) pushed   -   Changed check_challenge to look for session.pledgedrive_id instead of organization_id
    Changed check_challenge to look for session.pledgedrive_id instead of organization_id
  • Mar 04, 2010
    Revision ba0d9d1ee5 (Added a file for use with Selenium IDE to test the app in th...) pushed   -   Added a file for use with Selenium IDE to test the app in the browser. Note: this is good for building the index when testing on the same port as dev_appserver.py
    Added a file for use with Selenium IDE to test the app in the browser. Note: this is good for building the index when testing on the same port as dev_appserver.py
  • Mar 04, 2010
    Revision 5e77c517fa (Added the first docstring, doctest and epydoc for this appli...) pushed   -   Added the first docstring, doctest and epydoc for this application
    Added the first docstring, doctest and epydoc for this application
  • Feb 22, 2010
    Revision 0de8424090 (Decided to change the table name messages to posts. Addition...) pushed   -   Decided to change the table name messages to posts. Additional tinkering to get sqlform to work. Note: http://groups.google.com/group/web2py/browse_thread/thread/2fb5c0b3c2c19ceb/a4e8e5a80848dbf8 Note the fix by what_ho (alex) on 2/21
    Decided to change the table name messages to posts. Additional tinkering to get sqlform to work. Note: http://groups.google.com/group/web2py/browse_thread/thread/2fb5c0b3c2c19ceb/a4e8e5a80848dbf8 Note the fix by what_ho (alex) on 2/21
  • Feb 22, 2010
    Revision cdecb73a2f (Entering producer messages using SQLFORM (instead of CRUD) i...) pushed   -   Entering producer messages using SQLFORM (instead of CRUD) is now working on GAE. Moving forward with this approach.
    Entering producer messages using SQLFORM (instead of CRUD) is now working on GAE. Moving forward with this approach.

Earlier this year

  • Jan 30, 2010
    Revision 3556e8891a (Minor change to message_add forms did not work with GAE. Re...) pushed   -   Minor change to message_add forms did not work with GAE. Reverting to previous approach.
    Minor change to message_add forms did not work with GAE. Reverting to previous approach.
  • Jan 30, 2010
    Revision 987eb772a5 (Minor sprucing up wih message_add forms) pushed   -   Minor sprucing up wih message_add forms
    Minor sprucing up wih message_add forms
  • Jan 30, 2010
    Revision 93121ea223 (Fixed relationship between segments, challenges and pledgedr...) pushed   -   Fixed relationship between segments, challenges and pledgedrives
    Fixed relationship between segments, challenges and pledgedrives
  • Jan 29, 2010
    Revision 6e90d735f7 (Added mini_pledgedrive_totals_no_reload and a submit button ...) pushed   -   Added mini_pledgedrive_totals_no_reload and a submit button to the page (rather than a meta refresh) as it placed less of a load on GAE. Tried a few things with message_add (which wound up braking on GAE) so I reverted back to the origional code.
    Added mini_pledgedrive_totals_no_reload and a submit button to the page (rather than a meta refresh) as it placed less of a load on GAE. Tried a few things with message_add (which wound up braking on GAE) so I reverted back to the origional code.
  • Jan 28, 2010
    3 new revisions pushed   -   c0d70a6a75:Added a url to delete_pledges_by_current_pledgedrive (and did not make a link to this available via the user interface) 0e76cf70cc:Fixed minor typo aad3d7728a:Added a confirmation message for when each pledge goes into the system.
    c0d70a6a75:Added a url to delete_pledges_by_current_pledgedrive (and did not make a link to this available via the user interface) 0e76cf70cc:Fixed minor typo aad3d7728a:Added a confirmation message for when each pledge goes into the system.
  • Jan 27, 2010
    2 new revisions pushed   -   0e2c498de9:Increased the refresh names for mini_pledge_names 4ce969d6c3:Added a url to delete_pledges_by_current_segment (and did not make a link to this available via the user interface)
    0e2c498de9:Increased the refresh names for mini_pledge_names 4ce969d6c3:Added a url to delete_pledges_by_current_segment (and did not make a link to this available via the user interface)
  • Jan 26, 2010
    Revision be1a3fbf74 (Removed "select a new segment" form from mini_create_pledge....) pushed   -   Removed "select a new segment" form from mini_create_pledge. Added a separate form for this.
    Removed "select a new segment" form from mini_create_pledge. Added a separate form for this.
  • Jan 25, 2010
    Revision adce6b1648 (Changed the size of the fonts for on-air / pledge entry scre...) pushed   -   Changed the size of the fonts for on-air / pledge entry screens
    Changed the size of the fonts for on-air / pledge entry screens
  • Jan 25, 2010
    Revision 560b9dc5d5 (Changed a typo with regards to minutes when displaying dates...) pushed   -   Changed a typo with regards to minutes when displaying dates. Changed the order of the frames on the on-air screen. Changed the placement of the segment selection list in pledge entry screen.
    Changed a typo with regards to minutes when displaying dates. Changed the order of the frames on the on-air screen. Changed the placement of the segment selection list in pledge entry screen.
  • Jan 25, 2010
    Revision 45179dbd7b (Added a little error checking if there are, as yet, no pledg...) pushed   -   Added a little error checking if there are, as yet, no pledges entered into the system.
    Added a little error checking if there are, as yet, no pledges entered into the system.
  • Jan 24, 2010
    Revision 12350af82f (Refined the width of div.frame_content, refined the way mess...) pushed   -   Refined the width of div.frame_content, refined the way messages are displayed
    Refined the width of div.frame_content, refined the way messages are displayed
  • Jan 24, 2010
    Revision e5b348f4f2 (Specified the height, width and background color using inlin...) pushed   -   Specified the height, width and background color using inline styles in the body, rather than in the div
    Specified the height, width and background color using inline styles in the body, rather than in the div
  • Jan 24, 2010
    Revision 76bc2de8e0 (As per client's request, changed mini_segment_challenge to n...) pushed   -   As per client's request, changed mini_segment_challenge to not display if the titile for a challenge is "N/A"
    As per client's request, changed mini_segment_challenge to not display if the titile for a challenge is "N/A"
  • Jan 24, 2010
    2 new revisions pushed   -   57cf96bbad:Changed the relationship of people to challenges. Lists only people with the same organization id (via session.organization_id) 5e4b643790:Minor adjustments to the relationship between the challenge and people table Minor adjustment to the odd / even class in base.css
    57cf96bbad:Changed the relationship of people to challenges. Lists only people with the same organization id (via session.organization_id) 5e4b643790:Minor adjustments to the relationship between the challenge and people table Minor adjustment to the odd / even class in base.css
  • Jan 24, 2010
    Revision 0a5a4da191 (Added favicon.ico and menu.jpg images to avoid 404 errors) pushed   -   Added favicon.ico and menu.jpg images to avoid 404 errors
    Added favicon.ico and menu.jpg images to avoid 404 errors
  • Jan 23, 2010
    Revision 501f21970c (Major changes to the on-air and pledge entry framesets. Cosm...) pushed   -   Major changes to the on-air and pledge entry framesets. Cosmetic changes via stylesheet, most notably a change in size of text area Added forms to list, add and edit messages from the setup menu
    Major changes to the on-air and pledge entry framesets. Cosmetic changes via stylesheet, most notably a change in size of text area Added forms to list, add and edit messages from the setup menu
  • Jan 22, 2010
    Revision 26582d1862 (Added validation for some additional amount fields. Added a ...) pushed   -   Added validation for some additional amount fields. Added a refresh button for thank you messages on the on air screen.
    Added validation for some additional amount fields. Added a refresh button for thank you messages on the on air screen.
  • Jan 22, 2010
    WindowsInstall Wiki page edited
  • Jan 22, 2010
    Revision 74b5784e20 (Added validation for datetime fields Added validatiion for a...) pushed   -   Added validation for datetime fields Added validatiion for amount/goal fields Added Title, Subtitle, Author to menu.py Commented out response.menu_edit from menu.py
    Added validation for datetime fields Added validatiion for amount/goal fields Added Title, Subtitle, Author to menu.py Commented out response.menu_edit from menu.py
  • Jan 22, 2010
    Revision 44ee3bd26f (Made pledge amount not null. Minor tweaks to the layout. Sa...) pushed   -   Made pledge amount not null. Minor tweaks to the layout. Saved the default layout, just in case.
    Made pledge amount not null. Minor tweaks to the layout. Saved the default layout, just in case.
  • Jan 21, 2010
    Revision bf68f18d42 (Added thank you listing. Added producer message form / list.) pushed   -   Added thank you listing. Added producer message form / list.
    Added thank you listing. Added producer message form / list.
  • Jan 20, 2010
    Revision 1b40f22126 (Worked on Segment Report, Pledge Drive Totals Report and Ple...) pushed   -   Worked on Segment Report, Pledge Drive Totals Report and Pledge Drive Totals (Detailed)
    Worked on Segment Report, Pledge Drive Totals Report and Pledge Drive Totals (Detailed)
  • Jan 20, 2010
    Revision eae2b98d5f (Further refinements to setup, some views) pushed   -   Further refinements to setup, some views
    Further refinements to setup, some views
  • Jan 20, 2010
    Revision 030634c248 (Minor fixes to reports and views Begin working on reports) pushed   -   Minor fixes to reports and views Begin working on reports
    Minor fixes to reports and views Begin working on reports
  • Jan 20, 2010
    Revision 7806cb5036 (* fixed error in view_pledgedrive * fixed error in list_chal...) pushed   -   * fixed error in view_pledgedrive * fixed error in list_challenges_by_pledgedrive, edit_pledgedrive * fixed error in list_pledges_by_pledgedrive * added dollar goal to list_pledgedrives_by_organization
    * fixed error in view_pledgedrive * fixed error in list_challenges_by_pledgedrive, edit_pledgedrive * fixed error in list_pledges_by_pledgedrive * added dollar goal to list_pledgedrives_by_organization
  • Jan 18, 2010
    Revision b06c60a079 (Changed way start_date and end_date are calculated in quick_...) pushed   -   Changed way start_date and end_date are calculated in quick_setup_segment Changed an error with the total pledge amounts for segments and for pledgedrives Moved the talkingpoints field from challenges to segments
    Changed way start_date and end_date are calculated in quick_setup_segment Changed an error with the total pledge amounts for segments and for pledgedrives Moved the talkingpoints field from challenges to segments
  • Jan 17, 2010
    Revision 77685d93ae (Cleaned up some old database files that did not need to be t...) pushed   -   Cleaned up some old database files that did not need to be tracked.
    Cleaned up some old database files that did not need to be tracked.
  • Jan 17, 2010
    Revision d2a0dbc8ec (Refined the way total dollars for segments and pledgedrives ...) pushed   -   Refined the way total dollars for segments and pledgedrives are calculated to accommodate GAE.
    Refined the way total dollars for segments and pledgedrives are calculated to accommodate GAE.
  • Jan 16, 2010
    Revision a4d3ff3643 (* in quick_setup_segment, changed titles to: 'Auto Segment: ...) pushed   -   * in quick_setup_segment, changed titles to: 'Auto Segment: ' + str(a) * moved the button for quick_setup_segment display under the setup tab * commented out challenge.type from model (already specified in the segment)
    * in quick_setup_segment, changed titles to: 'Auto Segment: ' + str(a) * moved the button for quick_setup_segment display under the setup tab * commented out challenge.type from model (already specified in the segment)
  • Jan 13, 2010
    Revision 4b4ab37b0d (Added a "Quick Setup" for segments) pushed   -   Added a "Quick Setup" for segments
    Added a "Quick Setup" for segments
  • Jan 12, 2010
    Revision e12fdcc7b6 (Added links to create_person, create_program, create_challen...) pushed   -   Added links to create_person, create_program, create_challenge from create_segment and create_challenge forms
    Added links to create_person, create_program, create_challenge from create_segment and create_challenge forms
  • Jan 12, 2010
    Revision bd956a8992 (Backed away from using the session object for challenges, pe...) pushed   -   Backed away from using the session object for challenges, persons, programs. Checked for < 1 instances of any one object in the database, then redirected to an "add form" Other minor tweaks as needed
    Backed away from using the session object for challenges, persons, programs. Checked for < 1 instances of any one object in the database, then redirected to an "add form" Other minor tweaks as needed
  • Jan 12, 2010
    Revision f78075f606 (Added a way to select different segments from within the on-...) pushed   -   Added a way to select different segments from within the on-air and pledge entry screens.
    Added a way to select different segments from within the on-air and pledge entry screens.
  • Jan 10, 2010
    Revision 9f4ec72616 (Refined the way the session variables are saved.) pushed   -   Refined the way the session variables are saved.
    Refined the way the session variables are saved.
  • Jan 09, 2010
    Revision 7bb7773d45 (Changed how rows are added to the session object) pushed   -   Changed how rows are added to the session object
    Changed how rows are added to the session object
  • Jan 06, 2010
    Revision b7f44d695c (Instead of storing Rows objects in the session, these Rows a...) pushed   -   Instead of storing Rows objects in the session, these Rows are now stored as a lists of dictionaries.
    Instead of storing Rows objects in the session, these Rows are now stored as a lists of dictionaries.
 
Powered by Google Project Hosting