Michael Vogel
90a8d6f0f5
Several performance improvements
2016-01-15 23:27:25 +01:00
Tobias Diekershoff
629c69d9dd
only show the reload link if plugins are found
2016-01-15 19:35:45 +01:00
Tobias Diekershoff
7a7ffb2299
issue 2240 when no addon are installed hint the location of sources in the admin panel
2016-01-15 18:19:22 +01:00
Tobias Diekershoff
5099f43c42
only show platforms with counts > 0
2016-01-15 18:19:22 +01:00
Tobias Diekershoff
8e7d53cd41
added Chart.js 1.0.2 to friendica library and use it instead of CDN version for graphs
2016-01-15 18:19:21 +01:00
Tobias Diekershoff
0d5fed5b3b
beautification of HTML code
2016-01-15 18:19:21 +01:00
Tobias Diekershoff
0a5c9e96a8
moved viewing of friendica logs into a separate subpage, thus created a new template
2016-01-15 18:19:21 +01:00
Tobias Diekershoff
ddb17d36a2
added PHP logging hint fields to the template
2016-01-15 18:19:21 +01:00
Tobias Diekershoff
c1aa668fef
add log viewer to the aside menu of the admin panel
2016-01-15 18:19:21 +01:00
Tobias Diekershoff
4af584cec2
small fix for the ShaShape font
2016-01-15 18:19:20 +01:00
Tobias Diekershoff
a4104d7c17
1st stuff for federation stats in the admin panel
2016-01-15 18:19:19 +01:00
fabrixxm
f4173d1764
Merge pull request #2244 from annando/1601-gcontact-total
...
Global contacts are now playing a central role
2016-01-14 10:14:52 +01:00
rabuzarus
556f76de01
vier: mobile view - fix word breaking
2016-01-13 19:56:21 +01:00
Michael Vogel
885dc1df81
gcontact update script, rebuilt follow page, query speedup for community and network groups
2016-01-10 09:19:00 +01:00
fabrixxm
fcf7a791f1
Revert "Merge pull request #2223 from rabuzarus/2912_photo_widget"
...
This reverts commit 83e54f70d3
, reversing
changes made to ecf576bdd0
.
2016-01-04 11:46:19 +01:00
fabrixxm
83e54f70d3
Merge pull request #2223 from rabuzarus/2912_photo_widget
...
photo aside widget for profile page
2016-01-04 10:06:07 +01:00
Michael Vogel
771d0c4bfa
Merge pull request #2224 from rabuzarus/2812_js_scrollbars
...
Since we can easily remove it, we can accept this - and change it back if we need to. I haven't check accessibility - but this can be done later.
2016-01-03 14:09:17 +01:00
Tobias Diekershoff
680f1073cb
Typo in DE translations
2016-01-03 12:57:42 +01:00
fabrixxm
907d20940a
Merge pull request #2221 from rabuzarus/2812_vier_mobile_icons
...
vier: make TopNavBar mobile friendly
2015-12-31 09:38:27 +01:00
Tobias Diekershoff
ab5d0aa5e6
DE update to the strings
2015-12-31 07:32:15 +01:00
Tobias Diekershoff
6961fa636a
FR update to the strings
2015-12-30 08:55:59 +01:00
rabuzarus
f8256fc53b
make perfect scrollbars work with quattro
2015-12-30 03:12:52 +01:00
rabuzarus
89c0a8f8a8
vier: remove double available accesskeys
2015-12-30 00:48:11 +01:00
rabuzarus
3366e530cd
photo aside widget: little polish
2015-12-30 00:37:24 +01:00
rabuzarus
20fbf670db
photo aside widget for profile page
2015-12-30 00:26:50 +01:00
Michael Vogel
b41ab85feb
Merge pull request #2220 from rabuzarus/2812_notify_menu
...
vier: some visual work on the notification menu
2015-12-29 14:31:41 +01:00
rabuzarus
871fb609d4
vier: add missing clear divs to right aside
2015-12-29 02:01:17 +01:00
rabuzarus
51a8864519
vier: make TopNavBar mobile friendly
2015-12-29 00:23:59 +01:00
rabuzarus
e93156427e
use perfect-scrollbars for nav-notifications-menu (and in vier aside)
2015-12-28 23:16:34 +01:00
rabuzarus
43d35315db
vier nav-notification-menu: further polishing
2015-12-28 22:04:54 +01:00
rabuzarus
c7d2d95705
vier nav-notification-menu: small cleanup
2015-12-28 20:52:11 +01:00
rabuzarus
093a3e6742
some work on vier nav-notification-menu
2015-12-28 20:40:04 +01:00
Tobias Diekershoff
99861b9fa6
Merge pull request #2216 from fabrixxm/feature-api-like
...
Works on API and a small refractor, updated docs
2015-12-28 18:39:21 +01:00
fabrixxm
6da04d16bd
get rid of unwanted <br>s in items with oembed
...
fix video thumbnail in quattro, vier, duepuntozero themes
2015-12-28 18:07:31 +01:00
Michael Vogel
9d83892151
Merge pull request #2215 from rabuzarus/2812_vier_mobile_fix
...
vier: fix for 2205
2015-12-28 10:41:39 +01:00
fabrixxm
696fe53d8f
sizes links in xml output of api/frienidca/photo is an array
2015-12-28 10:23:06 +01:00
fabrixxm
6b60560ea2
Changes in api
...
- Api functions can define an HTTP method to use to call them. "405 Method Not Allowed" is returned on error
- Api function that modify data accepts only POST as method.
- A list of HTTP return code related exception is added
- Api functions throw HTTP exceptions instead of return false or die()
- api_call() catches HTTP exceptions and return error message with corret HTTP response code
- api_format_items() returns also item activities count (# of like/dislike etc)
- api/friendica/photos/list return more info about photos. xml format added.
- api/friendica/photo/detail return more info, links to all sizes, no data except if 'size' parameter is passed. xml format added.
- new api api/friendica/activity/<verb> and api/friendica/activity/un<verb> to add or remove like/dislike/attend status
2015-12-28 10:23:06 +01:00
rabuzarus
e68fcc146a
vier: fix for 2205
2015-12-28 04:57:49 +01:00
Michael Vogel
8b25f51116
XRD now should react more like an OStatus server
2015-12-28 01:04:14 +01:00
Fabrixxm
d4dd863b4b
quattro: style managed unread notification
2015-12-21 16:19:56 +01:00
Fabrixxm
b79d98aea5
quattro: fix PM aside template
...
errors was raised with new "show message list in aside" patch
2015-12-21 09:43:10 +01:00
Tobias Diekershoff
719989249f
FR: update to the translation
2015-12-17 08:27:02 +01:00
rabuzarus
19a72b30b4
vier: fix missing icons
2015-12-15 15:13:46 +01:00
Tobias Diekershoff
9640eb7c81
IT update to the strings
2015-12-14 16:56:40 +01:00
Tobias Diekershoff
053b69eee4
FR update to the strings
2015-12-14 16:30:28 +01:00
Tobias Diekershoff
e97a6dfb77
DE update to the strings
2015-12-14 16:27:00 +01:00
fabrixxm
5b5b942325
Merge pull request #2172 from tobiasd/20151212-frosticons
...
added event icons from frost-mobile to frost
2015-12-13 09:21:03 +01:00
Tobias Diekershoff
4a7d6eb13c
resized icons to 16px
2015-12-13 08:09:53 +01:00
Michael Vogel
ec9b1b7afd
There is now a fragmentation level for the table optimisation
2015-12-12 17:46:24 +01:00
Tobias Diekershoff
a7b37faafd
added event icons from frost-mobile to frost
2015-12-12 06:23:54 +01:00
fabrixxm
8d1af68f44
missing frost-mobile event icons
2015-12-11 19:38:00 +01:00
Michael Vogel
6bd23721c2
Merge pull request #2169 from tobiasd/20151211-FR
...
update to the French translation
2015-12-11 11:23:49 +01:00
Tobias Diekershoff
5f27f509cb
Merge pull request #2167 from annando/1512-profile-aside
...
Sometimes there wasn't a linebreak before the address in the profile
2015-12-11 08:10:23 +01:00
Tobias Diekershoff
36769d77eb
FR update to the strings THX Perig
2015-12-11 08:03:09 +01:00
Michael Vogel
138d745f5e
Sometimes there wasn't a linebreak before the address in the profile
2015-12-10 21:39:44 +01:00
Michael Vogel
1e0f26da8d
Merge pull request #2166 from rabuzarus/1012_vier-forum
...
vier: fix little misspelling
2015-12-10 21:19:16 +01:00
rabuzarus
776cbe4a37
vier: fix little misspelling
2015-12-10 13:30:11 +01:00
Michael Vogel
59b2bde9a7
Do a linebreak before the output of rendertime
2015-12-08 19:41:27 +01:00
Michael Vogel
1fb636ba1e
Vier: The line-height seems to make problems with windows
2015-12-07 21:45:33 +01:00
Michael Vogel
01c9d13927
Issue 1871: Show an information if a group is empty
2015-12-05 23:29:42 +01:00
Tobias Diekershoff
f849ff0155
SV messages.po regenerated from strings.php
2015-12-04 21:31:33 +01:00
fabrixxm
38d46b164a
quattro: some love to events pages
2015-12-04 20:43:35 +01:00
fabrixxm
f739fdc517
Quattro: Rss icon for atom feed link in profile
2015-12-04 19:57:19 +01:00
fabrixxm
f44846555a
quattro: hide acl button in edit post
...
fix #1780
2015-12-04 19:29:13 +01:00
Fabrixxm
ddbba521c5
Add support for attending an event to frost themes
...
fix #1953
2015-12-04 15:01:46 +01:00
Michael Vogel
1a170c8743
Merge remote-tracking branch 'upstream/develop' into 1512-contact-rework
...
Conflicts:
mod/contacts.php
mod/crepair.php
2015-12-03 14:38:04 +01:00
Michael Vogel
1f9644bded
Merge pull request #2131 from rabuzarus/3011_hcard_vcard
...
unify hcard and vcard
2015-12-03 14:16:52 +01:00
rabuzarus
1d6d9d3d24
photos-albms widget: add some classes
2015-12-01 21:07:05 +01:00
rabuzarus
cd7ec72b20
unify hcard and vcard: make $pdesc available in hcard&vcard
2015-12-01 19:47:23 +01:00
rabuzarus
39b37281a7
Merge develop into 3011_hcard_vcard
2015-12-01 18:34:13 +01:00
rabuzarus
89c5989cfb
unify hcard and vcard
2015-12-01 18:31:08 +01:00
Michael Vogel
06a4b0dc5e
Header removed in the contact area
2015-12-01 18:21:05 +01:00
Michael Vogel
fe900ac576
Merge remote-tracking branch 'upstream/develop' into 1512-contact-rework
2015-12-01 17:16:31 +01:00
Michael Vogel
6910604ffb
Merge pull request #2125 from rabuzarus/2911_event_template
...
vier event_form: include bb-tags for editing
2015-12-01 17:13:46 +01:00
Tobias Diekershoff
91bac8a6e0
DE translations THX Abrax
2015-12-01 13:56:23 +01:00
Michael Vogel
1c93729c46
Tab is added to "all friends" and "common friends"
2015-12-01 08:12:05 +01:00
rabuzarus
39b85c8486
vier event_form: include bb-tags for editing
2015-11-30 16:00:41 +01:00
fabrixxm
2753e62483
Merge pull request #2119 from annando/1511-contact-evolution
...
Refurbished contact settings/contact posts
2015-11-30 14:45:23 +01:00
fabrixxm
a60b702df1
Merge pull request #2113 from annando/1511-manage-notifications
...
The manage page now shows the notifications
2015-11-30 12:04:53 +01:00
Michael Vogel
4efb6c6f79
Merge pull request #2120 from rabuzarus/2911_network_header
...
2911 network header
2015-11-30 08:30:34 +01:00
rabuzarus
a6aac8f950
networkheader: do css work the other supported themes
2015-11-30 01:24:22 +01:00
Michael Vogel
42d903dd68
Redesign of the contact pages, new tab for contact statuses
2015-11-29 23:22:05 +01:00
Tobias Diekershoff
f45a8f1a03
Merge pull request #2106 from annando/1511-ostatus-bookmark-design
...
Small OStatus changes
2015-11-29 23:19:12 +01:00
Michael Vogel
5649e9e193
The contact page now contains more data
2015-11-29 17:04:48 +01:00
rabuzarus
70860e5836
new_event: default size of textfields
2015-11-29 16:16:18 +01:00
Tobias Diekershoff
ba441789b9
followup for #2110 putting the styling in less file and recompile css
2015-11-29 11:18:32 +01:00
Michael Vogel
583a2f709b
Merge remote-tracking branch 'upstream/develop' into 1511-ostatus-bookmark-design
2015-11-29 10:25:44 +01:00
Tobias Diekershoff
be40fb8186
Merge pull request #2110 from annando/1511-subscribe-feed
...
Issue 1779: Atom feed link under the connect link on the profile page
2015-11-29 08:40:39 +01:00
rabuzarus
1a0cb99d56
redesign the network page header when cid selected
2015-11-29 04:57:42 +01:00
rabuzarus
f5597da059
forumlist - mark selected forum as selected
2015-11-28 23:52:12 +01:00
Michael Vogel
58a261a29a
Other themes are now supported as well
2015-11-28 23:18:01 +01:00
Michael Vogel
3067663909
The manage page now shows the unread notifications
2015-11-28 22:56:48 +01:00
rabuzarus
a3059d02d4
group_side - unify look with forumlist
2015-11-28 20:09:28 +01:00
Michael Vogel
388847e1f3
Issue 1779: There is now an atom feed link under the connect link on the profile page
2015-11-28 18:11:34 +01:00
Michael Vogel
679ce3243e
Admin settings for table optimisation
2015-11-28 16:35:16 +01:00
Michael Vogel
3b6d3d1ade
Merge pull request #2099 from rabuzarus/2611_new_user_addr
...
generate addr for new registered users
2015-11-27 21:35:46 +01:00
rabuzarus
620299dc25
include friendica address in hcard
2015-11-26 17:46:38 +01:00
rabuzarus
ddf3589fc5
count unread forum items for forumlist widget (ping.php)
2015-11-24 22:14:26 +01:00
Tobias Diekershoff
1f583c9657
NL update to the strings, thx Ralph
2015-11-19 07:30:27 +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
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
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
Michael Vogel
e43c7a4447
Merge pull request #2061 from rabuzarus/0711_forumlist
...
move forumlist addon to core
2015-11-17 08:46:15 +01:00
Fabrixxm
0a9e017d34
Installer use static css, fix #2071
2015-11-13 10:56:06 +01:00
fabrixxm
c81f63a5b3
vier mobile: prefixed transition in css, mobile-related javascript only on mobile
2015-11-12 09:41:04 +01:00
fabrixxm
54460bdf35
fix tab icon padding
2015-11-12 09:41:04 +01:00
fabrixxm
b3e09b817f
fix menu icon, add icon to tab
2015-11-12 09:40:28 +01:00
fabrixxm
e5edd7b7db
mobile friendly tabs
2015-11-12 09:40:28 +01:00
Tobias Diekershoff
c687069709
Merge pull request #2068 from annando/1511-vier-mobile-aside
...
Vier-Mobile: The left menu does now appears even when scrolled down
2015-11-12 09:09:28 +01:00
Michael Vogel
31c44bd398
Vier: The left menu does now appear reliably even if the user had scrolled down.
2015-11-12 08:57:57 +01:00
rabuzarus
902735f6d4
forumlist: dbupdate
2015-11-11 23:39:14 +01:00
rabuzarus
988d0327ae
forumlist: forgot some required_once for plugin_enabled()
2015-11-11 21:37:16 +01:00
rabuzarus
215205d376
forumlist: nodeinfo_plugin_enabled() is now plugin_enabled()
2015-11-11 21:31:26 +01:00
Michael Vogel
37c68f6548
Merge pull request #2065 from tobiasd/20151110-shashape
...
ShaShape iconset
2015-11-10 21:55:15 +01:00
Michael Vogel
a320805bd9
Merge pull request #2064 from tobiasd/20151110-de
...
update to the DE translation by Abrax
2015-11-10 21:53:06 +01:00
Tobias Diekershoff
d6ac6aa615
updated the CSS file for the ShaShape iconset
2015-11-10 20:34:21 +01:00
Tobias Diekershoff
835e6c4955
new version of the ShaShape iconset
2015-11-10 20:12:16 +01:00
Tobias Diekershoff
37e1c916db
update to the DE translation by Abrax
2015-11-10 20:02:19 +01:00
Michael Vogel
cba2a8b64b
Vier: Make it look more beautiful under Linux
2015-11-10 16:25:36 +01:00
rabuzarus
abf9ebd466
forumlist: small fix
2015-11-10 12:53:56 +01:00
rabuzarus
96b764425e
move forumlist addon to core
2015-11-09 15:56:20 +01:00
fabrixxm
df866253b0
aside bar as menu in mobile
2015-11-08 19:08:00 +01:00
fabrixxm
c700a6fb37
duepuntozero, vier: add unread messages per group
2015-11-08 18:02:04 +01:00
fabrixxm
3c1127e613
remove debug code
2015-11-08 17:04:39 +01:00
fabrixxm
d522d7095d
quattro: add unread message count per groups
2015-11-08 16:55:44 +01:00
Tobias Diekershoff
631afe5810
Merge pull request #2035 from FlxAlbroscheit/develop
...
Preview the last 5 conversations in message-sidebar
2015-11-08 16:03:04 +01:00
fabrixxm
ae9c9829fa
Remove language selectors from themes
...
This is now a user setting
2015-11-08 14:42:54 +01:00
fabrixxm
fb3ac68cc0
Add user language in settings, use that field as language for UI
2015-11-08 14:23:49 +01:00
fabrixxm
e74916d395
Merge pull request #2042 from tobiasd/develop
...
some icons were added to the ShaShape iconset
2015-11-08 12:44:44 +01:00
Tobias Diekershoff
4b9fa3fb7e
some icons were added to the ShaShape iconset
2015-11-08 12:33:48 +01:00
fabrixxm
0363bab040
js: add new Dialog object
...
The Dialog is used by code to show urls in colorbox.
Templates can overwrite `show()` function to change its behaviour
2015-11-08 12:01:19 +01:00
FlxAlbroscheit
06676e7c1b
Preview last five conversations in message-sidebar
2015-11-07 18:57:40 +01:00
FlxAlbroscheit
1b2349d011
Preview last five conversations in message-sidebar
2015-11-07 18:56:05 +01:00
FlxAlbroscheit
a8c033a7f6
Preview last five conversations in message-sidebar
2015-11-07 18:55:13 +01:00
FlxAlbroscheit
603dad93f3
Preview last five conversations in message-sidebar
2015-11-07 18:54:20 +01:00
Tobias Diekershoff
b3e3149e50
wrong filename
2015-11-07 16:30:31 +01:00
Tobias Diekershoff
f2013951a9
wrong filename
2015-11-07 16:28:31 +01:00
Tobias Diekershoff
0c6097fbcd
initial commit of the ShaShape iconset by Andi Stadler
2015-11-07 16:24:22 +01:00
fabrixxm
5f6ea6357d
Add 'Reload active themes' to admin
...
It will call 'uninstall()' and 'install()' on every active themes
2015-11-06 23:53:10 +01:00
Michael Vogel
0f563525bd
Optical adjustments for contacts/set "last_failure" when inaccessible
2015-11-06 09:15:20 +01:00
Michael Vogel
0f41f35041
The contact template now displays the address if available
2015-11-06 00:47:54 +01:00
Michael Vogel
5b2e1188c0
Vier: Network name, "ago" and the quote description are now smaller when mobile.
2015-11-04 00:07:05 +01:00
Michael Vogel
546fd6cbbe
Merge remote-tracking branch 'upstream/develop' into 1511-vier-mobile2
2015-11-03 23:56:57 +01:00
Michael Vogel
3b11436b02
Merge pull request #1989 from rabuzarus/allfriends
...
template-rework: let common friends and allfriends use viewcontact_te…
2015-11-03 23:27:24 +01:00
Michael Vogel
451b07cfe7
Mobile should be better now
2015-11-03 23:11:36 +01:00
Michael Vogel
eff6f3a57d
On small computers the stylesheet changed to mobile by accident.
2015-11-03 19:14:28 +01:00
rabuzarus
e785759a8b
template-rework:make use of get_contact_details_by_url()
2015-11-03 14:31:15 +01:00