Michal Čihař
0ea3a3ea26
Use merge strategy that wil always prefer branch we're marking as STABLE/TESTING.
...
The problem is in fact that not all branches are merged together and it
usually causes conflicts on version string (documentation, config,
changelog,...). By simply using branch we're merging to STABLE/TESTING
we will get the correct merge.
2010-04-07 09:30:53 +02:00
Michal Čihař
5e68c366ef
Proper support for ngettext.
2010-03-30 14:29:23 +02:00
Michal Čihař
e2cb413331
This is not needed with gettext.
2010-03-30 14:00:19 +02:00
Michal Čihař
b068e5d7b5
Fix typo.
2010-03-30 13:59:40 +02:00
Michal Čihař
ee01556641
Add quiet mode.
2010-03-30 11:23:00 +02:00
Michal Čihař
e9909a2441
Consistent naming.
2010-03-30 10:44:58 +02:00
Michal Čihař
5588c4e75e
Not needed anymore.
2010-03-30 10:43:30 +02:00
Michal Čihař
a069d4f4af
Merge branch 'master' into gettext
2010-03-24 10:50:11 +01:00
Michal Čihař
f9e1592958
Avoid messing up with working copy more than needed.
2010-03-24 10:35:27 +01:00
Michal Čihař
e438f0ce70
Switch to using branch for STABLE/TESTING.
2010-03-24 10:10:56 +01:00
Michal Čihař
a1beb0fb3f
Merge branch 'master' into gettext
2010-03-19 00:28:20 +01:00
Marc Delisle
b7bbb967ba
no branch exist in the cloned directory; advice for changes before validation
2010-03-16 08:10:49 -04:00
Michal Čihař
81eee5b45c
Add missing cleanup.
2010-03-15 13:48:20 +01:00
Michal Čihař
dcf52474a3
Update translations
...
Another update for strings already translated in php code and were
missing in gettext.
2010-03-15 13:47:26 +01:00
Michal Čihař
8069d08a22
Do not update several times.
2010-03-15 12:07:38 +01:00
Michal Čihař
447da3026c
Add script for unfuzzying translations with removed context.
2010-03-15 12:05:23 +01:00
Michal Čihař
486280626a
Adjus languages cleanup for gettext.
2010-03-12 14:00:11 +01:00
Michal Čihař
ba106a107a
Message for generating mo files.
2010-03-12 13:50:07 +01:00
Michal Čihař
2efb431b5c
Merge branch 'master' into gettext
2010-03-12 13:49:50 +01:00
Michal Čihař
c4bdb18703
Better logging of progress.
2010-03-12 13:49:27 +01:00
Michal Čihař
105c33fe34
Automatically create TESTING/STABLE tags on release.
2010-03-12 13:48:03 +01:00
Michal Čihař
da9bb3ceda
Correct code for Norwegian.
2010-03-12 10:32:08 +01:00
Michal Čihař
568be7147b
Correct code for Japanese.
2010-03-12 10:18:05 +01:00
Michal Čihař
67a73aedf1
Fix handling of comments.
2010-03-12 09:47:35 +01:00
Michal Čihař
3a02c9245b
Be less strict on spacing.
2010-03-12 09:44:52 +01:00
Michal Čihař
9ccfc85229
Less strict matching.
2010-03-12 09:39:17 +01:00
Michal Čihař
5399f1af3a
Attempt to merge more things from old translations.
2010-03-12 09:20:35 +01:00
Michal Čihař
b23e4eccbe
Merge branch 'master' into gettext
2010-03-12 00:08:10 +01:00
Michal Čihař
7af78a799e
Improvements to php2gettext script.
...
Properly handle months and perform update of existing po files rather
than replacing.
2010-03-11 23:31:49 +01:00
Michal Čihař
7ff9f002e9
Regenerate.
2010-03-11 23:15:22 +01:00
Michal Čihař
80dbec8115
Base translations on en_US not on en_GB.
2010-03-11 18:52:58 +01:00
Michal Čihař
4313c02fe9
Process gettext with context.
2010-03-11 18:49:15 +01:00
Michal Čihař
fd85fc64fd
Add script for updating po files.
2010-03-11 18:49:15 +01:00
Michal Čihař
574f2748b0
Generate mo files on release.
2010-03-11 18:49:13 +01:00
Michal Čihař
95db34e9de
Add script for generating mo files for gettext.
2010-03-11 18:49:13 +01:00
Michal Čihař
a229d385cb
We're working on version 3.4.
2010-03-11 18:49:11 +01:00
Michal Čihař
64e012f9a4
Generate also english.php.
...
It had to be generated manually before.
2010-03-11 18:49:11 +01:00
Marc Delisle
4876d27758
remove mention of subversion
2010-03-11 12:41:04 -05:00
Michal Čihař
56404c562b
Upload also release notes.
2010-03-11 16:58:28 +01:00
Michal Čihař
8fb7ecae3f
Link to wiki.
2010-03-11 16:57:54 +01:00
Michal Čihař
6d5a1c3c29
Add script for automatically uploading a release.
2010-03-11 16:50:15 +01:00
Michal Čihař
93b19bded8
Proper path to release notes.
2010-03-11 16:49:58 +01:00
Michal Čihař
17147737eb
Add support for tagging a release.
2010-03-11 16:40:06 +01:00
Michal Čihař
39c0280bf3
Update script for creating releases to work with Git.
2010-03-11 16:32:37 +01:00
Michal Čihař
f61b39fd2f
Remove snapshot mode.
...
It is not used anyway and just complicates the script.
2010-03-11 16:15:50 +01:00
Michal Čihař
28f58df2fb
Add script to convert PHP translations to po files.
2010-03-10 14:08:56 +00:00
Michal Čihař
ac9d23f535
rfe #2936156 [auth] Signon authentication forwards error message through session data.
2010-01-21 15:22:34 +00:00
Marc Delisle
2e13704759
MD5 sums are again in RSS feed from sf.net.
2009-10-30 16:45:31 +00:00
Marc Delisle
6a803f65d3
[auth] Add custom port configuration in signon
2009-10-10 11:33:03 +00:00
Marc Delisle
91ba1844eb
add reference to the new File Manager
2009-09-13 12:21:48 +00:00