Hypolite Petovan
|
b61479ba6e
|
Merge remote-tracking branch 'friendica/develop' into issue/#3062
# Conflicts:
# view/theme/duepuntozero/theme.php
# view/theme/smoothly/theme.php
|
2017-01-12 09:19:59 +11:00 |
|
Hypolite Petovan
|
623479a346
|
Normalize App parameter declaration (view folder)
|
2017-01-09 23:06:08 +11:00 |
|
Hypolite Petovan
|
ecd86ec296
|
Check for existing element in openMenu()
- Removed useless val() call in the various insertFormatting()
declarations
|
2017-01-09 11:34:41 +11:00 |
|
Hypolite Petovan
|
479180ca8e
|
Merge branch 'develop' into issue/#3062
|
2017-01-08 11:44:45 +11:00 |
|
Hypolite Petovan
|
05e68de695
|
Removing extraneous line feeds in conditions
|
2017-01-08 11:02:30 +11:00 |
|
Hypolite Petovan
|
d7c9b293d3
|
Update insertFormatting() definition
- Remove now useless comment parameter
- Formatting all around
- Update data-role=“insert-formatting” links
- Update onclick=“insertFormatting()” links
|
2017-01-08 02:16:03 +11:00 |
|
Hypolite Petovan
|
b50f1f970f
|
Use placeholder attribute for Comment message
- Remove global aStr.comment
- Remove global window.commentEmptyText
- Remove head.tpl $comment parameter
|
2017-01-08 02:13:55 +11:00 |
|
Hypolite Petovan
|
b6ce646d71
|
Use placeholder attribute for Share message
|
2017-01-08 02:06:03 +11:00 |
|
Hypolite Petovan
|
daa8e4f901
|
Cleaning up, actual changes are in the next commits
- Formatting
- Trailing spaces
- Extraneous blank lines
- Large comments
|
2017-01-08 02:03:11 +11:00 |
|
Roland Häder
|
a883514604
|
Opps, forgot this ...
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-20 12:38:23 +01:00 |
|
Roland Häder
|
c22878643b
|
Opps, forgot this ...
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-20 12:38:11 +01:00 |
|
Roland Häder
|
fb817b18ad
|
changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-20 10:59:06 +01:00 |
|
Roland Häder
|
884f44ce94
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-19 14:27:16 +01:00 |
|
Hypolite Petovan
|
fac144e3d4
|
Add active response support to frost theme
- Add active classes to wall_thread.tpl
- Add styles
- Fix event icon not appearing at full opacity on hover
|
2016-11-22 18:42:37 +01:00 |
|
Silke Meyer
|
e32a39d129
|
Marked themes frost and frost-mobile as unsupported
|
2016-11-19 18:17:21 +01:00 |
|
rabuzarus
|
8064ff6ecb
|
update to fullCalendar 3.0.1, frio: cal list view, frio: cal month hover
|
2016-10-16 16:04:53 +02:00 |
|
Michael Vogel
|
196eb6009f
|
The XMPP address is now in the profile and will be transmitted
|
2016-09-25 15:28:00 +00:00 |
|
rabuzarus
|
37ae63e120
|
fix contact dropping on contact edit page also for other themes
|
2016-08-17 16:51:04 +02:00 |
|
rabuzarus
|
15471f3835
|
add possibility to load custom page templates + none.php pagetemplate is part of core now
|
2016-07-11 10:33:39 +02:00 |
|
Ben Roberts
|
864cf0f70d
|
update MF2 and vcard data for issue #2629
|
2016-06-21 10:23:43 -04:00 |
|
rabuzarus
|
7495a34b32
|
implement a public calendar for vistors of someones profile page
|
2016-06-19 22:04:34 +02:00 |
|
rabuzarus
|
7dc5fc8b9f
|
Merge develop into 1206-events-template
Conflicts:
view/theme/frio/css/style.css
|
2016-06-17 14:33:08 +02:00 |
|
rabuzarus
|
c99da380cf
|
frio: events - adapt changes to the templates of the other themes
|
2016-06-17 10:33:12 +02:00 |
|
rabuzarus
|
3a9a9e6a1c
|
frio + core: some restructure in profiles.php + frio template for profiles settings
|
2016-06-10 11:24:38 +02:00 |
|
Michael Vogel
|
e2c0f04eeb
|
Added short description to "mark as seen"
|
2016-06-01 07:05:44 +02:00 |
|
Michael Vogel
|
7e6598f2c0
|
Adopted the changes to the other themes as well.
|
2016-05-30 07:18:25 +02:00 |
|
rabuzarus
|
6944d67dbc
|
photos view: fix js error with undefined variable
|
2016-05-13 01:26:07 +02:00 |
|
rabuzarus
|
ed6ada0da5
|
rework autocomplete: use minified version + delete old fk.autocomplete.js
|
2016-04-15 02:25:58 +02:00 |
|
rabuzarus
|
01b02dbcaa
|
Merge develop into 1404_reworked_autocomplete
Conflicts:
include/text.php
view/templates/head.tpl
view/theme/duepuntozero/style.css
view/theme/vier/style.css
|
2016-04-14 16:23:51 +02:00 |
|
Tobias Diekershoff
|
d9b6355bb8
|
added lang info to frost themes
|
2016-04-03 21:00:18 +02:00 |
|
fabrixxm
|
d30d13959b
|
Merge pull request #2328 from rabuzarus/0602_contact_profile
polishing of the contact-edit page
|
2016-03-06 19:56:59 +01:00 |
|
Roland Häder
|
04a7d6384e
|
No need to set $a->theme_info = array() everywhere if you can define it in App
itself.
Signed-off-by: Roland Haeder <roland@mxchange.org>
|
2016-03-01 14:27:38 +01:00 |
|
rabuzarus
|
0db83b9586
|
contactedit-actions-button: move repair back to tabbar
|
2016-02-23 19:19:45 +01:00 |
|
Andrej Stieben
|
e104c58191
|
Added div#pause to themes' default.php
As requested by @tobiasd and @rabuzarus.
|
2016-02-09 16:41:19 +01:00 |
|
rabuzarus
|
0b5d7b300e
|
contactedit-actions-button: adjust the themes and template polishing
|
2016-02-08 23:15:20 +01:00 |
|
rabuzarus
|
39a849c113
|
rework autocomplete: new ac for poke, contacts, prv_messages
|
2016-01-22 17:47:48 +01:00 |
|
rabuzarus
|
e3475bd587
|
rework autocomplete: css work
|
2016-01-21 13:28:29 +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 |
|
rabuzarus
|
20fbf670db
|
photo aside widget for profile page
|
2015-12-30 00:26:50 +01:00 |
|
Tobias Diekershoff
|
4a7d6eb13c
|
resized icons to 16px
|
2015-12-13 08:09:53 +01:00 |
|
Tobias Diekershoff
|
a7b37faafd
|
added event icons from frost-mobile to frost
|
2015-12-12 06:23:54 +01:00 |
|
Fabrixxm
|
ddbba521c5
|
Add support for attending an event to frost themes
fix #1953
|
2015-12-04 15:01:46 +01:00 |
|
rabuzarus
|
cd7ec72b20
|
unify hcard and vcard: make $pdesc available in hcard&vcard
|
2015-12-01 19:47:23 +01:00 |
|
rabuzarus
|
89c5989cfb
|
unify hcard and vcard
|
2015-12-01 18:31:08 +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 |
|
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
|
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 |
|