<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/assets, branch 7231-rationalize-iev-api</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Fix assets compiling</title>
<updated>2018-05-30T14:27:40+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-05-30T14:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=971b267958c3bf78abea332e0af4c46a23679b61'/>
<id>971b267958c3bf78abea332e0af4c46a23679b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #580 from af83/7031-fox-consolidated-view</title>
<updated>2018-05-28T20:33:13+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-05-28T20:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3de76935e461c2b1302a086817d7d65ec6436b73'/>
<id>3de76935e461c2b1302a086817d7d65ec6436b73</id>
<content type='text'>
7031 Css fixes on Consolidated view</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7031 Css fixes on Consolidated view</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6955 Add new translation + custom delete confirmation modal</title>
<updated>2018-05-28T12:36:14+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-05-15T00:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4192ed6722845fd5042bc805d784bce4cef1667b'/>
<id>4192ed6722845fd5042bc805d784bce4cef1667b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #7031; Fix text overflow in stops name</title>
<updated>2018-05-22T09:47:31+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-05-22T09:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4080e257ad35d3200b4c02742268095c617901f9'/>
<id>4080e257ad35d3200b4c02742268095c617901f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #7031; Css fixes (safe)</title>
<updated>2018-05-17T14:18:23+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-05-17T14:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7852fb8e6d5b9c4f13615ad1cd8a1f26dcd35da7'/>
<id>7852fb8e6d5b9c4f13615ad1cd8a1f26dcd35da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #562 from af83/6972-fix-consolidated-views</title>
<updated>2018-05-16T13:48:56+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-05-16T13:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=40bb2d0f62f3323979ea54968f3c2999add2a3f4'/>
<id>40bb2d0f62f3323979ea54968f3c2999add2a3f4</id>
<content type='text'>
Fix consolidated view when togglable elements are open. Fixes #6972 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix consolidated view when togglable elements are open. Fixes #6972 </pre>
</div>
</content>
</entry>
<entry>
<title>Make favicon transparent and retina compatible</title>
<updated>2018-05-11T13:17:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-05-11T13:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4a7959496287ecded189da4518757e63280ff93f'/>
<id>4a7959496287ecded189da4518757e63280ff93f</id>
<content type='text'>
Use a transparent background version of the favicon instead of setting
it on white as per the new requirements.

Include both 16x16 and 32x32 sizes to support retina displays.

I resized the `Logo_Chouette-256x256 transparent.png` logo in GIMP to
16x16 and 32x32 sizes using cubic interpolation. Then used Imagemagick
to create the ICO file:

    $ convert \
        Logo_Chouette-16x16\ transparent.png \
        Logo_Chouette-32x32\ transparent.png \
        favicon.ico

Refs #6627
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a transparent background version of the favicon instead of setting
it on white as per the new requirements.

Include both 16x16 and 32x32 sizes to support retina displays.

I resized the `Logo_Chouette-256x256 transparent.png` logo in GIMP to
16x16 and 32x32 sizes using cubic interpolation. Then used Imagemagick
to create the ICO file:

    $ convert \
        Logo_Chouette-16x16\ transparent.png \
        Logo_Chouette-32x32\ transparent.png \
        favicon.ico

Refs #6627
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6973; Update consolidted views CSS</title>
<updated>2018-05-11T09:49:43+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-05-11T09:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=a20e628110933be8cc51f0f0987f25b5948bdfcb'/>
<id>a20e628110933be8cc51f0f0987f25b5948bdfcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6972; Fix consolidated view when togglable elements are open</title>
<updated>2018-05-11T07:05:13+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-05-11T07:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=91141725fdeee6c5838bdbeb4bb6e17f44b2b4b7'/>
<id>91141725fdeee6c5838bdbeb4bb6e17f44b2b4b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #555 from af83/6923-consolidated-offer</title>
<updated>2018-05-10T20:17:03+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-05-10T20:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=764aa8a93bd3e25a83b3db70892ca06304edaa9c'/>
<id>764aa8a93bd3e25a83b3db70892ca06304edaa9c</id>
<content type='text'>
Display consolidated offer. Fixes #6923 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Display consolidated offer. Fixes #6923 </pre>
</div>
</content>
</entry>
</feed>
