Commit Graph

35 Commits

Author SHA1 Message Date
3c81bee312 Lighten Wells/BG-Color-Secondary (#6884) 2024-03-13 13:20:47 +01:00
18bbe35312 Enh #6298: Move the "Write a new comment" field style to a generic field that can be used by other modules (#6303) 2023-05-08 15:03:00 +00:00
7dd5c4ec89 Fix hidden menu bar on focus rich text editor (#6279) 2023-05-01 13:16:01 +02:00
7c5bff3cf3 Fix hidden submit button on edit long code in post/comment content (#6269) 2023-04-28 20:39:59 +02:00
3857983534 Theme variables background-color-highlight and background-color-highlight-soft (#6173)
* Update theme variable `@background-color-highlight`

* Update CHANGELOG-DEV.md

* New theme variable `@background-color-highlight-soft`
2023-03-16 08:57:00 +00:00
9ac30de56f Display all newer comments after current comment (#5981)
* Display all newer comments after current comment

* Implement links to display previous and next comments

* Fix sub-comments display of the current parent comment

* Improve styles for sub-comments of current comment

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2023-01-20 15:24:33 +01:00
c83ca28a42 Remove old prefixes (#5972)
* Update base.less

* Update button.less

* Update login.less

* Update tooltip.less

* Update richtext.less

* Update progress.less

* Update mentioning.less

* Update loader.less

* Remove old prefixes

* Update datepicker.less

* Update comment.less

* Remove old-prefixes

* Remove old prefixes

* Remove old prefixes

* Remove old prefixes

* Remove old prefixes

* Update modal.less

* Remove old prefixes
2022-12-30 13:02:33 +01:00
c47d9f219d Fix long words in comment form (#5581)
* Fix long words in comment form

* Update CHANGELOG_DEV.md

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2022-03-02 18:59:07 +01:00
877066b9fc Improve comment buttons style (#5562)
* Improve comment buttons style

* Improve post buttons style on edit mode

* Fix hidden comment form on reply with errors

* FileHandler buttons for comment

* FileHandler buttons for post edit form

* Fix tests
2022-02-17 12:04:51 +01:00
81ca33a6e9 Allow to manage blocked users (#5309)
* Allow to manage blocked users

* Restrict access on container controllers for blocked users

* TODO point for blocked user from anonymous

* Cache blocked user Ids in container settings

* Exclude blocked used from streams and activites

* Hide blocked comments

* Change comment view from blocked user

* Change wording

* Allow to enabled user blocking in administration panel

* Disable notifications from blocked users

* Exclude blocked users from mentioning list

* Test users blocking

* Enable users blocking by default

* Refactor container settings method

* Fix tests of blocking users

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
2021-10-07 11:16:35 +02:00
f9d8c317b3 Deep comment link to select and mark comment in content (#5168)
* Deep comment link to select and mark comment in content

* Update CHANGELOG_DEV.md

* Use warning color for selected comment

* Permalink for comments

* Display comment permalink in modal window

* Small change for comment permalink title

* Remove container name from comment permalink

* Convert comment controls to menu widgets

* Small changes

* Use MenuLinks instead of custom widgets

* Fix encoding

* Fix opening modal window with comment permalink

Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
2021-10-04 18:48:34 +02:00
140da8ac1d Update comment.less (#5060)
When editing the text of a content (not the comment, the publication), field's text goes under the "Save" button. Using the same margin-right as the comment field solves the problem the same was as the comment field with the "Submit" button.
2021-05-01 15:45:28 +02:00
88aa30d8b1 Fix #4554: Code blocks in comments uses same background color 2020-10-22 14:27:37 +02:00
562acd7e3c Improved use of link color variable 2020-10-19 15:54:24 +02:00
ff39a3f8af Merge branch 'develop' into fix_4396 2020-10-15 15:12:11 +02:00
040e673893 #4432 Made tab space equal to4 instead to 2. And several horisontal space between selectors 2020-10-09 14:49:01 +03:00
a05cd3d994 Style enhancement of stream media and file preview 2020-09-29 14:09:53 +02:00
94070f9a93 Reverted richtext menubar highlight color + comment upload button color highlight only on focus 2020-09-25 12:48:18 +02:00
07110b72c3 Revert comment user name link color 2020-09-25 12:24:10 +02:00
a09f703c8c Minor theme alignments 2020-09-24 16:14:35 +02:00
b40fef1caa - Implementation of StreamEntryOptions for differentiating the appearance
- Migrated Activity widget to new StreamEntryWidget logic
- Aligned comment section to new StreamEntryWidget
2020-09-23 17:47:36 +02:00
dbb1aa94a1 Enh: Initial implementation of new WallStreamEntryWidget 2020-09-15 16:57:19 +02:00
85cfe64c1e Fix #4305: 2nd comment 'Submit' button hidden 2020-08-04 11:12:55 +02:00
0a88af3150 Fix #4282: Sub-comment richtext menu dropdown does not hover main comment section 2020-07-29 18:17:44 +02:00
36ac334b09 Fixed some nested comment styling issues 2020-07-16 15:05:29 +02:00
a36a1bdeef Removed last comment seperator if no form is displayed 2020-07-16 10:59:09 +02:00
ae5a9da347 Fixes validation error handling in post and comments. 2020-05-14 17:20:48 +02:00
559f07d5e6 Enh: Responsive mobile view enhancements 2019-03-14 16:28:43 +01:00
8ab13b8a04 Fix widgetAction events case issue
Added `humhub.modules.util.string.capitalizeFirstLetter` and `lowerCaseFirstLetter`
Chng: Rename `Upload::model` to `Upload:forModel`
Chng: Rename `Upload::name` to `Upload:withName`
2018-10-10 16:35:12 +02:00
f8767cc07f Fix: Comment buttons overlap editor text 2018-08-20 20:22:26 +02:00
130c4aa6de Added ProseMirror rich text editor. 2018-02-08 14:28:55 +01:00
c918acfee6 Fix: Mentioning keeps running even if previous input result was empty
Enh: Darkened comment links for better readability
2017-07-28 19:01:39 +02:00
b58aba384f Fix: missing margin of wall-entry-controls in comments. 2017-03-13 22:50:45 +01:00
3a027c8989 Fixed markdown comment rendering. + Added collapsable text to comments. 2017-02-09 15:25:01 +01:00
98f92e2221 Moved root folders (js/css/resources/less) into static folder 2017-01-26 17:44:51 +01:00