Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #891 from dawnbreak/langlibs | git-marijus | 2017-11-04 | 2063 | -504033/+490694 |
|\ | | | | | Langlibs updates | ||||
| * | :white_check_mark: Some more work on unit tests. | Klaus Weidenbach | 2017-10-29 | 6 | -177/+261 |
| | | | | | | | | | | | | Some small improvements for coverage report. Add more functions from include/text.php Update composer dev libraries for phpunit. | ||||
| * | :arrow_up: Update intl library. | Klaus Weidenbach | 2017-10-29 | 2034 | -499059/+486344 |
| | | | | | | | | | | Update intl library from v0.4? (2014) to v0.7.4 (2016). Use global composer autoloader now. | ||||
| * | :arrow_up: Update Text_LanguageDetect. | Klaus Weidenbach | 2017-10-29 | 24 | -2489/+1614 |
| | | | | | | | | | | | | | | | | Update from v0.3.0 (2012) to v1.0.0 (2017) which should remove some warnings and improve PHP7 support. Using composer to handle this PEAR library now. Fix a problem in FeedutilsTest. | ||||
| * | :white_check_mark: Some unit test for include/language.php | Klaus Weidenbach | 2017-10-26 | 2 | -0/+167 |
| | | | | | | | | | | Unfortunately not so much unit testable, but added in preparation to update LanguageDetect and Intl library. | ||||
* | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-04 | 4 | -4/+18 |
|\ \ | |||||
| * | | provide short localised summary for likes that will end up in displayed ↵ | zotlabs | 2017-11-03 | 2 | -1/+17 |
| | | | | | | | | | | | | notifications | ||||
| * | | more search work | zotlabs | 2017-11-03 | 2 | -3/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-03 | 3 | -5/+42 |
|\| | | |||||
| * | | imagedata not set correctly if large photo AND imagick is not installed | zotlabs | 2017-11-03 | 1 | -0/+3 |
| | | | |||||
| * | | fix cloud redirects with owt tokens | zotlabs | 2017-11-03 | 2 | -5/+39 |
| | | | |||||
* | | | update item_normal() to not include ACTIVITY_OBJ_FILE obj_type | Mario Vavti | 2017-11-03 | 3 | -16/+9 |
| | | | |||||
* | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-03 | 6 | -5/+62 |
|\| | | |||||
| * | | hubzilla issue #896 | zotlabs | 2017-11-02 | 3 | -0/+50 |
| | | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-02 | 3 | -6/+6 |
| |\ \ | |||||
| * | | | more queue work | zotlabs | 2017-11-02 | 3 | -5/+12 |
| | | | | |||||
* | | | | set $module_format to html to not break updates. it will be set to something ↵ | Mario Vavti | 2017-11-03 | 1 | -0/+2 |
| |/ / |/| | | | | | | | | else later if appropriate | ||||
* | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-02 | 4 | -8/+36 |
|\| | | |||||
| * | | put deferred queue logic every place we create a delivery process (except ↵ | zotlabs | 2017-11-02 | 4 | -8/+36 |
| | | | | | | | | | | | | for protocol 'friend requests' which aren't likely to swamp the delivery system). Remove it from the queue_delivery function which was too late to do anything. | ||||
* | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-02 | 1 | -1/+11 |
|\| | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-11-01 | 1 | -0/+12 |
| |\ \ | |||||
| * | | | don't perform zot_refresh on dead sites unless $force is set | zotlabs | 2017-11-01 | 1 | -0/+10 |
| | | | | |||||
| * | | | do not send message_list responses to dead sites (this delivery method ↵ | zotlabs | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | bypassed the notifier) | ||||
* | | | | fix issues with diaspora xchans | Mario Vavti | 2017-11-02 | 3 | -6/+6 |
| |/ / |/| | | |||||
* | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-11-01 | 22 | -17/+173 |
|\| | | |||||
| * | | support for netselect query | zotlabs | 2017-11-01 | 6 | -8/+33 |
| | | | |||||
| * | | Maria's profile photo issue, please push to master. | zotlabs | 2017-11-01 | 2 | -2/+12 |
| | | | |||||
| * | | provide personal config for channel_menu; the site can set an initial ↵ | zotlabs | 2017-10-31 | 2 | -0/+4 |
| | | | | | | | | | | | | site-wide value but this but there isn't a corresponding admin setting currently and can only be set by manual config | ||||
| * | | pdledit - show original/system layout text for comparison | zotlabs | 2017-10-31 | 2 | -2/+9 |
| | | | |||||
| * | | add another delivery control parameter (force queue threshold) | zotlabs | 2017-10-31 | 3 | -3/+17 |
| | | | |||||
| * | | bring back sitesearch widget in mod_search because some screen modes don't ↵ | zotlabs | 2017-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | have search in the navbar and there is no other way to enter text - hubzilla issue #898 | ||||
| * | | move tile styles to theme instead of template file | zotlabs | 2017-10-30 | 2 | -7/+30 |
| | | | |||||
| * | | use 1) personal setting, 2) site setting, 3) default false - for ↵ | zotlabs | 2017-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | system.channel_menu | ||||
| * | | provide a 'tile' view (view only) mode to mod_cloud | zotlabs | 2017-10-30 | 4 | -0/+73 |
| | | | |||||
* | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2017-10-30 | 9 | -27/+72 |
|\| | | |||||
| * | | memory overflow trying to delete a connection with a very high noise to ↵ | zotlabs | 2017-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | signal ratio | ||||
| * | | add some documentation about shareable widgets | zotlabs | 2017-10-29 | 1 | -2/+32 |
| | | | |||||
| * | | allow plugin class widgets, fix sql error in page module | zotlabs | 2017-10-29 | 3 | -12/+4 |
| | | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-10-29 | 2 | -9/+9 |
| |\ \ | |||||
| * | | | fix "unstar" | zotlabs | 2017-10-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | 1/2 of hubzilla issue #893 | zotlabs | 2017-10-26 | 1 | -0/+6 |
| | | | | |||||
| * | | | encrypt the owa token | zotlabs | 2017-10-26 | 2 | -4/+13 |
| | | | | |||||
| * | | | hubzilla issue #890, separate the pdl preview feature from the mod_page ↵ | zotlabs | 2017-10-25 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | | webpage query so that the webpage will always win if a webpage and pdl have the same name. | ||||
| * | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-10-25 | 10 | -27/+128 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-10-23 | 7 | -95/+152 |
| |\ \ \ \ | |||||
| * | | | | | not sure when but the hcard went missing in webfinger | zotlabs | 2017-10-23 | 1 | -0/+7 |
| | | | | | | |||||
| * | | | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-10-22 | 17 | -3017/+3883 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-10-19 | 10 | -1465/+1867 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-10-17 | 3 | -5/+12 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-10-16 | 13 | -33/+104 |
| |\ \ \ \ \ \ \ \ |