Make it easier to inject custom JS / CSS / HTML snippets (aka. custom userscripts)#746
Open
Raruto wants to merge 106 commits into
Open
Make it easier to inject custom JS / CSS / HTML snippets (aka. custom userscripts)#746Raruto wants to merge 106 commits into
userscripts)#746Raruto wants to merge 106 commits into
Conversation
… into standalone-ors
yarn + convert "openrouteservice", "qplotly" and "qtimeseries" to standalone plugins (ie. no more build step for static plugin.js, g3wadmin.js and g3wadmin.css)userscripts)
Raruto
added a commit
that referenced
this pull request
May 8, 2025
wlorenzetti
added a commit
that referenced
this pull request
May 22, 2025
…cale) (#1113) * Add model for layer scale user constraint * Add model for scale user visibility constraint. * Create base CRUD API rest for ScaleVisibilityLayerConstraint * Add tests * Add widget js workflow * Add widget counter by layer * Add invalidation project cache on CRUD * Add anonymous user management * Reomve anonymous user reference * Typo * extract `data-widget-scalevisconstraintManagerList.js` for easier future porting ref: #746 * null coalesce --------- Co-authored-by: Raruto <Raruto@users.noreply.github.com>
wlorenzetti
added a commit
that referenced
this pull request
May 23, 2025
…yer) (#1105) * Add 'info_result_number_fields' management * Add test * g3w-suite/g3w-client@1865d61 * inline `onchange` for easier future porting ref: #746 * i18n * `info_result_number_fields` → `max_preview_fields` * ref: g3w-suite/g3w-client@e64d167 * Set max to number fo database colums. Show input only for vector layers. * enforce min/max values * min/max from input attributes * g3w-suite/g3w-client@1d07df9 * Fix get value >= 10 * Fic count fields number for fake layers --------- Co-authored-by: volterra79 <boccacci.francesco@gmail.com> Co-authored-by: Raruto <Raruto@users.noreply.github.com>
1 task
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO
Precedes: g3w-suite/g3w-client#485Follows: g3w-suite/g3w-client#574
Motivation
make branding more easier for 3rd party developers (ie. no more
G3WSUITE_CUSTOM_STATIC_URLhell!)closes: Remove yarn as project dependency #352
closes: Remove google font from AdmintLTE template #359
Deprecate/archive the following repositories:
v3.7.0→ v3.9.0)v3.7.0→ v3.9.0)v3.7.0→ v3.9.0)reduce entry barrier for other developers allowing them to test code changes without having to recompile it (ie. npm/yarn should not be a mandatory dependency to develop/deploy a plugin)
Lazy loading active language translation (i18n) instead to include all locales within the generated bundle g3w-client#412
Related: g3w-suite/g3w-client#292 g3w-suite/g3w-client#442
Before (v3.9.x)
• "g3w-admin"
• "django-admin"
After (v4.0.x)
• "g3w-admin"
• "django-admin"
• "userscripts" (new)