Hypolite Petovan
|
043e04f484
|
Remove confirm template obsolete uses (except for contacts)
- Remove obsolete explode_querystring() function
- Remove $extra_inputs template variable
|
2020-09-12 09:09:15 -04:00 |
|
Hypolite Petovan
|
4065f71382
|
Fix qcomment addon
- Initialize $qcomment template variable everywhere it is expected
- Remove addon Javascript from core head template
|
2020-09-09 16:49:03 -04:00 |
|
Hypolite Petovan
|
c4267bbca0
|
Remove unused jot.tpl template variables
|
2020-09-07 19:27:23 -04:00 |
|
Michael
|
ce2af84cba
|
Use a constant for the contact photos / dom't cache them
|
2020-08-18 22:18:48 +00:00 |
|
Michael
|
0007da8630
|
EOL removed
|
2020-07-23 06:25:01 +00:00 |
|
Michael
|
3fc3ded750
|
Useless info messages removed
|
2020-07-23 06:11:21 +00:00 |
|
Hypolite Petovan
|
5ce13b210e
|
Add check for exif data existence in mod/photos
|
2020-07-09 15:03:14 -04:00 |
|
Hypolite Petovan
|
89b3ae2657
|
Add null/empty string parameter value case in BBCode::convert
- Remove obsolete coalesce operator uses
|
2020-06-08 19:15:08 -04:00 |
|
Michael
|
0acb5d4558
|
"parent = id" is replaced with gravity check
|
2020-05-28 16:02:36 +00:00 |
|
Michael
|
973abb6196
|
Replace "id = parent" checks with "gravity" checks
|
2020-05-27 12:19:06 +00:00 |
|
Hypolite Petovan
|
75977ee72b
|
Remove remaining references to cirtual field item.tag
|
2020-05-13 22:35:13 -04:00 |
|
Michael
|
180b4e51df
|
fix a fatal error when displaying photos
|
2020-05-06 04:58:25 +00:00 |
|
Michael
|
d33f6fc167
|
Renamed function
|
2020-05-05 21:58:25 +00:00 |
|
Michael
|
980de37047
|
Removed legacy usage of the "tag" field
|
2020-05-05 19:54:25 +00:00 |
|
Michael
|
b7e25d16e7
|
Removed usage of "tag" field
|
2020-05-05 05:11:59 +00:00 |
|
Hypolite Petovan
|
43b8bdea07
|
Merge pull request #8520 from annando/term2tag
We now store tags in "tag"
|
2020-04-22 22:56:07 -04:00 |
|
Hypolite Petovan
|
16f48731b1
|
Remove album name bin2hex conversion in file browser
- Avoids Javascript hex2bin() limitation to Latin-1 string encoding
|
2020-04-21 22:14:11 -04:00 |
|
Michael
|
9e9a104320
|
Tags can now be added and removed from photos
|
2020-04-18 20:46:41 +00:00 |
|
Michael
|
d3722c945b
|
Improved Mime Type detection
|
2020-04-01 05:42:44 +00:00 |
|
Hypolite Petovan
|
f814ca30d3
|
Use sensible URLs for return after album actions instead of $_SESSION['photo_return'] in mod/photos
|
2020-03-01 09:56:02 -05:00 |
|
Hypolite Petovan
|
452d7e6404
|
Remove unused conversation response code
- Remove get_responses()
- Remove get_response_button_text()
- Remove title key from $conv_responses array
- Address https://github.com/friendica/friendica/issues/8000#issuecomment-589263329
|
2020-02-22 20:41:12 -05:00 |
|
Hypolite Petovan
|
b2bfec3381
|
Remove unused template variable in mod/photos
|
2020-02-22 20:30:28 -05:00 |
|
Hypolite Petovan
|
637e38e535
|
User hide_dislike user setting to hide dislike button and conversation responses
|
2020-02-20 05:37:07 -05:00 |
|
Hypolite Petovan
|
561472b975
|
Add L10n parameter to Pager classes
|
2020-02-16 12:50:39 -05:00 |
|
Hypolite Petovan
|
95b09aaec4
|
[frio] Add loading animation on comment form submit
|
2020-02-11 23:45:47 -05:00 |
|
Michael Vogel
|
13a10b8f20
|
Merge pull request #8277 from MrPetovan/task/8251-use-about-for-pdesc
Remove profile about field double HTML escaping
|
2020-02-12 05:23:04 +01:00 |
|
Hypolite Petovan
|
1ce5b1d65b
|
Remove profile about field double HTML escaping
- Add BBcode conversion for profile.about in widget/vcard.tpl
|
2020-02-11 21:38:42 -05:00 |
|
Michael Vogel
|
e80d68ba53
|
Merge pull request #8261 from MrPetovan/task/8251-use-about-for-pdesc
Use profile.about for profile description
|
2020-02-10 23:36:59 +01:00 |
|
nupplaPhil
|
85dc9bb96b
|
Add license info at Friendica PHP files
|
2020-02-09 16:18:46 +01:00 |
|
Hypolite Petovan
|
a42104ce43
|
Use profile.about instead of profile.pdesc for profile description
|
2020-02-09 02:36:19 -05:00 |
|
Hypolite Petovan
|
f2d917114f
|
Move Model\Profile::getTabs to new Module\BaseProfile class
|
2020-01-26 14:21:18 -05:00 |
|
Hypolite Petovan
|
0d1befdf2d
|
Move /profile_photo to Module\Settings\Profile\Photo
|
2020-01-20 07:27:12 -05:00 |
|
nupplaPhil
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
nupplaPhil
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Michael
|
b83f328983
|
Remove "f" parameter / network page parameter cleanup
|
2020-01-13 20:10:13 +00:00 |
|
nupplaPhil
|
244f440d97
|
Remove unused killme()
|
2020-01-04 23:43:13 +01:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +01:00 |
|
nupplaPhil
|
33674808dc
|
Remove deprecated App::cmd - replace with DI::args()->getCommand()
|
2019-12-29 20:17:51 +01:00 |
|
nupplaPhil
|
e6f61c2cc7
|
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
|
2019-12-29 20:17:50 +01:00 |
|
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
Hypolite Petovan
|
66e9f0e0da
|
Remove unused albumname input in album drop modal
- Addresses https://github.com/friendica/friendica/issues/8000#issuecomment-568798634
|
2019-12-24 15:19:08 -05:00 |
|
Hypolite Petovan
|
f989c331a3
|
Fix warnings about unexpected parameter array values type in ACL::getFullSelectorHTML
- Addresses https://github.com/friendica/friendica/issues/7676#issuecomment-560503744
|
2019-12-03 06:59:51 -05:00 |
|
Hypolite Petovan
|
ae3d4f63a3
|
Use visibility tags input for the default ACL selector
- Move friendica-tagsinput to default view folder
- Update all references to ACL::getFullSelectorHTML
- Fix theme-specific issues with the new ACL
|
2019-11-28 12:54:53 -05:00 |
|
Hypolite Petovan
|
26b5de9a76
|
Rename Photo::newResource() result variable from $hash to $resource_id
|
2019-11-02 07:48:45 -04:00 |
|
Hypolite Petovan
|
03bf1dcbd3
|
Move Object\Image static methods to Util\Images
- Optimize imports in modified files
|
2019-11-02 07:48:45 -04:00 |
|
Philipp Holzer
|
3897c74deb
|
Add docs
|
2019-10-25 00:10:20 +02:00 |
|