Skip to content
  1. Feb 27, 2020
  2. Sep 03, 2013
  3. Feb 25, 2011
  4. Oct 02, 2009
  5. Dec 27, 2007
  6. Dec 24, 2007
  7. Sep 28, 2007
    • Gábor Hojtsy's avatar
      *MAJOR* architecture overhaul: · bdc1a849
      Gábor Hojtsy authored
       - previously l10n_server and l10n_community were divided with the thinking
         that a different editing interface might be used on the same data
       - but real life discussions showed that a cool interface is supposed
         to be tied to different data sources
      
      So this upgrade separated the data sources (connectors) from the community interface.
      Now only the previously implemented l10n_drupalorg connector is here, but it is easy
      to implement others, as I'll do later.
      
      There are also some smaller bugs fixed, but otherwise a huge reorganization was enough
      for starters. I could not stop myself from cleaning up the suggestions architecture
      at the same time though. So now the history and suggestions are not stored separately,
      but are accessible from the same table (as inactive records for history values and as
      suggestion records for suggestions). Otherwise they use the same data as translations,
      so there was no reason to separate that out.
      
      I also fixed smaller import and export issues, so these operations work better.
      
      HTML and form structure cleanup is on the TODO list for the string editing interface,
      which will be hopefully followed by a great UI improvement session later.
      bdc1a849
  8. Aug 07, 2007
  9. Jul 03, 2007
    • Gábor Hojtsy's avatar
      lots of updates: · 833cd7bf
      Gábor Hojtsy authored
      l10n_server:
       - made it reuse potx, instead of copying it
       - redone the UI to simplify user interations
       - simplified the URL scheme
       - organized functions logically
       - fixed coding style issues, like single qoutes instead of double quotes
      l10n_community:
       - completely redone the UI, tabs instead of select boxes and arbitrary forms
       - abstracted common theme functions (copy icon, progress bar) out
       - constants instead of magic numbers
       - predictable help instead of global variable mangling
       - added more documentation
       - ordered the functions logically
      
      Lots more to come. These big changes are not the end.
      833cd7bf
  10. Jun 19, 2007