Use the Bootstrap CSS framework

Bug #1465107 reported by Aaron Wells
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Fix Released
Wishlist
Aaron Wells

Bug Description

Mahara's CSS, and general front-end coding, is a bit chaotic. So for the past several months we've had a couple of front-end developers working on rewriting the entire Mahara front end to use the Bootstrap CSS framework. http://getbootstrap.com/css/

This should make all of our front-end development work easier henceforth, as well as providing a nice set of standard widgets to make Mahara look better right away.

Revision history for this message
Aaron Wells (u-aaronw) wrote :

This work has actually been in progress for a couple of months, and I just now realized that we hadn't filed a ticket about it on Launchpad yet.

Due to the scope of the change, we decided to work outside the normal Gerrit code review system for this change. So, instead of reviewing it as an enormous series of individual patches, Naomi & Pat have been collaborating on a separate branch which they regularly rebase on top of the latest from master, and I'm just code reviewing the final process from that, which I will push directly into the master branch once code review is done.

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/4185
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/85b78c1f0b56fa905e64c5b47794a3d155d7df47
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit 85b78c1f0b56fa905e64c5b47794a3d155d7df47
Author: Naomi Guyer <email address hidden>
Date: Thu Jan 8 16:52:03 2015 +1300

Navigation (bootstrap)

Bug 1465107: Use Bootstrap CSS Framework
Applied bootstrap tabs and tidy up form styling
Mobile menu
Add bootstrap accessibility, tab styling to bootstrap

Change-Id: Ifa42d482f5fd7e1cdfb52bae1ebb5ff3bf5085a9

2 comments hidden view all 283 comments
Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/4186
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/737386ee4055ea7e86d15aaa44f35c69ad2e04dc
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit 737386ee4055ea7e86d15aaa44f35c69ad2e04dc
Author: Pat Kira <email address hidden>
Date: Wed Jan 14 17:23:46 2015 +1300

Form styling (bootstrap)

Bug 1465107: Use Bootstrap CSS Framework

Change-Id: Ic24bdd78f9207c4f09adce6b20ca55583c1403b8

1 comments hidden view all 283 comments
Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/4184
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/506c580503a7939063b4cef4842632ea9a2c1dd2
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit 506c580503a7939063b4cef4842632ea9a2c1dd2
Author: Pat Kira <email address hidden>
Date: Wed Jan 7 16:05:53 2015 +1300

Forms and grid

Bug 1465107: Use Bootstrap CSS Framework
Styling forms
Bootstrap grid, respsonsive, menus

Change-Id: I3378f05bddf4636a8a02631919c23ca4b9dfb5df

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/4183
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/0cc32f9bd1ac86aaafc8ca739df6609b8bbafc31
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit 0cc32f9bd1ac86aaafc8ca739df6609b8bbafc31
Author: Naomi Guyer <email address hidden>
Date: Tue Jan 6 14:20:05 2015 +1300

Bootstrap set up

Bug 1465107: Use Bootstrap CSS Framework
Initial bootstrap dependencies
Initial grid
Add brand colours
Bootstrap variables

Change-Id: Ic08f8ab8ad0435c2e92794c4c605cfe8095823dc

1 comments hidden view all 283 comments
Revision history for this message
Gilles-Philippe Leblanc (gilles-philippe-leblanc) wrote :

Hi just found that the following fix broke the image license:
https://github.com/MaharaProject/mahara/commit/75f77523122c1394cd0d154f8c9a23522c2422ba

That will not work if we keep the file extension.

The following task was created to address the correct use of the get_image_url method in this context:
https://bugs.launchpad.net/mahara/+bug/1444461

Also, the following fix broke some remaining get_themeurl call:
https://github.com/MaharaProject/mahara/commit/74b5a5e0a5989670a48199413fb646a72170bc95#diff-109

in the file artefact/file/js, there is two remaining call of the get_themeurl() method that cannot work right now because there is no config.theme value inserted.

Maybe we should convert them in the font awesome spinner icon.

