Josh Soref
e71ad738d9
spelling: regularly
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-26 16:14:16 -04:00
Jakobus Schürz
920dcca263
render max_imagesize in header.tpl
...
so it is reachable general from the whole website, and the dropzone-factory can use
it also to create dropzones from modal.js
2023-03-19 18:52:46 +01:00
Jakobus Schürz
16f065e260
changes in case of codereview
2023-03-19 18:52:45 +01:00
Jakobus Schürz
0cc2e1c22a
apply changes from review
2023-03-19 18:52:45 +01:00
Jakobus Schürz
e62265b234
make errormessages visible
2023-03-19 18:52:45 +01:00
Jakobus Schürz
39f7660a1d
fix getting bytes from shorthand in php
2023-03-19 18:52:45 +01:00
Jakobus Schürz
721c065a44
fix editing in modal-jot
...
and add also timeout before removing images from dropzone
2023-03-19 18:52:45 +01:00
Jakobus Schürz
2403932a83
improve image-upload
...
* create dropzone for editing in jot-modal
* customize css for dropzone to make it more beautiful (smaller
margin/paddings...)
* change position of dropzone-element dircetly to textarea, so button
for upload is small and under textarea (it's more clear)
* remove previews after upload. this shows the upload-progress, but
preview is not needed after upload. you can't do anything with the
preview, and dialog gets too big. You see successful upload, when
bb-code link to image is inserted on cursor-position in textarea
2023-03-19 18:52:45 +01:00
Jakobus Schürz
3688196859
create workaround for not working php
...
Strings:getBytesFromShorthand
i created a js-function which converts integer, k, m and g to MB
Just remove this code, when we found out, why Strings is in some files
not working.
2023-03-19 18:52:45 +01:00
Jakobus Schürz
00ae7d0f59
make dropzone work on editing postings/Comments
2023-03-19 18:52:45 +01:00
Jakobus Schürz
8242d1c72b
remove console.log
2023-03-19 18:52:45 +01:00
Jakobus Schürz
a6a0507a89
small modifications to equalize the scripts
2023-03-19 18:52:45 +01:00
Jakobus Schürz
be2afac60d
take maxFilesize from systemsettings
...
* does not work everywhere...
2023-03-19 18:52:45 +01:00
Jakobus Schürz
359ad6ff5a
fix a warning and suggestions for pullrequest
...
* fix indentation to tabs
* remove unneeded calls for dropzone.min.js and dropzone.min.css
* removed debug output
2023-03-19 18:52:45 +01:00
Jakobus Schürz
29d7b4ef24
fix path for js and css loading
2023-03-19 18:52:45 +01:00
Hypolite Petovan
e556dc3c31
Add new frio.always_open_compose setting
...
- This setting allows the New Post button to always open the Compose page instead of the modal by default
2022-10-16 11:49:27 -04:00
Michael
0d8cf06e4a
Experimental feature to enter a custom creation date
2022-04-13 05:31:32 +00:00
Hypolite Petovan
0daa2f2228
[frio] Check for role="presentation" uses throughout the templates
...
- Upgrade a tags to buttons in file browser
- Fix formatting in nav.tpl
- Remove unwarranted instance for character counter in jot form
2021-11-14 20:30:21 -05:00
Michael
2e2d1bf81d
Added option to define a schedule date when posting items
2021-08-01 13:01:31 +00:00
Hypolite Petovan
2cc4bd2490
Add RTL support to many input fields
...
- Compose page
- Post jot
- Comment form
- Event form
2021-05-20 08:39:37 -04:00
Hypolite Petovan
8e005f7de2
Remove whitespace from opening HTML tag ending
2021-05-20 08:39:36 -04:00
Hypolite Petovan
50622d27d1
[frio] Restore focus styles
...
- Replace .btn-main by .btn-primary
- Harmonize focus styles between buttons and form controls based on the theme scheme
2020-04-27 09:43:46 -04:00
Hypolite Petovan
79b21e6627
[frio] Remove duplicate jot modal close button
...
- Fixes display issue on XS view
- Unable to reproduce mentioned Bootstrap bug
2020-04-20 18:09:57 -04:00
Hypolite Petovan
40a7a43bd2
[frio] Add link to Compose page in jot
2020-04-03 16:33:00 -04:00
Hypolite Petovan
2791d70655
[frio] Merge compose/jot buttons features
2020-02-19 15:11:35 -05:00
Hypolite Petovan
b2143cae53
[frio] Add new asynchronous submission of modal form
...
- Add loading state for jot submit buttons
2020-01-29 22:50:10 -05:00
Hypolite Petovan
5aebdec0bf
[frio] Fix file browser staying displayed even after switching jot tab
...
- Addresses https://libranet.de/display/0b6b25a8-445d-e188-54e9-c05224132808
- Include file browser tab in the jot form
- Remove input elements from the file browser to avoid interference with jot form
2019-11-30 10:49:20 -05:00
Vinzenz Vietzke
5a9156e5e9
replacing slideshare icon with paper plane
...
closing #7522
2019-08-17 15:40:48 +02:00
Hypolite Petovan
d5efca1171
[frio] Add compose page JS trigger and theme setting
2019-07-29 20:31:47 -04:00
Michael
fd7c47ed55
Fixes issue 6289
2018-12-21 13:43:06 +00:00
Hypolite Petovan
e1b3bcc77d
Unescape yet more values with a focus on the vier theme
2018-12-16 22:38:32 -05:00
Hypolite Petovan
c407fb7963
Avoid escaping relevant template variables
2018-12-16 22:38:32 -05:00
Hypolite Petovan
2241ba4540
Remove uses of HTML escaping in Smarty templates
2018-12-16 22:38:30 -05:00
Michael
4f9f86e310
We are now escaping many template fields
2018-11-25 18:56:26 +00:00
Jonny Tischbein
6cd17f2229
Code Standard: indent + renaming function in camelcase
2018-10-24 18:09:54 +02:00
Jonny Tischbein
d2b5f77be9
Add multimedia link for jot + enables hover text in jot + autosize in when paste link + renaming / Code Standards
2018-10-24 16:20:10 +02:00
Jonny Tischbein
b7e7850b75
disable formatbar in xs screens
2018-09-21 17:46:39 +02:00
Jonny Tischbein
08879298ea
unique html id for share button in preview
2018-09-21 11:12:20 +02:00
Jonny Tischbein
fedaf08bd1
remove old TODO
2018-09-20 17:26:19 +02:00
Jonny Tischbein
9bc6238b59
Make formatbar work
2018-09-20 17:20:57 +02:00
Jonny Tischbein
f590d31b4b
Add format bar in new post jot
2018-09-20 17:14:32 +02:00
Jonny Tischbein
5edb124660
make share button visivle via theme js. Avoid illegal multiple use of html id
2018-09-20 17:09:39 +02:00
Jonny Tischbein
4c56724715
make share button visible in preview
2018-09-20 16:50:58 +02:00
Jonny Tischbein
b1720c07ec
Add Share button for preview new post
2018-09-20 16:20:33 +02:00
Michael Vogel
810c108297
Fix: Notes can be posted again. Never use "defaults" with "false" ( #5551 )
2018-08-04 16:06:36 +02:00
Michael Vogel
5af9596dde
New item field "Post-type" and new table "permissionset" ( #5408 )
...
* "post-type" replaces "bookmark" and "type"
* Removed some more type
* Added index to permission set
* The permission set is now stored
* The permission set is now removed upon expiry
* Post update now stores the permission set
* New file
* Permissions are now sorted
* Changed documentation
2018-07-19 09:52:05 -04:00
Michael
3792012723
Improved accessibility for "Frio"
2018-04-05 21:50:34 +00:00
rabuzarus
f2d51737eb
fix some HTML violations in frio
2017-10-20 15:21:42 +02:00
rabuzarus
c3b975e516
change fbrowser image margin and box-shadow
2017-04-05 12:46:09 +02:00
rabuzarus
190b03e706
add aria attributes for filebrowser
2017-04-05 12:34:00 +02:00