4012 Commits

Author SHA1 Message Date
buddh4
0aa23c111d Merge pull request #2762 from devantoine/patch-1
Use FileManager::findAll() instead of non existing FileManager::getAll()
2017-10-04 12:49:12 +02:00
buddh4
47e14787f9 Merge branch 'master' of https://github.com/humhub/humhub 2017-10-04 12:43:24 +02:00
buddh4
a0d60db7d7 Fixed #2755 Translation errors in Czech language 2017-10-04 12:41:56 +02:00
buddh4
430ad0df31 Merge pull request #2760 from Pazns/patch-1
Typo in translation
2017-10-04 12:17:27 +02:00
buddh4
5d13bebafe Merge branch 'master' of https://github.com/humhub/humhub 2017-10-04 12:02:10 +02:00
buddh4
b04205807d Fix #2764 Added friendship view translations 2017-10-04 12:01:58 +02:00
Lucas Bartholemy
268fdde5de Merge branch 'master' of github.com:humhub/humhub 2017-10-03 19:32:19 +02:00
Lucas Bartholemy
e5232ecde4 Fixed typo 2017-10-03 19:32:05 +02:00
buddh4
90033ad1ec Merge branch 'master' of https://github.com/humhub/humhub 2017-10-03 15:03:20 +02:00
buddh4
b78e573158 Removed mobile core module + cleanup 2017-10-03 15:03:08 +02:00
Lucas Bartholemy
519a8f5bec Changes getTargets() active caching 2017-10-03 11:51:27 +02:00
Lucas Bartholemy
a5b7caaa49 Enh: Added surpressSendToOriginator Notification option 2017-10-03 11:32:54 +02:00
Lucas Bartholemy
3ddee616fe Enh: Added possibility to add attachments in Notification MailTarget 2017-10-03 11:04:47 +02:00
Lucas Bartholemy
611ebe96fb Added new DateTime helper methods 2017-09-26 12:50:01 +02:00
Lucas Bartholemy
c8c2272074 Enh: Added default open content as modal action 2017-09-26 12:49:29 +02:00
HumHub Translations
e015ca1138 Enh: Updated Translations (translate.humhub.org) 2017-09-22 23:22:04 +02:00
buddh4
af0bf5c221 Build prod assets. 2017-09-21 18:57:49 +02:00
buddh4
150d0c5a4f Merge branch 'master' of https://github.com/humhub/humhub
# Conflicts:
#	protected/humhub/docs/CHANGELOG.md
#	protected/humhub/modules/content/widgets/WallEntry.php
2017-09-21 17:06:18 +02:00
buddh4
4fdd9332b1 Updated CHANGELOG.md 2017-09-21 17:02:19 +02:00
buddh4
72f07576af Enh: Allow ContentActiveRecord($contentContainer, $config) initialization
Fix: `WallEntry::addControl` with simple array options
Enh: Added `$scheme` Argument to `DownloadFileHandler::getUrl()`
Fix: Clear UserModule cache after save/delete
Fix: Prevent Integrity check failures.
2017-09-21 17:01:11 +02:00
buddh4
19301671bd Fixed IDE type hinting 2017-09-21 16:52:35 +02:00
Antoine Descamps
4c838111b6 Use FileManager::findAll() instead of non existing FileManager::getAll()
I've got a widget calling `File::getFilesOfObject($object)`. The method has been deprecated but a compatibility layer exists, `FileCompat`.

`humhub\modules\file\components\FileManager::getAll()` doesn't exist so I assume it's `humhub\modules\file\components\FileManager::findAll()` which should be called.

