Version at: 06/04/2014, 17:35 vs. version at: 06/04/2014, 17:36
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:
9
10git update-index --assume-unchanged on some files:
911
1012 git update-index --assume-unchanged app/app_controller.php
1113 git update-index --assume-unchanged app/config/core.php
1214 git update-index --assume-unchanged app/config/database.php
1315 git update-index --assume-unchanged app/controllers/components/mailer.php
1416
1517
1618* why: to avoid commiting files with passwords and stuff.
1719
1820### 29th March 2014 22:00 Eastern U.S. time
1921
2022 * who: alanf, guided by Trang
2123 * why: [add 15 new languages](http://blog.tatoeba.org/2014/03/tatoeba-now-has-15-new-languages.html)
2224
2325### 25th March 2014 22:00 Eastern U.S. time
2426
2527 * who: alanf
2628 * why: add audio
2729 * what:
2830 * sync up to most recent commit
2931
3032 * i18n-ized "edited" word
3133
3234 * German UI rework (extensive)
3335
3436 * added audio:
3537
3638 * several dozen sentences by CK
3739
3840 * three sentences by LR
3941
4042### 23rd March 2014 17:30 France time
4143
4244 * who: alanf, guided by Trang
4345 * why: release code on github and index all sentences ([release notes](http://blog.tatoeba.org/2014/03/tatoeba-update-march-23-2013.html))
4446 * what: https://gist.github.com/trang/baccdee9bea32808f871
4547
4648### 23rd February 2014 15AM China time
4749
4850 * who: sysko
4951 * why: wiki: fixed redirect problem after login and added reset password feature
5052 * what: updated tatowiki on wiki.tatoeba.org to 0.23.0
5153
5254
5355### 11nd February 2014 01AM China time
5456
5557 * who: sysko
5658 * why: restored transliteration for most languages
5759 * what: linked nihongoparserd with tatoeba php code mostly
5860 * how:
5961
6062I'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`
6163
6264also 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)
6365
6466also commented temporaly all call to `sinoparserd` as it's not yet restored
6567
6668
6769### 10nd February 2014 11PM China time
6870
6971 * who: sysko
7072 * why: installed nihongoparserd (service to generate japanese reading)
7173 * what: compiled source and installed service
7274 * how:
7375
7476installed:
7577
7678 apt-get install git cmake g++ libmecab-dev mecab-jumandic-utf8
7779
7880
7981executed
8082
8183 git clone https://github.com/allan-simon/nihongoparserd.igt
8284 cd nihongoparserd
8385 mkdir build ; cd build ; cmake .. ; make
8486 sudo cp nihongoparserd /usr/local/bin
8587 cd ..
8688 sudo cp conf/nihongoparserd /etc/init.d/
8789 sudo chmod +x /etc/init.d/nihongoparserd
8890 sudo cp conf/default /etc/default/nihongoparserd
8991 sudo useradd -r nihongoparserd
9092
9193start the service
9294
9395 /etc/init.d/nihongoparserd
9496
9597
9698
9799### 9nd February 2014 10AM China time
98100
99101
100102 * who: sysko
101103 * why: reinstall suggestd (service powering tag autocompletion)
102104 * what: compiled source and installed service
103105 * how:
104106
105107
106108installed
107109
108110 apt-get install gcc automake make libevent-dev libsqlite3-dev pkg-config libexpat1-dev libmysqlclient-dev
109111
110112
111113compiled suggestd0.9
112114
113115 aclocal
114116 autoconf
115117 automake --add-missing
116118
117119 ./configure
118120 make
119121 make install
120122
121123
122124after created init script in
123125
124126 /etc/init.d/suggestd
125127
126128and configuration file in
127129
128130
129131 /etc/suggestd.xml
130132
131133and default file in
132134
133135 /etc/default/suggestd
134136
135137then create a suggestd user
136138
137139 useradd -r suggestd
138140
139141then finally starting it
140142
141143
142144 /etc/init.d/suggestd start
143145
144146
145147###2nd February 2014 5AM China time
146148
147149 * who: sysko
148150 * why: resolve login problems
149151 * what: used memcache instead of sqlite for storing session
150152 * how:
151153
152154installed:
153155
154156 apt-get install memcached php5-memcache
155157
156158modified: `/etc/php5/apache2/php.ini`
157159
158160```
159161[Session]
160162session.save_handler = memcache
161163session.save_path="tcp://127.0.0.1:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
162164```
163165
164166
165167
diff view generated by jsdifflib

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

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


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.