Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install update for non-standard elements #2

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Feb 14, 2013

  1. Removing non standard elements

    Have had more report of users that could not install and got a Unable to write entry. Noticed today that the two elements packager and packagerurl were non-standard, and after removing files installed as should.
    ot2sen committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    27b8a7d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2013

  1. Preparing db for new calculation of percentage completed

    The values translated_entities and untranslated_entities are available in the incoming data, and can be used for a calculation of percentage completed that take into account the weight of the individual resources. As it is now, a 1 string resource and a 6500 strings resource have the same weight, and this doesnt give the correct value in front overview.
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    199463e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b28066 View commit details
    Browse the repository at this point in the history
  3. Added untranslated_entities and translated_entities

    More preparation for calculation of percentage using untranslated_entities and translated_entities
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    1d726ed View commit details
    Browse the repository at this point in the history
  4. Changed calculation of completed

    Using the new values translated_entities and untranslated_entities to have a calculation that take into account that resources have different weight. Now the percentage will show completed of basis of all strings in a project.
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    da1ef77 View commit details
    Browse the repository at this point in the history
  5. Added minimum_perc to projects

    Preparing db to allow to set a minimum percentage of which packages to show in frontend
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    2d241d9 View commit details
    Browse the repository at this point in the history
  6. Added alter table for minumum_perc

    Added minimum_perc in projects to the update script
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    25fb795 View commit details
    Browse the repository at this point in the history
  7. Added field minimum percentage

    Adding this field to allow limit by percentage completed which packages are shown in frontend. This allow you to not have all the 0% empty packages shown, by setting the value you prefer.
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    8f8e323 View commit details
    Browse the repository at this point in the history
  8. Added minimum_perc to the view

    This adds a field where you can enter a minimum percentage for limiting what is shown in frontend view.
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    117d114 View commit details
    Browse the repository at this point in the history
  9. Added two strings for minimum percentage

    Added string and label string for the new minimum percentage setting
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    2cbf834 View commit details
    Browse the repository at this point in the history
  10. Added condition to allow limit by minimum percentage

    By default ctransifex list all the incoming packages, also the 0% ones, and by allowing to set a minimum percentage you can decide which packages you wish to show in frontend view. The value can be set individually for each project.
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    b0aacb9 View commit details
    Browse the repository at this point in the history
  11. Small check if files

    Noticed that script stopped when a project only had one type of extension files, for example only admin files and no site files. A simple check for $files seems to solve that so packages are built also when only having one type.
    ot2sen committed Mar 10, 2013
    Configuration menu
    Copy the full SHA
    0d3c6da View commit details
    Browse the repository at this point in the history