[dev] [dexonline/dexonline] 8ee02e: [refs #412] (WIP) adding `responsive` skin and boo...

GitHub via Dev dev at dexonline.ro
Mon Jul 25 19:08:11 EEST 2016


  Branch: refs/heads/responsive
  Home:   https://github.com/dexonline/dexonline
  Commit: 8ee02ee4d026cbe1c67d3cba0a4cde45514c15ac
      https://github.com/dexonline/dexonline/commit/8ee02ee4d026cbe1c67d3cba0a4cde45514c15ac
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M dex.conf.sample
    M phplib/SmartyWrap.php
    A templates/responsive/index.tpl
    A templates/responsive/responsive-layout.tpl
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    A wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    A wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    A wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    A wwwbase/bootstrap-3.3.6-dist/js/npm.js
    A wwwbase/js/bootstrap
    A wwwbase/styles/bootstrap

  Log Message:
  -----------
  [refs #412] (WIP) adding `responsive` skin and bootstrap


  Commit: 8577ec021f95596aa33749767f123c448d2922f3
      https://github.com/dexonline/dexonline/commit/8577ec021f95596aa33749767f123c448d2922f3
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/responsive/index.tpl
    M templates/responsive/responsive-layout.tpl
    A wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) responsive-layout + homepage

* adding `responsive.css` for customizations
* adding elements from `zepu/index.tpl` into `responsive/index.tpl` and
  structuring them into rows/columns


  Commit: 7a10a151ec0b7667daf6605ce86c55184d2e198e
      https://github.com/dexonline/dexonline/commit/7a10a151ec0b7667daf6605ce86c55184d2e198e
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    A templates/responsive/bits/banner.tpl
    A templates/responsive/bits/searchForm.tpl
    A templates/responsive/bits/sourceDropDown.tpl
    M templates/responsive/index.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) searchForm and banner customisations


  Commit: b7710934247d0b104363457fb63b2b103dc3a95b
      https://github.com/dexonline/dexonline/commit/b7710934247d0b104363457fb63b2b103dc3a95b
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/bits/searchForm.tpl
    M templates/responsive/index.tpl
    A templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    A templates/responsive/search.tpl
    M templates/zepu/index.tpl
    M wwwbase/css/paradigm.css
    M wwwbase/search.php

  Log Message:
  -----------
  [refs #412] (WIP) responsive subpages

* adding new page.tpl for subpages (removes the need
  for `onHomepage` checks)
* adding two slots for before-content and after-content
* rendering `search.tpl` with skin so `responsive` gets loaded
* customizing `search.tpl` to use the responsive layout
* commenting `common.css` import in `paradigm.css` as it interferes with
  bootstrap
* including the "row" into the banner and searchForm templates


  Commit: f9f795e55a04c35f46d4ad922a739ba59ddada86
      https://github.com/dexonline/dexonline/commit/f9f795e55a04c35f46d4ad922a739ba59ddada86
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/responsive/bits/banner.tpl
    M templates/responsive/index.tpl
    M templates/responsive/page.tpl
    M templates/responsive/responsive-layout.tpl
    M wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) multiple buttons for xs navbar

