Commit Graph

2037 Commits

Author SHA1 Message Date
Hypolite Petovan 82e094179c Rename notify classes according the feature name, not the table name 2021-01-24 09:33:23 -05:00
Michael 4157db5473 "item" is replaced by "post-view" / postupdate check added 2021-01-17 20:32:13 +00:00
Tobias Diekershoff bf8fb215a9 version 2021.03-dev 2021-01-04 08:34:01 +01:00
Tobias Diekershoff 4dcdcd4d6f version 2021.01 2021-01-04 07:48:47 +01:00
Michael dd94fb1242 Check for bad worker priorities 2020-12-08 21:58:32 +00:00
Tobias Diekershoff 96a927f6e1 2020.12-rc 2020-12-04 10:09:24 +01:00
Tobias Diekershoff e0b0ca96d1 Version 2020.12-dev again 2020-09-24 15:29:57 +02:00
Tobias Diekershoff 51c785f89c Version 2020.09-1 2020-09-24 15:24:20 +02:00
Hypolite Petovan 4a15c5fcfe Welcome 2020.12-dev 2020-09-20 15:40:56 -04:00
Tobias Diekershoff c3725d4b3e Version 2020.09 2020-09-20 21:12:34 +02:00
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
Tobias Diekershoff cd53996a6e 2020.09-rc 2020-09-06 09:20:07 +02:00
Hypolite Petovan 470079c37c Improve documentation of visitor-related functions 2020-08-04 22:44:42 -04:00
Michael b0086a49e2 in "getidforurl" "no update" is now "update" 2020-07-15 21:08:42 +00:00
Tobias Diekershoff 13a4483c59 Version 2020.09-dev 2020-07-12 20:50:27 +02:00
Tobias Diekershoff 98eb53c20f Version 2020.07 2020-07-12 20:48:26 +02:00
Tobias Diekershoff 7856fd28a3 2020.06-rc 2020-06-14 16:51:22 +02:00
Michael 5df5e9521b The tag table is now really used 2020-04-26 15:24:58 +00:00
Michael 661dd43b0d Term constants updated 2020-04-13 19:24:22 +00:00
Hypolite Petovan 248a7fa48a Welcome 2020.06-dev! 2020-03-30 10:46:54 -04:00
Tobias Diekershoff 0c117424ee 2020.03 Red Hot Poker 2020-03-30 14:35:49 +02:00
Tobias Diekershoff 416b0b814e 2020.03-rc 2020-03-09 06:43:37 +01:00
Michael 5dea634564 Functionality removed 2020-02-19 19:35:32 +00:00
nupplaPhil 85dc9bb96b
Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
nupplaPhil d3929267d0
replaced with notify constants 2020-02-05 22:31:08 +01:00
nupplaPhil cb0057ef20
wrong release ... 2020-02-05 22:27:47 +01:00
nupplaPhil f2517e2fba
Set global notify constants deprecated 2020-02-05 22:27:04 +01:00
nupplaPhil 511556085a
Move Notify::TYPE_SYSTEM 2020-02-05 21:41:07 +01:00
nupplaPhil c6915dc672
Move Notify::TYPE_SHARE 2020-02-05 21:41:06 +01:00
nupplaPhil a78e19ea76
Move Notify::TYPE_POKE 2020-02-05 21:41:05 +01:00
nupplaPhil bee110dc0b
Move Notify::TYPE_TAGSHARE 2020-02-05 21:41:05 +01:00
nupplaPhil 51260f234f
Move Notify::TYPE_TAGSELF 2020-02-05 21:41:04 +01:00
nupplaPhil bd0be96fb3
Remove unused Notify::TYPE_PROFILE 2020-02-05 21:41:04 +01:00
nupplaPhil 88dc3efdc9
Move Notify::TYPE_SUGGEST 2020-02-05 21:41:03 +01:00
nupplaPhil 9435cc4b88
Move Notify::TYPE_MAIL 2020-02-05 21:41:02 +01:00
nupplaPhil e6fb044e60
Move Notify::TYPE_COMMENT 2020-02-05 21:41:02 +01:00
nupplaPhil b86ad37001
Move Notify::TYPE_WALL 2020-02-05 21:41:01 +01:00
nupplaPhil 6e45514e2c
Move Notify::TYPE_CONFIRM 2020-02-05 21:41:00 +01:00
nupplaPhil cfd50f9abb
Move Notify::TYPE_INTRO 2020-02-05 21:41:00 +01:00
nupplaPhil 3291728059
Extract System emails from enotify
- Removed every SYSTEM_EMAIL occurrence in enotify
- Introduced a "SystemMailBuilder" for build system emails
- Replaced every SYSTEM_EMAIL usage in the classes with calling this builder
- Added tests for this new Builder
- Split the email templates between "base" template for email and concrete usages for different use cases
2020-02-02 22:43:35 +01:00
Hypolite Petovan 18cfd8dfaa Remove references to deprecated profile.is-default and profile.profile-name fields 2020-01-22 19:42:37 -05:00
Philipp Holzer ed9392469e
Remove unneeded Config namespace usages 2020-01-19 22:50:44 +01:00
Philipp Holzer 3411ced833
Move Config::set() to DI::config()->set() 2020-01-19 21:21:53 +01:00
Philipp Holzer 6c36fd9e01
Move Config::get() to DI::config()->get() 2020-01-19 21:21:13 +01:00
Michael 0a4119adaf @brief is removed completely 2020-01-19 06:05:23 +00:00
Philipp Holzer 800694e9b3
Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
Philipp Holzer 9e9429b56d
Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:57 +01:00
Hypolite Petovan 393a671501
Merge pull request #8055 from nupplaphil/task/remove_get_server
Remove get_server() in favor of Search::getGlobalDirectory()
2020-01-04 20:10:50 -05:00
Philipp Holzer 48baa0be4b
Remove get_server() in favor of Search::getGlobalDirectory() 2020-01-05 00:04:55 +01:00
Michael Vogel c8a322baf0
Merge pull request #8053 from nupplaphil/task/remove_get_app
Remove get_app() in favor of DI::app()
2020-01-04 23:41:51 +01:00