The call of SVG file in Javascript was reported here:
https://bugs.launchpad.net/mahara/+bug/1436854

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/4841

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/4842

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/4841
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/7def6da9df8aadc82eb6aac8339914b7616c5a22
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit 7def6da9df8aadc82eb6aac8339914b7616c5a22
Author: Aaron Wells <email address hidden>
Date: Tue Jun 16 12:40:32 2015 +1200

Relocate theme files out of static (Bug 1465107)

Change-Id: I540e43d27cacde19b2f7a5b5850635a43fbe00c5

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/4842
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/cc0571665df83a30fb2d719d66d14be252b61c96
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit cc0571665df83a30fb2d719d66d14be252b61c96
Author: Aaron Wells <email address hidden>
Date: Tue Jun 9 15:05:53 2015 +1200

Removing all hard-coded references to "$themename/$static"

Bug 1465107

Change-Id: Ib5e87262d97e420667247d3c931d99f8adde75ee

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/4879

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/4883

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/4881

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/4884

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/4882

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/4880

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/4892

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/4891

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/4879
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/1801a17efe29af0526621a8f77726aed39c5782d
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 1801a17efe29af0526621a8f77726aed39c5782d
Author: Pat Kira <email address hidden>
Date: Mon Jun 15 17:24:00 2015 +1200

