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

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

#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:34

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


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.