List of commits:
Subject Hash Author Date (UTC)
Edited KNOWN_BUGS. b90ca71b498016b17963373ead24873781181bfd aubert@math.cnrs.fr 2020-04-22 05:12:14
Minor edits on narrative. d927955c1269ff1b110057577e50705fd41f4e2d aubert@math.cnrs.fr 2020-04-22 05:07:48
Worked on migrating code to snippets. 1ce6f6ba150a1cace57445330801e8b17f6c3044 aubert@math.cnrs.fr 2020-04-22 04:15:37
Edited Sol of 4.28, Pb and Sol of 4.29, checked Pb 4.30, edited Pb 4.31, edited the DB Applications Resources section, checked Pb 5.1, edited Pb 5.2 and Sol 5.2, Pb and Sol of 6.1, Pb 7.1, checked Pb 7.2, edited Sol 7.2, Pb and Sol of Pb 7.3, checked Ex 7.1 and edited its solution, checked Ex 7.2 and edited its solution, edited Ex and Sol of 7.3, Ex and Sol of 7.4 edited Ex 7.5 and checked its solution, edited Ex and Sol of 6.1, Ex and Sol of 6.2, checked Ex 6.3 and edited its solution, checked Ex 5.1 and edited its solution, checked Ex 5.2 and edited its solution, edited Ex and Sol of 5.3, checked Ex and Sol of 5.4, checked Ex 5.5 and edited its solution, and edited Ex and Sol of 5.6. 6580a85df655eddd149bb5531a0615ddfe9f810e Crystal 2020-04-22 03:02:20
Disabled Scrolling of sql files in html and enabled resize option 87d4ef4185fe48a7503724eb98a6c486c351ddee pveeral@augusta.edu 2020-04-21 15:49:36
Updated list of bugs. 17827a6a5b127fa6449b495c1e07359da4682100 aubert@math.cnrs.fr 2020-04-20 19:24:01
Worked on nosql chapter. 38dfcfffce7c06d0eab7256a7a5be1e2481a8505 aubert@math.cnrs.fr 2020-04-20 17:52:55
ALT in img folder 6e6469575d825f6c7360b88d6b387aee709b643c pveeral@augusta.edu 2020-04-20 15:26:47
Cleaned up bib file. 505b1000bca31e4d833bf7739d02d2b7e727e69b aubert@math.cnrs.fr 2020-04-20 05:03:18
rapid adjustments in contrib beb43332953ec4e2a8e4376a90ce58b1234eadba aubert@math.cnrs.fr 2020-04-20 00:10:44
Updated CONTRIB.md c29d920e1efbc84766a3caafc0db2fcab4220b32 pveeral@augusta.edu 2020-04-19 19:28:45
testing 4ece7ba3d5c5d99361ef5eac92bb0848f2ea5318 pveeral@augusta.edu 2020-04-19 18:27:50
Small edit, correcting maefile. 7baa188be7d322e5288b498afbb7beaa96a9770b aubert@math.cnrs.fr 2020-04-19 07:36:08
Cleaned latex files. 79b68f7b709ddeebc8133f7962fe5aabb3376304 aubert@math.cnrs.fr 2020-04-19 06:22:30
Minor corrections in installation manual. 436cee8616c25ccbed8bc406d988c2b4d28420f8 aubert@math.cnrs.fr 2020-04-19 06:19:04
Minor corrections in installation manual. cb8cdfbd506a1344c81aecda055165cc1ca54ece aubert@math.cnrs.fr 2020-04-19 06:17:52
Working on install manual. 3702c6437ee163eb4a61b4d69cffee8c8a76dc3d aubert@math.cnrs.fr 2020-04-19 06:04:22
Worked on makefiles and example file. 4255d5e85bb684349f7f7798455dd8b3a273254b aubert@math.cnrs.fr 2020-04-19 04:56:53
Re-idented some of the code. 124375e6bed1edb96d1bb4bcec8f111c8a3a1197 aubert@math.cnrs.fr 2020-04-19 03:10:02
Java indentation 2b317a12b7ab52bdca576a1bb46b2a2ce295464f guest 2020-04-18 22:21:04
Commit b90ca71b498016b17963373ead24873781181bfd - Edited KNOWN_BUGS.
Author: aubert@math.cnrs.fr
Author date (UTC): 2020-04-22 05:12
Committer name: aubert@math.cnrs.fr
Committer date (UTC): 2020-04-22 05:12
Parent(s): d927955c1269ff1b110057577e50705fd41f4e2d
Signer:
Signing key:
Signing status: N
Tree: a704af1dfed418dfc459ead9c8b1045b2e145067
File Lines added Lines deleted
KNOWN_BUGS.md 14 25
File KNOWN_BUGS.md changed (mode: 100644) (index c594f7d..8970be9)
... ... TO FIX
28 28 ======= =======
29 29
30 30
31 ORGANIZATION
32 ------------
33
34 - Integrate install guide.
35 - Merge worklow and contrib.
36
37 31 MARKDOWN MARKDOWN
38 32 -------- --------
39 33
40 34 - Re-type img/ and organize them (FunDep, ER, UML, Rel, Design, Misc?). - Re-type img/ and organize them (FunDep, ER, UML, Rel, Design, Misc?).
41 - There is no clear naming convention for the files in the fig/ folder.
42 35 - Add "question" environments to _all_ the problems. - Add "question" environments to _all_ the problems.
43 36 - "Inline" small code with `ALTER TABLE STAFF ADD PRIMARY KEY(Id);`{.sqlmysql} - "Inline" small code with `ALTER TABLE STAFF ADD PRIMARY KEY(Id);`{.sqlmysql}
44 37 - Make separation of lecture in another way. Or remove it? - Make separation of lecture in another way. Or remove it?
45 38 - Make all the common part of the template.def into a common file? - Make all the common part of the template.def into a common file?
46 39 - There is no good naming convention for the labels in the markdown file. - There is no good naming convention for the labels in the markdown file.
47 - Include relevant code
48 - Add example environment?
49 40 - Having one bib. per section: <https://github.com/jgm/pandoc/issues/771>. Warning, this is a different issue from using `--reference-location=block --reference-links` cf. <https://pandoc.org/MANUAL.html>. - Having one bib. per section: <https://github.com/jgm/pandoc/issues/771>. Warning, this is a different issue from using `--reference-location=block --reference-links` cf. <https://pandoc.org/MANUAL.html>.
50 41 - Put references from problems to solutions. - Put references from problems to solutions.
51 42 - List of problem not an hyperlink in the toc (cf. <https://github.com/chdemko/pandoc-numbering/issues/12>). - List of problem not an hyperlink in the toc (cf. <https://github.com/chdemko/pandoc-numbering/issues/12>).
 
... ... HTML
70 61
71 62 - Add the possibility for the table of content to "follow" the reading, expanding the titles as we go, and highlighting the current section under reading. This could be achieved using something similar to <https://jsfiddle.net/vu6hN/28/> (cf. <https://stackoverflow.com/questions/27610892/highlight-menu-on-scrolling-if-reach-div>) or <https://www.ruediger-voigt.eu/big-dataset-csv-import-to-relational-databases.html>. - Add the possibility for the table of content to "follow" the reading, expanding the titles as we go, and highlighting the current section under reading. This could be achieved using something similar to <https://jsfiddle.net/vu6hN/28/> (cf. <https://stackoverflow.com/questions/27610892/highlight-menu-on-scrolling-if-reach-div>) or <https://www.ruediger-voigt.eu/big-dataset-csv-import-to-relational-databases.html>.
72 63 - Make a more "mobile-friendly" version. Defer loading of image? - Make a more "mobile-friendly" version. Defer loading of image?
73 - Make all the images clickable to open (in pop-ups?) better versions of them, or make the svg zoomable. Cf. (best one?) https://github.com/ariutta/svg-pan-zoom or https://bl.ocks.org/mbostock/db6b4335bf1662b413e7968910104f0f or http://www.petercollingridge.co.uk/tutorials/svg/interactive/pan-and-zoom/ or even https://stackoverflow.com/questions/25866342/zoomable-inline-svg
64 - Make all the images clickable to open (in pop-ups?) better versions of them, or make the svg zoomable. Cf. (best one?) <https://github.com/ariutta/svg-pan-zoom> or <https://bl.ocks.org/mbostock/db6b4335bf1662b413e7968910104f0f> or <http://www.petercollingridge.co.uk/tutorials/svg/interactive/pan-and-zoom/> or even <https://stackoverflow.com/questions/25866342/zoomable-inline-svg>
74 65 - Add alt text - Add alt text
75 66
76 67 About this last aspect: About this last aspect:
 
... ... CSS
125 116
126 117 white-space: pre; div.sourceCode { margin: 1em 0; } white-space: pre; div.sourceCode { margin: 1em 0; }
127 118
128 cf. the discussion at <https://stackoverflow.com/q/57812345/>
119 cf. the discussion at <https://stackoverflow.com/q/57812345/>
129 120
130 Line Wrapping in DB notes -- Works more or less if there is only 1 line wrapped:
131
132 ```{.css}
121 Line Wrapping in DB notes -- Works more or less if there is only 1 line wrapped:
122
123 ```{.css}
133 124 .sourceLine{ .sourceLine{
134 125 white-space: pre-wrap; white-space: pre-wrap;
135 126 display:inline-block; display:inline-block;
 
... ... Line Wrapping in DB notes -- Works more or less if there is only 1 line wrapped
149 140 // background:none!important // background:none!important
150 141 } }
151 142
152 ```
143 ```
153 144
154 Attempt on the left:
155
156 ```{.css}
145 Attempt on the left:
146
147 ```{.css}
157 148 .sourceLine{ .sourceLine{
158 149 white-space: pre-wrap; white-space: pre-wrap;
159 150 display:inline-block; display:inline-block;
 
... ... Attempt on the left:
181 172 background-size:0 0!important; background-size:0 0!important;
182 173 */ */
183 174 } }
184 ```
175 ```
185 176
186 Almost there?
177 Almost there?
187 178
188 179 ```{.css} ```{.css}
189 180 .sourceLine{ .sourceLine{
 
... ... Almost there?
211 202 background-size:0 0!important; background-size:0 0!important;
212 203 */ */
213 204 } }
214 ```
205 ```
215 206
216 207 - add actual links in code. - add actual links in code.
217 208
218 - hover should probably be on line number.
219
220 209 PDF PDF
221 210 ---- ----
222 211
223 212 - The header are sometimes wrong (in the "Exercises" or "Problems" section, they keep the header of the last section). - The header are sometimes wrong (in the "Exercises" or "Problems" section, they keep the header of the last section).
224 213 - Offer multiple pdf format (binder, fewer margins)? - Offer multiple pdf format (binder, fewer margins)?
225 214 - One of the unicode symbol does not exist in the Linux Libertine font: ⌛ (U+231B) - One of the unicode symbol does not exist in the Linux Libertine font: ⌛ (U+231B)
215 - Some code lines and links are too long.
216 - The TOC for the probems has weird spacings when it comes to double-digits problems.
226 217
227 218 SQL SQL
228 219 ---- ----
229 220
230 221 - Beautify the code, - Beautify the code,
231 - Add the "IF EXISTS DROP" in all the shared snippets of code.
232 222
233 223 OTHER OTHER
234 224 ----- -----
 
... ... TO DO
251 241 - Push on multiple repo. at the same time? Cf. <https://jigarius.com/blog/multiple-git-remote-repositories>. - Push on multiple repo. at the same time? Cf. <https://jigarius.com/blog/multiple-git-remote-repositories>.
252 242
253 243
254
255 244 TO CHECK TO CHECK
256 245 ======== ========
257 246
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/CSCI_3410

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/CSCI_3410

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/CSCI_3410

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main