[contributions(DRUPAL-5):goba] /modules/l10n_server/l10n_community ajax.inc l10n_community.css l10n_community.js pages.inc welcome.inc
drupal-cvs at drupal.org
drupal-cvs at drupal.org
Mon Oct 1 19:58:48 UTC 2007
User: goba Branch: DRUPAL-5 Date: Mon, 01 Oct 2007 19:58:48 +0000
Modified files:
/modules/l10n_server/l10n_community ajax.inc l10n_community.css l10n_community.js pages.inc welcome.inc
Log message:
Huge cleanup of overview and translation interface HTML/CSS/JS:
- removed extraneous HTML elements and wrappers
- standardized on using sids, so temporary ids are removed
(makes for less parameter passing, less confusion)
- standardized names with sid numbers in them as HTML IDs, not classes
(straightforward CSS and JS addressing of DOM elements)
- minimized what data is required on AJAX calls
- made more strings translatable
- now using more meaningful classes, like rowhead cells and action image buttons
- moved some inline JS code from the AJAX response to JS functions for management reasons
- shoter names for often used items like 'translation' instead of 'new_translation'
- better UI reflection on how suggestions are counted
- standardized on existing translation display (although the brown used is kind of a placeholder)
- read and fixed code comments, added where missing
- fixed plural suggestion approval bug (actually missing feature)
Links:
http://cvs.drupal.org/diff.php?path=contributions/modules/l10n_server/l10n_community/ajax.inc&old=1.1.2.2&new=1.1.2.3&root=contrib
http://cvs.drupal.org/diff.php?path=contributions/modules/l10n_server/l10n_community/l10n_community.css&old=1.1.2.1&new=1.1.2.2&root=contrib
http://cvs.drupal.org/diff.php?path=contributions/modules/l10n_server/l10n_community/l10n_community.js&old=1.1.2.1&new=1.1.2.2&root=contrib
http://cvs.drupal.org/diff.php?path=contributions/modules/l10n_server/l10n_community/pages.inc&old=1.1.2.1&new=1.1.2.2&root=contrib
http://cvs.drupal.org/diff.php?path=contributions/modules/l10n_server/l10n_community/welcome.inc&old=1.1.2.1&new=1.1.2.2&root=contrib
More information about the drupal-cvs
mailing list