nupplaPhil
|
3411ced833
|
Move Config::set() to DI::config()->set()
|
2020-01-19 21:21:53 +01:00 |
|
nupplaPhil
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
nupplaPhil
|
5d294e8be8
|
Move Config::load() to DI::config()->load()
|
2020-01-19 21:20:10 +01:00 |
|
nupplaPhil
|
d3255afa66
|
Move L10n::withLang() calls to DI::l10n()->withLang() 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 |
|
nupplaPhil
|
424c87195b
|
CleanUp Cache namespace
- Introduce enum "Duration"
- Introduce enum "Type"
- Move "Cache\Cache" to "BaseCache"
|
2020-01-18 15:41:19 +01:00 |
|
Hypolite Petovan
|
36190d1e79
|
Merge pull request #8072 from nupplaphil/task/Cache_to_DI
Replace Core\Cache wrapper with DI::cache() method
|
2020-01-10 08:46:03 -05:00 |
|
nupplaPhil
|
a38b0f7eaf
|
Move remaining namespaces and delete Core\Cache.php
|
2020-01-07 00:51:02 +01:00 |
|
nupplaPhil
|
31457b8566
|
Replace Lock::release() with DI::lock()->release() and remove Core\Lock
|
2020-01-07 00:24:10 +01:00 |
|
nupplaPhil
|
634e657d23
|
Replace Lock::acquire() with DI::lock()->acquire()
|
2020-01-07 00:20:31 +01:00 |
|
nupplaPhil
|
7a2f4dc54e
|
Make L10n immutable
- Remove Push/Pop
- Add "withLang($lang)" method
|
2019-12-28 23:12:01 +01:00 |
|
Tobias Diekershoff
|
959054f2f2
|
Add subject to DB Update email
|
2019-05-06 11:13:38 +02:00 |
|
Philipp Holzer
|
63660b6fc0
|
Removed unnecessary class
|
2019-04-09 08:31:19 +02:00 |
|
Philipp Holzer
|
318a3ca785
|
Create own base URL class which holds the whole base url business logic
|
2019-04-09 08:31:16 +02:00 |
|
Tobias Diekershoff
|
c4fef79f32
|
Add subject to DB Update email
|
2019-04-08 10:55:18 +02:00 |
|
Philipp Holzer
|
363d6b72ae
|
wrong indent
|
2019-03-30 19:10:19 +01:00 |
|
Philipp Holzer
|
0a447cb61b
|
wrong indent
|
2019-03-30 19:08:47 +01:00 |
|
Philipp Holzer
|
e0b1f4f251
|
Hardening ConfigUpgrade
|
2019-03-30 18:54:22 +01:00 |
|
Philipp Holzer
|
040504dca9
|
fixing config value setting
|
2019-03-26 08:13:49 +01:00 |
|
Philipp Holzer
|
9ec29f1e8e
|
straight the config value check
|
2019-03-26 08:00:41 +01:00 |
|
Philipp Holzer
|
7d88b800b8
|
Fixing Basepath
|
2019-03-25 20:53:46 +01:00 |
|
Philipp Holzer
|
d78598b64e
|
Fixing basepath issue
|
2019-03-25 09:39:33 +01:00 |
|
Philipp Holzer
|
23654ce566
|
Added Update checks
- Logging
- Console
- Admin overview
|
2019-03-24 22:51:30 +01:00 |
|
Philipp Holzer
|
cf17c72fd7
|
Adapt Logging messages
|
2019-03-11 21:36:41 +01:00 |
|
Philipp Holzer
|
8a358d5c98
|
Add Logger entry
|
2019-03-11 21:27:36 +01:00 |
|
Philipp Holzer
|
9a60eab152
|
Skip update if already done
|
2019-03-11 21:21:01 +01:00 |
|
Hypolite Petovan
|
a2ec9e676e
|
Revert "Avoid double update runs"
|
2019-03-09 18:28:48 -05:00 |
|
Philipp Holzer
|
f7c7851c2d
|
replaced duplicate code with method
|
2019-03-09 20:50:06 +01:00 |
|
Philipp Holzer
|
20498d1d40
|
replaced duplicate code with method
|
2019-03-09 20:50:00 +01:00 |
|
Philipp Holzer
|
7047a13ffa
|
added phpdoc
|
2019-03-09 20:49:59 +01:00 |
|
Philipp Holzer
|
e46a7cdf80
|
Avoid double update runs
|
2019-03-09 20:49:59 +01:00 |
|
Michael
|
9427d7f628
|
We have to fetch the data this way
|
2019-03-02 13:07:29 +00:00 |
|
Michael
|
16c2ae89e8
|
Sent update mails to administrators only once
|
2019-03-02 12:57:47 +00:00 |
|
Philipp Holzer
|
739449926c
|
'%' is deprecated
|
2019-02-27 20:30:08 +01:00 |
|
Philipp Holzer
|
4a47425bfd
|
admin mail list seems wrong escaped
|
2019-02-27 20:17:35 +01:00 |
|
Hypolite Petovan
|
4e3f780621
|
Merge pull request #6740 from nupplaphil/issue/6503-force_update
Fixing force-flag for lock-release
|
2019-02-24 07:04:54 -05:00 |
|
Philipp Holzer
|
aae58815a8
|
Adjust update parameters:
-f|--force Force the update command (Even if the database structure matches)
-o|--override Override running or stalling updates
|
2019-02-24 12:24:09 +01:00 |
|
Michael
|
4bad2645e5
|
We should execute the worker job for normal situations ;-)
|
2019-02-24 10:52:40 +00:00 |
|
Michael
|
ee300a7db6
|
Ensure that the database update will be processed anyway
|
2019-02-24 10:43:29 +00:00 |
|
Philipp Holzer
|
9b07132b80
|
Fixing force-flag for lock-releasing
|
2019-02-24 10:08:28 +01:00 |
|
Philipp Holzer
|
5b2f394e3e
|
Fixing #issuecomment-456403983
|
2019-02-23 10:16:07 +01:00 |
|
Philipp Holzer
|
1e0e1674f2
|
4) Adding Factories to other entrypoints
|
2019-02-03 22:46:50 +01:00 |
|
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
2019-01-21 10:35:51 -05:00 |
|
Hypolite Petovan
|
f7c9ed5108
|
Add DB connection status check in Update::check
|
2018-12-02 20:57:41 -05:00 |
|
Michael
|
066a040cc7
|
Avoid duplicated contacts, improve contact deletion, avoid memory issues
|
2018-12-02 16:25:25 +00:00 |
|
Adam Magness
|
b73af72deb
|
deindent calls
implement function in new class
|
2018-11-08 10:26:49 -05:00 |
|
Philipp Holzer
|
bf878d2ebb
|
Adding more Logger entries in case of update process
|
2018-10-31 15:22:44 +01:00 |
|
Philipp Holzer
|
3f813d853b
|
introducing Logger::log
|
2018-10-31 14:48:19 +01:00 |
|
Philipp Holzer
|
e5530dfa63
|
refactoring query
|
2018-10-31 14:44:43 +01:00 |
|