CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
October 1, 2008
- Commit #143671 by Allie Micka at 03:11
Don't save an image if there's no image to save
- Commit #143642 by Allie Micka at 00:08
Adding brute-force imagefield integration. Images ( e.g. candidate photos ) are now being downloaded and saved as image fields.
September 9, 2008
- Commit #138822 by Allie Micka at 01:11Project Vote Smart: /modules/votesmart/modules/votesmart_factory/votesmart_factory.inc 1.5
Project Vote Smart: /modules/votesmart/modules/votesmart_field/votesmart_field.module 1.4- Updating votesmart_field widget to correctly handle the id/table columns. - Updating votesmart_factory to reflect this change and correctly import candidates into the election macro.
August 17, 2008
- Commit #134399 by Allie Micka at 15:36Project Vote Smart: /modules/votesmart/modules/votesmart_factory/votesmart_factory.inc 1.3
Project Vote Smart: /modules/votesmart/modules/votesmart_field/votesmart_field.module 1.3
Project Vote Smart: /modules/votesmart/votesmart.api.inc 1.3
Project Vote Smart: /modules/votesmart/votesmart.inc 1.3
Project Vote Smart: /modules/votesmart/votesmart.module 1.3Latest batch of changes - - When linked to a Vote Smart record, all CCK, body, and title fields can be populated with values from the remote records. - Added format callbacks for certain fields, e.g. 't'/'f' can become 1/0 boolean values, newline-delimited lists can become multivalued fields, etc. - Handling of "list" values, such as office type, office branch, state, etc. - Reformatted API input array, which should hopefully make things clearer. - Continued populating 'tables', to include candidate records. - Experimental factory/bulk import working. For example, you can now import all candidates for a particular state election.
August 10, 2008
- Commit #132709 by Allie Micka at 01:42Project Vote Smart: /modules/votesmart/modules/votesmart_factory/votesmart_factory.inc 1.2
Project Vote Smart: /modules/votesmart/modules/votesmart_factory/votesmart_factory.module 1.2
Project Vote Smart: /modules/votesmart/modules/votesmart_field/votesmart_field.module 1.2
Project Vote Smart: /modules/votesmart/votesmart.api.inc 1.2
Project Vote Smart: /modules/votesmart/votesmart.inc 1.2
Project Vote Smart: /modules/votesmart/votesmart.module 1.2You can now create a CCK field to store the remote Vote Smart API record. Fields are mapped to any other fields you select through a token system. e.g. $node->title = (remote data(id) : title_field ) $node->field_foo = (remote data(id) : foo ) When your node containing the key field is created/updated, the Vote Smart data is refreshed and all of your node's linked fields are re-populated!
August 6, 2008
- Commit #131870 by Allie Micka at 05:47Project Vote Smart: /modules/votesmart/modules/votesmart_factory/votesmart_factory.inc 1.1
Project Vote Smart: /modules/votesmart/modules/votesmart_factory/votesmart_factory.info 1.1
Project Vote Smart: /modules/votesmart/modules/votesmart_factory/votesmart_factory.module 1.1
Project Vote Smart: /modules/votesmart/modules/votesmart_field/votesmart_field.info 1.1
Project Vote Smart: /modules/votesmart/modules/votesmart_field/votesmart_field.module 1.1Module files didn't make it into the original commit.
