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

Help

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

Request diff between arbitrary revisions


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

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: HEAD
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)