CVS log for advokit-installer/advokit.css

Help

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

Request diff between arbitrary revisions


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

Revision 1.74 / (as text) / (view) - annotate - [select for diffs] , Sun Apr 30 17:44:53 2006 UTC (4 years, 4 months ago) by patdunlavey
Branch: MAIN
CVS Tags: r1-x-dev, HEAD
Changes since 1.73: +3 -2 lines
Diff to previous 1.73
Undo a css tweak that wasn't serving any purpose

Revision 1.73 / (as text) / (view) - annotate - [select for diffs] , Wed Apr 26 19:53:32 2006 UTC (4 years, 4 months ago) by patdunlavey
Branch: MAIN
Changes since 1.72: +56 -20 lines
Diff to previous 1.72
Prettifying the UI
 - adding "3D" look to a few things (table headers, sidebar section headers)
 - cleaning up the screen footer: just one button for advokit.net, no separate download button, moved "volunteer now" to the browse/item header
 - lots of tweaks - more to do!

Revision 1.72 / (as text) / (view) - annotate - [select for diffs] , Sun Apr 23 18:14:48 2006 UTC (4 years, 4 months ago) by patdunlavey
Branch: MAIN
Changes since 1.71: +11 -0 lines
Diff to previous 1.71
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.71 / (as text) / (view) - annotate - [select for diffs] , Sun Apr 23 00:59:18 2006 UTC (4 years, 4 months ago) by patdunlavey
Branch: MAIN
Changes since 1.70: +239 -62 lines
Diff to previous 1.70
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.70 / (as text) / (view) - annotate - [select for diffs] , Sun Apr 9 11:28:22 2006 UTC (4 years, 5 months ago) by patdunlavey
Branch: MAIN
Changes since 1.69: +48 -7 lines
Diff to previous 1.69
Various css modifications
 - more styles for help popup
 - modified styles for Willow-legacy popups (Followups tested)

Revision 1.69 / (as text) / (view) - annotate - [select for diffs] , Mon Mar 20 18:06:11 2006 UTC (4 years, 5 months ago) by patdunlavey
Branch: MAIN
Changes since 1.68: +8 -0 lines
Diff to previous 1.68
Re Bug #445: SelfRegistration fails is username is already taken

These changes conclude fixes for this bug. Now when a conflicting username is found, the SelfRegistration page redisplays with a big error message, and all the form fields are filled out from $prevparms.

Revision 1.68 / (as text) / (view) - annotate - [select for diffs] , Tue Oct 26 23:29:09 2004 UTC (5 years, 10 months ago) by patdunlavey
Branch: MAIN
CVS Tags: r0-9-9
Changes since 1.67: +2 -2 lines
Diff to previous 1.67
- Turned off html escaping when fetching question bodies from the DB so that people can use html formatting in their questions.
- Changed styles to allow soft wrapping in the display of question text
-- By changing the bgWhiteTiny and bgGreyTiny styles in advokit.css to not use "white-space: nowrap;", we may be finding some undesired text wrapping in various places. We will fix them as we find them.
- Added custom-text.tpl template as a place for storing custom text.
-- Created a QuestionnaireInstructions smarty capture item in custom-text.tpl which can be used to create content that prints at the top of the printable questionnaire, e.g. instructions.
- Fixed printable walk list link on contact list

Revision 1.67 / (as text) / (view) - annotate - [select for diffs] , Wed Oct 20 13:07:57 2004 UTC (5 years, 10 months ago) by patdunlavey
Branch: MAIN
Changes since 1.66: +33 -0 lines
Diff to previous 1.66
major reformat of "modify results" screen- bringing it into the modern world
- if only one section, then don't display the section navigation link
- include the item header and footer
- put everything into tables similar to the contact sheet

Revision 1.66 / (as text) / (view) - annotate - [select for diffs] , Tue Oct 12 16:57:33 2004 UTC (5 years, 10 months ago) by patdunlavey
Branch: MAIN
Changes since 1.65: +6 -0 lines
Diff to previous 1.65
better styling for previous responses on printable walk list

Revision 1.65 / (as text) / (view) - annotate - [select for diffs] , Fri Sep 17 16:09:34 2004 UTC (5 years, 11 months ago) by patdunlavey
Branch: MAIN
Changes since 1.64: +15 -0 lines
Diff to previous 1.64
TeamReport now shows desired response counts
nicer looking progress bar

