Skip to content

Commit

Permalink
add relative_url to features images
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed May 16, 2024
1 parent 2635785 commit 986fb84
Show file tree
Hide file tree
Showing 4,470 changed files with 25 additions and 481,965 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ _site/
# Ignore folders generated by Bundler
.bundle/
vendor/
**/node_modules
File renamed without changes
4 changes: 2 additions & 2 deletions features/additional_proposal_sortings.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
---

<h2>Additional proposal sortings</h2>
<img src="{{ page.image }}" alt="Proposal sorting" />
<img src="{{ page.image | relative_url }}" alt="Proposal sorting" />
<em>Proposal sorting</em>
<img src="{{ page.image }}" alt="Proposal sorting admin" />
<img src="{{ page.image | relative_url }}" alt="Proposal sorting admin" />
<em>Proposal sorting admin</em>
<p>
This feature allows you to add additional sorting options to the proposals
Expand Down
2 changes: 1 addition & 1 deletion features/admin_accountability.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<h2>Admin accountability</h2>
<p>This feature allows you to list all the users that are, or have been at any point in time, admins, valuators, user managers or any other role in Decidim. Including global admin roles or private admins of a particular participatory space.</p>
<p>Results can be filtered by role and by time range and also exported as CSV or other formats.</p>
<img src="{{ page.image }}" alt="Admin accountability">
<img src="{{ page.image | relative_url }}" alt="Admin accountability">
2 changes: 1 addition & 1 deletion features/admin_scope_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<h2>Admin scope configuration</h2>
<p>All tweaks can be configured and scoped to a specific participatory space, a type of participatory space, a type of component or a specific component.</p>
<p>Many scopes can be defined for every tweak.</p>
<img src="{{ page.image }}" alt="Admin tweaks for editors">
<img src="{{ page.image | relative_url }}" alt="Admin tweaks for editors">
6 changes: 3 additions & 3 deletions features/assign_admins_to_scopes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<h2>Assign admins to specific scopes and prevent them modify anything else</h2>
<p>Convert any user on the platform (that is not currently an admin) to a limited subset of participatory spaces or event components. Just add users to a box and scope them to some constraints. These users will see the "Edit" button in everywhere they have permissions. Any access to non allowed zones will redirect the user to the admin index page.</p>
<img src="{{ page.image }}" alt="Scoped admins authorized">
<img src="{{ page.image | relative_url }}" alt="Scoped admins authorized">
<em>Scoped admins authorized</em>
<img src="{{ page.image1 }}" alt="Scoped admins unauthorized">
<img src="{{ page.image1 | relative_url }}" alt="Scoped admins unauthorized">
<em>Scoped admins unauthorized</em>
<img src="{{ page.image2 }}" alt="IScoped admins configuration">
<img src="{{ page.image2 | relative_url }}" alt="IScoped admins configuration">
<em>Scoped admins configuration</em>
2 changes: 1 addition & 1 deletion features/autosave_for_surveys_and_forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ <h2>Auto-save for surveys and forms</h2>
<p>With this feature admins can activate (globally or scoped) an auto-save feature for any form in Decidim.</p>
<p>It works purely in the client side by using LocalStorage capabilities of the browser. Data is store every time any field changes and retrieved automatically if the same user with the same browser returns to it in the future.</p>
<p>Saving the form removes the stored data.</p>
<img src="{{ page.image }}" alt="Auto save in forms">
<img src="{{ page.image | relative_url }}" alt="Auto save in forms">
2 changes: 1 addition & 1 deletion features/awesome_map_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<h2>Awesome map component</h2>
<p>This is a component you can add in any participatory space. It retrieves all the geolocated content in that participatory space (meetings or proposals) and displays it in a big map.</p>
<p>It also provides a simple search by category, each category is assigned to a different color.</p>
<img src="{{ page.image }}" alt="Awesome map">
<img src="{{ page.image | relative_url }}" alt="Awesome map">
8 changes: 4 additions & 4 deletions features/change_main_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

<h2>Change the main menu of Decidim entirely!</h2>
<p>Feel free to hide, modify or add items in the Decidim's main menu. You can also change the order, establish some conditions (like showing only for logged users) or open in a new window.</p>
<img src="{{ page.image1 }}" alt="Menu hacks screenshot">
<img src="{{ page.image1 | relative_url }}" alt="Menu hacks screenshot">
<em>menu hacks image 1</em>
<img src="{{ page.image2 }}" alt="Menu hacks screenshot">
<img src="{{ page.image2 | relative_url }}" alt="Menu hacks screenshot">
<em>menu hacks image 2</em>
<img src="{{ page.image3 }}" alt="Menu hacks screenshot">
<img src="{{ page.image3 | relative_url }}" alt="Menu hacks screenshot">
<em>menu hacks image 3</em>
<img src="{{ page.image4 }}" alt="Menu hacks screenshot">
<img src="{{ page.image4 | relative_url }}" alt="Menu hacks screenshot">
<em>menu hacks image 4</em>
2 changes: 1 addition & 1 deletion features/custom_css_scoped.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<h2>Custom CSS applied only according scoped restrictions
</h2>
<p>With this feature you can create directly in the admin a CSS snipped that is only applied globally, in a particular assembly or even a single proposal!</p>
<img src="{{ page.image }}" alt="CSS screenshot">
<img src="{{ page.image | relative_url }}" alt="CSS screenshot">
6 changes: 3 additions & 3 deletions features/custom_fields_for_proposals.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
---
<h2>Custom fields for proposals</h2>
<p>Now admins can substitute the body of a proposal with a set of form fields. Edition is make with a Drag & Drop interface in the admin and can (and should) be scoped to apply only to certain proposal components.</p>
<img src="{{ page.image }}" alt="Custom fields screenshot">
<img src="{{ page.image | relative_url }}" alt="Custom fields screenshot">
<em>custom fields-1</em>
<img src="{{ page.image1 }}" alt="Custom fields screenshot">
<img src="{{ page.image1 | relative_url }}" alt="Custom fields screenshot">
<em>custom fields-2</em>
<img src="{{ page.image2 }}" alt="Custom fields screenshot">
<img src="{{ page.image2 | relative_url }}" alt="Custom fields screenshot">
2 changes: 1 addition & 1 deletion features/custom_redirections.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ <h2>Custom Redirections (or URL shortener feature)</h2>

