Activity log for bug #1292109

Date Who What changed Old value New value Message
2014-03-13 16:55:25 Kyle Nitzsche bug added bug
2014-03-30 23:40:19 Launchpad Janitor branch linked lp:~daker/ubuntu-html5-theme/fix.1293899
2014-03-30 23:40:32 Adnane Belmadiaf ubuntu-html5-theme: status New Triaged
2014-03-30 23:40:33 Adnane Belmadiaf ubuntu-html5-theme: importance Undecided Critical
2014-03-30 23:40:35 Adnane Belmadiaf ubuntu-html5-theme: assignee Adnane Belmadiaf (daker)
2014-03-30 23:41:54 Adnane Belmadiaf ubuntu-html5-theme: status Triaged In Progress
2014-05-02 19:22:18 Kyle Nitzsche description Here: http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.Toolbar/ I shows this as the example of creating a toolbar object: var toolbar = UI.footer("footerID"); This is incorrect and should be: var toolbar = toolbar("toolbarID"); As shown here: http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.UbuntuUI/ Here: http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.Toolbar/ I shows this as the example of creating a toolbar object: var toolbar = UI.footer("footerID"); This is incorrect and should be: var toolbar = UI.toolbar("toolbarID"); As shown here: http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI.UbuntuUI/
2015-01-15 17:27:07 Launchpad Janitor branch linked lp:ubuntu/vivid-proposed/ubuntu-html5-theme
2015-01-15 17:51:44 Launchpad Janitor ubuntu-html5-theme (Ubuntu): status New Fix Released
2015-01-27 15:05:21 Daniel Holbach ubuntu-html5-theme: status In Progress Fix Released