6189 Commits

Author SHA1 Message Date
buddh4
84b1d54256 Fixed deprecated usage of isGuestAccessEnabled 2020-10-02 12:14:26 +02:00
buddh4
2d35de2071 Changed VisibilityIcon texts 2020-10-02 12:12:29 +02:00
buddh4
53cf69c2b7 Fixed StreamCest::testEmptyStream 2020-10-01 19:45:13 +02:00
buddh4
810d0da5fc Fixed WallEntryOptionsTest and StreamCest 2020-10-01 18:23:19 +02:00
buddh4
a4e10788bd Fixed ActivityStreamCest 2020-10-01 17:00:15 +02:00
buddh4
24bed2fa18 Minor test alignments 2020-10-01 16:55:30 +02:00
buddh4
da0100986a Added WallStreamEntryOption unit tests 2020-10-01 16:08:16 +02:00
buddh4
db3b87a3cd Minor cleanup 2020-10-01 15:04:36 +02:00
buddh4
d07c9aab25 Enh: Enhanced the binding mechanism of a filter navigation and the component to be filtered 2020-10-01 13:56:37 +02:00
buddh4
fd2405bc98 Fix: Removed call of removed wall entry options function 2020-09-30 13:42:37 +02:00
buddh4
46f640ff39 Added inline docs 2020-09-29 22:03:09 +02:00
buddh4
382213d6b3 Change of user to profile post appearance on dashboard 2020-09-29 21:23:37 +02:00
buddh4
291dc0126a Renamed context menu functions to controls menu 2020-09-29 21:21:51 +02:00
buddh4
c59cd0d26a Added Html::addTooltip() helper function 2020-09-29 19:01:05 +02:00
buddh4
2667286cba Small refactoring of showFiles.php 2020-09-29 14:23:52 +02:00
buddh4
a4728ac2c8 Removed dot from "Show all comments" text. 2020-09-29 14:08:07 +02:00
buddh4
c544fc3178 Improved stream entry rendering latency 2020-09-28 18:09:36 +02:00
buddh4
e5ae3546ff Fixed audio player in new posted files preview 2020-09-28 18:05:54 +02:00
buddh4
ab26cc6e67 Change in container information display on dashboard entries 2020-09-28 18:05:17 +02:00
buddh4
ae9d8e33f9 Added content permalink to wall stream header icon 2020-09-28 18:04:34 +02:00
buddh4
0480bd849e Removed author check in WallStreamEntryOptions::isShowAuthorLinkInSubHeadLine 2020-09-28 18:03:28 +02:00
buddh4
12317c4bd8 Prevent StreamEntryOptions::isPinned on archived content 2020-09-28 18:02:39 +02:00
buddh4
4961570ce4 Added WallEntryControls::getViewContext for easy viewContext access in event handler 2020-09-28 18:01:44 +02:00
buddh4
e4305bed90 Use medium DateTime format in UpdatedIcon tooltip 2020-09-28 18:00:59 +02:00
buddh4
cd96182528 Added icon alias to ui module 2020-09-26 16:55:15 +02:00
buddh4
8c0d87cc0e Enhanced accessibility in icon abstraction 2020-09-26 16:34:38 +02:00
buddh4
17df9d3217 Removed status message on stream entry edit/delete/toggleEdit 2020-09-26 14:26:36 +02:00
buddh4
8accc2c58c Do not use read-more addition in single entry stream 2020-09-25 19:21:36 +02:00
buddh4
0dd5bcfe52 Improved rendering of single line posts 2020-09-25 19:19:46 +02:00
buddh4
9126e14253 Implementation of view context header 2020-09-25 19:16:53 +02:00
buddh4
5fae6a38bd Changed tooltip of post/comment button from "Upload Files" to "Attach Files" 2020-09-25 12:39:10 +02:00
buddh4
4e6c0639b4 Rename WallStreamEntryOptions::setJustEdited() to justEdited() + fix isShowAuthorLinkInSubHeadLine does not return result. 2020-09-24 16:13:49 +02:00
buddh4
1d1ad9d8f5 Renamed StreamEntryOptions::entryWidgetClass to StreamEntryOptions::widgetClass 2020-09-24 16:12:53 +02:00
buddh4
22b5f7c3f2 Renamed StreamEntryWidget::renderBodyLayout to StreamEntryWidget::renderBody 2020-09-23 20:53:13 +02:00
buddh4
7f1f09a4e5 Fixed ContentEditTest 2020-09-23 20:46:24 +02:00
buddh4
0ac028c09f Fixed StreamCest 2020-09-23 20:45:52 +02:00
buddh4
067a7d5dde Added ArchivedIcon to wallStreamEntryHeader.php 2020-09-23 18:40:41 +02:00
buddh4
1e8abeac6b Fixed use content createdBy in WallStreamEntryWidget::renderTitle() 2020-09-23 18:39:54 +02:00
buddh4
2f4b4df185 Fixed Content::afterSave return 2020-09-23 17:53:28 +02:00
buddh4
34e95bcf20 Removed legacy mode setting from MailSummary dashboard stream call 2020-09-23 17:52:41 +02:00
buddh4
877e0e237d Fixed uncatched Throwable destroys search stream 2020-09-23 17:51:30 +02:00
buddh4
5efe6df0fa Fixed ActivityStreamAction migration 2020-09-23 17:50:26 +02:00
buddh4
71213565ec Fixed ActiveRecord created_at not available directly after save 2020-09-23 17:49:44 +02:00
buddh4
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
buddh4
0e3126566a Merge branch 'develop' into enh/wallStreamEntryWidgetlayouts
# Conflicts:
#	static/less/stream.less
#	themes/HumHub/css/theme.css
2020-09-16 15:58:59 +02:00
buddh4
c2fd5d23c0 Fixed ContentEditTest 2020-09-16 15:40:23 +02:00
buddh4
4f5b59d25b
Merge pull request #4380 from humhub/enh/ContentIsEdited
Enh: Implementation of Content::isEdited()
2020-09-16 15:35:37 +02:00
buddh4
dabec6a6aa Changed isEdited to isUpdated
Added Comment::isUpdated()
2020-09-16 14:47:45 +02:00
Lucas Bartholemy
ade7234bff
Update ContentContainerActiveRecordTest.php 2020-09-16 13:37:57 +02:00
buddh4
51a2985257 Added one second sleep to ContentEditTest.php 2020-09-16 12:44:12 +02:00