- First install a clean copy of PyroCMS Beta3 for reference.
- Next update the composer.json file of your B2 install with that of the B3 install.
- Mark your B2 install as
INSTALLED=false
. composer update
to bring in all the new goodies.- Add
placeholder
,warning
,instructions
tostreams_fields_translations
table. - Mark all streams in streams_streams as
trashable=1
according to fresh install's table. - Add
deleted_at (DATETIME)
to all stream entry tables where the stream is marked trashable above. - Rename the stream
groups
tomenus
in streams_streams. - Rename the table
navigation_groups
tonavigation_menus
. - Rename the column
group_id
tomenu_id
in navigation_links.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Go to: http://www.madeon.fr/adventuremachine/ | |
setInterval(function(){var g = angular.element('epic-lols').scope().game; g.clickButton(g.buttons[Math.floor(Math.random() * 36)]); }, 3000); | |
Copy the above into console. | |
All credits to yerwol (https://github.com/wol) |