Skip to content
  1. Sep 09, 2008
  2. Aug 26, 2008
  3. Jul 28, 2008
  4. Apr 25, 2008
  5. Apr 02, 2008
  6. Mar 25, 2008
  7. Jan 31, 2008
  8. Jan 25, 2008
  9. Dec 28, 2007
  10. Dec 20, 2007
  11. Nov 18, 2007
  12. Nov 17, 2007
  13. Nov 16, 2007
  14. Nov 15, 2007
    • Gábor Hojtsy's avatar
      Features and corrections for potx-6.x-2: · 71414c96
      Gábor Hojtsy authored
       - remove hook_node_types() as it is not supported since 4.6
       - silent status reporting now collects messages for later retrieval
       - support for extracting strings from themes, not only modules
       - coder plugin support: provides a code review for coder module
      71414c96
  15. Nov 12, 2007
  16. Nov 06, 2007
    • Gábor Hojtsy's avatar
      file merging improvements: · a7273603
      Gábor Hojtsy authored
       - do not merge small files into general.pot
       - do not merge occurance of strings in same subproject (subfolder) to general.pot,
         only merge real cross-subproject occurances
       - merge .pot files generated for same subfolder (all will be imported in the same batch
         anyway). although this makes .pot size a bit bigger, it is easier to handle
         by hand, and the file size still looks low
      a7273603
  17. Oct 24, 2007
  18. Oct 19, 2007
  19. Oct 15, 2007
    • Gábor Hojtsy's avatar
    • Gábor Hojtsy's avatar
    • Gábor Hojtsy's avatar
      Parser changes for Drupal 6 compatibility done over the weekend: · 5cbf5e70
      Gábor Hojtsy authored
       - we use dots in file names so we should use pathinfo() instead of plain old explode()
       - added JS parsing based on core regex code with custom error reporting, now parsing .js too
       - watchdog() parameters changed, now t() should not be used
       - the menu hook changed, we identify title and description values if literals (otherwise throw an error)
       - format_plural() calls now accept arguments, so we allow a comma after the plural string
       - .info file format changed, so we need to use drupal_parse_info_file() for parsing
      
      Note that I did not implement a code extract for the error message due to some laziness
      (it requires watching until the line end, for which we have no code yet, and it needs
      to take nesting into account), otherwise new functionality signals errors as before.
      
      (This code also helped identify some watchdog(t()) issues in Drupal 6 which I'll file an issue to fix).
      5cbf5e70
  20. Oct 14, 2007
  21. Oct 12, 2007
  22. Oct 11, 2007
  23. Oct 02, 2007
  24. Jul 31, 2007
  25. Jul 12, 2007
  26. Jun 27, 2007