Commit Graph

10792 Commits

Author SHA1 Message Date
rabuzarus ddf3589fc5 count unread forum items for forumlist widget (ping.php) 2015-11-24 22:14:26 +01:00
Tobias Diekershoff 1babf5a6d1 Merge pull request #2090 from annando/1511-document-ejabberd
Documentation for installing a synchronized ejabberd
2015-11-21 07:58:28 +01:00
Michael Vogel 63ec2bb9aa Added the german explanation 2015-11-21 00:11:29 +01:00
Michael Vogel b1ad63cbce Added some more explanations about ejabberd 2015-11-21 00:09:39 +01:00
Michael Vogel 5eb6f9add9 Documentation: Configure bosh 2015-11-20 00:20:32 +01:00
Michael Vogel cbae0874d6 Documentation for installing a synchronized ejabberd 2015-11-19 23:56:56 +01:00
Michael Vogel ec9c4ea9e3 Merge pull request #2089 from tobiasd/20151119-NL
NL update to the strings, thx Ralph
2015-11-19 07:41:59 +01:00
Michael Vogel 5f810452e4 Merge pull request #2087 from tobiasd/20151118-docevents
documentation of the not/maybe/attent feature for events
2015-11-19 07:41:41 +01:00
Tobias Diekershoff 1f583c9657 NL update to the strings, thx Ralph 2015-11-19 07:30:27 +01:00
Tobias Diekershoff cc2e2abb85 linefeeds 2015-11-19 06:45:56 +01:00
Tobias Diekershoff c409c66a7a Merge pull request #2088 from annando/1511-endless-loop
Prevention of endless loops in the conversation
2015-11-19 06:44:04 +01:00
Tobias Diekershoff 4a656b0942 typo 2015-11-19 06:41:40 +01:00
Michael Vogel 37f466d16e Prevention of endless loops in the conversation 2015-11-18 23:57:53 +01:00
Tobias Diekershoff 9649386c8d documentation of the not/maybe/attent feature for events 2015-11-18 14:41:16 +01:00
fabrixxm a4f66ea4ca Merge pull request #2085 from annando/1511-forumlist-fix
This is a quick fix for the the forumlist.
2015-11-18 09:04:10 +01:00
Michael Vogel 41fe07e128 Merge remote-tracking branch 'upstream/develop' into 1511-forumlist-fix 2015-11-17 21:34:01 +01:00
Michael Vogel edb303d44a Merge pull request #2086 from rabuzarus/0711_forumlist
0711 forumlist
2015-11-17 21:33:25 +01:00
rabuzarus 9123cb0fa3 forumlist: oh forgot to raise $visible_forums after testing 2015-11-17 20:59:12 +01:00
rabuzarus a07a0fd1d7 forumlist: fix id conflict and js show-more 2015-11-17 20:57:12 +01:00
Michael Vogel 5a1f763de0 The mobile.css seems to only work for mobiles at the moment. 2015-11-17 20:39:30 +01:00
Michael Vogel cd059aa68f Some SQL fixes 2015-11-17 20:31:40 +01:00
Michael Vogel a9444ec774 The mobile.css was commented out ... 2015-11-17 20:11:06 +01:00
Michael Vogel 4b21512f56 This is a quick fix for the the forumlist. 2015-11-17 19:56:32 +01:00
fabrixxm d1319d97a2 Merge pull request #2081 from annando/1511-avatar-fix
The own avatar was (sometimes?) changed back when it was changed
2015-11-17 09:13:08 +01:00
Michael Vogel e43c7a4447 Merge pull request #2061 from rabuzarus/0711_forumlist
move forumlist addon to core
2015-11-17 08:46:15 +01:00
Michael Vogel b53ae0d42a Bugfix: The own avatar was (sometimes?) changed back when it was changed. 2015-11-17 08:39:09 +01:00
Tobias Diekershoff 49bf4ab47a Merge pull request #2077 from annando/1511-plugin-order
Sort the plugin configuration on the admin page by name
2015-11-14 12:19:45 +01:00
Michael Vogel 47d6e43642 Sort the plugin configuration on the admin page by name 2015-11-14 09:27:24 +01:00
Tobias Diekershoff 53c10aaef1 Merge pull request #2076 from annando/issue-2060
Fix for issue 2060: Redirection after registration
2015-11-14 09:08:26 +01:00
Tobias Diekershoff 83cb32d637 Merge pull request #2075 from annando/1511-bugfix-bbcode
Bugfix: Avoid error messages because of an already used function
2015-11-14 08:09:52 +01:00
Michael Vogel 830870c58e Fix for issue 2060: When password is provided during the register process now the user is redirected correctly. 2015-11-14 08:07:09 +01:00
Michael Vogel e1774acbde Bugfix: Avoid error messages because of an already used function 2015-11-13 23:55:01 +01:00
rabuzarus cec5afe2c9 forumlist: don't raise db version in dbstructure.php 2015-11-13 23:49:37 +01:00
Tobias Diekershoff a552845d8f Merge pull request #2072 from fabrixxm/issue_2066
Remove anonymous function, 5.2 is still minimal requirement
2015-11-13 12:51:17 +01:00
Tobias Diekershoff 009b3364e5 Merge pull request #2074 from fabrixxm/issue_2071
Use static css in install procedure
2015-11-13 12:50:41 +01:00
fabrixxm 1f76e5158b Merge pull request #2073 from annando/1511-avatar
The "self" contact avatar picture is now updated
2015-11-13 11:26:45 +01:00
Fabrixxm 6605e30cf2 pass to all templates by default 2015-11-13 10:56:37 +01:00
Fabrixxm 0a9e017d34 Installer use static css, fix #2071 2015-11-13 10:56:06 +01:00
Michael Vogel ab1edca0be Profile photos are now having an extension 2015-11-13 10:15:30 +01:00
Michael Vogel 6ddf62bdf7 Merge remote-tracking branch 'upstream/develop' into 1511-avatar 2015-11-13 09:48:34 +01:00
Michael Vogel c951123b76 Cleaned code 2015-11-13 09:45:15 +01:00
Fabrixxm fa4ee05312 Remove anonymous function, 5.2 is still minimal requirement 2015-11-13 09:36:22 +01:00
fabrixxm 98f524db67 Merge pull request #2067 from annando/1511-optimize-sql
Optimized SQL queries to reduce the amount of write operations
2015-11-13 09:16:52 +01:00
fabrixxm fc0b3d58cf Merge pull request #2070 from annando/1511-local-delivery-soapbox
Local delivery of comments to soap boxes are working now
2015-11-13 09:15:56 +01:00
Michael Vogel 11905c0bec The avatar picture wasn't updated at the contact table 2015-11-13 08:45:14 +01:00
rabuzarus 86e720c99d forumlist: some more doxygen for plugin.php 2015-11-13 00:33:32 +01:00
rabuzarus e239f0a82e forumlist: dbupdate - fix - delete hooks and addon entry manually 2015-11-13 00:16:39 +01:00
Michael Vogel 5a8d66e2d4 Just removed blanks with tabs 2015-11-12 23:34:33 +01:00
Michael Vogel 1ea82ea355 Only allow non top level posts to soap boxes 2015-11-12 21:55:33 +01:00
Michael Vogel 3648094927 Local delivery of comments to soap boxes are working now 2015-11-12 21:43:42 +01:00