Revision 1.64 / (as text) / (view) - annotate - [select for diffs] , Wed Sep 15 23:39:28 2004 UTC (5 years, 11 months ago) by patdunlavey
Branch: MAIN
Changes since 1.63: +27 -1 lines
Diff to previous 1.63
- css tweaks
- slightly improved current activist and leader job link styling in sidebar

Revision 1.63 / (as text) / (view) - annotate - [select for diffs] , Tue Sep 14 17:28:24 2004 UTC (5 years, 11 months ago) by patdunlavey
Branch: MAIN
Changes since 1.62: +20 -15 lines
Diff to previous 1.62
tweaks on paging bar

Revision 1.62 / (as text) / (view) - annotate - [select for diffs] , Mon Sep 13 19:33:30 2004 UTC (5 years, 11 months ago) by patdunlavey
Branch: MAIN
Changes since 1.61: +1 -1 lines
Diff to previous 1.61
css  tweak gives us a little more flexibility

Revision 1.61 / (as text) / (view) - annotate - [select for diffs] , Tue Sep 7 15:15:51 2004 UTC (6 years ago) by patdunlavey
Branch: MAIN
Changes since 1.60: +4 -0 lines
Diff to previous 1.60
Disable Browse>Contacts link when you are at the campaign level. Otherwise, you get confused by seeing voters on contact lists in multiple operations.

Revision 1.60 / (as text) / (view) - annotate - [select for diffs] , Tue Sep 7 13:39:36 2004 UTC (6 years ago) by patdunlavey
Branch: MAIN
Changes since 1.59: +4 -0 lines
Diff to previous 1.59
added name and contact information for the activist who created a task to the edit task page

Revision 1.59 / (as text) / (view) - annotate - [select for diffs] , Sat Sep 4 17:11:47 2004 UTC (6 years ago) by patdunlavey
Branch: MAIN
Changes since 1.58: +4 -0 lines
Diff to previous 1.58
added style for required field labels

Revision 1.58 / (as text) / (view) - annotate - [select for diffs] , Wed Sep 1 18:58:22 2004 UTC (6 years ago) by patdunlavey
Branch: MAIN
Changes since 1.57: +100 -71 lines
Diff to previous 1.57
- dumping css positioning in favor of table layout for sidebar, main panel, and footer
- modification to div nesting on crumbar
- csv button replaces "[Report]" on browser screens
- styling of assumed job section so that I like it, replaced "unassume" with a close button.
- numerous beautifications/css tweaks

**note that customstyles.css no longer does anything and should be deleted once the links to it are severed**

Revision 1.57 / (as text) / (view) - annotate - [select for diffs] , Tue Aug 31 22:25:06 2004 UTC (6 years ago) by tanyarene
Branch: MAIN
CVS Tags: r0-9-8, footag0
Changes since 1.56: +3 -0 lines
Diff to previous 1.56
fixed div/table issue and added furhter advokit.css styles to resolve
resulting issues.

Revision 1.56 / (as text) / (view) - annotate - [select for diffs] , Mon Aug 16 05:54:53 2004 UTC (6 years ago) by chrishiller
Branch: MAIN
Changes since 1.55: +4 -0 lines
Diff to previous 1.55
filtering w/ strikeout; added strikeout class to stylesheet

Revision 1.55 / (as text) / (view) - annotate - [select for diffs] , Thu Aug 12 00:17:30 2004 UTC (6 years ago) by tanyarene
Branch: MAIN
CVS Tags: r0-9-5
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
rmoving extra tags, narowing the main section for firefozx

Revision 1.54 / (as text) / (view) - annotate - [select for diffs] , Wed Aug 11 20:03:02 2004 UTC (6 years ago) by tanyarene
Branch: MAIN
Changes since 1.53: +8 -0 lines
Diff to previous 1.53
distinguishing assumed job in sidbar

Revision 1.53 / (as text) / (view) - annotate - [select for diffs] , Wed Aug 11 17:38:42 2004 UTC (6 years ago) by tanyarene
Branch: MAIN
Changes since 1.52: +5 -5 lines
Diff to previous 1.52
chnages to keep that bar in the body

Revision 1.52 / (as text) / (view) - annotate - [select for diffs] , Tue Aug 10 14:59:50 2004 UTC (6 years ago) by patdunlavey
Branch: MAIN
Changes since 1.51: +0 -1 lines
Diff to previous 1.51
alert style tweak

