-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: master
Are you sure you want to change the base?
Commits on Feb 14, 2013
-
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.
Configuration menu - View commit details
-
Copy full SHA for 27b8a7d - Browse repository at this point
Copy the full SHA 27b8a7dView commit details
Commits on Mar 10, 2013
-
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.
Configuration menu - View commit details
-
Copy full SHA for 199463e - Browse repository at this point
Copy the full SHA 199463eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b28066 - Browse repository at this point
Copy the full SHA 3b28066View commit details -
Added untranslated_entities and translated_entities
More preparation for calculation of percentage using untranslated_entities and translated_entities
Configuration menu - View commit details
-
Copy full SHA for 1d726ed - Browse repository at this point
Copy the full SHA 1d726edView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for da1ef77 - Browse repository at this point
Copy the full SHA da1ef77View commit details -
Added minimum_perc to projects
Preparing db to allow to set a minimum percentage of which packages to show in frontend
Configuration menu - View commit details
-
Copy full SHA for 2d241d9 - Browse repository at this point
Copy the full SHA 2d241d9View commit details -
Added alter table for minumum_perc
Added minimum_perc in projects to the update script
Configuration menu - View commit details
-
Copy full SHA for 25fb795 - Browse repository at this point
Copy the full SHA 25fb795View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8f8e323 - Browse repository at this point
Copy the full SHA 8f8e323View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 117d114 - Browse repository at this point
Copy the full SHA 117d114View commit details -
Added two strings for minimum percentage
Added string and label string for the new minimum percentage setting
Configuration menu - View commit details
-
Copy full SHA for 2cbf834 - Browse repository at this point
Copy the full SHA 2cbf834View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b0aacb9 - Browse repository at this point
Copy the full SHA b0aacb9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0d3c6da - Browse repository at this point
Copy the full SHA 0d3c6daView commit details