[galette-commits] [GIT] galette/galette.git annotated tag 0.9.4 created. 0.9.4 |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
- To: commits@xxxxxxxxxxxxxxxx
- Subject: [galette-commits] [GIT] galette/galette.git annotated tag 0.9.4 created. 0.9.4
- From: <git@xxxxxxxxxxxxx>
- Date: Sat, 04 Jul 2020 15:35:15 +0200
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "galette/galette.git" repository.
The annotated tag, 0.9.4 has been created
at e0d0808f474c0dec8696ebd18555507b1d59607d (tag)
tagging 81c55b4a30f7c7b51d08ca1f3fd47f46035dfcf8 (commit)
replaces 0.9.3.1
tagged by Johan Cwiklinski
on Sat Jul 4 11:50:02 2020 +0200
- Log -----------------------------------------------------------------
0.9.4
Adolfo Jayme Barrientos (1):
Translated using Weblate (Spanish)
AlainCAs (1):
Add experimental advanced groups search
Allan Nordhøy (2):
Translated using Weblate (Norwegian Bokmål)
Translated using Weblate (Norwegian Bokmål)
ButterflyOfFire (5):
Translated using Weblate (Arabic)
Translated using Weblate (Arabic)
Translated using Weblate (Arabic)
Translated using Weblate (Arabic)
Translated using Weblate (Arabic)
Fredericos Tezorc (2):
Translated using Weblate (German)
Translated using Weblate (French)
Hosted Weblate (14):
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Update translation files
Jeannette L (13):
Translated using Weblate (German)
Translated using Weblate (French)
Translated using Weblate (French)
Translated using Weblate (German)
Translated using Weblate (Italian)
Translated using Weblate (French)
Translated using Weblate (German)
Translated using Weblate (French)
Translated using Weblate (Spanish)
Translated using Weblate (Norwegian Bokmål)
Translated using Weblate (Catalan)
Translated using Weblate (German)
Translated using Weblate (Italian)
Johan Cwiklinski (277):
Merge branch 'release/0.9.3' into develop
Merge branch 'hotfix/0.9.3.1' into develop
Merge branch 'hotfix/0.9.3.1' into develop
Update for new locales
Fix tests
Update third party dependencies
Ensure module is present to avoid fatals
Add contribution and members in post script; closes #1406
Require PHP 7.2
Fix date tests
Switch to Laminas
Merge remote-tracking branch 'weblate/develop' into develop
Recompile lang
Fix variable type - thanks to Manuel H.; closes #1411
Switch to syslog, stderr requires extra fpm config to work
Email sending issues should be warnings only
Fix date checks when changing type; fixes #1410
Various texts fixes, from comments on weblate
Update locales source, xgettext for python3
Translated using Weblate (Spanish)
Translated using Weblate (French)
Update compiled langs
Update 3rd party libs
Fix null access
Fix images routes responses, other minor fixes
Add default favicon file, so Galette won't try to handle it
PHP files translations are not supported for a while, remove related script
Add success message when contribution stored
Fix CSV import with status or boolean fields; closes #1403
Update locales
Try to disable new not working lang
Re-add new lang; fix tests
Fix tests
Always display member name in history; fixes #1405
Translated using Weblate (French)
Update locales
Fix remaining issues on CSV import; closes #1403
Import passwords from CSV, including hashs
Python3 compatible
Use new lang selector for installer
Guess it is really dead now :D
Fix links
Drop bundled javascripts, use npm and gulp instead
Update release script to handle JS
Remove no longer relevant JS requirements
Factorize headers and JS inclusions
Rely on browser native colorpicker
Drop useless constants
Update JS libs
Bump version
Add some password restrictions; closes #1309
Extract new strings
Translated using Weblate (French)
Translated using Weblate (French)
Compile locales
Add preference to offer last months of the year
Fix hasParent in some cases
Display warning not error when mail cnnot be sent to admin
Prevent serialization issue
Factorize member rights checks
Missing lang files for jquery-ui
Wrong variables
Fix bool used as array on php 7.4; closes #1423
Fix required parent fields when detaching member
Move member CSV export to its own class; refs #1354
Add some links for dynamic translations in preferences
I18n for email texts; closes #1330
Extract new translatable strings
Replace carriage returns in source strings to avoid gettext errors
Replace carriage return in emails texts
Translated using Weblate (French)
Compile translations
Use password validation on password renewal; refs #1309
Migrate authentication routes to a controller class
Drop unused methods, clean; refs #1355
Migrate images (logo, members ppictures) to a controller class
Migrate dashboard, preferences and charts to a controller class
Migrate plugins routes to a controller class
Migrate history, dynamic translations and core fields ocnfig to a controller class
Add Crud controller, migrate dynamic fields to a controller class
No longer used methods; refs #1354
Migrate PDF related routes to a controller class
Migrate CSV related routes to a controller class
Add links for direct download of member card and invoice/receipt
Add a global check for duplicate entries in queries
Fix notice, use indented name for groups in advanced search
Migrate password routes lost to Authentication controller
Migrate fake data routes to a controller
Drop IRC notifications
Migrate admintools routeis to a controller
Migrate payment types routes to a controller
Add missed method, cleanup
Migrate titles routes to a controller
Fix JS escaping issues
Migrate mailing routes to a controller
Wrong variable in redirection when a mailing was already existing
Begin to migrate members routes to a controller
Fix notice when duplicating a member that has a parent
Migrate save search routes to a controller
Fix JS warning, load messgaes for both fails and success
Ends members routes migration to a controller
Missing use
Few fixes on groups treeview
Migrate groups routes to a controller
Replace down lorempixel with loremflickr for fake members images
Create a Middleware namespace and move existing
Move trailing slash to middleware class
Move cards navigation middleware to a class
Move authenticate middleware to a class
Move language middleware to a class
Move telemetry middleware to a class
Move ACLs check middleware to a class
Use get method from container (PSR11) instead of Piple shortcuts
Remaining translation on route
Update locales, fix invalid source string
Translated using Weblate (French)
COmpile lang files
Fix some warnings
Missing uses
Show contrib type selection if transaction is not entirely dispatched yet
Missing use, fix potential wrong method return
Fix cs
Fix regression
Fix tab on PDF models
Fix tabs on dynamic fields configuration page
Fix PDF names, add missing extension on CSV export
Finalize migration to a controller of "members" routes
Pdf inheritance is required for PdfController::sendResponse
Migrate contributions and transactions to controllers
Migrate public page to a controller
Update slim/flash
Implement regexps in routes ACLs
Fix namespaces
No fake data on demo, takes too much resources
Fix demo bar
Fix superadmin login removed on demo mode
Hide telemetry panel in demo mode
Ensure selected columns from joins are not present for count
Member not selected addin new contribution
Define missing contant in bootstrap
Ensure there are no columns from join
Import dynamic fields from CSV; closes #940
Changes on logger
Fix JS translation issue
No longer display "not translated"; show only in DEV mode
Translated using Weblate (Italian)
Compile locales
Improve displayed version and sysinfos display
Enhance nightly versionning
Set release version in nigthly
Fix various warnings
Fix empty dynamic list entry notice, drop debug on memberslist getting props
Fiw wrong route
Missing uses and wront route name
Configure members list displayed fields; closes #979
Do not override list configuration storing fields
Do not permit to change nor reorder two first columns
List only "form" fields for import model
Fix CSV tests
Do not permit name and surname (already always present)
Fix getVisibility on non blacklisted fields
Fix tests
Fix upgrade scripts
Update to latest phpmailer
Extract new strings
Fix bad group selection on load
Translated using Weblate (French)
Compile locales
Retrieve Galette (new) website RSS in current lang
Compile locales
Fix various notices
Minor fixes on menu
Fix for mysql 5.7+; closes #1219
Handle RTL on PDF; closes #1430
Update changelog
Fix inconsistent data on duplication; closes #1432
Enable SMTP debug in DEV mode
Several fixes on member duplication; closes #1432
Can use member deadline instead of year on cards; closes #1425
Improve inline help for member card year; refs #1425
Update translations
Translated using Weblate (French)
COmpile language files
Update changelog
Fix tests
Miggin use
Permit to override label
Reusable members CSV exports and labels printing
Minor change
Move status and contrib type routes in a controller; refs #1354
Do not fix width
Remove br
Improve mobile menu icon
Hide mobile menu buttons on non mobile view
Fixes, run CS on PHP 7.4
Switch to PSR12, phpcbf fix
CS
FIx indentation
CS
Fix non existent variable
Fix doc
Not initialized array
Fix type again
Fix var name
Add lock file at root
Fix variable name
Replace deprecated call
Few fixes
No longer existing class
Fix doc
Function waits for a paameter to pass by reference
Non static called statically
Some minor fixes
Check captcha from controller; refs #1441
Replace deprecated calls
Doc fixes
Fix flash usages
Add doxygen file configuration, apigen is dead
Remove 'svn' lines
Enhance phpdoc, public constants, clean non possible values
Document properties for magic getters and setters
Use sphinx to build apidoc with doxygen
Fix name (sorry)
Avoid count in loops
Fix variable name, drop debug code
Enable code coverage on travis runs, send to scrutinizer
Split complex code in 2 methods
Errors were not flashed
Build statements from own methods, to clarify
Wrong values passed on dynamic field update (multiple rows)
Document db properties
Deprecated method
Create and load fixtures from file rather than rely on faker
Handle advanced filters in their own method, factorize date search
New tests on members, cleanup
Few typos
Missing required fields on self subscription page; closes #1441
Move texts routes to a controller; closes #1354
Locale was not updated on translator
Translated using Weblate (French)
Fix wrong duplicate (same exception code from a delete )
Some more tests on Members repository
Unreachable case
Translated using Weblate (French)
Deleted translation using Weblate (English (United States))
Translated using Weblate (German)
Translated using Weblate (Spanish)
Translated using Weblate (Arabic)
Translated using Weblate (Italian)
Compile locales
Wrong parent set on member storage; fixes #1443
Add tests on parents feature
Wrong method for translated string
Remove some translations in commented code
Translated using Weblate (French)
Drop dead code
Fix translation call
Update translations
COmpile locales
Translated using Weblate (German)
Compile locales
Translated using Weblate (German)
Translated using Weblate (Spanish)
Translated using Weblate (Norwegian Bokmål)
Translated using Weblate (Catalan)
Translated using Weblate (Italian)
Translated using Weblate (Ukrainian)
Compile MO
Compile locales
Fix tests
Translated using Weblate (French)
Compile locales
Compile locales
Remove extra character
Compile locales
Setup matrix notifications
Bump version
Nicolas Béhier-Dévigne (1):
Add event dispatcher for plugins; closes #1400
Nicolas Béhier-Dévigne (1):
Contributions PDF for all + security; closes #1409
Quentin PAGÈS (4):
Added translation using Weblate (Occitan)
Translated using Weblate (Occitan)
Translated using Weblate (Occitan)
Translated using Weblate (Occitan)
Scrutinizer Auto-Fixer (3):
Scrutinizer Auto-Fixes (#59)
Scrutinizer Auto-Fixes
Scrutinizer Auto-Fixes
Tymofij Lytvynenko (5):
Added translation using Weblate (Ukrainian)
Translated using Weblate (Ukrainian)
Translated using Weblate (Ukrainian)
Translated using Weblate (Ukrainian)
Translated using Weblate (Ukrainian)
Weblate (1):
Added translation using Weblate (English (United States))
anonymous (2):
Translated using Weblate (French)
Translated using Weblate (Spanish)
rsichler (2):
Added translation using Weblate (Breton)
Translated using Weblate (Breton)
-----------------------------------------------------------------------
hooks/post-receive
--
galette/galette.git
--
Galette repositories commits - http://galette.eu
List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/