Downloads
Download tar.gz
140.78 KB
MD5: 9c1151a601d9bdbffc054b8cc4afc03a
SHA-1: 4f8da6eb191187fd04571a6bb38a9bfb421f0a6c
SHA-256: ad2481e6bf1104f049aff0a7ee7beabd8a6761aefa14dcf6113848dd02c07a90
Download zip
182.79 KB
MD5: c459e36090500b9eb0822c93a20223db
SHA-1: e42a22945cd3b6ce61eba7a130b2fcc9bf7876dd
SHA-256: fa2d0dc377b48992d281e6a8beaba224204baaf574a3e8c3fef58cae6e50d99a
Release notes
Changes since DRUPAL-6--1-0-ALPHA6:
- #681344 by myself: l10n_project download checking is bugos
- #622500 by droplet, myself: add hashkey to source strings with unique index; speeds up source string lookups and therefore new package parsing and .po imports in amazing ways
- #589774 patch by myself: when counting the list of the release parsing queue, only consider releases for published projects
- #684716 by Jose Reyero: fix version string used in directory structure in l10n_packager to be in the same consistent format in all cases
- #685908 report by aries, patch by myself: msgctxt was inbetween msgid and msgstr, while it should have been before
- #484442 by myself: rename export formats to signify their real roles more properly
- #554144 by tobiasb, myself: Project information is not kept between View/Edit/Moderation/Export links. Add JavaScript URL replacement to fix navigation via tabs.
- #661186 by tobiasb: current autocomplete path clashes with other existing menu items; fix by using a different project autocomplete path
- #563128 by kkaefer (partial commit): remove unneeded files and add editor.js and css files as well as the generic worddif library
- #563128 by kkaefer (partial commit): add dependency on jquery_update, remove irrelevant parts of CSS
- #563128 chunk by kkaefer, myself: rework counter handling to a specific counter function
- #563128 by kkaefer, myself (all applied): rest of the patch to rework the translation UI applied
- #563128 follow up by myself: fix for missing filter theme function and inadvertantly left in +
- #698318 by Jose Reyero: export repackaging translations as a Drush command
- #563128 follow up by myself: some cleanup and reorganization of the translate.inc code to align with our code style used elsewhere
- #563128 follow up by myself: more code cleanup as I go through and understand even more of this new approach to the translation UI
- #698318 follow up by myself: add a timer so we can track how long each packaging takes, and tweak our limits according to that
- #697966 by Jose Reyero and myself: extend simple language list to provide more metainformation about the server
- #21901 by tobiasb and myself: add AHAH updates to filter form and export form
- #21901 followup by myself: release value was not properly carried over from the URL in the export form
- #581342 by droplet and myself: table based display of filter forms was too wide given all our filters avavilable now; make it fill the space in with little floating form elements instead
- #554144 followup by myself: remembering filter values in URLs was lost with the integration of the new UI patch; restoring
- #715606 by myself: Updated tests to reflect the current reality of form elements and tools
- #715720 by myself: add is-selectable and is-declinable helper classes in PHP to aid JS in providing a more consistent user experience reflecting the actual permissions the user has on each string
- #715984: restore ability to hide 'more information'
- #717112 by myself: properly integrate moderation screen to the translation page; more versatile options to search and match
- #720166 by tobiasb: fix table name in query counting summary numbers
- #717112 follow up by myself: fix tests given the class changes in l10n-string items
- #722270 by kkaefer and myself: do not fill up l10n_community_status_flag with 0/0 rows at all; just have records for items where either has_translation or has_suggestion is 1
- Second count query should use count2_sql as variable name.
- Top submit button easily confused with filter form submission button
- Both search marker backend logic blocks should use stripos
- #729188 by myself: not all /view and /edit paths were converted to /translate
- #716802 by helmo and myself: fix minor whitespace issues
- #735218 suggestion by Aries, Bojhan: highlight language team on front page of l10n_server if you are already a member
- #225728 suggestion by hass, patch by myself: remove drupalities from the welcome screen, only print stuff based on data in the system not based on assumptions as to what it is used for
- #737230 by myself: highly simplify initial filter form display
- #727574 reported by zirvap, Bojhan; patch by myself: improve wording on some tooltips, add dynamic tooltips to the decline/undo button and add tooltips on the occurance displayer
- #738174 reported by joachim, patch by myself: integrate the OG functionality way better with our translation UI
- #738194 by myself: fix breadcrumbs which were broken in different ways all around the front end UI
- #722496 by kkaefer: reorganize indexes for efficiency
- #742564 by myself: let the plural formula configurator grow its own legs
- #744074 by myself: simplify / blend in status progress markers with the l.d.o theme
- #744074 followup by myself: webkit does not understand compound border radius
- #744074 followup by myself: doh, here comes the actual webkit fix
- Repurpose join-link highlight as a general purpose next action highlight used for luring users in and getting them translate
- Display group details block inline on language group page; eliminates the only block that we actually displayed on this page on l.d.o
- Hide filters by CSS instead of doing it via JS to avoid flickering filters.
- Blah, status will not put the class to the right place
- #744840 temporary fix: move access checks later to let og_user_roles function
- #745762 reported by vildoc, fix by myself: plural form elements were not properly generated
- #745396 report by Linulo, patch by myself: drop empty placeholders before calculting translation flags, so we get the right data
- #744840 by sun, myself: l10n_groups was crippling the access checking of the system with og_user_roles by calling into the menu system early