hotline MT #123924 upgrade responsive behavior of wall and grid layouts in chili theme
7 unresolved threads
Merge request reports
Activity
Filter activity
added 1 commit
- 7ef6679d - hotline MT #123924 upgrade responsive behavior of wall and grid layouts in chili theme
85 85 86 86 if (Chili_Library_Widget_Carousel_Definition::LEFT_HIGHLIGHT_CAROUSEL == $layout) 87 87 return 'Chili_View_RenderLeftHighlightCarousel'; 88 89 if (Intonation_Library_Widget_Carousel_Definition::GRID == $layout) 90 return 'Chili_View_RenderWallGrid'; changed this line in version 3 of the diff
10 * is applied to this software (see README file). 11 * 12 * BOKEH is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU AFFERO GENERAL PUBLIC LICENSE for more details. 16 * 17 * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE 18 * along with BOKEH; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 21 22 23 class Chili_View_RenderWallGrid extends Chili_View_RenderWall { 24 25 protected $_masonry_extra_class = ' masonry_grid'; changed this line in version 3 of the diff
57 58 protected function _renderHtml($html) { 58 59 return $this->_tag('div', 59 60 implode($html), 60 ['class' => 'masonry', 61 ['class' => 'masonry' . $this->_masonry_extra_class, changed this line in version 3 of the diff
22 22 23 23 class Intonation_View_RenderWallGrid extends Intonation_View_RenderWall { 24 24 25 public function renderWallGrid($collection, $callback) { 26 return parent::renderWall($collection, $callback); 27 } 25 protected $_masonry_extra_class = ' masonry_grid'; changed this line in version 3 of the diff
207 203 ->setSelectableAction(1) 208 204 ->setAllowXSL(1); 209 205 } 206 207 208 protected function _renderWall($records) { 209 $helper = (new Intonation_View_RenderWall) 210 ->setView($this->view); 211 212 return $helper->renderWall(new Storm_Collection($records), 1412 1412 public function libraryTalloiresShouldBeHighlightedInCarouselSecondPage() { 1413 1413 $this->assertXPathContentContains('//div[contains(@class, "boite library")]//div[contains(@class, "carousel slide top_highlight_carousel")]//div[contains(@class, "carousel-item")][2]//div[contains(@class, "card-img-overlay")]//div[contains(@class, "card-title")]', 'Talloires'); 1414 1414 } 1415 } 1416 1417 1418 1419 1420 abstract class TemplatesWidgetRenderWallGridLayoutsTestCase extends AbstractControllerTestCase { 1421 1422 protected $_storm_default_to_volatile = true, 1423 $_layout = ''; 1434 ->addWidget(Intonation_Library_Widget_Carousel_Record_Definition::CODE, 1435 Class_Profil::DIV_MAIN, 1436 ['layout' => $this->_layout]); 1437 1438 $this->fixture('Class_Notice', 1439 ['id' => 456, 1440 'titre_principal' => 'Rahan']); 1441 1442 $this->dispatch('/opac/index/index/id_profil/72'); 1443 } 1444 } 1445 1446 1447 1448 1449 class TemplatesWidgetRenderGridLayoutTest extends TemplatesWidgetRenderWallGridLayoutsTestCase { changed this line in version 3 of the diff
added 1 commit
- b0feb8de - hotline MT #123924 upgrade responsive behavior of wall and grid layouts in chili theme
added 13 commits
-
b0feb8de...e622bdab - 12 commits from branch
hotline
- c08dfc89 - Merge branch 'hotline' into 'hotline#123924_gpsea_p2_responsive_murgrille_carrousel'
-
b0feb8de...e622bdab - 12 commits from branch
mentioned in commit 6844f270