Random Penguin
6d3dd9b8b2
Update smileybutton.php
...
- Enabling for Quattro. Enabled for Mobile because it may have emoji mobile devices do not have. Switched structure from <table> to <div> to make layout more flexible.
- Switched to DIV layout
- Also fixes button and position appearance.
- Also fixes button alignment and appearance issues
- Adding support for Quattro theme
2026-02-10 21:22:03 -05:00
Art4
84659fc1ad
Replace DI::app() with DI::appHelper()
2024-12-11 21:47:10 +00:00
Art4
5f7482d081
Remove unused use statements for App
2024-12-11 21:42:48 +00:00
43c46ae6d9
[smileybutton] Add explicit conversion from float to int
...
Address part of https://github.com/friendica/friendica/issues/13157#issuecomment-1771572442
2023-10-29 12:40:31 +01:00
648fadedd3
[various] Adapt BaseURL calls for new UriInterface
2023-02-18 21:04:47 +01:00
39c654da00
[various] Remove App dependency from hook functions
2023-01-13 21:16:09 -05:00
93267b5b83
Fixed wrong type-hint + "imported" class
2022-06-23 07:45:59 +02:00
04df7f6e05
Changes:
...
- added more type-hints
- cleaned up some files (curly braces, spaces)
2022-06-23 07:17:00 +02:00
f0522a998b
[various] Use __DIR__ constant in all Page registerStylesheet and registerFooterScript calls
2021-11-29 06:54:59 -05:00
4f698eb875
[smileybutton] Rework addon
...
- Add frio style
- Remove reference to removed tinymce editor
2021-02-08 11:02:34 -05:00
203672cf27
[various] Remove redundant uninstall functions
...
- All hooks (current and obsolete) are removed automatically during addon uninstall
2020-07-27 08:30:41 -04:00
2ca621a92a
Replace deprecated $a->page with DI::page()
2019-12-30 20:02:08 +01:00
5060f3c0aa
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet()
2019-12-27 21:55:18 +01:00
335fcf670f
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
2019-12-27 21:55:17 +01:00
c27b1cb66f
Replace deprecated Addon::*registerHook by Hook::*register
2018-12-26 10:20:18 -05:00
eaeb834819
Replace deprecated Addon::callHooks by Hook::callAll
2018-12-26 10:20:17 -05:00
Adam Magness
49eff56e5d
Core Logger
...
implement log() function.
more to squash
Core Logger Class
implement log() function
2018-10-29 19:40:18 -04:00
1454abfdb4
rename App Methods
...
- rename get_baseurl() to getBaseURL()
2018-10-10 00:04:49 +02:00
Hypolite Petovan
82fd1df5dd
Replace current_theme() and current_theme_url() calls
2018-04-28 18:39:29 -04:00
Hypolite Petovan
3e418dc5a0
Fix remaining call_hooks
2018-01-21 00:11:18 -05:00
Adam Magness
0afd633346
Addon class
...
plugin moved to Addon src class
2018-01-19 07:20:17 -05:00
Hypolite Petovan
27b60e003f
Use short form array syntax everywhere
2018-01-15 08:15:33 -05:00
f8d9efe8c7
some files were executable, now they are not
2017-12-07 14:26:26 +01:00
rabuzarus
4fe0910337
make smileybutton part of the div profile-smiley-wrapper
2016-02-05 21:25:50 +01:00
Johannes Schwab
9a1c783d74
make smileybutton respect the theme
2015-02-07 16:22:20 +01:00
5c5c23acb0
wording submit -> save settings
2013-11-19 14:10:27 +01:00
Johannes Schwab
e345295c7c
fixed an error with the button
2013-09-08 10:12:53 +02:00
Johannes Schwab
ad6e4c2ba0
Add an option to hide the button
2013-09-07 18:35:00 +02:00
Johannes Schwab
f2a019504c
Fixed for tinymce and improved appearance
2013-08-31 13:50:02 +02:00
Johannes Schwab
0ed6c53397
Add Smileybutton Plugin
2013-08-30 03:00:56 +02:00