Overview
Comment: | [fx] special message in gc_panel |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | v0.5.17.1 | fx |
Files: | files | file ages | folders |
SHA3-256: |
f1ea6bc055d148d3643ebf54819862e7 |
User & Date: | olr on 2017-06-30 08:15:22 |
Other Links: | manifest | tags |
Context
2017-06-30
| ||
19:38 | [core] ibdawg: select entries from dictionary (can uncompress the full dictionary) check-in: 4a53af847f user: olr tags: trunk, core, new_feature | |
08:15 | [fx] special message in gc_panel check-in: f1ea6bc055 user: olr tags: trunk, v0.5.17.1, fx | |
08:10 | [fr] faux positifs check-in: c39ac2a56a user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/config.ini from [2a6b6ad1cb] to [845843da5f].
1 2 3 4 5 6 7 | [args] lang = fr lang_name = French locales = fr_FR fr_BE fr_CA fr_CH fr_LU fr_MC fr_BF fr_CI fr_SN fr_ML fr_NE fr_TG fr_BJ country_default = FR name = Grammalecte implname = grammalecte | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [args] lang = fr lang_name = French locales = fr_FR fr_BE fr_CA fr_CH fr_LU fr_MC fr_BF fr_CI fr_SN fr_ML fr_NE fr_TG fr_BJ country_default = FR name = Grammalecte implname = grammalecte version = 0.5.17.1 author = Olivier R. provider = Dicollecte link = http://grammalecte.net description = Correcteur grammatical pour le français. extras = README_fr.txt logo = logo.png |
︙ | ︙ |
Modified gc_lang/fr/modules-js/phonet_data.json from [06691f7495] to [d53162eb05].
cannot compute difference between binary files
Modified gc_lang/fr/modules/phonet_data.py from [4d9c74cb23] to [33f713e790].
cannot compute difference between binary files
Modified gc_lang/fr/xpi/data/gc_panel.css from [882bab8a6d] to [96f3d08e72].
︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | body { background-color: hsl(0, 0%, 98%); font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif; overflow-x: hidden; color: hsl(0, 0%, 0%); } #messagebox { position: absolute; display: none; left: 50%; width: 250px; margin-left: -125px; | > > > > > > > > > > > > > > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | body { background-color: hsl(0, 0%, 98%); font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif; overflow-x: hidden; color: hsl(0, 0%, 0%); } #special_message { display: none; margin: 0 20px 0 20px; padding: 60px 20px 10px 20px; border-radius: 3px; background-color: hsl(0, 50%, 50%); font: bold 18px "Trebuchet MS", sans-serif; color: hsl(0, 10%, 190%); } #special_message a { color: hsl(0, 50%, 80%); text-shadow: 0 0 3px hsl(0, 50%, 20%); text-decoration: none; } #special_message a:hover { color: hsl(0, 70%, 90%); text-shadow: 0 0 3px hsl(0, 80%, 10%); } #messagebox { position: absolute; display: none; left: 50%; width: 250px; margin-left: -125px; |
︙ | ︙ |
Modified gc_lang/fr/xpi/data/gc_panel.html from [6930e5be20] to [039ec3de16].
︙ | ︙ | |||
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <div class="double-bounce2"></div> </div> <!--<div id="waiticon" class="fright" style="margin-right: 50px"> <img src="./img/spinner32.png" /> </div>--> <h2>Grammalecte</h2> </header> <div id="messagebox"><a id="closemsg" class="rightcornerbutton1 red" href="#" onclick="return false;"><b>×</b></a><p id="message"></p></div> </div> <div id="movewindow"> <div id="resize_h_bigger" class="arrow" style="border-radius: 2px 0 0 0">↓</div> <div id="resize_h_smaller" class="arrow">↑</div> <div id="resize_w_bigger" class="arrow">←</div> <div id="resize_w_smaller" class="arrow" style="border-radius: 0 0 0 2px">→</div> </div> <div id="errorlist"> <!-- result comes here --> </div> </body> </html> | > > > > > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | <div class="double-bounce2"></div> </div> <!--<div id="waiticon" class="fright" style="margin-right: 50px"> <img src="./img/spinner32.png" /> </div>--> <h2>Grammalecte</h2> </header> <div id="messagebox"><a id="closemsg" class="rightcornerbutton1 red" href="#" onclick="return false;"><b>×</b></a><p id="message"></p></div> </div> <div id="movewindow"> <div id="resize_h_bigger" class="arrow" style="border-radius: 2px 0 0 0">↓</div> <div id="resize_h_smaller" class="arrow">↑</div> <div id="resize_w_bigger" class="arrow">←</div> <div id="resize_w_smaller" class="arrow" style="border-radius: 0 0 0 2px">→</div> </div> <div id="special_message"> <p class="center">Grammalecte a besoin de vous<br>pour poursuivre sa route.</p> <p class="center" style="margin: 10px 0"><a href="https://fr.ulule.com/grammalecte-2/" onclick="return false;">Campagne de financement participatif…</a></p> </div> <div id="errorlist"> <!-- result comes here --> </div> </body> </html> |
︙ | ︙ |
Modified gc_lang/fr/xpi/data/gc_panel.js from [c4fda97645] to [74635d32f6].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | // JavaScript let nPanelWidth = 0; // must be set at launch let bExpanded = true; /* Events */ document.getElementById('close').addEventListener("click", function (event) { bExpanded = true; // size is reset in ui.js self.port.emit('closePanel'); }); document.getElementById('expand_reduce').addEventListener("click", function (event) { | > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | // JavaScript let nPanelWidth = 0; // must be set at launch let bExpanded = true; /* Events */ if (Date.now() < Date.UTC(2017, 6, 12)) { try { document.getElementById('special_message').style.display = "block"; document.getElementById('errorlist').style.padding = "20px 20px 30px 20px"; } catch (e) { console.log(e.message + e.lineNumber); } } document.getElementById('close').addEventListener("click", function (event) { bExpanded = true; // size is reset in ui.js self.port.emit('closePanel'); }); document.getElementById('expand_reduce').addEventListener("click", function (event) { |
︙ | ︙ |
Modified gc_lang/fr/xpi/package.json from [c511c94ce1] to [5f7db10ae7].
1 2 3 4 | { "name": "grammalecte-fr", "title": "Grammalecte [fr]", "id": "French-GC@grammalecte.net", | | | 1 2 3 4 5 6 7 8 9 10 11 12 | { "name": "grammalecte-fr", "title": "Grammalecte [fr]", "id": "French-GC@grammalecte.net", "version": "0.5.17.1", "description": "Correcteur grammatical pour le français", "homepage": "http://www.dicollecte.org/grammalecte", "main": "ui.js", "icon": "data/img/icon-48.png", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, |
︙ | ︙ |