Downloads

Download tar.gz 153.14 KB
MD5: c74f2f8e8a0ddebde74297f3e4c819e4
SHA-1: 5511e4799ad980a53959d5f79e113af8e03b0217
SHA-256: 0e23ad376230167e92250f2600e30c74474bb7ce9c4d5f248b4e9ed8ef8772ec
Download zip 195.59 KB
MD5: f0dc48d9b1bb925eb06ae59329172f3c
SHA-1: f0d061312e7ce83317aed96f12a352d3fa39b214
SHA-256: 979c85954caa348d2b323719e63daa9c59e6f5b6101dc535bc7bfbf039bb740d

Release notes

Changes since DRUPAL-6--2-0-BETA2:

  • #798158 by ahwebd: localize language names on display to facilitate fully translated l10n_server setups
    (while this uses t() for variable data, the language names are pre-populated by Drupal for the language dropdown selectors in locale module, so we have these in code as static strings)
  • #792510 by hass: fix typo in l10n_packager info file
  • #481774 by pvasili, andypost, ahwebd: set size for project picker, so it does not exceed its wrappers
  • #790988 reported by hass, fix by myself: module_enable() was improperly used leading to update problems and errors
  • #809648 by myself: fix some errors found while testing the upgrade on localize.staging.drupal.org
  • #809648 follow up by myself: lower requirement error level so the module can be enabled if the requirement is not met (since it has uses even if that requirement is not fulfilled9
  • #809648 followup by myself: wrong connector name used in drupal.org specific code at multiple places
  • #809726 by myself: Increase available range of release file generation
  • #806946 noticed by joachim: project list should be ordered by title of project not internal name
  • #806944 reported by joachim, patch by myself: add project jumpform to project list to help people navigate to projects if the list has a pager
  • #790722 by wojtha: improve ordering of version numbers all around the module
  • #598898 by toemaz: sort strings alphabetically instead of in database insert order
  • #749810 by tobiasb, myself: add support for D7 specific export (where the default profile name is different)
  • #735218 followup suggestion by Bojhan: minor wording fix on the groups jumplist
  • #810684 by myself: shorten watchdog logs for packaging and prefer timing info at the start
  • Wups, the drupal.org project connector is now l10n_project_drupalorg and not l10n_project. New release parsing was doen for this reason on l.d.o
  • #598898 rollback: changing ordering caused some problems for people with processes dependent on the existing ordering
  • #806944 followup by droplet: make autocomplete widgets align left at all times
  • #823088 by myself: make page building more flexible and add in downloads information from l10n_packager to project pages
  • #823088 followup by myself: left in an array wrapper that was causing havoc
  • #823088 followup by myself: modularize the language page, delegate groups code to l10n_groups and integrate a download link from l10n_packager
  • Fix missing description in l10n_groups admin block, unify text with l10n_community/pages.inc block
  • Link in warning stats to warnings listing page
  • #823088 followup by myself: fix breadcrumb and title on language pages in relation to OG
  • #823830 by myself: cache download links and provide remote loading possibility
  • Provide an actual permission name. Access callback should have been TRUE, access arguments should be a permission... Its best to limit this to generic localization server access anyway
  • #823830 followup by myself: remote AHAH is only supported if we actually expose running JS code
  • #828888 by myself: blockify welcome page
  • #82888 followup: more blockification on language and project overview pages
  • More general styles and better defaults to fit l.d.o
  • #828888 followup by myself: add back the og block with our visibility restrictions
  • #828888 followup by myself: runtime error
  • Fix broken og block code, strip tags from subject
  • Hotfix: add block caching settings to blocks, so Drupal will not cache agressively
  • Mark all blocks as no-cache for good; caching causes too many problems in practice on localize.d.o
  • #829306 noted by greggles: we should not restrict search engine activity anymore
  • #572676 by myself: export information about the 'has suggestion' flag with verbose translations
  • #772280 suggestion by droplet, implementation by myself: make it possible to link to strings by source string ID, so translators can discuss strings easily (pass links over in chat, in person, forums, etc). Also make it possible to show the string IDs without them cluttering the UI by default.
  • #798192 by ahwebd, droplet and myself: add RTL styling support
  • #828888 (hopefully final) followup by myself: add update and install functions for blocks and fix test coverage for the block that changed; all tests pass again
  • #868478 by myself: no file table needed to figure out the last updated date
  • #772280 followup: remove opacity from l10n-sid link wrapper to avoid color issues, make sid links more visible / standard
  • #838994 by Thomas_Zahreddin: fix extensions for all-in-one file exports, so they are directly compatible with core import file naming
  • #572676 by myself: add support for exporting suggestions with translations in the .po file
  • #787272 by hass, myself: fix inconsistency with schema updates and new schema installs on the hashkey column
  • #871776 by myself: order by improperly added in all cases even for template exports
  • #572676 by myself: fix export duplication issues when suggestions are considered
  • #897118: add an initial file downloads browser for generated .po files
  • #897118 followup: include update check info in hover text, enable contribute blocks for download page
  • #897118 followup: fixed checked dates to include release check time (file might not be actually regenerated), add in flashy download links
  • #897118 followup: fixed checked dates to include release check time (file might not be actually regenerated), add in flashy download links
  • #897118 followup: fix for d.o styling
  • #897118 followup: fix styling for repeated form elements
  • #897118 followup: default project picker for downloads page, so people can jump to project pages / contribution fast
  • #966966 by myself: implement better welcome page design to drive people in
  • #966966 followup by myself: still need pages.inc code
  • #966966 followup by myself: languages list was missing, simplify language name and error printing
  • #966966 followup by myself: simplify page even more, add elaboration that this is merely a highlighted project (but drop the extra wrapper that we do not need anymore)
  • #967588 by myself: add weight support for projects and releases and usage syncing for drupal.org
  • #967704 by Bojhan and myself: make the main language page more of a download page to be inviting for newcomers
  • #967704 followup by myself: Add listing of 20 more projects, fix t() in table header
  • #967704 followup by myself: fix top 20 project listing
  • #967704 followup by myself: fix weight columns to be NOT NULL, easier to order by them, we are fine with 0 as the default weight
  • #967704 followup by myself: better styles for per language per project download pages
  • #967704 followup by myself: separate welcome info display from of river of news
  • #967704 followup by myself: merge download tables into one as per spec
  • #967704 followup by myself: make a summary line for projects and hide the others by default
  • #967704 followup by myself: fix variable name in join()
  • #967704 followup by myself: fix addition of JS and hiding of rows
  • #967704 followup by myself: better odd/even table coloring
  • Notice found in local testing uncovers broken variable in contribute block code; fix it.
  • #966966 followup: cache language specific download tables to speed up page loads and move table headers to actual expanded items
  • #966966 followup: rename group posts page to group board for future compatibility
  • Numerous usability improvements:

    - make front page table include number of contributors per team, 100% wide, tweak headers
    - make top contributors per team a table not a list
    - rename contribute block to jump block, since it allows jumping around in essence
    - remove awfuly updated help blocks (never used on localize.drupal.org)
    - remove exessive text sometimes placed in place of jump box
    - place group board to close to group home
    - remove excessive link of generic download page on pages where we have or lead to downloads directly
    - add more downloads pointer on bottom of team download pages

  • Only override join link if it actually way a join link
  • #950452 by good_man: clean up CSS slightly and add RTL CSS even if only the l10n_server language is RTL, not the page language; the strings being edited/displayed are RTL in this case, so we need the RTL sheets
Created by: gábor hojtsy
Created on: 22 Dec 2010 at 15:26 UTC
Last updated: 22 Dec 2010 at 15:32 UTC
New features
Bug fixes
Unsupported

Other releases