CVS log for advokit-installer/advokit.ini.tpl

Help

(back) Up to [Development] / advokit-installer

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.37 / (view) - annotate - [select for diffs] , Sun Apr 23 18:14:48 2006 UTC (4 years, 4 months ago) by patdunlavey
Branch: MAIN
CVS Tags: r1-x-dev, HEAD
Changes since 1.36: +8 -1 lines
Diff to previous 1.36
Prettifying the teamjob details page. Also added count-down to the time that polls open to the teamjob, team and operation details pages. This required modifying the EditOperation page so that you can specify the time that polls open. The time of day  is just appended to the _operation.election_date in the hours portion of the string. This also necessitated creating a config variable to enable compensating for a different server time.

Revision 1.36 / (view) - annotate - [select for diffs] , Sun Apr 23 00:56:11 2006 UTC (4 years, 4 months ago) by patdunlavey
Branch: MAIN
Changes since 1.35: +6 -0 lines
Diff to previous 1.35
I've been accumulating these changes for a couple weeks. I've been banging on it pretty heavily and I think these are quite solid, and rather than delay getting the committed by trying to itemize all the changes, I'll just commit them all and list the highlights:

 - Big progress in implementing "ownjob": This is a big improvement in tracking what role the user is currently operating from. Rather than a muddled combination of user attributes and lists of the user's leader and activist jobs, ownjob provides explicit information on the user's own teamjob state. This allows us to have sidebar links, breadcrumbs and teamdetails pages that make sense for "where the user is coming from". When he clicks a campaign leader job, for example, the "upload voterfile" link stays in the sidebar regardless of where he has navigated to, what teamjob he may have assumed, etc. The sidebar displays the ownjob as the active job until he explicitly chooses another job that he owns. If he chooses an activist job, all the campaign leader stuff goes away from the sidebar, breadcrumbs disappear, etc. I haven't worked this down into the permission system, though logically it should.

- Created tabbed interface for operation and team details pages (campaign details page remains to be done). Ustate is used to remember the user's tab-state for each team_id. The display php code pays attention to the tab number and will not do a lot of sql that is unecessary for the current tab. The team report data, which is a huge DB hit is now in a tab, so it is only calculated when you choose to view it rather than every time the teamdetails page loads. So overall it should speed things up. I also have cleaned and spiffed these templates up a lot.

- Implemented three-homepage system - anonymous, admin, activist - and include better sample homepages which also demonstrate templating. Modified the edit homepage page so that you can choose which of  the three homepages to edit.

 - Cleaned up badly formed html ...

