Changes between Version 52 and Version 53 of IIRS/DevelopmentPlan
- Timestamp:
- 11/14/13 13:55:23 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IIRS/DevelopmentPlan
v52 v53 7 7 === Research tasks === 8 8 * '''TODO update [[IIRS/SolutionDesign]]''' 9 * UNDERWAY: Investigate I18n & related language/internationalisation modules & best practice -- see https://drupal.org/node/133977 9 * UNDERWAY: Investigate I18n & related language/internationalisation modules & best practice -- see https://drupal.org/node/133977 and https://drupal.org/project/tmgmt 10 10 * POSTPONED: Resolve tension/shortcoming in nested Drush Makefiles causing module dupes between /profiles/modules and /sites/all/modules - https://drupal.org/node/1006620 11 11 * DISCOVER: Investigate content syncing tasks based on Services and Services Client. … … 165 165 * Reviewed many modules and CTools best practice.. 166 166 167 ==== 13 November -- 5.5 ...h (22 total) ====167 ==== 13 November -- 5.5h (22 total) ==== 168 168 * Identified the [https://drupal.org/project/mlpanels Multilingual Panels module] which solves a big issue... Allows settings for panes (e.g. thank you text) to be translated from within Panels. 169 169 * So DECISION MADE ~~Establish whether to use existing, standard Panels renderer or customise new one for working with Widgets.~~ Will use Multilingual Panels as this has its own renderer. All my rendering will be done by Panels, except the actual output will go into an iFrame provided by the Widget Layout/Framework.# … … 174 174 * Installed the French and Portuguese languages, downloaded their .po files from https://localize.drupal.org and tested various pages in these languages. All works well now ready to begin preparing the list of strings for translation. 175 175 176 ==== 14 November -- ...h (22 total) ==== 177 * 176 ==== 14 November -- 3.5..h (+22 total) ==== 177 * Workflow Container works, and now the conf is stored, but the saved settings aren't being added to the form when editing again. 178 * Workflow access fixed. 179 * Workflow can now can deliver combined user/login page, then entry page showing correct node form (initiative). The last page is easy. 180 * Ajax address field stuff is presently broken. Am working on submission process now as I'm several levels deep. 181 * Multilingual test works -- forms all translate (where strings exist) correctly, node saved in correct language. 182 * Have found [https://drupal.org/project/tmgmt Translation Management Tool module] that looks to make translation of site content really easy.