Revision 1.51 / (as text) / (view) - annotate - [select for diffs] , Mon Aug 9 14:13:56 2004 UTC (6 years, 1 month ago) by patdunlavey
Branch: MAIN
Changes since 1.50: +9 -0 lines
Diff to previous 1.50
more help styling

Revision 1.50 / (as text) / (view) - annotate - [select for diffs] , Mon Aug 9 10:14:10 2004 UTC (6 years, 1 month ago) by patdunlavey
Branch: MAIN
Changes since 1.49: +15 -5 lines
Diff to previous 1.49
undoing inadvertant changes

Revision 1.49 / (as text) / (view) - annotate - [select for diffs] , Mon Aug 9 04:45:38 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48
Fixing job weirdness.

Revision 1.48 / (as text) / (view) - annotate - [select for diffs] , Mon Aug 9 01:55:17 2004 UTC (6 years, 1 month ago) by patdunlavey
Branch: MAIN
Changes since 1.47: +32 -20 lines
Diff to previous 1.47
minor tweak

Revision 1.47 / (as text) / (view) - annotate - [select for diffs] , Mon Aug 9 01:31:53 2004 UTC (6 years, 1 month ago) by patdunlavey
Branch: MAIN
Changes since 1.46: +55 -0 lines
Diff to previous 1.46
Added some tags for help window styles

Revision 1.46 / (as text) / (view) - annotate - [select for diffs] , Sun Aug 8 06:33:39 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.45: +8 -2 lines
Diff to previous 1.45
- regained horizontal space
- added link for putting additional person in teamjob
  (significance is that they share contact lists and tasks)
- other stuff

Revision 1.45 / (as text) / (view) - annotate - [select for diffs] , Sun Aug 8 00:53:02 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
Various bugs.  Honestly, I don't remember at this point.

Revision 1.44 / (as text) / (view) - annotate - [select for diffs] , Fri Aug 6 11:22:12 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
- job restructuring.  Only a couple things left
- a few sidebar changes

