purple
|
766e295f10
|
Update fallback version to DB4
|
2023-06-02 22:01:47 +02:00 |
|
purple
|
0b68d4dfc0
|
Switch to 4 space to 2 space indentation.
Not all files are included yet, but this at least improves readability for me.
|
2023-06-02 16:37:38 +02:00 |
|
purple
|
732b349a1b
|
Fix typo on version placeholder check
|
2023-06-02 15:00:08 +02:00 |
|
purple
|
01188912c6
|
Show current version for a brief moment on /extensions/blueprint
|
2023-06-01 22:00:02 +02:00 |
|
purple
|
bf37806570
|
Add -upgrade for upgrading Blueprint
(experimental) This will overwrite extensions but will leave you with the latest version.
|
2023-06-01 21:25:15 +02:00 |
|
purple
|
75fc615946
|
Update fallback version to latest
|
2023-06-01 21:15:20 +02:00 |
|
purple
|
c853d3975b
|
-init and -build are not experimental anymore.
-test will be replaced by -build and will not work anymore in future versions.
|
2023-06-01 20:41:36 +02:00 |
|
purple
|
09b037cb4e
|
Migrate database after installation if extension comes with database migrations.
|
2023-05-31 14:34:13 +02:00 |
|
purple
|
232522362c
|
Fallback version indev-X34 is now alpha-X34
|
2023-05-31 08:37:00 +02:00 |
|
purple
|
1e6a915814
|
Fix problems with multiple line admin views.
|
2023-05-30 21:31:07 +02:00 |
|
purple
|
6300832ad4
|
Well I didn't mean to apply variables to the whole Pterodactyl filesystem..
|
2023-05-30 21:01:54 +02:00 |
|
purple
|
fa32b82add
|
Placeholders are now recursive.
|
2023-05-30 21:00:46 +02:00 |
|
purple
|
f235680f97
|
Add new development tool to only update blueprint.sh
|
2023-05-30 20:52:04 +02:00 |
|
purple
|
aed83bffb6
|
Scrap root privilege checking for now
|
2023-05-30 20:40:45 +02:00 |
|
purple
|
88a47c4231
|
Fix running extension script without root privilages
|
2023-05-30 20:36:51 +02:00 |
|
purple
|
839e8a2366
|
Add new path and datapath directory
|
2023-05-30 19:14:25 +02:00 |
|
purple
|
accd112f20
|
Automatically add +x permissions to files in extensiondata.
|
2023-05-30 19:02:05 +02:00 |
|
purple
|
7fbb789865
|
Add new a-z placeholders and a flag to disable them.
|
2023-05-30 18:24:27 +02:00 |
|
purple
|
a2d6df9a19
|
Fix for controller_location being required, even for extensions using the default controller.
|
2023-05-30 11:36:39 +02:00 |
|
purple
|
4ddc4c1d9c
|
Fix -test command
|
2023-05-30 11:31:53 +02:00 |
|
purple
|
7f1256d1a1
|
"cp: -r not specified..." is now fixed for -init
|
2023-05-30 11:30:02 +02:00 |
|
purple
|
932782bef6
|
Automatically remove .hello.txt file in .development
|
2023-05-30 11:27:02 +02:00 |
|
purple
|
55637938d0
|
Forgot to update path for new tmp directory on -init
|
2023-05-30 11:22:41 +02:00 |
|
purple
|
97eeff2bf0
|
Properly align first "blueprint help" item
|
2023-05-30 11:15:36 +02:00 |
|
purple
|
37b63b103d
|
Patch "read" error for -init command
|
2023-05-30 11:01:53 +02:00 |
|
purple
|
3a1000b6d3
|
Add new -export command
|
2023-05-29 20:33:01 +02:00 |
|
purple
|
d01156e2c2
|
Implement new custom extension install script.
|
2023-05-21 15:24:43 +02:00 |
|
purple
|
f206160d2a
|
Datafolder should actually work now
|
2023-05-21 15:10:43 +02:00 |
|
purple
|
179a491814
|
Start implementing datafolder support to blueprint.sh
|
2023-05-21 14:36:26 +02:00 |
|
purple
|
b00e2ef69c
|
Add new identifier placeholder
|
2023-05-21 14:09:32 +02:00 |
|
purple
|
210d0feb41
|
Update version fallback to latest
|
2023-05-20 09:01:26 +02:00 |
|
purple
|
5a990957df
|
Experimental -test command for quickly testing extensions
|
2023-05-17 09:55:16 +02:00 |
|
purple
|
cb74ffa54b
|
-init now exports final extension files.
|
2023-05-15 15:52:14 +02:00 |
|
purple
|
4865360791
|
Remove --dev requirement for -init.
|
2023-05-15 15:42:19 +02:00 |
|
purple
|
5b08fb9310
|
Improve more -init command stuff.
|
2023-05-15 15:41:53 +02:00 |
|
purple
|
456319064b
|
Ask identifier and name for -init
|
2023-05-12 09:59:31 +02:00 |
|
purple
|
7754cb9dfe
|
Implement really simple -init script.
The goal is to make it similar to NPM's init command.
|
2023-05-11 21:12:03 +02:00 |
|
purple
|
5a8a3a7cf1
|
Start work on -init command.
|
2023-05-10 12:39:59 +02:00 |
|
purple
|
8c5ef3c048
|
"defaults" are now in .storage
|
2023-05-10 12:10:58 +02:00 |
|
purple
|
cbdb076ef9
|
Update fallback version
|
2023-05-09 22:07:29 +02:00 |
|
purple
|
8c938482a5
|
Fix small issues as a cry for help
|
2023-05-09 21:15:13 +02:00 |
|
purple
|
48e16eef25
|
Update fallback version and add .php to BlueprintPlaceholderService because I forgot to do that for some unknown reason.
|
2023-05-09 20:51:31 +02:00 |
|
purple
|
b7f910960c
|
Update fallback version
|
2023-05-09 20:21:46 +02:00 |
|
purple
|
2fffcd4859
|
"clr" is now "log"
Was getting a bit annoyed by log functions being called "clr_colorname" and not something that has to do with logging.
|
2023-05-09 18:16:28 +02:00 |
|
purple
|
43eabc97a6
|
tmp has been moved to .storage
|
2023-05-09 18:08:22 +02:00 |
|
purple
|
e4cca755b8
|
Databasing on blueprint.sh should work correctly on docker installations now.
|
2023-05-09 17:59:12 +02:00 |
|
purple
|
b4e5e76f83
|
All files normally placed in .flags will now be located in .storage.
|
2023-05-09 17:52:08 +02:00 |
|
purple
|
32899cc903
|
Fix problems with renaming blueprint to .blueprint.
|
2023-05-09 17:45:02 +02:00 |
|
purple
|
55824fb517
|
Remove silencing of "blueprint" to ".blueprint" renaming.
|
2023-05-09 17:39:19 +02:00 |
|
purple
|
feb276ea3e
|
Update fallback version to latest
|
2023-05-08 10:24:51 +02:00 |
|