Commentlist fullwidth WIP (Bug #1465107)

Change-Id: I23ff972fc4721e00b319ac121a38dab4b1111f17

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/4880
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/6603794c87b7553ce11ca1460f7082052a495bf6
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 6603794c87b7553ce11ca1460f7082052a495bf6
Author: Pat Kira <email address hidden>
Date: Tue Jun 16 17:35:05 2015 +1200

Style commentlist (Bug #1465107)

Change-Id: I21d4245ea468f733b08fc3e5b737d59697e45976

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/4881
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/f3e8386fd4905ee0edff5539db25ec5d6183e7b5
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit f3e8386fd4905ee0edff5539db25ec5d6183e7b5
Author: Liam Sharpe <email address hidden>
Date: Wed Jun 17 17:46:59 2015 +1200

Contact & add user page - bootstrap (Bug #1465107)

- have merged in the stuff from commit
e143a7e158c001838ea10a215ecacdfa6e1fd67b
from https://github.com/TheCrowsJoker/mahara/

Change-Id: I4465f176550d22a8f3e811613a4d0cc38fba94e8

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/4882
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/6d10fcecf9f451e237c1be47958a4a19e69e6a42
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 6d10fcecf9f451e237c1be47958a4a19e69e6a42
Author: Pat Kira <email address hidden>
Date: Thu Jun 18 11:27:44 2015 +1200

Remove Compass libraries (Bug #1465107)

Change-Id: Ib7ddab010e43ee5cdab7518c3fca7edc89ce89c4

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/4921

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/4921
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/c3eed6c4e59255583c539d278fca3e6f45e98545
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit c3eed6c4e59255583c539d278fca3e6f45e98545
Author: Liam Sharpe <email address hidden>
Date: Mon Jul 6 12:01:35 2015 +1200

Fixed modal for export - Bootstrap (Bug #1465107)

Change-Id: If90afa2f3735481c516a10187b91da113d5cac6f

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/4985

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/5045

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/5049

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5049
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/a4904a85f72f1fc842a808edad9bd28f908e1000
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit a4904a85f72f1fc842a808edad9bd28f908e1000
Author: Liam Sharpe <email address hidden>
Date: Wed Jul 29 16:43:33 2015 +1200

fixed the broken modal on the copy collections page (Bug #1465107)

Change-Id: I511b9a5770ecc46b41437f1f158400c70b749826

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/5085

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5045
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/3217608cfd04a7bf7d376dab466f593400d171a2
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 3217608cfd04a7bf7d376dab466f593400d171a2
Author: Liam Sharpe <email address hidden>
Date: Fri Jul 24 16:10:58 2015 +1200

Made the secret URL page look pretty (Bug #1465107)

behatnotneeded

Change-Id: I7dc911ea99b8094e217fbab9971c2a2f3dac84d9

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/5104

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5105
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/8bc66a69abb3a1e6864791feaaef16e399dd3dce
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 8bc66a69abb3a1e6864791feaaef16e399dd3dce
Author: Jen Zajac <email address hidden>
Date: Fri Aug 14 17:56:09 2015 +1200

Remove ptl class from some containers (Bug 1465107)

behatnotneeded

Change-Id: Ic2a12ee6ffd10c688755ed0d4f47cac2552f49a6

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5085
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/0ef385efe3669c8b39a7375466df694eb74ee764
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit 0ef385efe3669c8b39a7375466df694eb74ee764
Author: Robert Lyon <email address hidden>
Date: Wed Aug 12 10:44:16 2015 +1200

Bug 1465107: Adjusting styles for search form on view/index.php

To stop the search and search within drop down being overlapped

behatnotneeded: as this is a visual difference

Change-Id: Ib39d44f17bbf2058d989756f89a981953b3a8075
Signed-off-by: Robert Lyon <email address hidden>

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/5140

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/5151

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/5157

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5157
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/d3e671b3a35bd665150ef3d0ab27e264120e708b
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit d3e671b3a35bd665150ef3d0ab27e264120e708b
Author: Jono Mingard <email address hidden>
Date: Thu Aug 20 17:38:29 2015 +1200

Use standard bootstrap dialog for block position (Bug #1465107)

Modify the accessible "Position block" dialog to use a normal
bootstrap modal (instead of a docked modal) - this removes the
infinite loading spinner and fixes focus management issues.

behatnotneeded

Change-Id: Idebd9304ad33a7ffc9d409cb728ad24d1facc514

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5151
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/da962736d8c1e085b22663be14eec0fc00414686
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit da962736d8c1e085b22663be14eec0fc00414686
Author: Liam Sharpe <email address hidden>
Date: Fri Aug 14 16:37:46 2015 +1200

Fixed styling in extensions->web services, iframe sources tidy-up - Bug #1465107

behatnotneeded

Change-Id: I8347fafbb5c6fc6ec629534d56b388a7a332b1bc

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/5170

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5167
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/f101aac573101aedad10e786c0e85e84b6f2799f
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit f101aac573101aedad10e786c0e85e84b6f2799f
Author: Toni Gardiner <email address hidden>
Date: Tue Jul 28 09:24:57 2015 +1200

Bug 1465107: STORY#17694-tags-page

behatnotneeded

Change-Id: I78a04afe5face76730dbd463facd5b7570ee2a39

tags: added: nominatedfeature
203 comments hidden view all 283 comments
Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5548

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5548
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/48209df5135b35fa0c1b1aa6f8d516dc408cbb08
Submitter: Robert Lyon (<email address hidden>)
Branch: 15.10_STABLE

commit 48209df5135b35fa0c1b1aa6f8d516dc408cbb08
Author: Pat Kira <email address hidden>
Date: Thu Oct 15 10:37:56 2015 +1300

Fix artefact title display (bug: 1465107)

behatnotneeded

Change-Id: I3529bf658543ac64892f1132b640b3b690e74445
(cherry picked from commit 94130a88486c8a64fce29817dfbc2fa91aa19243)

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5530
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/e618ed73ad9fd44b5aebed5029aa8fa17ff50308
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit e618ed73ad9fd44b5aebed5029aa8fa17ff50308
Author: Pat Kira <email address hidden>
Date: Thu Oct 8 16:59:47 2015 +1300

Remove whitespace classes (bug: 1465107)

behatnotneeded: styling only

Change-Id: Ie47b903e93816c7bac53437bdbb3842020a0effe

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5550

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5550
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/1fc679710a87f84566d920b221eaf63239a55192
Submitter: Robert Lyon (<email address hidden>)
Branch: 15.10_STABLE

commit 1fc679710a87f84566d920b221eaf63239a55192
Author: Pat Kira <email address hidden>
Date: Thu Oct 8 16:59:47 2015 +1300

Remove whitespace classes (bug: 1465107)

behatnotneeded: styling only

Change-Id: Ie47b903e93816c7bac53437bdbb3842020a0effe
(cherry picked from commit e618ed73ad9fd44b5aebed5029aa8fa17ff50308)

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/5553

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/5556

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5556
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/df228e7d1fcd770064d6d273f6c3b8212f6a7d49
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit df228e7d1fcd770064d6d273f6c3b8212f6a7d49
Author: Pat Kira <email address hidden>
Date: Mon Oct 19 14:55:45 2015 +1300

Minor styling fixes (bug: 1465107)

task no: 24725, 24728, 24736,
24726, 24724, 24730, 24731, 24809

behatnotneeded: styling only

Change-Id: I631bdaff87b11e9425f62d83c5253aab60085b6b

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5561

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5561
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/40e2b9712c6cf3b680fbd361bd888f4a0af46fea
Submitter: Robert Lyon (<email address hidden>)
Branch: 15.10_STABLE

commit 40e2b9712c6cf3b680fbd361bd888f4a0af46fea
Author: Pat Kira <email address hidden>
Date: Mon Oct 19 14:55:45 2015 +1300

Minor styling fixes (bug: 1465107)

task no: 24725, 24728, 24736,
24726, 24724, 24730, 24731, 24809

behatnotneeded: styling only

Change-Id: I631bdaff87b11e9425f62d83c5253aab60085b6b
(cherry picked from commit df228e7d1fcd770064d6d273f6c3b8212f6a7d49)

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/5563

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5553
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/fb217aaea487d310bbc3987418ef9ab21c573b52
Submitter: Son Nguyen (<email address hidden>)
Branch: master

commit fb217aaea487d310bbc3987418ef9ab21c573b52
Author: Robert Lyon <email address hidden>
Date: Mon Oct 19 17:22:37 2015 +1300

Bug 1465107: Change default max image resize to fit with bootstrap dimensions

behatnotneeded

Change-Id: Iaccd9ea363c80ea00040d75e9d171a6d87259f23
Signed-off-by: Robert Lyon <email address hidden>

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/5583

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/5590

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5583
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/37b839e8031a7215528ba9f2a94e55dd02d5f050
Submitter: Son Nguyen (<email address hidden>)
Branch: master

commit 37b839e8031a7215528ba9f2a94e55dd02d5f050
Author: Pat Kira <email address hidden>
Date: Thu Oct 22 11:55:11 2015 +1300

Minor style fixes part 2 (bug: 1465107)

Task no: 24843, 24842, 24841
Also quick fix on switchbox styling

Change-Id: I082de8afddaf4dffff1cd278d3d4046fcb027edb
behatnotneeded: styling only

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5563
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/f04958f95f655c161f0da7313a4c09eca998f683
Submitter: Son Nguyen (<email address hidden>)
Branch: master

commit f04958f95f655c161f0da7313a4c09eca998f683
Author: Pat Kira <email address hidden>
Date: Wed Oct 21 13:33:50 2015 +1300

Style file upload section (bug: 1465107)

Minor fix - align extension setting button right (task no. 24699)

behatnotneeded: styling only

Change-Id: Ia25d63d9adb87915f86131972dbef0e9d7129db9

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5518
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/20cf4d2056b116a3ac65bd8162697ae50f6a22ce
Submitter: Son Nguyen (<email address hidden>)
Branch: master

commit 20cf4d2056b116a3ac65bd8162697ae50f6a22ce
Author: Liam Sharpe <email address hidden>
Date: Wed Oct 14 14:48:05 2015 +1300

Changes some of the colors around mahara slightly to fix the contrast - Bug #1465107

behatnotneeded

Change-Id: Ibe2edeeb178018e7d0bdf9814ce31c2f03f742fb

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5590
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/c102a11fbd8e0199b411ba6a0c3eb51ff437b973
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit c102a11fbd8e0199b411ba6a0c3eb51ff437b973
Author: Pat Kira <email address hidden>
Date: Thu Oct 22 17:36:35 2015 +1300

Fix admin search templates when there's no institution (bug: 1465107)

behatnotneeded: styling only

Change-Id: Ia3c8d500a21f6ada115334db8e8799cd8e25e6e8

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5594

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5594
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/d09ba0a19e94698a679979734d396565c642c0b8
Submitter: Aaron Wells (<email address hidden>)
Branch: 15.10_STABLE

commit d09ba0a19e94698a679979734d396565c642c0b8
Author: Pat Kira <email address hidden>
Date: Thu Oct 22 17:36:35 2015 +1300

Fix admin search templates when there's no institution (bug: 1465107)

behatnotneeded: styling only

Change-Id: Ia3c8d500a21f6ada115334db8e8799cd8e25e6e8
(cherry picked from commit c102a11fbd8e0199b411ba6a0c3eb51ff437b973)

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5597

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5602

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5603

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5604

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5602
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/cebcb8d0b8f90f84d595811d4657961a0316e961
Submitter: Aaron Wells (<email address hidden>)
Branch: 15.10_STABLE

commit cebcb8d0b8f90f84d595811d4657961a0316e961
Author: Pat Kira <email address hidden>
Date: Wed Oct 21 13:33:50 2015 +1300

Style file upload section (bug: 1465107)

Minor fix - align extension setting button right (task no. 24699)

behatnotneeded: styling only

Change-Id: Ia25d63d9adb87915f86131972dbef0e9d7129db9
(cherry picked from commit f04958f95f655c161f0da7313a4c09eca998f683)

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5603
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/02f0cb3eb3860f993f1f669818a8d69a5a5c6ed4
Submitter: Aaron Wells (<email address hidden>)
Branch: 15.10_STABLE

commit 02f0cb3eb3860f993f1f669818a8d69a5a5c6ed4
Author: Pat Kira <email address hidden>
Date: Thu Oct 22 11:55:11 2015 +1300

Minor style fixes part 2 (bug: 1465107)

Task no: 24843, 24842, 24841
Also quick fix on switchbox styling

Change-Id: I082de8afddaf4dffff1cd278d3d4046fcb027edb
behatnotneeded: styling only
(cherry picked from commit 37b839e8031a7215528ba9f2a94e55dd02d5f050)

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5597
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/569c0d8ec002c97a4bc00f0ef9de6313f6e6b68c
Submitter: Jono Mingard (<email address hidden>)
Branch: 15.10_STABLE

commit 569c0d8ec002c97a4bc00f0ef9de6313f6e6b68c
Author: Robert Lyon <email address hidden>
Date: Mon Oct 19 17:22:37 2015 +1300

Bug 1465107: Change default max image resize to fit with bootstrap dimensions

behatnotneeded

Change-Id: Iaccd9ea363c80ea00040d75e9d171a6d87259f23
Signed-off-by: Robert Lyon <email address hidden>
(cherry picked from commit fb217aaea487d310bbc3987418ef9ab21c573b52)

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5604
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/020bffbbbc76925116a40664cad57bac838912c9
Submitter: Jono Mingard (<email address hidden>)
Branch: 15.10_STABLE

commit 020bffbbbc76925116a40664cad57bac838912c9
Author: Liam Sharpe <email address hidden>
Date: Wed Oct 14 14:48:05 2015 +1300

Changes some of the colors around mahara slightly to fix the contrast - Bug #1465107

behatnotneeded

Change-Id: Ibe2edeeb178018e7d0bdf9814ce31c2f03f742fb

Aaron Wells (u-aaronw)
Changed in mahara:
status: In Progress → Fix Committed
Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/5635

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "master" branch: https://reviews.mahara.org/5649

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5649
Committed: https://git.mahara.org/mahara/mahara/commit/780c9fea21ebf4fedfb8f8a5f36b30cfce43abc8
Submitter: Son Nguyen (<email address hidden>)
Branch: master

commit 780c9fea21ebf4fedfb8f8a5f36b30cfce43abc8
Author: Pat Kira <email address hidden>
Date: Mon Nov 2 11:31:13 2015 +1300

Fix admin main navbar color on hover (bug: 1465107)

behatnotneeded
Note: Only on default theme
Also fix repsonsive view for user search form with advanced options

Change-Id: Ida62dde454039e9e66b34f947ad1a558e75a9deb

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5650

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5650
Committed: https://git.mahara.org/mahara/mahara/commit/8683bae02abb844edd9ece9a6ab58180ad8f7f55
Submitter: Son Nguyen (<email address hidden>)
Branch: 15.10_STABLE

commit 8683bae02abb844edd9ece9a6ab58180ad8f7f55
Author: Pat Kira <email address hidden>
Date: Mon Nov 2 11:31:13 2015 +1300

Fix admin main navbar color on hover (bug: 1465107)

behatnotneeded
Note: Only on default theme
Also fix repsonsive view for user search form with advanced options

Change-Id: Ida62dde454039e9e66b34f947ad1a558e75a9deb
(cherry picked from commit 780c9fea21ebf4fedfb8f8a5f36b30cfce43abc8)

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5635
Committed: https://git.mahara.org/mahara/mahara/commit/b76785be4dc1dd8dd90a8a55c0fe29ab13a3e597
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit b76785be4dc1dd8dd90a8a55c0fe29ab13a3e597
Author: Liam Sharpe <email address hidden>
Date: Wed Oct 28 14:38:39 2015 +1300

DIV cannot be a child of SPAN fix on dashboard - Bug #1465107

behatnotneeded

Change-Id: Ib1fcd5eee67e49af659d3f70a481a2c27cde3814

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5658

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5658
Committed: https://git.mahara.org/mahara/mahara/commit/7bfdd94197d0203fca1f756359d788323c7e1c55
Submitter: Robert Lyon (<email address hidden>)
Branch: 15.10_STABLE

commit 7bfdd94197d0203fca1f756359d788323c7e1c55
Author: Liam Sharpe <email address hidden>
Date: Wed Oct 28 14:38:39 2015 +1300

DIV cannot be a child of SPAN fix on dashboard - Bug #1465107

behatnotneeded

Change-Id: Ib1fcd5eee67e49af659d3f70a481a2c27cde3814
(cherry picked from commit b76785be4dc1dd8dd90a8a55c0fe29ab13a3e597)

Revision history for this message
Mahara Bot (dev-mahara) wrote : A patch has been submitted for review

Patch for "master" branch: https://reviews.mahara.org/5696

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Patch for "15.10_STABLE" branch: https://reviews.mahara.org/5697

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5697
Committed: https://git.mahara.org/mahara/mahara/commit/464dab0ed82cfdd0a6098f86ca22a3d9b0fa0fbf
Submitter: Son Nguyen (<email address hidden>)
Branch: 15.10_STABLE

commit 464dab0ed82cfdd0a6098f86ca22a3d9b0fa0fbf
Author: Pat Kira <email address hidden>
Date: Thu Nov 12 10:21:06 2015 +1300

Fix hover state on institution admin of Primary theme (bug: 1465107)

behatnotneeded: styling only

Change-Id: I5169ce5cd8e8ab70064d4008e7580e03beda7ce0

Revision history for this message
Mahara Bot (dev-mahara) wrote :

Reviewed: https://reviews.mahara.org/5696
Committed: https://git.mahara.org/mahara/mahara/commit/4dee7eb9a09612b1c94b90d813b2be4aa6045f00
Submitter: Son Nguyen (<email address hidden>)
Branch: master

commit 4dee7eb9a09612b1c94b90d813b2be4aa6045f00
Author: Pat Kira <email address hidden>
Date: Thu Nov 12 10:21:06 2015 +1300

Fix hover state on institution admin of Primary theme (bug: 1465107)

behatnotneeded: styling only

Change-Id: I5169ce5cd8e8ab70064d4008e7580e03beda7ce0

Changed in mahara:
status: Fix Committed → Fix Released
no longer affects: mahara/15.10
Displaying first 40 and last 40 comments. View all 283 comments or add a comment.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.