Version at: 05/05/2014, 12:45 vs. version at: 05/05/2014, 12:45 | ||
---|---|---|
1 | 1 | #Admin logs |
2 | 2 | |
3 | 3 | Please post a description here every time you do a modification on tatoeba.org. |
4 | 4 | |
5 | 5 | ### 5th May 2014 22:30 Eastern U.S. time |
6 | 6 | |
7 | 7 | * who: alanf |
8 | 8 | * what: |
9 | 9 | |
10 | ** added Gujarati | |
11 | ** reindexed sentences | |
10 | added Gujarati | |
11 | reindexed sentences | |
12 | 12 | |
13 | 13 | ### 6th April 2014 19:00 France time |
14 | 14 | |
15 | 15 | * who: Trang |
16 | 16 | * what: |
17 | 17 | |
18 | 18 | git update-index --assume-unchanged on some files: |
19 | 19 | |
20 | 20 | git update-index --assume-unchanged app/app_controller.php |
21 | 21 | git update-index --assume-unchanged app/config/core.php |
22 | 22 | git update-index --assume-unchanged app/config/database.php |
23 | 23 | git update-index --assume-unchanged app/controllers/components/mailer.php |
24 | 24 | |
25 | 25 | |
26 | 26 | * why: to avoid committing files with passwords and stuff. |
27 | 27 | |
28 | 28 | ### 5th April 2014 19:00 France time |
29 | 29 | |
30 | 30 | * who: LinkMauve |
31 | 31 | * what: |
32 | 32 | |
33 | 33 | chmod +x setup_sinoparserd.sh |
34 | 34 | |
35 | 35 | sudo ./setup_sinoparserd.sh |
36 | 36 | |
37 | 37 | * why: to restore Chinese-related functionality to the website. |
38 | 38 | |
39 | 39 | ### 29th March 2014 22:00 Eastern U.S. time |
40 | 40 | |
41 | 41 | * who: alanf, guided by Trang |
42 | 42 | * why: [add 15 new languages](http://blog.tatoeba.org/2014/03/tatoeba-now-has-15-new-languages.html) |
43 | 43 | |
44 | 44 | ### 25th March 2014 22:00 Eastern U.S. time |
45 | 45 | |
46 | 46 | * who: alanf |
47 | 47 | * why: add audio |
48 | 48 | * what: |
49 | 49 | * sync up to most recent commit |
50 | 50 | |
51 | 51 | * i18n-ized "edited" word |
52 | 52 | |
53 | 53 | * German UI rework (extensive) |
54 | 54 | |
55 | 55 | * added audio: |
56 | 56 | |
57 | 57 | * several dozen sentences by CK |
58 | 58 | |
59 | 59 | * three sentences by LR |
60 | 60 | |
61 | 61 | ### 23rd March 2014 17:30 France time |
62 | 62 | |
63 | 63 | * who: alanf, guided by Trang |
64 | 64 | * why: release code on github and index all sentences ([release notes](http://blog.tatoeba.org/2014/03/tatoeba-update-march-23-2013.html)) |
65 | 65 | * what: https://gist.github.com/trang/baccdee9bea32808f871 |
66 | 66 | |
67 | 67 | ### 23rd February 2014 15AM China time |
68 | 68 | |
69 | 69 | * who: sysko |
70 | 70 | * why: wiki: fixed redirect problem after login and added reset password feature |
71 | 71 | * what: updated tatowiki on wiki.tatoeba.org to 0.23.0 |
72 | 72 | |
73 | 73 | |
74 | 74 | ### 11nd February 2014 01AM China time |
75 | 75 | |
76 | 76 | * who: sysko |
77 | 77 | * why: restored transliteration for most languages |
78 | 78 | * what: linked nihongoparserd with tatoeba php code mostly |
79 | 79 | * how: |
80 | 80 | |
81 | 81 | I've applied [this patch](http://bpaste.net/show/kBOxWpawgedmGieVwIn1/), it's not yet into the SVN (need someone to do it for me, don't remember my SVN accounts). Also note the `romanization` variable would be better named `transliteration` |
82 | 82 | |
83 | 83 | also I've commented the line `return false;` in `getRomanization` file `app/models/sentences.php` as it's supposed to well... deactivate transliteration (for dev environment) |
84 | 84 | |
85 | 85 | also commented temporaly all call to `sinoparserd` as it's not yet restored |
86 | 86 | |
87 | 87 | |
88 | 88 | ### 10nd February 2014 11PM China time |
89 | 89 | |
90 | 90 | * who: sysko |
91 | 91 | * why: installed nihongoparserd (service to generate japanese reading) |
92 | 92 | * what: compiled source and installed service |
93 | 93 | * how: |
94 | 94 | |
95 | 95 | installed: |
96 | 96 | |
97 | 97 | apt-get install git cmake g++ libmecab-dev mecab-jumandic-utf8 |
98 | 98 | |
99 | 99 | |
100 | 100 | executed |
101 | 101 | |
102 | 102 | git clone https://github.com/allan-simon/nihongoparserd.igt |
103 | 103 | cd nihongoparserd |
104 | 104 | mkdir build ; cd build ; cmake .. ; make |
105 | 105 | sudo cp nihongoparserd /usr/local/bin |
106 | 106 | cd .. |
107 | 107 | sudo cp conf/nihongoparserd /etc/init.d/ |
108 | 108 | sudo chmod +x /etc/init.d/nihongoparserd |
109 | 109 | sudo cp conf/default /etc/default/nihongoparserd |
110 | 110 | sudo useradd -r nihongoparserd |
111 | 111 | |
112 | 112 | start the service |
113 | 113 | |
114 | 114 | /etc/init.d/nihongoparserd |
115 | 115 | |
116 | 116 | |
117 | 117 | |
118 | 118 | ### 9nd February 2014 10AM China time |
119 | 119 | |
120 | 120 | |
121 | 121 | * who: sysko |
122 | 122 | * why: reinstall suggestd (service powering tag autocompletion) |
123 | 123 | * what: compiled source and installed service |
124 | 124 | * how: |
125 | 125 | |
126 | 126 | |
127 | 127 | installed |
128 | 128 | |
129 | 129 | apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev |
130 | 130 | |
131 | 131 | |
132 | 132 | compiled suggestd0.9 |
133 | 133 | |
134 | 134 | aclocal |
135 | 135 | autoconf |
136 | 136 | automake --add-missing |
137 | 137 | |
138 | 138 | ./configure |
139 | 139 | make |
140 | 140 | make install |
141 | 141 | |
142 | 142 | |
143 | 143 | after created init script in |
144 | 144 | |
145 | 145 | /etc/init.d/suggestd |
146 | 146 | |
147 | 147 | and configuration file in |
148 | 148 | |
149 | 149 | |
150 | 150 | /etc/suggestd.xml |
151 | 151 | |
152 | 152 | and default file in |
153 | 153 | |
154 | 154 | /etc/default/suggestd |
155 | 155 | |
156 | 156 | then create a suggestd user |
157 | 157 | |
158 | 158 | useradd -r suggestd |
159 | 159 | |
160 | 160 | then finally starting it |
161 | 161 | |
162 | 162 | |
163 | 163 | /etc/init.d/suggestd start |
164 | 164 | |
165 | 165 | |
166 | 166 | ###2nd February 2014 5AM China time |
167 | 167 | |
168 | 168 | * who: sysko |
169 | 169 | * why: resolve login problems |
170 | 170 | * what: used memcache instead of sqlite for storing session |
171 | 171 | * how: |
172 | 172 | |
173 | 173 | installed: |
174 | 174 | |
175 | 175 | apt-get install memcached php5-memcache |
176 | 176 | |
177 | 177 | modified: `/etc/php5/apache2/php.ini` |
178 | 178 | |
179 | 179 | ``` |
180 | 180 | [Session] |
181 | 181 | session.save_handler = memcache |
182 | 182 | session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" |
183 | 183 | ``` |
184 | 184 | |
185 | 185 | |
186 | 186 | |
diff view generated by jsdifflib |
Version at: 05/05/2014, 12:45
#Admin logs Please post a description here every time you do a modification on tatoeba.org. ### 5th May 2014 22:30 Eastern U.S. time * who: alanf * what: ** added Gujarati ** reindexed sentences ### 6th April 2014 19:00 France time * who: Trang * what: git update-index --assume-unchanged on some files: git update-index --assume-unchanged app/app_controller.php git update-index --assume-unchanged app/config/core.php git update-index --assume-unchanged app/config/database.php git update-index --assume-unchanged app/controllers/components/mailer.php * why: to avoid committing files with passwords and stuff. ### 5th April 2014 19:00 France time * who: LinkMauve * what: chmod +x setup_sinoparserd.sh sudo ./setup_sinoparserd.sh * why: to restore Chinese-related functionality to the website. ### 29th March 2014 22:00 Eastern U.S. time * who: alanf, guided by Trang * why: [add 15 new languages](http://blog.tatoeba.org/2014/03/tatoeba-now-has-15-new-languages.html) ### 25th March 2014 22:00 Eastern U.S. time * who: alanf * why: add audio * what: * sync up to most recent commit * i18n-ized "edited" word * German UI rework (extensive) * added audio: * several dozen sentences by CK * three sentences by LR ### 23rd March 2014 17:30 France time * who: alanf, guided by Trang * why: release code on github and index all sentences ([release notes](http://blog.tatoeba.org/2014/03/tatoeba-update-march-23-2013.html)) * what: https://gist.github.com/trang/baccdee9bea32808f871 ### 23rd February 2014 15AM China time * who: sysko * why: wiki: fixed redirect problem after login and added reset password feature * what: updated tatowiki on wiki.tatoeba.org to 0.23.0 ### 11nd February 2014 01AM China time * who: sysko * why: restored transliteration for most languages * what: linked nihongoparserd with tatoeba php code mostly * how: I've applied [this patch](http://bpaste.net/show/kBOxWpawgedmGieVwIn1/), it's not yet into the SVN (need someone to do it for me, don't remember my SVN accounts). Also note the `romanization` variable would be better named `transliteration` also I've commented the line `return false;` in `getRomanization` file `app/models/sentences.php` as it's supposed to well... deactivate transliteration (for dev environment) also commented temporaly all call to `sinoparserd` as it's not yet restored ### 10nd February 2014 11PM China time * who: sysko * why: installed nihongoparserd (service to generate japanese reading) * what: compiled source and installed service * how: installed: apt-get install git cmake g++ libmecab-dev mecab-jumandic-utf8 executed git clone https://github.com/allan-simon/nihongoparserd.igt cd nihongoparserd mkdir build ; cd build ; cmake .. ; make sudo cp nihongoparserd /usr/local/bin cd .. sudo cp conf/nihongoparserd /etc/init.d/ sudo chmod +x /etc/init.d/nihongoparserd sudo cp conf/default /etc/default/nihongoparserd sudo useradd -r nihongoparserd start the service /etc/init.d/nihongoparserd ### 9nd February 2014 10AM China time * who: sysko * why: reinstall suggestd (service powering tag autocompletion) * what: compiled source and installed service * how: installed apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev compiled suggestd0.9 aclocal autoconf automake --add-missing ./configure make make install after created init script in /etc/init.d/suggestd and configuration file in /etc/suggestd.xml and default file in /etc/default/suggestd then create a suggestd user useradd -r suggestd then finally starting it /etc/init.d/suggestd start ###2nd February 2014 5AM China time * who: sysko * why: resolve login problems * what: used memcache instead of sqlite for storing session * how: installed: apt-get install memcached php5-memcache modified: `/etc/php5/apache2/php.ini` ``` [Session] session.save_handler = memcache session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" ```
version at: 05/05/2014, 12:45
#Admin logs Please post a description here every time you do a modification on tatoeba.org. ### 5th May 2014 22:30 Eastern U.S. time * who: alanf * what: added Gujarati reindexed sentences ### 6th April 2014 19:00 France time * who: Trang * what: git update-index --assume-unchanged on some files: git update-index --assume-unchanged app/app_controller.php git update-index --assume-unchanged app/config/core.php git update-index --assume-unchanged app/config/database.php git update-index --assume-unchanged app/controllers/components/mailer.php * why: to avoid committing files with passwords and stuff. ### 5th April 2014 19:00 France time * who: LinkMauve * what: chmod +x setup_sinoparserd.sh sudo ./setup_sinoparserd.sh * why: to restore Chinese-related functionality to the website. ### 29th March 2014 22:00 Eastern U.S. time * who: alanf, guided by Trang * why: [add 15 new languages](http://blog.tatoeba.org/2014/03/tatoeba-now-has-15-new-languages.html) ### 25th March 2014 22:00 Eastern U.S. time * who: alanf * why: add audio * what: * sync up to most recent commit * i18n-ized "edited" word * German UI rework (extensive) * added audio: * several dozen sentences by CK * three sentences by LR ### 23rd March 2014 17:30 France time * who: alanf, guided by Trang * why: release code on github and index all sentences ([release notes](http://blog.tatoeba.org/2014/03/tatoeba-update-march-23-2013.html)) * what: https://gist.github.com/trang/baccdee9bea32808f871 ### 23rd February 2014 15AM China time * who: sysko * why: wiki: fixed redirect problem after login and added reset password feature * what: updated tatowiki on wiki.tatoeba.org to 0.23.0 ### 11nd February 2014 01AM China time * who: sysko * why: restored transliteration for most languages * what: linked nihongoparserd with tatoeba php code mostly * how: I've applied [this patch](http://bpaste.net/show/kBOxWpawgedmGieVwIn1/), it's not yet into the SVN (need someone to do it for me, don't remember my SVN accounts). Also note the `romanization` variable would be better named `transliteration` also I've commented the line `return false;` in `getRomanization` file `app/models/sentences.php` as it's supposed to well... deactivate transliteration (for dev environment) also commented temporaly all call to `sinoparserd` as it's not yet restored ### 10nd February 2014 11PM China time * who: sysko * why: installed nihongoparserd (service to generate japanese reading) * what: compiled source and installed service * how: installed: apt-get install git cmake g++ libmecab-dev mecab-jumandic-utf8 executed git clone https://github.com/allan-simon/nihongoparserd.igt cd nihongoparserd mkdir build ; cd build ; cmake .. ; make sudo cp nihongoparserd /usr/local/bin cd .. sudo cp conf/nihongoparserd /etc/init.d/ sudo chmod +x /etc/init.d/nihongoparserd sudo cp conf/default /etc/default/nihongoparserd sudo useradd -r nihongoparserd start the service /etc/init.d/nihongoparserd ### 9nd February 2014 10AM China time * who: sysko * why: reinstall suggestd (service powering tag autocompletion) * what: compiled source and installed service * how: installed apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev compiled suggestd0.9 aclocal autoconf automake --add-missing ./configure make make install after created init script in /etc/init.d/suggestd and configuration file in /etc/suggestd.xml and default file in /etc/default/suggestd then create a suggestd user useradd -r suggestd then finally starting it /etc/init.d/suggestd start ###2nd February 2014 5AM China time * who: sysko * why: resolve login problems * what: used memcache instead of sqlite for storing session * how: installed: apt-get install memcached php5-memcache modified: `/etc/php5/apache2/php.ini` ``` [Session] session.save_handler = memcache session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" ```