Lucas Bartholemy
|
e7ee4ac772
|
Fix: Bypass AccessControl behavior in installer
|
2017-07-19 09:45:47 +02:00 |
|
buddh4
|
8228eae7ef
|
Enh: Use of select2 dropdown for time zone selections
|
2017-07-14 22:03:31 +02:00 |
|
buddh4
|
db72162411
|
Fix: Fixed ContentContainerSettingManager caching issue if space/user id are equal
|
2017-07-14 18:07:04 +02:00 |
|
buddh4
|
af3e875afd
|
Enh: Automatically set space default visibility in Content::setContainer()
|
2017-07-14 00:00:47 +02:00 |
|
buddh4
|
889d1b16f9
|
Fix: I18N formatter user timezone not set
|
2017-07-13 23:58:41 +02:00 |
|
buddh4
|
6a76ab8026
|
Fix: AccessControl action restriction bug
Fix: `ModuleAutoLoader` exceptions not logged
|
2017-07-13 23:57:13 +02:00 |
|
buddh4
|
8fa9194980
|
Enh: Added getAccessRules() to humhub/components/Controller
|
2017-07-13 23:49:50 +02:00 |
|
buddh4
|
4a3376e4fa
|
Button API enhancements.
Enh: Include `kartik-v/yii2-widgets`
|
2017-07-03 14:50:44 +02:00 |
|
buddh4
|
472e453e46
|
Button Widget fixes + minor JS fixes.
|
2017-07-02 23:01:04 +02:00 |
|
buddh4
|
dedef3a9f9
|
Fix: Respect max_file_uploads setting in UploadInput widget
|
2017-06-28 17:32:07 +02:00 |
|
buddh4
|
1353c263ca
|
Fix #2644 overlapping popup preview image after increasing preview image size (hagalaz)
Fix: Button widget child class static instantiation not working
Fix: ModalButton instatiation and added ModalButton::close()
|
2017-06-28 15:30:07 +02:00 |
|
buddh4
|
ac9a9705b8
|
Enh: Allow returning class names beside BasePermission instances in Module::getPermissions()
Enh: Increase profile image size to 800px.
|
2017-06-27 15:18:26 +02:00 |
|
buddh4
|
f0abd8447c
|
Enh: added module configuration namespace alias
|
2017-06-21 17:37:13 +02:00 |
|
buddh4
|
17dec351dd
|
Merge pull request #2635 from glombers/patch-1
Update widgets_views_markdownEditor.php
|
2017-06-20 21:50:07 +02:00 |
|
Webo
|
c37b39e75d
|
Update widgets_views_markdownEditor.php
|
2017-06-20 20:05:24 +02:00 |
|
Lucas Bartholemy
|
a8b08dfd82
|
fixed sql mode in installer
|
2017-06-17 18:26:39 +02:00 |
|
Lucas Bartholemy
|
a722d3e200
|
Merge branch 'master' of github.com:humhub/humhub
v1.2.1
|
2017-06-17 17:29:32 +02:00 |
|
Lucas Bartholemy
|
763727adee
|
Fix #2631: Module configuration link shown for disabled modules
|
2017-06-17 17:29:16 +02:00 |
|
HumHub Translations
|
7e58c15a6b
|
Enh: Updated Translations (translate.humhub.org)
|
2017-06-17 11:22:25 +02:00 |
|
HumHub Translations
|
38d556e5e1
|
Enh: Updated Translations (translate.humhub.org)
|
2017-06-17 11:19:52 +02:00 |
|
Lucas Bartholemy
|
29ea283121
|
Fix #2627: Incorrect language used in group admin user approval e-mail
|
2017-06-17 11:19:40 +02:00 |
|
Lucas Bartholemy
|
21494ddbe0
|
Raised version to 1.2.1
|
2017-06-17 11:00:32 +02:00 |
|
Lucas Bartholemy
|
83f69c8b09
|
Fix: Notification grouping not working
|
2017-06-17 10:37:12 +02:00 |
|
Lucas Bartholemy
|
de23b673f8
|
Merge pull request #2236 from danielkesselberg/workaroundsqlmode
workaround for #1777 and #1786
|
2017-06-17 10:32:00 +02:00 |
|
buddh4
|
6187dc4e2a
|
Fixed Friendship unit tests.
|
2017-06-16 20:35:07 +02:00 |
|
buddh4
|
2652893985
|
Production asset rebuild.
|
2017-06-16 20:10:13 +02:00 |
|
buddh4
|
393f15b150
|
Fix: Show more suppression entries with sort order update + equal update_at not working.
|
2017-06-16 20:01:20 +02:00 |
|
buddh4
|
eeedbf1468
|
Fix: Notification grouping not working
|
2017-06-16 19:58:18 +02:00 |
|
buddh4
|
2b045e7a50
|
Fix #2594 Bug: Url with unicode in stream markdown
|
2017-06-14 18:24:31 +02:00 |
|
buddh4
|
9aa3347f64
|
Revert of patch for unicoded markdown url.
|
2017-06-14 17:29:40 +02:00 |
|
buddh4
|
4a616e80df
|
Fix #2594 Bug: Url with russian text by Markdown
Fix #2625 Pjax problem with local links to files within stream
Enh: Use of `target="_blank"` for stream links
|
2017-06-14 17:18:00 +02:00 |
|
buddh4
|
33f6ca146a
|
Small refactoring + Test build
|
2017-06-14 14:53:24 +02:00 |
|
buddh4
|
a0e8ebe126
|
Enh: Allow $managePermission to be array of permission class string $managePermission = [ManageContent::class, MyContentPermisison::class]
|
2017-06-14 14:50:57 +02:00 |
|
buddh4
|
3d40641fce
|
Enh: Enhanced ContentActiveRecord instantiation $model = new MyContent($space, Content::VISIBILITY_PRIVATE)
|
2017-06-14 13:10:54 +02:00 |
|
buddh4
|
cc43601ecd
|
Enh: Added button/link helper widgets <?= Button::primary('myButton')->action('myJsAction')?>
|
2017-06-14 11:50:45 +02:00 |
|
buddh4
|
594c14d31e
|
Fix: js action api empty data attribute
|
2017-06-14 11:48:20 +02:00 |
|
buddh4
|
b030bc0ef3
|
Added file upload widget events.
|
2017-06-14 11:46:42 +02:00 |
|
Lucas Bartholemy
|
9681319c97
|
Fix: Properly sort language and country select by users locale
Enh: Allow search in country profile field dropdown
|
2017-06-10 18:56:43 +02:00 |
|
Lucas Bartholemy
|
3b227af3ff
|
Fix: Perma link to space contents broken when space homepage was changed
|
2017-06-10 06:58:27 +02:00 |
|
Lucas Bartholemy
|
5fce3b80f1
|
Merge branch 'master' of github.com:humhub/humhub
# Conflicts:
# protected/humhub/docs/CHANGELOG.md
|
2017-06-09 18:57:28 +02:00 |
|
Lucas Bartholemy
|
fd1ec6205c
|
Fix: Hide also header (space, profile) counts when following system is disabled
|
2017-06-09 18:55:38 +02:00 |
|
buddh4
|
245e6484eb
|
Fixed unload fixture issue.
|
2017-06-07 23:19:19 +02:00 |
|
buddh4
|
9f0da169d0
|
Fixed #2560: Markdown profile field editable flag not working.
|
2017-06-07 19:50:54 +02:00 |
|
buddh4
|
0fd985e6fe
|
Fix #2558: No notification for user profile posts send
|
2017-06-07 19:21:52 +02:00 |
|
buddh4
|
b7d2b0a0cf
|
Fix #2612: Single list item hides markers
|
2017-06-07 17:40:52 +02:00 |
|
buddh4
|
fa13155fa6
|
Fix #2601 multi select dropdown style.
|
2017-06-07 17:16:01 +02:00 |
|
buddh4
|
d2573c8e34
|
Enh: Don't auto focus space chooser search on small devices
|
2017-06-07 16:59:06 +02:00 |
|
buddh4
|
a928988195
|
Fix #2555: Friendship notification category visible even if friendship system deactivated
|
2017-06-07 15:38:09 +02:00 |
|
buddh4
|
7d1a321767
|
Merge branch 'master' of https://github.com/humhub/humhub
|
2017-06-06 22:38:03 +02:00 |
|
buddh4
|
773c7b53fb
|
Fixed SimpleStream pin/archive issues + aligned pjax timeout for pjax relaods.
|
2017-06-06 22:37:44 +02:00 |
|