* implementing user menu button for collapsed menu (xs)
* use width as max-width for banner
* using separate markup for >xs and xs user menu


  Commit: 6cd1edf6b0997658aaf7cc1c4f0b6b97963863de
      https://github.com/dexonline/dexonline/commit/6cd1edf6b0997658aaf7cc1c4f0b6b97963863de
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/bits/banner.tpl
    M templates/bits/searchForm.tpl
    M templates/bits/sourceDropDown.tpl
    A templates/index.tpl
    M templates/layout.tpl
    A templates/page.tpl
    R templates/responsive/bits/banner.tpl
    R templates/responsive/bits/searchForm.tpl
    R templates/responsive/bits/sourceDropDown.tpl
    R templates/responsive/index.tpl
    R templates/responsive/page.tpl
    R templates/responsive/responsive-layout.tpl
    R templates/responsive/search.tpl
    M templates/search.tpl
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.css.map
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css
    R wwwbase/bootstrap-3.3.6-dist/css/bootstrap.min.css.map
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff
    R wwwbase/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.js
    R wwwbase/bootstrap-3.3.6-dist/js/bootstrap.min.js
    R wwwbase/bootstrap-3.3.6-dist/js/npm.js
    A wwwbase/css/responsive.css
    M wwwbase/index.php
    R wwwbase/js/bootstrap
    M wwwbase/search.php
    R wwwbase/styles/bootstrap
    R wwwbase/styles/responsive.css

  Log Message:
  -----------
  [refs #412] (WIP) dropping support for alternate skins

* removing included bootstrap as upstream did a better job with it
* removing `responsive` folder, overwriting templates as necessary
* replacing `displayPageWithSkin` call with `display` in `index.php`


  Commit: 3c391907954ba0e612d0151a36440277e1a8add0
      https://github.com/dexonline/dexonline/commit/3c391907954ba0e612d0151a36440277e1a8add0
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    A templates/bits/navmenu.tpl
    M templates/layout.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Moving navigation menu into separate bit

Also dropping the user menu from collapsed nav header


  Commit: 7ea7c107e367de00b6611895d7d2d71468af61c5
      https://github.com/dexonline/dexonline/commit/7ea7c107e367de00b6611895d7d2d71468af61c5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/searchForm.tpl
    M templates/index.tpl
    M templates/layout.tpl
    M templates/widgets/articleOfTheMonth.tpl
    M templates/widgets/games.tpl
    A templates/widgets/layout.tpl
    M templates/widgets/randomWord.tpl
    M templates/widgets/social.tpl
    M templates/widgets/wotd.tpl
    M templates/widgets/wotm.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Rearranging homepage

* using panels for widget display
* adding `layout.tpl` for widgets


  Commit: 532766a286ba18e043223c6ef72ad6acf4147bf7
      https://github.com/dexonline/dexonline/commit/532766a286ba18e043223c6ef72ad6acf4147bf7
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    A templates/base.tpl
    M templates/index.tpl
    M templates/layout.tpl
    R templates/page.tpl
    M templates/search.tpl

  Log Message:
  -----------
  [refs #412] Renaming templates

All templates already include layout.tpl. This makes it easier to use
the new responsive theme in all pages.

* layout.tpl -> base.tpl
* page.tpl -> layout.tpl


  Commit: c748cb14357e6cf30c5260183ecc29a1e29dffb2
      https://github.com/dexonline/dexonline/commit/c748cb14357e6cf30c5260183ecc29a1e29dffb2
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/navmenu.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Brand image with link to homepage for pages


  Commit: 4eb9a95c30dce19f274a3d76248c249ac7da7c17
      https://github.com/dexonline/dexonline/commit/4eb9a95c30dce19f274a3d76248c249ac7da7c17
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/typoForm.tpl
    M templates/search.tpl
    M templates/surse.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #412] Updating surse, search and typoForm


  Commit: 52eeab05965b0bd4408182a09dcb9e75f3c0169e
      https://github.com/dexonline/dexonline/commit/52eeab05965b0bd4408182a09dcb9e75f3c0169e
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/bits/searchForm.tpl
    A wwwbase/config.json
    M wwwbase/css/bootstrap-theme.min.css
    M wwwbase/css/bootstrap.min.css
    M wwwbase/js/bootstrap.min.js

  Log Message:
  -----------
  [refs #469] Integrating color #761818

* Using customized bootstrap build with the color set for:

  * @brand-primary
  * @input-border-focus
  * @dropdown-link-hover-color
  * @navbar-default-link-hover-color

* dropping `bootstrap-theme.min.css` inclusion from `SmartyWrap`


  Commit: 4e6146c3731fb873bbf940b04c44a5090c082e8b
      https://github.com/dexonline/dexonline/commit/4e6146c3731fb873bbf940b04c44a5090c082e8b
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/adsense.tpl
    M templates/bits/banner.tpl
    R templates/bits/responsiveBanner.tpl

  Log Message:
  -----------
  [refs #471] Normalizing ads banner

* `adsense.tpl` now uses responsive code from `responsiveBanner.tpl`
* ads container in `banner.tpl` now uses `width` and `height` arguments
  for all banner types
* removed unused `responsiveBanner.tpl`


  Commit: 7fe696c5895616585a25062249a00d69de4cce13
      https://github.com/dexonline/dexonline/commit/7fe696c5895616585a25062249a00d69de4cce13
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/search.tpl

  Log Message:
  -----------
  [refs #469] Using panel for results counter

* titleless panel for the results
* moving paradigmDiv into the results panel so it expands nicely


  Commit: 2a86da4bee4f28f06320669d7122b9bfb291bdca
      https://github.com/dexonline/dexonline/commit/2a86da4bee4f28f06320669d7122b9bfb291bdca
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/definition.tpl
    M templates/bits/typoConfirmation.tpl
    M templates/bits/typoForm.tpl
    M templates/search.tpl
    M templates/wotd.tpl
    M wwwbase/css/responsive.css
    M wwwbase/js/dex.js

  Log Message:
  -----------
  [refs #468] Converting typo popup to modal


  Commit: 0ebcb94c6a88ac9c8de63136b9778d7896258dc1
      https://github.com/dexonline/dexonline/commit/0ebcb94c6a88ac9c8de63136b9778d7896258dc1
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/surse.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting source popup to bootstrap popover


  Commit: 6e622db4af615575621ff76962fec708adbad98a
      https://github.com/dexonline/dexonline/commit/6e622db4af615575621ff76962fec708adbad98a
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/wotdArchive.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] wotd table styling


  Commit: 8dd6589f422613ff9c1f19f7380bd9d14647b5c3
      https://github.com/dexonline/dexonline/commit/8dd6589f422613ff9c1f19f7380bd9d14647b5c3
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/typoForm.tpl
    M wwwbase/js/dex.js

  Log Message:
  -----------
  [refs #468] Fixing typoForm submission

Forgot to update jQuery selectors for typo textarea and definition id
during the modal makeover. Fixing.


  Commit: 128b3445ae172170d7cb5a2989411e489c4c6ed8
      https://github.com/dexonline/dexonline/commit/128b3445ae172170d7cb5a2989411e489c4c6ed8
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/wotdPreviousYears.tpl
    M templates/wotd.tpl
    M wwwbase/wotd.php

  Log Message:
  -----------
  [refs #468] Completing layout changes to wotd page.


  Commit: db09c5e2efdee51c153212408c8a7aa8878cc7fc
      https://github.com/dexonline/dexonline/commit/db09c5e2efdee51c153212408c8a7aa8878cc7fc
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/contribuie.tpl

  Log Message:
  -----------
  [refs #468] Convert contribuie.tpl


  Commit: 8dc79137f7b6380f7de2c37b388c1db7c1800d35
      https://github.com/dexonline/dexonline/commit/8dc79137f7b6380f7de2c37b388c1db7c1800d35
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/scrabble.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting scrabble.tpl to new design


  Commit: c7ddabc16418e02276c90f069af2a6222eca8364
      https://github.com/dexonline/dexonline/commit/c7ddabc16418e02276c90f069af2a6222eca8364
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/articole.tpl
    M templates/wotm.tpl

  Log Message:
  -----------
  [refs #468] Converting wotm.tpl


  Commit: b2faf6022368a978e2667b757ecce20a5782d7e5
      https://github.com/dexonline/dexonline/commit/b2faf6022368a978e2667b757ecce20a5782d7e5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/unelte.tpl

  Log Message:
  -----------
  [refs #468] Converting unelte.tpl


  Commit: bb2e17a5bcbecb0b7076a4c82082bbaf71936268
      https://github.com/dexonline/dexonline/commit/bb2e17a5bcbecb0b7076a4c82082bbaf71936268
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/auth/login.tpl
    M templates/bits/fakeUser.tpl
    M templates/editare-avatar.tpl
    M templates/preferinte.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Converting user login and prefs pages


  Commit: acce85fcd9ff4941f955881077f512a0535d83a4
      https://github.com/dexonline/dexonline/commit/acce85fcd9ff4941f955881077f512a0535d83a4
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/auth/login.tpl
    A wwwbase/img/openid/btn_google_dark_normal.png
    A wwwbase/img/openid/btn_google_dark_normal.svg
    A wwwbase/img/openid/btn_yahoo.png
    A wwwbase/img/openid/btn_yahoo.svg
    A wwwbase/img/openid/btn_yahoo_light.png

  Log Message:
  -----------
  [refs #468] Updating openid buttons


  Commit: 86280e210bde2b162e2cf0979a9dc07abd3caa8a
      https://github.com/dexonline/dexonline/commit/86280e210bde2b162e2cf0979a9dc07abd3caa8a
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M phplib/SmartyWrap.php
    M templates/base.tpl
    M templates/bits/flashMessages.tpl
    M templates/etichete.tpl
    M templates/layout.tpl
    M wwwbase/css/autoload/etichete.css
    R wwwbase/css/flash.css

  Log Message:
  -----------
  [refs #468] adding back flashMessage to base.tpl

* refactoring flashMessage to use bootstrap alerts
* removing flash.css
* updating etichete.tpl


  Commit: 7849159c79de2b716cc0640c84732e703590cfc5
      https://github.com/dexonline/dexonline/commit/7849159c79de2b716cc0640c84732e703590cfc5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/flashMessages.tpl

  Log Message:
  -----------
  [refs #468] codintion for flashMessages

So that it doesn't break the layout with an empty column div.


  Commit: 02ea277d2ca8547eb503f018bda7db6422c12947
      https://github.com/dexonline/dexonline/commit/02ea277d2ca8547eb503f018bda7db6422c12947
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/cuvinte-favorite.tpl
    M wwwbase/js/dex.js

  Log Message:
  -----------
  [refs #468] Updating cuvinte-favorite to use dl

Some rework was necessary to the removeBookmark JS.


  Commit: b5b26e3659c4dba5c6964e8b00a314a7fb6543f1
      https://github.com/dexonline/dexonline/commit/b5b26e3659c4dba5c6964e8b00a314a7fb6543f1
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/flashMessages.tpl
    M templates/contribuie.tpl
    M templates/layout.tpl

  Log Message:
  -----------
  [refs #468] flashMessages fixes

* removing flashMessages bit from layout.tpl as it caused message
  duplication on subpages

* adding row to flashMessages.tpl to avoid layout breaking
* adding dismiss button to contribuie.tpl login warning


  Commit: 436ffd50fa3f9d95dd22688a131ca034d34589a3
      https://github.com/dexonline/dexonline/commit/436ffd50fa3f9d95dd22688a131ca034d34589a3
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/facebook.tpl

  Log Message:
  -----------
  [refs #468] Fixing footer facebook button


  Commit: 30b46ab9af806f2b31037e5b335bcd29c770edbc
      https://github.com/dexonline/dexonline/commit/30b46ab9af806f2b31037e5b335bcd29c770edbc
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/scramble.tpl
    M wwwbase/css/autoload/scramble.css
    M wwwbase/js/autoload/scramble.js

  Log Message:
  -----------
  [refs #468] Small layout update to scramble game


  Commit: 711b3ab6ba8ee546db762f4020b20405976842b5
      https://github.com/dexonline/dexonline/commit/711b3ab6ba8ee546db762f4020b20405976842b5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/user.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: user.tpl


  Commit: b6eab23e270b741b1b284b0b5e0d2947edd3eaea
      https://github.com/dexonline/dexonline/commit/b6eab23e270b741b1b284b0b5e0d2947edd3eaea
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/acuratete-eval.tpl
    M templates/acuratete.tpl
    M templates/bits/dropdown.tpl
    M wwwbase/js/autoload/acuratete.js

  Log Message:
  -----------
  [refs #468] Redesign integration: acuratete pages


  Commit: 0d814b9e48c917fcbb640179c6ad5bb91d9c3d55
      https://github.com/dexonline/dexonline/commit/0d814b9e48c917fcbb640179c6ad5bb91d9c3d55
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/alocare-autori.tpl
    M templates/bits/wotdArchive.tpl
    M wwwbase/css/autoload/alocare-autori.css
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: alocare-autori


  Commit: bd0456dc5da11ab84819d7b5acd23016280142e5
      https://github.com/dexonline/dexonline/commit/bd0456dc5da11ab84819d7b5acd23016280142e5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/autori-imagini.tpl
    M templates/editare-autor-imagini.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: autori-imagini


  Commit: 661bd325ac88a23aed4486bd2901669a098474d1
      https://github.com/dexonline/dexonline/commit/661bd325ac88a23aed4486bd2901669a098474d1
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/editare-sursa.tpl
    M templates/surse.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: editare-sursa


  Commit: 8cb4c9b8d736c967cd550a79775c184deefd3932
      https://github.com/dexonline/dexonline/commit/8cb4c9b8d736c967cd550a79775c184deefd3932
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/tipuri-modele.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: tipuri-modele


  Commit: a6c338be23d21be93aa84613557d85f41fbd2f53
      https://github.com/dexonline/dexonline/commit/a6c338be23d21be93aa84613557d85f41fbd2f53
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/autori-imagini.tpl
    M templates/editare-autor-imagini.tpl

  Log Message:
  -----------
  [refs #468] Embedding add button in caption


  Commit: 8b278caa0262ac5ec35cc0fd5b8217f98bff4c00
      https://github.com/dexonline/dexonline/commit/8b278caa0262ac5ec35cc0fd5b8217f98bff4c00
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/flexiuni.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: flexiuni.tpl


  Commit: dc62964fbb5b3a8b3d3e20bde9fcbb9be50aa0a5
      https://github.com/dexonline/dexonline/commit/dc62964fbb5b3a8b3d3e20bde9fcbb9be50aa0a5
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/moderatori.tpl

  Log Message:
  -----------
  [refs #468] Redesign integration: moderatori.tpl


  Commit: e72ae84b21f0454faa951b3f4d18847d4ce9a56f
      https://github.com/dexonline/dexonline/commit/e72ae84b21f0454faa951b3f4d18847d4ce9a56f
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/licenta.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: licenta.tpl


  Commit: 7372e82d2ab33f99203d152a651dfb202642a968
      https://github.com/dexonline/dexonline/commit/7372e82d2ab33f99203d152a651dfb202642a968
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/bits/doneaza-la-ce-folosim.tpl
    M templates/doneaza.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Redesign integration: doneaza.tpl


  Commit: a5b352703f8fed28fe11ddeeb39686379ad5fb33
      https://github.com/dexonline/dexonline/commit/a5b352703f8fed28fe11ddeeb39686379ad5fb33
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
    M templates/base.tpl
    M templates/index.tpl
    M templates/layout.tpl
    M wwwbase/css/responsive.css

  Log Message:
  -----------
  [refs #468] Footer and frontpage updates

* moving mission statement above widgets
* moving facebook buttons to footer
* centering footer text
* adding 1rem footer top padding so it's not right next to the content


  Commit: 1a2ce39d9db6f681930a13335339e815e3fcdbf9
      https://github.com/dexonline/dexonline/commit/1a2ce39d9db6f681930a13335339e815e3fcdbf9
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Log Message:
  -----------
  Rebase responsive onto master.
Merge branch 'responsive' of https://github.com/dexonline/dexonline into responsive


Compare: https://github.com/dexonline/dexonline/compare/35c07db2f04c...1a2ce39d9db6


More information about the Dev mailing list