Version at: 06/04/2014, 17:36 vs. version at: 07/04/2014, 07:07
11#Admin logs
22
33Please post a description here every time you do a modification on tatoeba.org.
44
55### 6th April 2014 19:00 France time
66
77* who: Trang
88* what:
99
1010git update-index --assume-unchanged on some files:
1111
1212 git update-index --assume-unchanged app/app_controller.php
1313 git update-index --assume-unchanged app/config/core.php
1414 git update-index --assume-unchanged app/config/database.php
1515 git update-index --assume-unchanged app/controllers/components/mailer.php
1616
1717
1818* why: to avoid commiting files with passwords and stuff.
19
20### 5th April 2014 19:00 France time
21
22* who: LinkMauve
23* what:
24
25 chmod +x setup_sinoparserd.sh
26 sudo ./setup_sinoparserd.sh
27
28* why: to restore chinese-related functionality to the website.
1929
2030### 29th March 2014 22:00 Eastern U.S. time
2131
2232 * who: alanf, guided by Trang
2333 * why: [add 15 new languages](http://blog.tatoeba.org/2014/03/tatoeba-now-has-15-new-languages.html)
2434
2535### 25th March 2014 22:00 Eastern U.S. time
2636
2737 * who: alanf
2838 * why: add audio
2939 * what:
3040 * sync up to most recent commit
3141
3242 * i18n-ized "edited" word
3343
3444 * German UI rework (extensive)
3545
3646 * added audio:
3747
3848 * several dozen sentences by CK
3949
4050 * three sentences by LR
4151
4252### 23rd March 2014 17:30 France time
4353
4454 * who: alanf, guided by Trang
4555 * why: release code on github and index all sentences ([release notes](http://blog.tatoeba.org/2014/03/tatoeba-update-march-23-2013.html))
4656 * what: https://gist.github.com/trang/baccdee9bea32808f871
4757
4858### 23rd February 2014 15AM China time
4959
5060 * who: sysko
5161 * why: wiki: fixed redirect problem after login and added reset password feature
5262 * what: updated tatowiki on wiki.tatoeba.org to 0.23.0
5363
5464
5565### 11nd February 2014 01AM China time
5666
5767 * who: sysko
5868 * why: restored transliteration for most languages
5969 * what: linked nihongoparserd with tatoeba php code mostly
6070 * how:
6171
6272I'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`
6373
6474also 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)
6575
6676also commented temporaly all call to `sinoparserd` as it's not yet restored
6777
6878
6979### 10nd February 2014 11PM China time
7080
7181 * who: sysko
7282 * why: installed nihongoparserd (service to generate japanese reading)
7383 * what: compiled source and installed service
7484 * how:
7585
7686installed:
7787
7888 apt-get install git cmake g++ libmecab-dev mecab-jumandic-utf8
7989
8090
8191executed
8292
8393 git clone https://github.com/allan-simon/nihongoparserd.igt
8494 cd nihongoparserd
8595 mkdir build ; cd build ; cmake .. ; make
8696 sudo cp nihongoparserd /usr/local/bin
8797 cd ..
8898 sudo cp conf/nihongoparserd /etc/init.d/
8999 sudo chmod +x /etc/init.d/nihongoparserd
90100 sudo cp conf/default /etc/default/nihongoparserd
91101 sudo useradd -r nihongoparserd
92102
93103start the service
94104
95105 /etc/init.d/nihongoparserd
96106
97107
98108
99109### 9nd February 2014 10AM China time
100110
101111
102112 * who: sysko
103113 * why: reinstall suggestd (service powering tag autocompletion)
104114 * what: compiled source and installed service
105115 * how:
106116
107117
108118installed
109119
110120 apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev
111121
112122
113123compiled suggestd0.9
114124
115125 aclocal
116126 autoconf
117127 automake --add-missing
118128
119129 ./configure
120130 make
121131 make install
122132
123133
124134after created init script in
125135
126136 /etc/init.d/suggestd
127137
128138and configuration file in
129139
130140
131141 /etc/suggestd.xml
132142
133143and default file in
134144
135145 /etc/default/suggestd
136146
137147then create a suggestd user
138148
139149 useradd -r suggestd
140150
141151then finally starting it
142152
143153
144154 /etc/init.d/suggestd start
145155
146156
147157###2nd February 2014 5AM China time
148158
149159 * who: sysko
150160 * why: resolve login problems
151161 * what: used memcache instead of sqlite for storing session
152162 * how:
153163
154164installed:
155165
156166 apt-get install memcached php5-memcache
157167
158168modified: `/etc/php5/apache2/php.ini`
159169
160170```
161171[Session]
162172session.save_handler = memcache
163173session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
164174```
165175
166176
167177
diff view generated by jsdifflib

Version at: 06/04/2014, 17:36

#Admin logs 

Please post a description here every time you do a modification on tatoeba.org. 

### 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 commiting files with passwords and stuff.

### 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: 07/04/2014, 07:07

#Admin logs 

Please post a description here every time you do a modification on tatoeba.org. 

### 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 commiting 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"
```


Note

The lines in green are the lines that have been added in the new version. The lines in red are those that have been removed.