- Dec 30, 2008
-
-
Gábor Hojtsy authored
#352167 reported by Psicomante, patch by myself: page numbers and filter values were preserved in two different, incompatible ways; now preserve both at the same time for form submission
-
Gábor Hojtsy authored
#331043 reported by Pasqualle, patch by myself: notice on use of 'changed' key without initialization; initialize better and get rid of some unneeded code
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
- Second click on the suggestions icon now also brings back the editing field, just as with the lookup button introduced earlier. - Fixed the string IDs for plural strings to contain the right delimiter with a hyphen. - Fixed string copying code to look for the hyphen to identify plural strings and copy over all source strings to the editor. - Thanks to the previous point, we could eliminate all but the first copy button on plural strings, resulting in (#306373 being fixed). - Keep and document plural suggestion copying solution. - Solve case when parent is not the translation column but the source column, and switch to translation column for the pane display. This solves #332361. - Add number of plurals to page JS settings. Now used for string copying, but can be used for other things later.
-
- Dec 29, 2008
-
-
Gábor Hojtsy authored
Break JOIN out to two very simple queries on string insert. The JOIN was invalid when inactive suggestions or translations from other languages resulted in the database not return rows, so it caused problems with the whitespace ensuring code. Now the source string is always found and the translation is queried in a second query.
-
Gábor Hojtsy authored
#344022 report by Psicomante, patch by myself: if plural forms are not initialized for a language, we will have issues editing the translations, so block functionality until plurals are properly set
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#346761 by andypost: l10n_drupalorg_cron() invoked a function which was in an include file not included yet
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
- Nov 26, 2008
-
-
Gábor Hojtsy authored
#337687 by jmpoure and myself: Improve PostgreSQL compatibility by adding the missing AS keyword for aliased columns in SELECTs
-
Gábor Hojtsy authored
-
- Nov 04, 2008
-
-
Gábor Hojtsy authored
#328655 report by Razorraser, patch by myself: eliminate old SESSION based project selection from here as well, going to URL parameters Also fixed several notices identified when testing export.
-
Gábor Hojtsy authored
#327680 reported by panas, patch by myself: overall summary always said there is 1 contributor helping with the server
-
- Oct 28, 2008
-
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
- Oct 26, 2008
-
-
Gábor Hojtsy authored
#321528 suggested by several users, also wished for by meba at http://drupal.org/node/196865#comment-763276: move away from sessions for permanent filters and implement GET param based filtering properly - Redirect on form submission with the right filter values kept intact in the URL - GET values are kept in pager links by Drupal automatically - We should keep GET values on form submission (done) - Reset button now redirect without keeping the filtering params This achieves URL based navigation without hidden session based magic. There is no need for the special permalinking feature, since all links are permalinks as much as possible (the list of untranslated stuff would change of course for example).
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#209980 follow up by meba and myself: fix whitespace matching so that multiline strings get the proper treatment when their translations are saved
-
Gábor Hojtsy authored
-
- Oct 24, 2008
-
-
Gábor Hojtsy authored
-
- Oct 23, 2008
-
-
Gábor Hojtsy authored
#203659 suggested by hass: We should first check whether the local packages directory was configured.
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#251324 suggestion by dami: permission to import translations (still dependent on further permissions to suggest or submit translations directly. Also refining permission naming and application (#321525).
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#321484 reported by hass: the l10n_server uses constructs only available with PHP 5, so better specify that
-
- Oct 22, 2008
-
-
Gábor Hojtsy authored
-
- Oct 20, 2008
-
-
Gábor Hojtsy authored
#323914 by Jose A Reyero, slightly modified: a new l10n_remote module for remote translation submissions via XML-RPC, based on per-user generated API keys used for authentication
-
- Oct 17, 2008
-
-
Gábor Hojtsy authored
-
- Oct 15, 2008
-
-
Gábor Hojtsy authored
#203658 and #207444 ideas by several people, implementation by pvasili and myself: Make it possible to delete and start over with projects as well as clean up orphan source strings with translations.
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
#321637 by myself: support for disabled projects; makes it possible to discontinue project translations (not looking for new releases but keeping old data) and maintaining suggested projects not yet picked up by the server but known. Also fixes #212637 while cleaning up the code.
-
Gábor Hojtsy authored
Connectors 'own' specific projects, so that they can handle updating the releases and other data associated with projects. Existing projects are updated on a best effort basis.
-
Gábor Hojtsy authored
- Add potx version compatibility check to make sure people run with the right potx version.
-
- Oct 14, 2008
-
-
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.
-
Gábor Hojtsy authored
-
Gábor Hojtsy authored
-
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().
-