2016-10-21 13:25:23 +02:00
|
|
|
HumHub Change Log
|
|
|
|
=================
|
|
|
|
|
2017-02-08 16:11:48 +01:00
|
|
|
1.2.0-beta.2 under development
|
|
|
|
------------------------------
|
2017-02-08 23:48:06 +01:00
|
|
|
- Fix: TimeAgo locale not loaded in production mode, added AppDynamicAsset (luke-)
|
2017-02-09 18:40:14 +01:00
|
|
|
- Enh: Translation message rebuild and auto translated duplicates (luke-)
|
|
|
|
- Enh: Combined all directory translations into base message category (luke-)
|
2017-02-09 22:49:32 +01:00
|
|
|
- Enh: Added logging table cleanup job (luke-)
|
2017-02-09 23:01:04 +01:00
|
|
|
- Enh: Added new version check as ActiveJob (luke-)
|
2017-02-09 23:58:25 +01:00
|
|
|
- Enh: Moved user configuration params 'minUsernameLength' + 'adminCanChangeProfileImages' to user module class (luke-)
|
2017-02-10 00:02:42 +01:00
|
|
|
- Enh: Added .editorconfig code style configuration file (luke-)
|
2017-02-11 12:15:33 +01:00
|
|
|
- Enh: Added 'show_in_stream' column in file table to hide output in wall entries (luke-)
|
|
|
|
- Enh: Added 'renderGalleryLink' link method to PreviewImage converter (luke-)
|
2017-02-10 16:47:03 +01:00
|
|
|
- Fix: Search view links not working (buddh4)
|
|
|
|
- Fix: Markdown in comment layout issue (buddh4)
|
|
|
|
- Enh: humhub.ui.showMore module for cutting post text and comments (buddh4)
|
|
|
|
- Fix: Javascript issues with guest users, removed initialitation of some modules for guest user (buddh4)
|
|
|
|
- Fix: Mutliple use of same emoji in richtext.
|
|
|
|
- Enh: Use of Yiis new afterRun for humhub Widgets.
|
|
|
|
- Fix: Word break issue in markdown posts.
|
2017-02-10 17:23:46 +01:00
|
|
|
- Fix: Richtext with emoji only on post edit where ignored.
|
2017-02-14 12:43:13 +01:00
|
|
|
- Enh: Added data-action-confirm for confirming actions.
|
2017-02-13 19:32:39 +01:00
|
|
|
- Fix: File StorageManager setContent method broken
|
|
|
|
- Enh: Added FileHelper methods createLink & getContentContainer
|
2017-02-13 19:35:24 +01:00
|
|
|
- Enh: Javascript HumHub Client - better handle ajax redirects
|
2017-02-14 12:47:09 +01:00
|
|
|
- Enh: TopMenu / TopMenuRightStack hide content when user is not logged in without guest mode
|
|
|
|
- Enh: Added showUserName option in AccountTopMenu widget
|
|
|
|
- Enh: Added isGuestAccessEnabled method in User component
|
2017-02-14 15:25:14 +01:00
|
|
|
- Enh: Added flash variable (executeJavascript)to execute js on the next page load
|
2017-02-14 16:13:11 +01:00
|
|
|
- Enh: Added possibility to create own file handlers (edit, create, import, export)
|
2017-02-14 18:27:32 +01:00
|
|
|
- Enh: Added data-action-process to handle modal processes
|
|
|
|
- Enh: Added upload file event (humhub:file:created)
|
2017-02-08 16:11:48 +01:00
|
|
|
|
|
|
|
1.2.0-beta.1 (February 08, 2017)
|
|
|
|
--------------------------------
|
2016-10-21 13:27:15 +02:00
|
|
|
- Enh: Moved HumHub browser icons to HumHub theme (luke-)
|
2016-10-21 13:44:22 +02:00
|
|
|
- Enh: Moved support css/js for older IE version into own AssetBundles (luke-)
|
2016-10-21 14:15:55 +02:00
|
|
|
- Enh: Moved CSRF Tag output to View renderHeader (luke-)
|
|
|
|
- Enh: Moved LayoutAddons widget from main layout to View endBody() method (luke-)
|
2016-10-24 14:58:51 +02:00
|
|
|
- Enh: Added PJax page loading (luke-)
|
2016-10-31 18:45:21 +01:00
|
|
|
- Enh: Refactored File module (luke-)
|
|
|
|
- Enh: Added yii2-imagine Extension (luke-)
|
2016-11-10 13:01:22 +01:00
|
|
|
- Enh: Use of blueimp image gallery (buddha)
|
2016-12-18 23:05:34 +01:00
|
|
|
- Enh: JS module system with build in logging/text/config features (buddha)
|
|
|
|
- Enh: JS core api under humhub namespace (buddha)
|
2016-11-10 13:01:22 +01:00
|
|
|
- Enh: Use of compressed assets (js,css) in production mode (buddha)
|
|
|
|
- Enh: Enhanced testability (buddha)
|
2016-12-18 23:05:34 +01:00
|
|
|
- Enh: Added administrative backend group permissions (buddha)
|
|
|
|
- Enh: Enhanced AccessControl filter with permission rules. (buddha)
|
2016-11-10 13:01:22 +01:00
|
|
|
- Enh: Splitted less files to facilitate theming. (buddha)
|
|
|
|
- Enh: Added user status bar for user feedback (buddha)
|
2016-12-18 23:05:34 +01:00
|
|
|
- Enh: Better UserFeedack (buttons/messages) / Replacement of old DataSaved widget (buddha)
|
2016-11-10 13:01:22 +01:00
|
|
|
- Enh: Overwrite default permission settings (buddha)
|
2016-11-11 16:23:47 +01:00
|
|
|
- Enh: SpaceChooser rewrite with following spaces and remote search (buddha)
|
2016-12-18 23:05:34 +01:00
|
|
|
- Enh: Modal widget rewrite.
|
|
|
|
- Enh: Enhanced Archived Space handling (buddha)
|
|
|
|
- Enh: Upload widget rewrite. (buddha)
|
|
|
|
- Enh: Picker widgets rewrite (UserPicker/SpacePicker/MultiselectDropdown). (buddha)
|
|
|
|
- Enh: Richtext widget rewrite. (buddha)
|
|
|
|
- Enh: Removed almost all inline JS blocks. (buddha)
|
2017-01-04 14:53:25 +01:00
|
|
|
- Enh: StreamAction now uses flexible StreamQuery Model. (buddha)
|
|
|
|
- Enh: Post markdown support. (buddha)
|
2017-02-05 11:47:11 +01:00
|
|
|
- Enh: Added 'live' module for push/pull messages to the frontend (luke-)
|
|
|
|
- Enh: Added asynchronous job queues (luke-)
|
|
|
|
- Enh: Changed minimum PHP version to 5.6
|
|
|
|
- Enh: Added possibility of global content (content w/o contentcontainer) (luke)
|
|
|
|
- Enh: Added new profile field type: checkbox (luke-)
|
|
|
|
- Enh: Refactored mail summaries activity module (luke-)
|
2017-02-06 14:08:03 +01:00
|
|
|
- Enh: Moved all static files (js, fonts, css) into own static folder @web-static (luke-)
|