MetaModels / core

MetaModels Core Module
GNU Lesser General Public License v3.0
96 stars 42 forks source link

List of ready repositories in version 2.1 #1260

Closed zonky2 closed 5 years ago

zonky2 commented 5 years ago

List of ready repositories:

MM core

MM Attributes

MM Filter

Bundles

FEE

DCG

Install/Test

with the following adjustment, you can test the packages - in MM 2.1 the smallest PHP version is 7.1

...
  "require": {
    "php": "^7.1",
    "contao-community-alliance/dc-general": "^2.1",
    "menatwork/contao-multicolumnwizard-bundle": "^3.4",
    "metamodels/core": "^2.1.",
    "metamodels/attribute_alias": "^2.1",
    "metamodels/attribute_checkbox": "^2.1",
....

or read cookbook chapter https://metamodels.readthedocs.io/de/latest/cookbook/install/install_mm2.1-alpha.html

zonky2 commented 5 years ago

thx at @discordier for the badges

dmolineus commented 5 years ago

MetaModels/attribute_geodistance

dmolineus commented 5 years ago

MetaModels/attribute_levensthein:

dmolineus commented 5 years ago

MetaModels/attribute_translatedsimpletable:

@discordier I currently don't have push permissions on this repo so changes aren't pushed at the moment.

discordier commented 5 years ago

@dmolineus Fixed permissions in simpletable. Apparently the team assignment was forgotten when @stefanheimes added the repository. Sorry for that.

dmolineus commented 5 years ago

Thanks @discordier. Changes to MetaModels/attribute_translatedsimpletable are pushed now. I also added some basic tests, increased minimum required php version to 7.1 and added missing requirement statements.

richardhj commented 5 years ago

Can I delete the "old" branch https://github.com/contao-community-alliance/dc-general-contao-frontend/tree/feature/contao4?

richardhj commented 5 years ago

@discordier https://packagist.org/packages/MetaModels/contao-frontend-editing does not get auto-updated.

discordier commented 5 years ago

Yep, you broke it. :smile_cat:

This package is in a broken state and will not update anymore. 
Some branches contain invalid data and until you fix them the entire package is frozen.

Skipped branch release/2.1.0, "08c4ab0b95768b25f9313007247a89006657cbf9:composer.json" 
does not contain valid JSON
Parse error on line 72:
...2.1.x-dev"    }  },  "config": {    
--------------------^
Expected: 'EOF'

Addendum: in MetaModels/contao-frontend-editing@08c4ab0b95768b25f9313007247a89006657cbf9 you only partially removed the Contao section. You forgot to remove the transifex part and thereby corrupted the composer.json. Addendum2: The transifex stuff has been moved to the file ctb.json, which should also get added to .gitattributes, please have a look at the other repositories.

richardhj commented 5 years ago

Oh no 😿 Should have used composer-validate.

discordier commented 5 years ago

Which ant would do. :smile_cat:

zonky2 commented 5 years ago

more at https://github.com/MetaModels/core/issues/1288