prplwtf
|
b1fe15a628
|
feat BlueprintAdminLibrary , BlueprintConsoleLibrary , BlueprintClientLibrary : Rewrite fileWipe($path) to use php instead of shell commands due to tech-debt
|
2024-09-08 20:12:31 +02:00 |
|
prplwtf
|
26971cc681
|
feat BlueprintAdminLibrary , BlueprintClientLibrary , BlueprintConsoleLibrary : Update fileMake documentation and return void
|
2024-09-08 20:08:08 +02:00 |
|
prplwtf
|
69d4d7dbc6
|
feat BlueprintConsoleLibrary : add extensionList()
|
2024-09-08 20:06:23 +02:00 |
|
prplwtf
|
be4d671e7b
|
feat BlueprintClientLibrary : add extensionList()
|
2024-09-08 20:05:22 +02:00 |
|
prplwtf
|
a0c3530858
|
feat BlueprintAdminLibrary : remove useless if statement
|
2024-09-08 20:04:35 +02:00 |
|
prplwtf
|
0b91640657
|
feat BlueprintAdminLibrary : add extensionList() function
|
2024-09-08 20:04:19 +02:00 |
|
prplwtf
|
41b78d7e8d
|
fix install.sh : use printf instead of echo for installed_extensions to prevent linebreaks
|
2024-09-08 20:00:07 +02:00 |
|
prplwtf
|
37255c51e6
|
feat routers : prettier
|
2024-09-05 11:17:11 +02:00 |
|
prplwtf
|
d304b95ee5
|
feat components/server : prettier
|
2024-09-05 11:16:22 +02:00 |
|
prplwtf
|
b65744ad66
|
feat components/NavigationBar : prettier
|
2024-09-05 11:14:49 +02:00 |
|
prplwtf
|
3f5ed10ebd
|
feat components/dashboard : prettier
|
2024-09-05 11:14:25 +02:00 |
|
prplwtf
|
9741dd30e2
|
feat components/auth : prettier
|
2024-09-05 11:13:37 +02:00 |
|
prplwtf
|
f2aadf9d65
|
feat build.sh : remove .gitkeep upon use of developer command
|
2024-09-04 21:20:54 +02:00 |
|
prplwtf
|
2a702b6775
|
feat extensions.blade.php : update comment
|
2024-09-04 09:42:38 +02:00 |
|
prplwtf
|
7ce13dc2c0
|
feat blueprint.sh : update fallback version to latest
|
2024-09-02 15:29:53 +02:00 |
|
prplwtf
|
2f6f7a1c1e
|
fix extensions.blade.php : width was not defined for section container
|
2024-08-30 21:36:15 +02:00 |
|
prplwtf
|
a4abe16d8b
|
feat blueprint-admin extension-admin : small styling improvements
|
2024-08-30 18:47:47 +02:00 |
|
prplwtf
|
c87d8223f8
|
feat extensions.blade.php : add "find more extensions" button
|
2024-08-30 18:47:13 +02:00 |
|
prplwtf
|
63d685c75c
|
feat blueprint.sh : remove bash autocomplete for -debug
|
2024-08-30 18:17:55 +02:00 |
|
prplwtf
|
8329d9747f
|
feat LatestCommand : update description
|
2024-08-30 18:15:41 +02:00 |
|
prplwtf
|
42b62d4306
|
feat SyncCommand : update description
|
2024-08-30 18:15:04 +02:00 |
|
prplwtf
|
bd62f0b6df
|
fix extensions.blade.php : Section height is now correct
|
2024-08-28 12:32:55 +02:00 |
|
prplwtf
|
0d62dcb520
|
feat extensions.blade.php : hide footer as a duct-tape fix for extension buttons
|
2024-08-27 18:43:34 +02:00 |
|
prplwtf
|
db5759b189
|
feat blueprint.sh install.sh : add new "developerEscalateInstallScript" flag
|
2024-08-26 18:07:20 +02:00 |
|
Ivy
|
eb703b51b0
|
Merge pull request #54 from Jelcoo/main
Allow parameters on delete admin route
|
2024-08-22 16:57:55 +02:00 |
|
Jelcoo
|
972c60e620
|
feat build-files route.php : add parameters to delete & name routes
|
2024-08-22 16:47:33 +02:00 |
|
Jelcoo
|
98a490c381
|
refactor remove.sh : Properly remove all route lines
|
2024-08-22 16:42:31 +02:00 |
|
Jelcoo
|
6cc9ce58c4
|
refactor install.sh : Properly align placed routes
|
2024-08-22 16:42:07 +02:00 |
|
prplwtf
|
452d654028
|
feat build-files route.php : add new methods for admin pages
|
2024-08-22 14:46:35 +02:00 |
|
prplwtf
|
cfdb9af3a8
|
fix install.sh : developer migration flag was sad
|
2024-08-20 15:49:52 +02:00 |
|
prplwtf
|
d4b6a35df8
|
fix install.sh : database migrations were still sad
|
2024-08-20 15:48:55 +02:00 |
|
prplwtf
|
accb2ea927
|
feat components : add new Components.yml apis for "Dashboard": BeforeContent and AfterContent
|
2024-08-20 10:13:38 +02:00 |
|
prplwtf
|
8fc55a75b3
|
fix AddCacheToBlueprintTable : incorrect class
|
2024-08-19 12:33:56 +02:00 |
|
prplwtf
|
c48de6859b
|
feat blueprint.sh install.sh remove.sh : use new bp:cache artisan command instead of updateCacheReminder
|
2024-08-19 12:30:46 +02:00 |
|
prplwtf
|
fe6a8be103
|
feat misc.sh : remove updateCacheReminder()
|
2024-08-19 12:30:18 +02:00 |
|
prplwtf
|
fcaa4913f7
|
feat CacheCommand : add artisan command to flush stylesheet and scripts cache
|
2024-08-19 12:28:40 +02:00 |
|
prplwtf
|
888c896c59
|
fix SyncCommand : use BlueprintConsoleLibrary instead of BlueprintAdminLibrary
|
2024-08-19 12:26:09 +02:00 |
|
prplwtf
|
49e30f2602
|
feat AdminLibrary , ClientLibrary : add new importScript and importStylesheet apis
|
2024-08-19 12:19:40 +02:00 |
|
prplwtf
|
cf19a3f0c4
|
feat migrations : don't try to drop blueprint table when migrating initial migration
|
2024-08-19 12:09:47 +02:00 |
|
prplwtf
|
e90a15d197
|
feat migrations : create new migration for cache value
|
2024-08-19 12:09:10 +02:00 |
|
prplwtf
|
7a047d51b6
|
feat admin : work in progress replacement for stylesheet cache
|
2024-08-19 11:35:12 +02:00 |
|
Ivy
|
d6474fe936
|
feat blueprint.sh : change comment
|
2024-08-19 11:12:06 +02:00 |
|
purple
|
e8d9c82039
|
feat assets : add circular and retro sticker files
|
2024-08-14 11:34:31 +02:00 |
|
purple
|
943818dec6
|
feat info.sh : add blueprint vertical retro icon
|
2024-08-14 11:26:33 +02:00 |
|
purple
|
bee29bd070
|
feat info.sh : ongoing attempt at making retro logo in -info
|
2024-08-14 11:16:48 +02:00 |
|
purple
|
b2e96cf958
|
chore blueprint.sh : remove fixme line
|
2024-08-14 11:09:38 +02:00 |
|
purple
|
89e822a484
|
fix blueprint.sh : another attempt at fixing bash autocompletion
|
2024-08-12 12:31:00 +02:00 |
|
purple
|
59eb8ca62a
|
fix blueprint.sh : attempt at fixing bash autocompletion
|
2024-08-12 12:02:48 +02:00 |
|
Ivy
|
4a9a10c17d
|
feat ExtensionFS.php : remove a line
|
2024-08-09 17:06:50 +02:00 |
|
Ivy
|
8c07104203
|
feat gitignore : Update .gitignore
|
2024-08-06 22:11:32 +02:00 |
|