Changes between Version 64 and Version 65 of IIRS/DevelopmentPlan
- Timestamp:
- 12/02/13 14:00:49 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IIRS/DevelopmentPlan
v64 v65 13 13 === Plan === 14 14 1. UNDERWAY Finish view page: 15 * Set up fieldable pane for About page/tab and export content.16 15 * Map view/search -- views based again, using Leaflet or Leaflet Map Box plus [https://drupal.org/project/ip_geoloc IP Geolocation Views and Maps]. 17 16 1. Override view output to pop up result in another DIV/iFrame. -- is mostly done via CTools/Panels with minimal coding. -- various options: https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage, https://drupal.org/project/ajax_pane, http://drupal.stackexchange.com/questions/50453/drupal-using-panels-with-ajax and http://www.gizra.com/content/views-and-panels-ajaxified/ 18 17 1. Export TN-specific stuff to Features. Update all features. 18 1. Set up fieldable pane for About page/tab and export content. 19 19 1. Set up test site on TN's server (Puffin) -- also allows us to set up/test Hybrid Auth social media login. 20 20 1. Update views, panes, etc to handle language context. … … 233 233 * Imported & tweaked CSS & JS from PSE to handle widget popup/style. 234 234 * Widget can be previewed and code grabbed on builder page - tested and works well. 235 236 ==== 2 December -- 2.5h (+6.5 total) ==== 237 * Got Panels AJAX Tab working on the display pane, but have hit [https://drupal.org/node/2110907 a few bugs in that module]. It ''nearly'' works very well for us. 238 * Started a [https://github.com/transitionnetwork/tn_widgets tn_widgets module] that will hold the key TN-specific widget settings, form alters and logic to switch theme within the widget URLs. 239 * Preparing to update the makefile so we can deploy a test environment on the TN server (Puffin).