hofff / contao-calendarfield

GNU Lesser General Public License v3.0
18 stars 3 forks source link

Closing #18, Fixing #15 and adding composer support #20

Closed cliffparnitzky closed 9 years ago

cliffparnitzky commented 9 years ago
aschempp commented 9 years ago

Great! Could you add a script to migrate existing values? Also, please call the file update.php and include it in composer.json, we'll then add runonce.php to ER.

cliffparnitzky commented 9 years ago

Any chance to get an example what exacly to do?

cliffparnitzky commented 9 years ago

@aschempp Okay, i added a runonce and included it in composer.json ... is that right?

aschempp commented 9 years ago

Looks good! However, you should not name the file runonce.php, because it will be deleted by Contao and Composer does not like that. Please name it update.php, we will then add a runonce.php to ER which will simply include the update.php.

cliffparnitzky commented 9 years ago

Ah, yeah. Thanks. Now i understood. Moved and renamed the file in last commit.