Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: 38642d61c0212116ab19920c3c381c4507924611
https://github.com/phpmyadmin/motranslator/commit/38642d61c0212116ab19920c3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M src/StringReader.php
Log Message:
-----------
Restore original copyright header from streams.php
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 773896f9f0a53579a303e2d1bde45dc0b63a8215
https://github.com/phpmyadmin/motranslator/commit/773896f9f0a53579a303e2d1b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M src/gettext.inc
Log Message:
-----------
Remove reference to not used reader
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b7e14b30f291e505fbd039834cfde5c001d837df
https://github.com/phpmyadmin/motranslator/commit/b7e14b30f291e505fbd039834…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
A src/MoLoader.php
A tests/Loader_test.php
Log Message:
-----------
Start work on Loader with tests
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c7ac7d8be225dfc2fd44d674025e0e27b27ca0c6
https://github.com/phpmyadmin/motranslator/commit/c7ac7d8be225dfc2fd44d6740…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M src/MoLoader.php
Log Message:
-----------
Use extract() to get return value from regexp matching
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2dbe5f31af2f5e268f93461230a1a7667967a106
https://github.com/phpmyadmin/motranslator/commit/2dbe5f31af2f5e268f9346123…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M src/MoLoader.php
Log Message:
-----------
Always use parenthesis around if statements
This just makes the code easier to read.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: a75dc21276280929b06663fd5f32c470552670c3
https://github.com/phpmyadmin/motranslator/commit/a75dc21276280929b06663fd5…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M src/MoLoader.php
M tests/Loader_test.php
Log Message:
-----------
Add stub methods for mo loader
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/motranslator/compare/631ec910a711...a75dc2127…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: 8cf83d61b1823e04bdfebd3d218cba19a57aac3a
https://github.com/phpmyadmin/motranslator/commit/8cf83d61b1823e04bdfebd3d2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M src/MoTranslator.php
Log Message:
-----------
Consistent parameters naming with gettext
Do not invent own terminology, stick with original one.
Signed-off-by: Michal Čihař <michal(a)cihar.com>