Releases of Drupal contributions that are compatible with version 4.7.x of Drupal Core

carbon 4.7.x-0.3

You can create a simple carbon footprint with just one click of submit now. The climate care (UK offsetting company) air travel model by B737 and B747 has been added (or something that is very close to it). There is a correction for the field 'multiplier' in the 'choose climate' model, you do need to run update.php. Note: There is a cosmetic bug that breaks the collapsible frames on the footprint editing page.

casetracker 4.7.x-1.0

A final (save for important bug fixes) version for Drupal 4.7, entirely reworked by Morbus Iff.

 * database: casetracker_comment merged with casetracker_comment_status.
 * all css ids and classes are now - delimited, not _.
 * database: casetracker_case:p_id is renamed to pid.
 * database: casetracker_case:case_id is renamed to case_number.
 * database: casetracker_comment_status:project_term_id renamed to pid.
 * database: casetracker_project:project_no is renamed to project_number.
 * casetracker > cases menu item is now modifiable. hackish, but ok.
 * casetracker_case_state_load() now issues one query and then caches.
 * mail sending and receiving has been moved into casetracker_mail.module.
 * Removed the use of sequences to keep track of Case Tracker's project and
   case numbers. The sequences for cases were never implemented properly; to
   do them right would mean filling up sequences with a per-project counter.
   Everything has been moved to a settings variable which, while allowing for
   a race condition, doesn't abuse sequences (with both amount of project
   case numbers and the forcing of +100 instead of +1 by db_next_id()).
 * "Jump to case number" block now requires 'access case tracker' perms.
 * "Latest cases" block configuration moved to block edit screen.
 * xmlrpc_example.php added to repository, demonstrating simple client access.

Pages

Subscribe with RSS Subscribe to RSS - 4.7.x