Skip to content
Snippets Groups Projects
  1. Sep 01, 2014
  2. Aug 05, 2014
  3. Jul 30, 2014
  4. Jul 29, 2014
  5. Jul 28, 2014
  6. Jul 23, 2014
  7. Jul 22, 2014
    • Tomasz Pieczerak's avatar
      BUGFIX: appropriate DESTDIR support in resources/ · 5f7ddd92
      Tomasz Pieczerak authored
      + a few (un)install commands in resources/Makefile.am did not support
      DESTDIR - as a result files were installed/removed directly in/from system.
      5f7ddd92
    • Jakub Kotur's avatar
      iks: add proxy name to location name · 50e8c590
      Jakub Kotur authored
      + add option draw_name to proxy location configuration
      + add proxy draw_name as a suffix to every location that comes from it
        if its not empty
      + empty draw_name is default so suffix have to be configured
      + update config sample
      50e8c590
  8. Jul 21, 2014
  9. Jul 18, 2014
  10. Jul 17, 2014
  11. Jul 15, 2014
  12. Jul 07, 2014
  13. Jul 01, 2014
  14. Jun 26, 2014
    • Tomasz Pieczerak's avatar
      Fixed conversions between UTF-8 and LOCAL encodings · b88b8ca9
      Tomasz Pieczerak authored
      + IconvWrapper gets new method isutf8() - a fast way to check whether
      the encoding is UTF-8.
      
      + utf2local(), local2utf() and local2utf_ign() functions reinterpret
      cast on UTF-8 system, rather than performing conversion from UTF-8 to
      UTF-8.
      b88b8ca9
  15. Jun 25, 2014
    • Tomasz Pieczerak's avatar
      BUGFIX (#65): Raporter3's template encoding issue · 1f270e52
      Tomasz Pieczerak authored
      + parameter lists (.xpl) are now always saved in UTF-8 encoding.
      
      + name field in template create/edit window is filtered and allows only
      alphanumeric characters.
      
      + template filenames are transliterated to remove any diacritics.
      
      + added .gitignore for 'iks-server'.
      1f270e52
  16. Jun 23, 2014
    • Tomasz Pieczerak's avatar
      Search by prefixes on a load configuration list · d861ef53
      Tomasz Pieczerak authored
      [enhancement to commit e9c2f8d5]
      * user should also be able to search by prefix on a configuration list
        (as they are displayed).
      d861ef53
    • Tomasz Pieczerak's avatar
      New conversion routines that omits invalid characters · 2dfc1e99
      Tomasz Pieczerak authored
      + functions ascii2utf(), local2szarp() and local2utf() have new variant
      (with '_ign' suffix), which omits invalid characters (in the input
      encoding) and ignore characters that cannot be represented (in the
      target encoding).
      
      + functions A2U(), L2S(), L2U() get additional argument named
      'fallback'. If it's set to "true", in case of conversion failure (due
      to invalid multibyte sequence) function catches an exception and tries
      to repeat conversion using '_ign' function variant. 'fallback' defaults
      to "false", so existing usages will preserve behavior.
      
      + set 'fallback' to "true" in L2S(), L2U(), A2U() calls, where input
      encoding is uncertain.
      
      + changed A2U() calls to L2U(), where proper.
      2dfc1e99
  17. Jun 17, 2014
    • Jakub Kotur's avatar
      szarp-iks package init script · 6bd6f64c
      Jakub Kotur authored
      + szarp-iks package now setup websocify between ports 9002 and 19002 at
        system startup. Other ports could be specified in
        /etc/default/szarp-iks config file.
      6bd6f64c
  18. Jun 15, 2014
  19. Jun 14, 2014
Loading