buddh4
fef17e2fa7
Build prod assets
2017-05-10 23:37:14 +02:00
buddh4
c71ee9c966
Fix: Fixed ui.addition MutationObserver, only apply additions to inserted nodes.
2017-05-10 23:06:10 +02:00
buddh4
56707f04be
- Fix: module beforeInit and afterInit event
...
- Enh: Added Registraion::EVENT_AFTER_REGISTRATION UserEvent
2017-05-03 13:17:07 +02:00
buddh4
99c16e4dd5
Fix: Pjax Patch disabled cache ignored for browser back events.
2017-05-01 17:39:39 +02:00
buddh4
dc61cd3070
Build production assets.
2017-05-01 16:02:43 +02:00
buddh4
27c7e2afcd
Enh: Fixed accessibility issues in Dashboard/Login/Profile
2017-05-01 16:01:04 +02:00
buddh4
148b569432
Fixed module beforeInit/afterInit event name + Rebuild Assets
2017-04-15 16:50:44 +02:00
buddh4
26067c4aaf
Asset Rebuild
2017-04-13 21:15:19 +02:00
buddh4
948710722b
Tour popover close behaviour
2017-04-13 21:08:13 +02:00
buddh4
7c987fcf08
Fix: Label success color
2017-04-13 18:18:12 +02:00
buddh4
44e5ac1c2d
Fix #2219 : Overlapping summary mail content
...
Fix Wall entry layout link/text overflow
2017-04-04 16:14:05 +02:00
buddh4
99dfe39ad2
Fix: Public badge missing after create post
...
Fix: Mentioned Notification in User-Profile not working
Fix: Handle yii\db\Expression error for updated_at in wallentry
Enh: Added 'client.back' js action
2017-03-29 16:35:06 +02:00
buddh4
25b30efe94
Asset Rebuild
2017-03-28 19:10:29 +02:00
buddh4
844dfa9a65
Merge branch 'master' of https://github.com/humhub/humhub
2017-03-28 15:33:52 +02:00
buddh4
b0fb7fc1d1
Fix: update comment count.
...
Fix: remove popover when deleting post file.
2017-03-28 15:33:36 +02:00
Carlos Ferreira
ca73cb190a
Cursor should be pointer
2017-03-27 22:47:47 +02:00
buddh4
9bfd40cea2
- Enh: Added global copyToClipboard
2017-03-27 16:30:31 +02:00
buddh4
840a236da3
- Fix: Show comments in modal not working
2017-03-26 21:23:58 +02:00
Lucas Bartholemy
250a6bf1e7
Enh: WallEntry layout layout improvements
2017-03-25 12:09:30 +01:00
Lucas Bartholemy
d5736ed0ba
Enh: Improved administration user deletion view
2017-03-24 21:25:07 +01:00
buddh4
c40eb928c4
Fix : #2393 Markdown h4,h5,h6 broken
2017-03-23 15:32:27 +01:00
buddh4
9d01d7ddad
Fixed Test
...
Added Missing production asset
Enh: Added Grunt tasks `build-assets`, `build-theme`, `build-search`
2017-03-17 13:48:08 +01:00
buddh4
ee0034fe5f
Built assets.
2017-03-17 01:20:15 +01:00
Lucas Bartholemy
e7010751f7
Enh: Created new ImageController for user image and banner handling
2017-03-16 17:29:14 +01:00
buddh4
4a60d75e98
Enh: #2359 Use Jplayer playlist feature for post mp3
2017-03-16 14:26:21 +01:00
buddh4
73efebd535
- Rebuild production assets
2017-03-16 14:24:20 +01:00
buddh4
8284dcc129
- Enh: added js module 'ui.view' for view state and utils - Changed 'ui.state.getState' to 'ui.view.getState'
...
- Enh: added view helper as getHeight/Width and isSmall/Medium/Normal (width) to 'ui.view' js module
- Fix: removed popover image preview from mobile
- Fix: removed target-densitydpi not supported warning
2017-03-15 20:10:31 +01:00
buddh4
39d082745a
Enh: Raised collapse value for posts to full embeded youtube video height
...
Fix: Fixed oembed post edit
+ Rebuild theme
2017-03-15 14:57:07 +01:00
buddh4
db93e3ffb7
Merge pull request #2350 from acs-ferreira/patch-25
...
Fix height of <select> under Firefox
2017-03-15 14:36:34 +01:00
buddh4
031cb69a4f
Merge pull request #2354 from acs-ferreira/patch-27
...
Center .caret
2017-03-15 14:29:48 +01:00
buddh4
cd64d15cae
Enh: Included select2-humhub theme into the new theming
...
Enh: Added select2 dropdown for language selection in account and admin settings
Enh: Added data-ui-select2 addition for simple select2 dropdowns
Fix: Don't apply js additions if there was no matching element
2017-03-15 13:23:55 +01:00
Carlos Ferreira
fb2a917e52
Update nav.less
2017-03-14 10:25:17 +01:00
buddh4
b58aba384f
Fix: missing margin of wall-entry-controls in comments.
2017-03-13 22:50:45 +01:00
buddh4
c20aa657cc
Enh: Added alignHeight setting to js loader module.
...
Enh: Allow Response as arguments for modal.setDialog
Enh: Enable modal loading events with dataType json
2017-03-13 22:47:54 +01:00
buddh4
d0ab6b91eb
Enh: Allow direct class export instead of module export in JS Modules e.g. module.export = MyClass
2017-03-13 22:42:56 +01:00
buddh4
9b5abab9a0
Enh: Added xhr to client response instances
...
Enh: Added response.header for receiving response header from xhr
Enh: Added post action to client module for data-action-click="client.post"
Fix: Try using options url as fallback in client calls if the action instance does not provide an url. e.g. client.post(evt, {url:...}
Enh: Enable setting ajax dataType from trigger e.g. data-action-click="modal.load" data-action-data-type="json"
2017-03-13 22:40:42 +01:00
buddh4
7cde220b15
Enh: Added action event.data for receiving action specific data options
2017-03-13 22:33:23 +01:00
Carlos Ferreira
6d163802fb
Update form.less
2017-03-13 00:41:00 +01:00
buddh4
094405df2b
Merge pull request #2318 from acs-ferreira/patch-21
...
Fix small gap on TopNav mouse hover
2017-03-06 16:48:14 +01:00
Carlos Ferreira
a50df0d220
Fix Active menu height
2017-03-06 16:42:55 +01:00
Carlos Ferreira
0962ee048f
Update topbar.less
2017-03-06 16:36:36 +01:00
buddh4
d7e8a816f9
Fix #826 : Notification status not updated right after like.
2017-03-06 13:20:15 +01:00
buddh4
433d885eb5
Fix: Admin group add members placeholder.
...
Enh: Easier save feedback by using module.log.success('saved');
Fix: Set jsWidget id when autogenerated
Fix: Use of Html::activeLabel instead of $form->label in RichtextField
Enh: Added pjax redirect capability to js client
Fix: Show default error in status bar if invalid message object was provided
2017-03-03 18:02:47 +01:00
Carlos Ferreira
e66faa9bf3
Fix small gap on hover
...
Before: http://s23.postimg.org/vz0qx3li3/webperf.png
After: http://s23.postimg.org/y2b64rlaz/webperf.png
2017-03-02 10:01:32 +01:00
Lucas Bartholemy
ef909c9350
Asset rebuild
2017-02-24 11:56:16 +01:00
buddh4
9b36324a33
Fix: Activity stream rendering issue on page unload.
...
Enh: Optimized stream entry fade animation.
2017-02-20 17:51:58 +01:00
buddh4
29022d1d55
Build prod assets.
2017-02-20 15:27:49 +01:00
buddh4
09b6f64053
Fix: file preview text overflow in HumHub theme.
2017-02-20 15:18:59 +01:00
buddh4
d1bedb8edb
Enh: Added getContextMenu for defining wallentry context options.
...
Enh: Added editMode to WallEntry for allowing modal based edits.
2017-02-20 14:40:23 +01:00
buddh4
0d50f3f69d
- Fix: Oembed not rendered in richtext.
...
- Enh: Smarter show more logic - Only cut text if it overlaps the max height by a specific span.
2017-02-20 13:31:32 +01:00