Revision 1.43 / (as text) / (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.42: +1 -1 lines
Diff to previous 1.42
- job revamping
- fixed crappy html
- removed tabs
- making login more secure
- added message to display on too many failed login attempts

Revision 1.42 / (as text) / (view) - annotate - [select for diffs] , Mon Aug 2 18:40:09 2004 UTC (6 years, 1 month ago) by patdunlavey
Branch: MAIN
Changes since 1.41: +6 -0 lines
Diff to previous 1.41
added style for body section in browse help (so it would wrap instead of going off the right side of the screen)

Revision 1.41 / (as text) / (view) - annotate - [select for diffs] , Sat Jul 31 00:50:41 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
CVS Tags: r0-9-0
Changes since 1.40: +3 -0 lines
Diff to previous 1.40
tweak tweak

Revision 1.40 / (as text) / (view) - annotate - [select for diffs] , Sat Jul 31 00:18:01 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.39: +16 -13 lines
Diff to previous 1.39
*** empty log message ***

Revision 1.39 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 30 23:47:17 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38
tweaeks

Revision 1.38 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 30 18:40:43 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
misc user changes

Revision 1.37 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 30 14:05:04 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.36: +19 -20 lines
Diff to previous 1.36
more useability changes - probably stomping on Travis' chnges ...

Revision 1.36 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 30 03:08:16 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.35: +60 -18 lines
Diff to previous 1.35
misc changes and tweaks - mostly for useability

Revision 1.35 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 30 00:49:31 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.34: +0 -1 lines
Diff to previous 1.34
more teweasks

Revision 1.34 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 30 00:12:47 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
twaek

Revision 1.33 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 29 23:56:20 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.32: +19 -22 lines
Diff to previous 1.32
minor edits

Revision 1.32 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 28 20:43:00 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.31: +2 -0 lines
Diff to previous 1.31
misc little chanegs

Revision 1.31 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 28 00:04:48 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.30: +15 -226 lines
Diff to previous 1.30
fixing some silliness with the css files

Revision 1.30 / (as text) / (view) - annotate - [select for diffs] , Mon Jul 19 16:17:38 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
CVS Tags: r-0-8-5, r-0-8-2, r-0-8-1
Changes since 1.29: +5 -0 lines
Diff to previous 1.29
adding back the sidebar - still may have toruble with dwdie screens

----------------------------------------------------------------------

Revision 1.29 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 14 04:38:57 2004 UTC (6 years, 1 month ago) by travislow
Branch: MAIN
CVS Tags: r1-1-1-alpha-00, r-0-8-0
Changes since 1.28: +5 -0 lines
Diff to previous 1.28
- added custom fields to voterfile upload.  Don't get too excited yet,
  you can't see them anywhere but the db
- the template scrub was excellent, but lots of little things got lost.
  re-added to campaign details, a little on operation details.  will finish
  in the morning.

Revision 1.28 / (as text) / (view) - annotate - [select for diffs] , Tue Jul 13 18:06:21 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
css changes

Revision 1.27 / (as text) / (view) - annotate - [select for diffs] , Tue Jul 13 15:06:40 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26
committing changes

Revision 1.26 / (as text) / (view) - annotate - [select for diffs] , Tue Jul 13 14:49:11 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.25: +51 -52 lines
Diff to previous 1.25
Committing Rynne's and Tanya's template scrubs.

Revision 1.25 / (as text) / (view) - annotate - [select for diffs] , Mon Jul 12 21:52:54 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.24: +16 -32 lines
Diff to previous 1.24
corrections to Campaign.tpl and breadcrumbs lightened

Revision 1.24 / (as text) / (view) - annotate - [select for diffs] , Mon Jul 12 20:06:01 2004 UTC (6 years, 1 month ago) by tanyarene
Branch: MAIN
Changes since 1.23: +11 -13 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 9 18:28:12 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
CVS Tags: r1-1-0-alpha-00
Changes since 1.22: +2 -0 lines
Diff to previous 1.22
final styles - some clunkiness but it should be okay

Revision 1.22 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 9 18:20:58 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.21: +14 -0 lines
Diff to previous 1.21
filn

final tweaking of screens for alpha

----------------------------------------------------------------------

Revision 1.21 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 9 01:42:55 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.20: +1 -0 lines
Diff to previous 1.20
*** empty log message ***

Revision 1.20 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 9 01:09:06 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.19: +23 -1 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 21:06:54 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
scrub

Revision 1.18 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 20:47:47 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
scrubbing - fina edits

Revision 1.17 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 20:03:03 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.16: +5 -4 lines
Diff to previous 1.16
cscrub
----------------------------------------------------------------------

Revision 1.16 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 19:33:29 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.15: +4 -0 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 19:09:06 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
scrubs

Revision 1.14 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 17:33:47 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
ascrub
----------------------------------------------------------------------

Revision 1.13 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 15:48:32 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.12: +2 -6 lines
Diff to previous 1.12
still twaeaking dammit

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 14:41:41 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.11: +8 -1 lines
Diff to previous 1.11
committed some srcrubs and other stuff re changes to styleing and
use
----------------------------------------------------------------------

Revision 1.11 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 13:34:03 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.10: +12 -12 lines
Diff to previous 1.10
rectifying styles for rotating table rows

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 13:27:46 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.9: +22 -37 lines
Diff to previous 1.9
scrub

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 12:58:56 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
Changes since 1.8: +19 -0 lines
Diff to previous 1.8
adding license.

Revision 1.8 / (as text) / (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.7: +6 -6 lines
Diff to previous 1.7
- fix small format problems
- implemented concept of current contact list
- implemented homepage editor
- restricted pagebar size

Look for upcoming adds.

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 8 03:45:19 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
Changes since 1.6: +9 -2 lines
Diff to previous 1.6
- Fixed problem with displaying questionnaires.  Many problems, actually.
- added style to advokit.css
- Removed unneeded file.

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 7 20:05:02 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.5: +34 -60 lines
Diff to previous 1.5
committing more skinning and stripping changes ... still some tweaking -
and deeper work non add edit BEADS as well as contact list and sheet ...

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 7 18:53:03 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.4: +18 -378 lines
Diff to previous 1.4
changes re look and feel

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 7 14:41:27 2004 UTC (6 years, 2 months ago) by tanyarene
Branch: MAIN
Changes since 1.3: +1025 -275 lines
Diff to previous 1.3
additionl styels for new look
and feel
will merge styles when complete

----------------------------------------------------------------------

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Thu Jun 24 05:49:01 2004 UTC (6 years, 2 months ago) by travislow
Branch: MAIN
Changes since 1.2: +10 -1 lines
Diff to previous 1.2
contact list refinements

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Mon Jun 21 16:55:09 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.1: +3 -0 lines
Diff to previous 1.1
- Reworked context object to hold hierarchy information
- starting to incorporate changes into other files

NOTE: This will break existing code.  I'm working on converting everything now.

Revision 1.1.1.1 / (as text) / (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 / (as text) / (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)