Skip to content
Snippets Groups Projects
  1. Dec 30, 2008
  2. Dec 29, 2008
  3. Nov 26, 2008
  4. Nov 04, 2008
  5. Oct 28, 2008
  6. Oct 26, 2008
  7. Oct 24, 2008
  8. Oct 23, 2008
  9. Oct 22, 2008
  10. Oct 20, 2008
  11. Oct 17, 2008
  12. Oct 15, 2008
  13. Oct 14, 2008
    • Gábor Hojtsy's avatar
      - Menu updates. Use the Drupal 6 built in ways to invoke functions from... · 4da9a9bb
      Gábor Hojtsy authored
      - Menu updates. Use the Drupal 6 built in ways to invoke functions from include files. No need for a custom wrapper.
      - Fixed missing access argument on export tab, which resulted in it not showing up.
      - Fixed badly updated form in export screen, now includes form_state as mandated in Drupal 6.
      4da9a9bb
    • Gábor Hojtsy's avatar
      Bad 'page arguments' in l10n_groups module · c1cb1690
      Gábor Hojtsy authored
      c1cb1690
    • Gábor Hojtsy's avatar
    • Gábor Hojtsy's avatar
      Straight port of the Drupal 5 version to Drupal 6. Keeps the same functionality with · 49688c94
      Gábor Hojtsy authored
      some code cleanup. Focused on getting it work at this first pass including the
      interaction with potx and og.
      
      ALL:
       - All .info files updated to latest standard.
      
      l10n_community:
       - Form validation and submission handlers update for Drupal 6.
       - Code standard review findings fixed.
       - Updated to Drupal 6 language object / database structure.
       - Works with potx-6.x-2.x. Does not work with 6.x-1.x due to the new API used.
       - Nicely documented schema definition using Drupal 6 documentation features vs. the code comments in Drupal 5.
       - Custom menu wildcard loaders for language and project code.
         Requires latest Drupal 6.x development version because of the wildcard loading
         issue fixed in http://drupal.org/node/285165. Alternatively, patches for Drupal 6
         can be applied from there.
       - Moved adding CSS and JS to pages to hook_init() instead of hook_menu().
       - Updated settings page to latest Drupal 6 code.
       - Added hook_theme() for all theme hooks.
       - Killed some warnings and notices (which helped identify t - Killed some warnings and notices ).
      
      l10n_localpacks:
       - Updated hook_help() and hook_menu().
       - New validation for directory setting to help avoid setup problems.
      
      l10n_groups:
       - Nicely documented schema definition.
       - Updated setting the - Updatedp node type as an OG group node type to what OG uses in Drupal 6.
         Since this is an OG setting, it should take care of carrying it over from Drupal 5, when you
         upgrade from Drupal 5.
       - Form validation and submission handlers update for Drupal 6.
       - Updated and simplified hook_access() implementation.
      
      l10n_drupalorg:
       - Reuse existing language list in Drupal to fill in English name, native name and direction.
       - Updated to language codes known by Drupal 6 core.
       - Updated hook_help() and hook_menu().
      49688c94
Loading