<blockquote>Redirections work only after all other routes have been processed, you cannot override an existing route. The admin panel comes with a button to check if the redirection works (meaning that no other route is used by the application). Non-working routes will simply be ignored.</blockquote>

<img src="{{ page.image }}" alt="Custom redirections screenshot">
<img src="{{ page.image | relative_url }}" alt="Custom redirections screenshot">
2 changes: 1 addition & 1 deletion features/custom_validation_rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ <h2>Custom validation rules for title and body in proposals</h2>
<li>Maximum number of "marks" (aka: exclamation and interrogation signs) that can be consecutive in the title or the body (defaults to 1).</li>
<li>Enable/disable forcing to start the title or the body with a capital letter (defaults to "enabled").</li>
</ul>
<img src="{{ page.image }}" alt="Custom validations">
<img src="{{ page.image | relative_url }}" alt="Custom validations">
2 changes: 1 addition & 1 deletion features/fullscreen_iframe_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

<h2>Fullscreen Iframe component</h2>
<p>Another simple component that can be used to embed and Iframe with any external content in it that fills all the viewport.</p>
<img src="{{ page.image }}" alt="Fullscreen iframe">
<img src="{{ page.image | relative_url }}" alt="Fullscreen iframe">
2 changes: 1 addition & 1 deletion features/images_in_proposals.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

<h2>Images in proposals</h2>
<p>Event if you haven't activated the WYSIWYG editor (Quill) in public views (eg: proposals use a simple textarea if rich text editor has not been activated for users). You can allow users to upload images in them by drag & drop over the text area.</p>
<img src="{{ page.image }}" alt="Proposal images">
<img src="{{ page.image | relative_url }}" alt="Proposal images">
2 changes: 1 addition & 1 deletion features/live_support_chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
---
<h2>Live support chat</h2>
<p>With this feature you can have a support chat in Decidim. It is linked to a <a href="https://telegram.org/">Telegram</a> group or a single user chat using the <a href="https://web.telegram.org/#/im?p=@IntergramBot">IntergramBot</a>. Just invite the bot to a group or chat with it directly, grab your ID, put it on the Awesome settings and have fun!. For more info or for hosting your own version of the bot check the <a href="https://github.com/idoco/intergram">Intergram project</a>.</p>
<img src="{{ page.image }}" alt="Intergram screenshot">
<img src="{{ page.image | relative_url }}" alt="Intergram screenshot">
2 changes: 1 addition & 1 deletion features/quill_editor_support.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<h2>Image support for the Quill editor</h2>
<p>Modifies the WYSIWYG editor in Decidim by adding the possibility to insert images. When uploading images, Drag & Drop is supported. Images will be uploaded to the server and inserted as external resources (it doesn't use base64 in-line encoding).</p>
<p>This feature allows you use images in newsletters as well.</p>
<img src="{{ page.image }}" alt="Images in Quill Editor">
<img src="{{ page.image | relative_url }}" alt="Images in Quill Editor">
2 changes: 1 addition & 1 deletion features/weighted_voting.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ <h2>Weighted voting</h2>
<p>Weighted voting can have different presentations that can be registered in a manifest. Admins can then choose between what type of voting they want for their proposals according to the different manifests registered (classic is always available).</p>
<p>Some manifests are included by default in Decidim Awesome, if you consider to create (or pay) for a new one, please open a PR or contact us.</p>
<p>For instance, here is how the 3-flag voting system looks like:</p>
<img src="{{ page.image }}" alt="Weighted voting">
<img src="{{ page.image | relative_url }}" alt="Weighted voting">
1 change: 0 additions & 1 deletion node_modules/.bin/autoprefixer

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/browserslist

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/cssesc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/glob

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/jiti

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/nanoid

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/node-which

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/resolve

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/sucrase

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/sucrase-node

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/svgo

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/tailwind

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/tailwindcss

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/update-browserslist-db

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/yaml

This file was deleted.

Loading

0 comments on commit 986fb84

Please sign in to comment.