I've fixed a typo and a wrong exception call at the same time.
2017-09-20 16:19:16 +02:00
Pazns
bad77d7da8 Typo in translation
Minor typo in french translation at the key 'Sign in / up'.
2017-09-20 00:31:18 +02:00
Lucas Bartholemy
fa11ce7ad7 Added targetAttribute support in DatePicker, Added DateTimeHelper, Added DatePicker base widget 2017-09-19 14:00:03 +02:00
Lucas Bartholemy
18f5bdce4c Enh: Added DurationPickerWidget 2017-09-19 13:58:40 +02:00
Lucas Bartholemy
c27a7c2e00 Fix: Do not automatically force modal close on stream edit 2017-09-18 12:00:05 +02:00
HumHub Translations
cdd6069cec Enh: Updated Translations (translate.humhub.org) 2017-09-17 21:28:38 +02:00
buddha87
b61151904b Removed empty file commit. 2017-09-13 17:30:28 +02:00
Sebastian Stumpf
4d2051e936 - Reverted Markdownfield's attribute readOnly to readonly.
Because of API style and consistency with the html attribute naming,
this is the better naming. The fix is moved to HForm, which now uses
the lower case attribute naming for the MDF readonly attribute.
2017-09-13 11:48:04 +02:00
HumHub Translations
3677862b99 Enh: Updated Translations (translate.humhub.org) 2017-09-13 11:39:47 +02:00
HumHub Translations
fe6f45fe55 Enh: Updated Translations (translate.humhub.org) 2017-09-13 08:14:49 +02:00
Lucas Bartholemy
5c1bd51531 Merge branch 'master' of github.com:humhub/humhub 2017-09-12 21:42:27 +02:00
Lucas Bartholemy
c7a072fd2d Force search index rebuild after adding files 2017-09-12 21:41:23 +02:00
Lucas Bartholemy
cef2395a79 Rebuild assets 2017-09-12 20:07:55 +02:00
Lucas Bartholemy
1c5c2df542 Added SearchHelper, allow File Converter config options 2017-09-12 18:32:54 +02:00
Lucas Bartholemy
889ada4601 Raised version to 1.2.3 2017-09-12 11:17:58 +02:00
dockrize
9df277aa57 Fix SSL Rewrite Rule
Exclude acme-challenge at https redirect
2017-09-12 01:06:12 +02:00
Lucas Bartholemy
e3fb211ec6 Enh: Added SearchAttributesEvent to improve content addon indexing (comment/file) 2017-09-11 08:15:58 +02:00
Lucas Bartholemy
43cb942423 Merge branch 'master' of github.com:humhub/humhub
# Conflicts:
#	protected/humhub/modules/content/models/Content.php
2017-09-09 11:57:07 +02:00
Lucas Bartholemy
5daa755c6b Global content improvements 2017-09-09 11:55:46 +02:00
Hany El Nokaly
d058c98ca6 Refactor: use each() instead of batch() on search rebuild 2017-09-08 14:37:44 +02:00
buddh4
827b75025b Merge pull request #2747 from acs-ferreira/patch-2
Stick to Yii2 concrete version
2017-09-07 22:56:09 +02:00
Carlos Ferreira
887e0acd80 Stick to Yii2 concrete version
See https://github.com/humhub/humhub/issues/2745
2017-09-07 08:47:45 +02:00
Hany El Nokaly
300d69d821 use 'contentcontainer_id' attribute instead of fetching contentContainerRecord 2017-09-06 23:40:08 +02:00
Hany El Nokaly
413145f73d Prevent possible cache key collision in content container settings 2017-09-06 23:24:56 +02:00
buddh4
98b1dd8ff0 Registration approval views styling. 2017-08-31 21:29:15 +02:00
buddh4
d6b1a53314 Merge pull request #2741 from acs-ferreira/patch-1
Add .github
2017-08-31 12:09:51 +02:00
Carlos Ferreira
0e3156c32a Add .github 2017-08-31 11:33:48 +02:00
HumHub Translations
7d4f52c8bc Enh: Updated Translations (translate.humhub.org) 2017-08-31 08:49:25 +02:00
Sebastian Stumpf
bb75a888ca - Fix: Readonly Markdownfield issue.
Reference: https://github.com/humhub/humhub/issues/2697

There was an error with the case of the readOnly attribute. All 
lowercase instead of camelcase.
2017-08-30 16:32:37 +02:00