This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 11 Apr, 2021 1 commit
-
-
IKEDA Soji authored
-
- 07 Apr, 2021 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 07 Feb, 2021 1 commit
-
-
IKEDA Soji authored
- Update POTFILES for changing name of a file - Update xgettext.pl for the new tags
-
- 25 May, 2020 1 commit
-
-
IKEDA Soji authored
support scripts: Add /usr/bin/env in shbang that is nearly (not really) portable way to solve the path.
-
- 25 Sep, 2019 1 commit
-
-
IKEDA Soji authored
-
- 24 Sep, 2019 1 commit
-
-
IKEDA Soji authored
It will never be distributed with source tarball.
-
- 23 Sep, 2019 1 commit
-
-
IKEDA Soji authored
* From now on, gettext 0.18.0 or later will be required to update catalog (i.e. msgmerge has to have --lang option). * Makefile.in.in should not be modified: Customization should be done by editing Makevars (and xgettext.pl). * DIST_DEPENDS_ON_UPDATE_PO was set to "no", i.e. "make dist" won't force updating *.pot.
-
- 11 Mar, 2019 1 commit
-
-
IKEDA Soji authored
-
- 08 Mar, 2019 1 commit
-
-
IKEDA Soji authored
-
- 05 Oct, 2018 1 commit
-
-
IKEDA Soji authored
-
- 28 May, 2018 1 commit
-
-
IKEDA Soji authored
-
- 20 May, 2017 1 commit
-
-
IKEDA Soji authored
-
- 26 Feb, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12705 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Jan, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11890 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 May, 2014 1 commit
-
-
sikeda authored
except: src/lib/Challenge.pm, src/lib/WebAgent.pm and files under ext/. Additionally reparing long comment lines. Used configuration for perltidy (.perltidyrc) is approximately: ------------ >8 ------------ >8 ------------ >8 ------------ # Differences from PBP are marked *. -bar # Opening brace always on right (* no) -bbt=1 # Medium block brace tightness -bt=2 # Strong brace tightness (* 1) -ce # Cuddled else (* no) -cti=0 # No extra indentation for closing brackets -i=4 # Indent level is 4 cols -ci=4 # Continuation indent is 4 cols -l=78 # Max line witdh is 78 cols -nolc # Don't outdent long comments (* -olc) -nolq # Don't outdent long quoted strings -nsbl # No opening sub brace on new line (* -sbl) -nsfs # No space before semicolons -pt=2 # Strong parenthesis tightness (* 1) -sbcp='#' # Don't format non-static block comments automatically (* '##') -sbt=2 # Strong square bracket tightness (* 1) -se # Errors to STDERR #-st # Output to STDOUT -vt=2 # Maximal vertical tightness -wba="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # Break after all operators ------------ 8< ------------ 8< ------------ 8< ------------ git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10721 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 May, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10680 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 May, 2014 1 commit
-
-
sikeda authored
- sympa_wizard.pl.in is placed in sbindir to keep compatibility with 6.1. - aliaswrapper.c and virtualwrapper.c are no longer built. - sympa_newaliases.pl.in and sympa_newaliases-wrapper.c are added in sbindir and libexecdir. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10649 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 May, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10615 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 May, 2014 1 commit
-
-
sikeda authored
- Now Sympa::Language is singleton class. Get instance using Sympa::Language->instance(). - Changed names of functions. CanonicLang => canonic_lang ImplicatedLangs => implicated_langs Lang2Locale => lang2locale Lang2Locale_old => lang2oldlocale (ex. Lang2Locale() in Language package) NegotiateLang => negotiate_lang - Changed names of methods (formerly functions). PushLang => push_lang PopLang => pop_lang (allows multiple arguments) SetLang => set_lang (ditto) GetLangName => native_name (optional argment was deprecated) GetLang => get_lang sympa_dgettext => dgettext - Added a new method gettext_sprintf(). It will be extracted by po/xgettext.pl. - Now POSIX locale will be set at inside of gettext_sprintf() and gettext_strftime(). Native strftime(), sprintf() etc. won't be affected by set_lang(). - maketext() was deprecated. - GetCharset() was deprecated. Use tools::lang2charset(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10608 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Mar, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10439 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Mar, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10329 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Mar, 2014 1 commit
-
-
sikeda authored
[-feature] gettextized comment in list parameter info. 'comment' items of each parameter are renamed to 'gettext_comment' that would be translated using gettext. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10326 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Jan, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10133 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Jun, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9405 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Nov, 2012 1 commit
-
-
sikeda authored
'comment' items of each parameter are renamed to 'gettext_comment' that would be translated using gettext. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7996 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Sep, 2009 1 commit
-
-
david.verdin authored
[feature] Restoring the export and clean-po Makefile directives. This is mandatory to maintaint the several translations of Sympa, though it never needs to be used by Sympa users. git-svn-id: https://subversion.renater.fr/sympa/trunk@6252 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 May, 2009 1 commit
-
-
olivier.salaun authored
- some fixes to the recent autotools reorganization - no more use the FHS organization when upgrading Sympa - remove obsolete sudo wrapper - change location of perl modules in src/lib/ - rename perl modules with the .pm file extension - replace --VAR-- substitution with a Constans.pm perl module - perform --VAR-- substitution at make time, no more at install time - defaultdir directory (old bin/etc/) renamed default/ - remove Version.pm module (now using Constans.pm) - turn SPEC file into a template, to have version automatically substituted, drop most post-install stuff excepted user/group creation, and use FHS setup git-svn-id: https://subversion.renater.fr/sympa/trunk@5816 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Sep, 2008 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5135 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Nov, 2007 1 commit
-
-
david.verdin authored
Change: online help is now internationalized. Use [%helploc%] tags anywhere in the code to create strings that will be located in web_help.po catalogue. git-svn-id: https://subversion.renater.fr/sympa/trunk@4691 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Nov, 2007 1 commit
-
-
david.verdin authored
Change: Character strings in po files are now sorted following thier order of apparition in the files. First step through separation of web help and user interface. Also deactivated Maketext -> Gettext conversion which caused brackets to be escaped in the strings to translate. git-svn-id: https://subversion.renater.fr/sympa/trunk@4685 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Oct, 2007 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4683 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Oct, 2007 1 commit
-
-
david.verdin authored
Change: String to translate in catalogues are now sorted according to the file which they were found in, not alphabetical order. This is an attempt te present the most useful strings firts. All catalogues updated to follow this behaviour. git-svn-id: https://subversion.renater.fr/sympa/trunk@4648 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Nov, 2006 3 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4067 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[ID 1338][S.Ikeda] New feature: A new filter [%|locdt()%] is added for TT2 templates to format date/time according to language context. It takes a format string to be gettext'ized as main argument, and an extra argument representing date/time. MHonArc resource file was modified so that it may generate output including this filter spec as nessessity. Note that this spec will be available for newly-updated archives. To apply this improvement to all past archives, it is nessessary that all archives are rebuilt. git-svn-id: https://subversion.renater.fr/sympa/trunk@4066 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
Added a developer comment about date formats for translators git-svn-id: https://subversion.renater.fr/sympa/trunk@4064 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Nov, 2006 2 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4055 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4048 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Nov, 2006 1 commit
-
-
sympa-authors authored
gettext_strftime, a new function introduced by remainder of the patch, and to take it into PO catalogs. It may recognize following patterns in Perl sources --- gettext_strftime "FORMAT", ARRAY... gettext_strftime("FORMAT", ARRAY...) git-svn-id: https://subversion.renater.fr/sympa/trunk@4008 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Jun, 2005 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@3052 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-