Skip to content
  1. Feb 25, 2011
  2. Jan 03, 2010
  3. Oct 22, 2008
  4. Sep 10, 2008
  5. Sep 09, 2008
  6. May 24, 2008
  7. Mar 25, 2008
  8. Jan 31, 2008
  9. Jan 25, 2008
  10. Jan 22, 2008
  11. Jan 10, 2008
  12. Dec 28, 2007
  13. Dec 20, 2007
  14. Nov 17, 2007
  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