[commits] Horde branch master updated. 9238a7618874680741d110e00e5be33fe43dd538
Jan Schneider
jan at horde.org
Mon Dec 12 12:10:59 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 8732ae48600f7827a4f733060e44714e02770a1f
407037a Tweak method name.
7049601 sprintf()
5b5b2cd Improve tests for modifyDate().
ac891bc It actually *does* make sense to keep the quoting.
d31d5b9 Add @since tags.
dc3ef87 Implement all portable interval units in sqlite.
d0813b3 [jan] Add Latvian translation (JÄnis Eisaks <jancs at dv.lv>).
41541a0 [jan] Add Latvian translation (JÄnis Eisaks <jancs at dv.lv>).
9238a76 Update lv translation.
-----------------------------------------------------------------------
commit 407037ac01e2e5870c110d0ac674131cd3569593
Author: Jan Schneider <jan at horde.org>
Date: Mon Dec 12 11:28:12 2011 +0100
Tweak method name.
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 4 ++--
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 2 +-
framework/Db/test/Horde/Db/Migration/BaseTest.php | 4 ++--
kronolith/migration/3_kronolith_upgrade_addallday.php | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/407037ac01e2e5870c110d0ac674131cd3569593
-----------------------------------------------------------------------
commit 7049601846623a5738c499b163536348559409f4
Author: Jan Schneider <jan at horde.org>
Date: Mon Dec 12 11:29:57 2011 +0100
sprintf()
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/7049601846623a5738c499b163536348559409f4
-----------------------------------------------------------------------
commit 5b5b2cd2c83c04ea45333782ad5e11dbca7c843f
Author: Jan Schneider <jan at horde.org>
Date: Mon Dec 12 12:38:43 2011 +0100
Improve tests for modifyDate().
This method hasn't anything to do with migrations, move test to the correct test
suites.
Generalize the test.
Add tests for interval().
Remove unnecessary quoting.
Add modifyDate() implementation for PostgreSQL.
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 2 +-
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 19 +++++++++
framework/Db/test/Horde/Db/Adapter/MysqlTest.php | 30 +++++++++++++++
framework/Db/test/Horde/Db/Adapter/MysqliTest.php | 30 +++++++++++++++
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php | 30 +++++++++++++++
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php | 30 +++++++++++++++
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php | 23 +++++++++++
framework/Db/test/Horde/Db/Migration/BaseTest.php | 22 -----------
8 files changed, 163 insertions(+), 23 deletions(-)
http://git.horde.org/horde-git/-/commit/5b5b2cd2c83c04ea45333782ad5e11dbca7c843f
-----------------------------------------------------------------------
commit ac891bc9383a060d531e9e8ab2084b2064d12fa5
Author: Jan Schneider <jan at horde.org>
Date: Mon Dec 12 12:43:52 2011 +0100
It actually *does* make sense to keep the quoting.
It may be necessary to use non-integer intervals at some point.
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 2 +-
framework/Db/test/Horde/Db/Adapter/MysqlTest.php | 2 +-
framework/Db/test/Horde/Db/Adapter/MysqliTest.php | 2 +-
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/ac891bc9383a060d531e9e8ab2084b2064d12fa5
-----------------------------------------------------------------------
commit d31d5b90e5bc3cab6385dbb41650a3007cbae32d
Author: Jan Schneider <jan at horde.org>
Date: Mon Dec 12 12:45:21 2011 +0100
Add @since tags.
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 2 ++
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 2 ++
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/d31d5b90e5bc3cab6385dbb41650a3007cbae32d
-----------------------------------------------------------------------
commit dc3ef87c7f0b5152bb9247c37e12ed541ad70dc7
Author: Jan Schneider <jan at horde.org>
Date: Mon Dec 12 13:01:44 2011 +0100
Implement all portable interval units in sqlite.
framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 3 +-
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 3 +-
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 20 ++++++++++++--
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php | 16 ++++++++++++
4 files changed, 37 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/dc3ef87c7f0b5152bb9247c37e12ed541ad70dc7
-----------------------------------------------------------------------
commit d0813b3e9572247298ec2d3f12cfda44ca031d9c
Author: Jan Schneider <jan at horde.org>
Date: Mon Dec 12 13:07:22 2011 +0100
[jan] Add Latvian translation (JÄnis Eisaks <jancs at dv.lv>).
framework/Push/locale/lv/LC_MESSAGES/Horde_Push.mo | Bin 0 -> 745 bytes
framework/Push/locale/lv/LC_MESSAGES/Horde_Push.po | 30 ++++++++++++++++++++
framework/Push/package.xml | 2 +
3 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 framework/Push/locale/lv/LC_MESSAGES/Horde_Push.mo
create mode 100644 framework/Push/locale/lv/LC_MESSAGES/Horde_Push.po
http://git.horde.org/horde-git/-/commit/d0813b3e9572247298ec2d3f12cfda44ca031d9c
-----------------------------------------------------------------------
commit 41541a0c334352b41ae1aa3c755f848debc7ff1e
Author: Jan Schneider <jan at horde.org>
Date: Mon Dec 12 13:07:43 2011 +0100
[jan] Add Latvian translation (JÄnis Eisaks <jancs at dv.lv>).
framework/Auth/locale/lv/LC_MESSAGES/Horde_Auth.mo | Bin 0 -> 3239 bytes
framework/Auth/locale/lv/LC_MESSAGES/Horde_Auth.po | 103 ++++++++++++++++++++
framework/Auth/package.xml | 4 +-
3 files changed, 105 insertions(+), 2 deletions(-)
create mode 100644 framework/Auth/locale/lv/LC_MESSAGES/Horde_Auth.mo
create mode 100644 framework/Auth/locale/lv/LC_MESSAGES/Horde_Auth.po
http://git.horde.org/horde-git/-/commit/41541a0c334352b41ae1aa3c755f848debc7ff1e
-----------------------------------------------------------------------
commit 9238a7618874680741d110e00e5be33fe43dd538
Author: Jan Schneider <jan at horde.org>
Date: Mon Dec 12 13:10:24 2011 +0100
Update lv translation.
agora/locale/lv/LC_MESSAGES/agora.mo | Bin 73150 -> 76038 bytes
agora/locale/lv/LC_MESSAGES/agora.po | 445 +-
ansel/locale/lv/LC_MESSAGES/ansel.mo | Bin 80610 -> 86375 bytes
ansel/locale/lv/LC_MESSAGES/ansel.po | 514 +-
beatnik/locale/lv/LC_MESSAGES/beatnik.mo | Bin 74296 -> 70270 bytes
beatnik/locale/lv/LC_MESSAGES/beatnik.po | 85 +-
beatnik/locale/lv/help.xml | 8 +-
chora/locale/lv/LC_MESSAGES/chora.mo | Bin 75351 -> 68979 bytes
folks/locale/lv/LC_MESSAGES/folks.mo | Bin 78052 -> 71680 bytes
folks/locale/lv/LC_MESSAGES/folks.po | 2 +-
framework/Image/locale/lv/LC_MESSAGES/Horde_Image.mo | Bin 6886 -> 7013 bytes
framework/Image/locale/lv/LC_MESSAGES/Horde_Image.po | 9 +-
.../locale/lv/LC_MESSAGES/Horde_Service_Weather.mo | Bin 0 -> 639 bytes
.../locale/lv/LC_MESSAGES/Horde_Service_Weather.po | 34 +
gollem/locale/lv/LC_MESSAGES/gollem.mo | Bin 79055 -> 72715 bytes
hermes/locale/lv/LC_MESSAGES/hermes.mo | Bin 76594 -> 70397 bytes
hermes/locale/lv/LC_MESSAGES/hermes.po | 8 +-
hermes/locale/lv/help.xml | 18 +-
horde/locale/lv/LC_MESSAGES/horde.mo | Bin 70924 -> 64600 bytes
horde/locale/lv/LC_MESSAGES/horde.po | 646 +--
imp/locale/lv/LC_MESSAGES/imp.mo | Bin 185393 -> 179076 bytes
imp/locale/lv/LC_MESSAGES/imp.po | 4 +-
imp/locale/lv/help.xml | 1632 +++--
ingo/locale/lv/LC_MESSAGES/ingo.mo | Bin 88250 -> 81862 bytes
ingo/locale/lv/help.xml | 8 +-
jonah/locale/lv/LC_MESSAGES/jonah.mo | Bin 78682 -> 72310 bytes
jonah/locale/lv/help.xml | 6 +-
klutz/locale/lv/LC_MESSAGES/klutz.mo | Bin 73916 -> 67794 bytes
klutz/locale/lv/LC_MESSAGES/klutz.po | 26 +-
kronolith/locale/lv/LC_MESSAGES/kronolith.mo | Bin 130810 -> 124457 bytes
kronolith/locale/lv/LC_MESSAGES/kronolith.po | 706 +-
kronolith/locale/lv/help.xml | 103 +-
luxor/locale/lv/LC_MESSAGES/luxor.mo | Bin 72739 -> 66383 bytes
mnemo/locale/lv/LC_MESSAGES/mnemo.mo | Bin 80916 -> 74536 bytes
mnemo/locale/lv/help.xml | 10 +-
nag/locale/lv/LC_MESSAGES/nag.mo | Bin 95035 -> 89095 bytes
nag/locale/lv/LC_MESSAGES/nag.po | 295 +-
nag/locale/lv/help.xml | 6 +-
passwd/locale/lv/LC_MESSAGES/passwd.mo | Bin 79991 -> 73571 bytes
passwd/locale/lv/help.xml | 16 +-
sam/locale/lv/LC_MESSAGES/sam.mo | Bin 73989 -> 67521 bytes
sesha/locale/lv/LC_MESSAGES/sesha.mo | Bin 76771 -> 70399 bytes
timeobjects/locale/lv/LC_MESSAGES/timeobjects.mo | Bin 71598 -> 66193 bytes
trean/locale/lv/LC_MESSAGES/trean.mo | Bin 81362 -> 74990 bytes
turba/locale/lv/LC_MESSAGES/turba.mo | Bin 101035 -> 95011 bytes
turba/locale/lv/LC_MESSAGES/turba.po | 133 +-
turba/locale/lv/help.xml | 10 +-
ulaform/locale/lv/LC_MESSAGES/ulaform.mo | Bin 76052 -> 69680 bytes
ulaform/locale/lv/help.xml | 4 +-
vilma/locale/lv/LC_MESSAGES/vilma.mo | Bin 78083 -> 72011 bytes
vilma/locale/lv/LC_MESSAGES/vilma.po | 13 +-
whups/locale/lv/LC_MESSAGES/whups.mo | Bin 89138 -> 87735 bytes
whups/locale/lv/LC_MESSAGES/whups.po | 409 +-
whups/locale/lv/help.xml | 4 +-
wicked/locale/lv/LC_MESSAGES/wicked.mo | Bin 71197 -> 69243 bytes
wicked/locale/lv/LC_MESSAGES/wicked.po | 305 +-
wicked/locale/lv/help.xml | 6 +-
57 files changed, 2270 insertions(+), 3195 deletions(-)
create mode 100644 framework/Service_Weather/locale/lv/LC_MESSAGES/Horde_Service_Weather.mo
create mode 100644 framework/Service_Weather/locale/lv/LC_MESSAGES/Horde_Service_Weather.po
http://git.horde.org/horde-git/-/commit/9238a7618874680741d110e00e5be33fe43dd538
More information about the commits
mailing list