Michael
|
6e02105d88
|
Useless links removed / Item menu is moved to the item actions bar
|
2020-02-06 22:06:24 +00:00 |
|
Hypolite Petovan
|
7b0ec6252f
|
Remove uses of the rest of deprecated profile fields
|
2020-01-27 23:06:30 -05:00 |
|
Hypolite Petovan
|
e69497454b
|
Remove uses of profile.marital
|
2020-01-27 23:01:25 -05:00 |
|
Hypolite Petovan
|
8e2910976f
|
Remove usage of profile.gender
|
2020-01-27 23:00:18 -05:00 |
|
Hypolite Petovan
|
a7dd0173a7
|
Remove obsolete profile_id parameter in Model\Profile::load
|
2020-01-27 22:01:12 -05:00 |
|
Hypolite Petovan
|
f2d917114f
|
Move Model\Profile::getTabs to new Module\BaseProfile class
|
2020-01-26 14:21:18 -05:00 |
|
Hypolite Petovan
|
18cfd8dfaa
|
Remove references to deprecated profile.is-default and profile.profile-name fields
|
2020-01-22 19:42:37 -05:00 |
|
Hypolite Petovan
|
d475cb5028
|
Replace advanced profile display with custom profile fields
- Merge all profile/advanced.tpl theme templates into profile/index.tpl
- Remove obsolete Model\Profile::getAdvanced method
|
2020-01-22 19:42:34 -05:00 |
|
Hypolite Petovan
|
f6f4cbab9d
|
Remove multi profiles feature
- Remove mod/profperm
- Remove additional feature
- Remove profile visibility on contact page
- Remove profile list templates
|
2020-01-22 19:42:33 -05:00 |
|
Hypolite Petovan
|
d1be68b754
|
Move Module\Profile to Module\Profile\Index
- Move /profiles to Module\Settings\Profile\Index
|
2020-01-22 19:42:32 -05:00 |
|
Hypolite Petovan
|
db518e7ef2
|
Fix birthday display and setting
- Add new translation string
|
2020-01-20 07:47:10 -05:00 |
|
Hypolite Petovan
|
6d7f0a6fd8
|
Remove duplicate profile_uid key in App->profile array
|
2020-01-20 07:32:46 -05:00 |
|
Hypolite Petovan
|
9803c96db4
|
Move profile-related templates to sub-folder
|
2020-01-20 07:27:14 -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
|
cb4ad529f4
|
Move L10n::getDay() calls to DI::l10n()->getDay() calls
|
2020-01-19 16:31:18 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
Hypolite Petovan
|
58f69481e6
|
Merge pull request #8130 from nupplaphil/task/di_pconfig
Move PConfig to DI::pConfig()
|
2020-01-18 13:57:57 -05:00 |
|
nupplaPhil
|
800694e9b3
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
nupplaPhil
|
424c87195b
|
CleanUp Cache namespace
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"
|
2020-01-18 15:41:19 +01:00 |
|
nupplaPhil
|
a38b0f7eaf
|
Move remaining namespaces and delete Core\Cache.php
|
2020-01-07 00:51:02 +01:00 |
|
nupplaPhil
|
fe078410a1
|
Move Cache::get() to DI::cache()->get()
|
2020-01-07 00:45:49 +01:00 |
|
nupplaPhil
|
f68929633b
|
Move Cache::set() to DI::cache()->set()
|
2020-01-07 00:41:20 +01:00 |
|
nupplaPhil
|
f0eea6f875
|
Remove get_app() in favor of DI::app()
|
2020-01-04 23:42:01 +01:00 |
|
Hypolite Petovan
|
b6e93c83fc
|
Suppress undefined index nickname notice in Model\Profile::sidebar
|
2019-12-31 12:25:39 -05: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
|
26af2feee2
|
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet()
|
2019-12-29 20:17:50 +01:00 |
|
nupplaPhil
|
e944d7bed6
|
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get()
|
2019-12-29 20:17:48 +01:00 |
|
nupplaPhil
|
50be94aa5e
|
Remove deprecated App::getHostName() - process methods to DI::baseUrl()->getHostName()
|
2019-12-29 20:17:47 +01:00 |
|
Michael
|
88a39ea999
|
"gprobe" removed
|
2019-12-20 06:47:18 +00:00 |
|
Philipp Holzer
|
07cea24430
|
Move Activity/Namespaces defines to constants
|
2019-10-24 21:40:12 +02:00 |
|
Philipp Holzer
|
9e94e8b48c
|
Remove function prepare_text and use BBCode::convert() instead
|
2019-10-23 00:58:13 +02:00 |
|
Hypolite Petovan
|
5dcf6bfc58
|
Remove extra spaces before closing parentheses in src/
|
2019-10-16 08:58:09 -04:00 |
|
Hypolite Petovan
|
146646c4d4
|
Replace deprecated calls to defaults() by ?? and ?: in src/
|
2019-10-16 08:38:52 -04:00 |
|
Hypolite Petovan
|
ead0defb48
|
Rework theme override in Profile::load and App
- Separate desktop theme from mobile theme in App
|
2019-10-06 12:07:06 -04:00 |
|
Michael
|
520c250a41
|
Some small code adjustments
|
2019-09-29 19:21:05 +00:00 |
|
Michael
|
5eeca432fe
|
removed unused "f" parameter
|
2019-09-29 18:59:03 +00:00 |
|
Michael
|
c2c1b317e0
|
Transferring the "addr" value on magic auth
|
2019-09-29 10:20:53 +00:00 |
|
Michael
|
58fb0beaa3
|
Delete the cache entry allowing direct login again
|
2019-09-29 06:26:02 +00:00 |
|
Michael
|
83b00ef308
|
New function "isAuthenticated"
|
2019-09-28 18:09:11 +00:00 |
|
Michael
|
1c26baec46
|
remote_user is replaced
|
2019-09-28 09:59:08 +00:00 |
|
Michael
|
704cdf1b5a
|
New function to store the "remote" session value / making the changes work
|
2019-09-26 04:47:42 +00:00 |
|
Michael
|
ec66553032
|
Reworked "remote" cookie handling
|
2019-09-25 22:24:17 +00:00 |
|
Michael
|
d5c37001cd
|
Empty the "remote" variable, avoid being remote to yourself
|
2019-09-25 07:02:07 +00:00 |
|