Changes between Version 56 and Version 57 of IIRS/DevelopmentPlan


Ignore:
Timestamp:
11/17/13 23:18:42 (3 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IIRS/DevelopmentPlan

    v56 v57  
    177177* Hit issue around country argument. 
    178178 
    179 ==== 14 November -- 3.25h (+26.5 total) ==== 
     179==== 15 November -- 4h (30.5 total) ==== 
    180180* Fixed addressfield ajax issue, will put a patch on D.o. 
    181181* Also had to use dev version of Countries, but now the URL for the entry is: ''tn-widgets/user-submit-national/gb/initiative/entry'' - the 'initiative' part allows the same Panels page have many variants for the content types we want to support, whilst the 'entry' is the step we're on and 'gb' is the country code to use. Also the URL starts with 'fr/' when in French and 'pt-pt/' for Portuguese... This is all we need! 
    182182* Working on final issues and bugs around workflow container/pane admin screen so we can store the thanks text. 
    183183* Entry nearly working end-to-end. Multilinguality great, happy Jim. 
     184* Except the redirect after form submit is being overridden by other things - so the workflow's submissions aren't sending to the next step. 
     185 
     186==== 16 November -- 1h (31.5 total) ==== 
     187* Debugging, refactor to better use Drupal's ''drupal_static()'' function and avoid passing around everything. Tidy up. 
     188 
     189==== 17 November -- 3.5h (35 total) ==== 
     190* Continued refactor, improvements, bug fixes. 
     191* Managed to fix the redirect issue after stealing some code from [https://drupal.org/project/login_destination Login Destination] since I was battling with many core issues/features. 
     192* Workflow process and container now work (login -> submit -> thank you page), all except for the $conf from the workflow setup page not being saved properly. Will park, get the 'Thanks' screen showing with hard coded text, then fix after the view panels are done.