Revision 1.35 / (view) - annotate - [select for diffs] , Fri Apr 14 17:47:00 2006 UTC (4 years, 4 months ago) by patdunlavey
Branch: MAIN
Changes since 1.34: +8 -1 lines
Diff to previous 1.34
Significant improvements to getlogin (recovery of login when password is lost)
 - An advokit.ini config lets you enable "easy_get_login", which allows the user to provide the username or email, rather than requiring both. If only the email is provided, it must be unique in the database.
 - It will not reset the password if there is not a plausible email address to send the confirmation email to (this can be improved - it just checks to see if it's at least 9 characters long)

Revision 1.34 / (view) - annotate - [select for diffs] , Thu Mar 23 14:44:09 2006 UTC (4 years, 5 months ago) by patdunlavey
Branch: MAIN
Changes since 1.33: +15 -1 lines
Diff to previous 1.33
Added ability to choose logo image in advokit.ini
 - puts logo inside a div so that a background image can be used
 - includes option for no logo (enter "none")
 - if blank, default logo is used

Revision 1.33 / (view) - annotate - [select for diffs] , Wed Feb 22 16:23:56 2006 UTC (4 years, 6 months ago) by patdunlavey
Branch: MAIN
Changes since 1.32: +0 -4 lines
Diff to previous 1.32
Removed dependence upon the "include_voteranswer" switch for voter filters that wish to filter on the voteranswer table. Added support for filtering on votercampaign table.

In each case where voter filters are applied, we test the cumulative filter string for "va." for voteranswer, and "vc." for votercampaign. If a match is found, then the table is joined in the select statement.

Revision 1.32 / (view) - annotate - [select for diffs] , Thu Oct 21 18:38:37 2004 UTC (5 years, 10 months ago) by travislow
Branch: MAIN
CVS Tags: r0-9-9
Changes since 1.31: +8 -0 lines
Diff to previous 1.31
Made walklist generation iterative for lists larger than csv_chunk_size.
This was supposed to be the first phase of the "generate HTML for all
walklists" request for the NYDems.  If I can make it efficient enough,
I'll implement the function by repeatedly calling the Action for
each contact list in the system.  Otherwise, I may hack out a perl script.

Revision 1.31 / (view) - annotate - [select for diffs] , Mon Oct 18 12:13:22 2004 UTC (5 years, 10 months ago) by patdunlavey
Branch: MAIN
Changes since 1.30: +5 -1 lines
Diff to previous 1.30
Added "title_override" configuration variable in advokit.ini. When a string is supplied in this variable, it is used for the browser page title in preference to the product string.

Revision 1.30 / (view) - annotate - [select for diffs] , Wed Oct 13 15:15:13 2004 UTC (5 years, 10 months ago) by travislow
Branch: MAIN
Changes since 1.29: +3 -0 lines
Diff to previous 1.29
- Fixed memory problem with searching from sidebar
- Fixed some subtle problems with rights-checking, which may have
  lead to other issues
- Various other fixes for things encountered while trying
  to test issues 335, 367, 370, 327, and 369.

Revision 1.29 / (view) - annotate - [select for diffs] , Sat Oct 2 04:30:16 2004 UTC (5 years, 11 months ago) by evadm
Branch: MAIN
Changes since 1.28: +6 -1 lines
Diff to previous 1.28
Implemented a first cut at new security handling.  Hooked the action and display classes to call functions in Context (probably not the right place) to handle security.  Current checking is for viewing and deleting of ContactLists and viewing and updating voter records.  If the user does not have "rights" - the object does not "belong" to them - then the display will blank out and messages logged (debug).  Added a new variable to the ini - implement_data_security = 0.  Setting this false for now so that if bugs have been introduced this feature can be disabled.  The final release will NOT have a variable

Revision 1.28 / (view) - annotate - [select for diffs] , Thu Sep 16 04:31:53 2004 UTC (5 years, 11 months ago) by evadm
Branch: MAIN
Changes since 1.27: +4 -0 lines
Diff to previous 1.27
Added the ability to filter on voteranswer.  Introduced a new parameter in the ini file - include_voteranswer (default false).  When set to true the table voteranswer (with the identifier of va) will be placed in the appropriate queries.  If a user edits the SQL for a filter they can introduce logic to do a selection on questions that have been answered.  An example might be:
( va.question_id=1 and va.answer_id=1 )

Revision 1.27 / (view) - annotate - [select for diffs] , Wed Sep 15 05:50:26 2004 UTC (5 years, 11 months ago) by chrishiller
Branch: MAIN
Changes since 1.26: +5 -0 lines
Diff to previous 1.26
couple app vars added

Revision 1.26 / (view) - annotate - [select for diffs] , Fri Sep 10 19:11:01 2004 UTC (6 years ago) by travislow
Branch: MAIN
Changes since 1.25: +5 -0 lines
Diff to previous 1.25
Changes to allow voters to be on one contact list per operation,
rather than one contact list at all.  Tentatively configurable...needs
more testing.

Revision 1.25 / (view) - annotate - [select for diffs] , Tue Aug 17 03:17:40 2004 UTC (6 years ago) by chrishiller
Branch: MAIN
CVS Tags: r0-9-8, footag0
Changes since 1.24: +2 -0 lines
Diff to previous 1.24
added config var for autopopulation bucket size

Revision 1.24 / (view) - annotate - [select for diffs] , Thu Aug 12 19:46:26 2004 UTC (6 years ago) by travislow
Branch: MAIN
CVS Tags: r0-9-5
Changes since 1.23: +8 -0 lines
Diff to previous 1.23
Alternative to MySQL "order by rand()" statement.  Admins can still use it
by setting the right parameter in advokit.ini, but the native method is
faster.  We get a random sampling of ids between 1 and max(voter.id), then
pick 3 * bucket size, then limit the select to bucket size.

Revision 1.23 / (view) - annotate - [select for diffs] , Wed Aug 11 18:37:22 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.22: +9 -0 lines
Diff to previous 1.22
C. Scott Ananian's changes to http authentication.

Revision 1.22 / (view) - annotate - [select for diffs] , Wed Aug 11 14:38:23 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.21: +13 -9 lines
Diff to previous 1.21
- Fixed stupid-ass bug I introduced in Request.class.php
- CSV generation now iterative.

Revision 1.21 / (view) - annotate - [select for diffs] , Tue Aug 10 16:29:23 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.20: +3 -1 lines
Diff to previous 1.20
Bugzilla #149 -- applied patches provided by C. Scott Ananian

**** DO NOT USE THIS CODE YET ****

or else you won't be able to login anymore on your existing installation.

Revision 1.20 / (view) - annotate - [select for diffs] , Thu Aug 5 05:45:56 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.19: +3 -4 lines
Diff to previous 1.19
retructuring job handling,

Revision 1.19 / (view) - annotate - [select for diffs] , Wed Aug 4 20:24:25 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.18: +4 -0 lines
Diff to previous 1.18
- job revamping
- fixed crappy html
- removed tabs
- making login more secure
- added message to display on too many failed login attempts

Revision 1.18 / (view) - annotate - [select for diffs] , Wed Aug 4 02:31:45 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.17: +0 -2 lines
Diff to previous 1.17
removed orphaned comment.

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Aug 4 02:26:20 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.16: +8 -0 lines
Diff to previous 1.16
- Added code and config parameters to limit login attempts.
- Working on job revamp.

Revision 1.16 / (view) - annotate - [select for diffs] , Mon Aug 2 14:18:35 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.15: +0 -5 lines
Diff to previous 1.15
- bugzilla #72 - Voter report for operation and teams
- bugzilla #91 - browse household link missing from browse voters
- Show Open Jobs shows job name ("job type name") and description
  if no ad title or body is present.

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Jul 30 20:45:06 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
CVS Tags: r0-9-0
Changes since 1.14: +6 -0 lines
Diff to previous 1.14
Bugzilla #93 -- added default sections to advokit.ini.  These are used
when approving new users.

Revision 1.14 / (view) - annotate - [select for diffs] , Wed Jul 28 16:30:27 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.13: +4 -0 lines
Diff to previous 1.13
Bugzilla #47 - Voterfile upload needs work
- Added max_script_size parameter to advokit.ini.  Defaults to 2 meg.
  When this size is exceeded, the script generator writes the script
  epilogue, then refreshes, at which point a new script is started.
- Generates a final script to call the other scripts one at a time,
  so the entire import doesn't have to be compiled at once.

Revision 1.13 / (view) - annotate - [select for diffs] , Thu Jul 22 02:16:08 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
CVS Tags: r-0-8-5, r-0-8-2, r-0-8-1
Changes since 1.12: +5 -0 lines
Diff to previous 1.12
- Added config parameter action_timeout to let user specify how long to
  spend doing voterfile mappings before refreshing
- Added caution about using http to upload large files

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Jul 15 00:46:14 2004 UTC (6 years, 1 month ago) by rachelnull
Branch: MAIN
CVS Tags: r-0-8-0
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Fix download_prefix.

Revision 1.11 / (view) - annotate - [select for diffs] , Wed Jul 14 22:31:28 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10
- Modified download link to use version information from database.
- Added "download_prefix" config var in advokit.ini.tpl.

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Jul 8 12:58:56 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
CVS Tags: r1-1-1-alpha-00, r1-1-0-alpha-00
Changes since 1.9: +22 -2 lines
Diff to previous 1.9
adding license.

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Jul 8 06:17:10 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
Changes since 1.8: +4 -0 lines
Diff to previous 1.8
- fix small format problems
- implemented concept of current contact list
- implemented homepage editor
- restricted pagebar size

Look for upcoming adds.

Revision 1.8 / (view) - annotate - [select for diffs] , Tue Jul 6 12:17:35 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
Changes since 1.7: +12 -2 lines
Diff to previous 1.7
Mostly voterfile upload.

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Jul 2 05:21:09 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
changed color

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Jul 2 05:16:55 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
Changes since 1.5: +19 -1 lines
Diff to previous 1.5
- Cleaned up breadcrumbs
- Color coded some stuff
- Fixed js bug

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Jun 24 14:28:57 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
Changes since 1.4: +5 -0 lines
Diff to previous 1.4
- Added transient data support for aborted "Add" screens, so user doesn't
  have to re-enter in case of error
- Add actions check for duplicate usernames and fail more gracefully if
  username exists

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Jun 24 03:00:29 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
Changes since 1.3: +2 -21 lines
Diff to previous 1.3
- Random voter selection.  Added config parameter for random list size.
- The getCumulativeFilter function in Context.class.php now considers
  extra parameters in operation.
- Working out how to do sidebar.

Revision 1.3 / (view) - annotate - [select for diffs] , Tue Jun 22 05:18:02 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
CVS Tags: r1-0-0-beta-02, r1-0-0-beta-01, r1-0-0-beta-00
Changes since 1.2: +0 -10 lines
Diff to previous 1.2
- Removed caching options from ini template, as caching is next to impossible
- Cleaned up admin side.  Admin can basically create and edit campaigns and
  campaign leaders, plus system information.  Lower level stuff is done by
  people within campaigns.  This scheme follows from the requirement that
  a user is acting within the context of a job -- since the admin has no
  job, we only let the admin do a few campaign-related things.
- I don't know about you, but the word "campaign" is starting to look
  funny.
- Tightening up Details screens.

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Jun 9 17:17:20 2004 UTC (6 years, 3 months ago) by travislow
Branch: MAIN
Changes since 1.1: +8 -4 lines
Diff to previous 1.1
Added leaders, separated from jobs.  Job (leadership or not) is added at
the time the activist is created, rather than beforehand.  Normalized verbiage.
Reworked sections a bit to handle leader business.

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Wed Jun 9 12:56:50 2004 UTC (6 years, 3 months ago) by travislow
Branch: advokit-installer
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Re-importing advokit-installer into voter2voter cvs with name changes for various db entities

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Jun 9 12:56:50 2004 UTC (6 years, 3 months ago) by travislow
Branch: MAIN
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

cvsadmin@voter2voter.org
CVS Snapshots (updated daily)