Tobias Diekershoff
|
b654784396
|
File storage options, naming of the default option and EN docs
|
2019-02-05 16:30:46 +01:00 |
|
Hypolite Petovan
|
3c62a7206e
|
Improve Markdown::convert panel display in mod/babel
|
2019-02-04 21:46:34 -05:00 |
|
Hypolite Petovan
|
f0ec729466
|
Remove mod/profile.php
|
2019-01-30 08:07:31 -05:00 |
|
Hypolite Petovan
|
0615c8438a
|
Add new Module\Profile class
- Update reference to legacy module function profile_content
|
2019-01-30 08:07:20 -05:00 |
|
Tobias Diekershoff
|
cb72a5fd3b
|
look in the config directory for the file
|
2019-01-30 10:40:28 +01:00 |
|
Tobias Diekershoff
|
b26d09d62b
|
warn in admin panel when legacy config is used
|
2019-01-30 07:09:47 +01:00 |
|
Hypolite Petovan
|
bd031d0b87
|
Add result window for item tags in mod/babel
|
2019-01-29 20:39:38 -05:00 |
|
Hypolite Petovan
|
e6dccc42e4
|
[frio] Fix help TOC display
|
2019-01-29 08:51:02 -05:00 |
|
Hypolite Petovan
|
0c12d8af5f
|
Rename conflicted variable $info in admin settings
|
2019-01-28 21:45:43 -05:00 |
|
Michael
|
5ded967129
|
Fix database error
|
2019-01-27 19:54:08 +00:00 |
|
Aditoo17
|
0564e710f0
|
Replace help/guide with help/Quick-Start-guide
|
2019-01-26 10:51:20 +01:00 |
|
Hypolite Petovan
|
bfc0729752
|
Use new log levels in admin log settings page
|
2019-01-23 09:07:01 -05:00 |
|
Hypolite Petovan
|
724c4fb94d
|
Fix output of /friendica/json for invite only and approval registration policy
|
2019-01-22 22:24:46 -05:00 |
|
Hypolite Petovan
|
a1b773e149
|
Cleanup register artifacts
- Remove mod/register
- Remove REGISTER_* constants
|
2019-01-22 22:24:46 -05:00 |
|
Hypolite Petovan
|
cef6757c92
|
Replace REGISTER_* constants by Module\Register::* ones
|
2019-01-22 22:24:15 -05:00 |
|
Michael Vogel
|
73a81290ff
|
Merge pull request #6487 from MrPetovan/bug/critical-fixes-after-develop-rebase
Critical fixes after develop rebase
|
2019-01-22 15:45:33 +01:00 |
|
Hypolite Petovan
|
0cc1a07cfa
|
Fix default value of contact parameter of OStatus::import in mod/salmon
|
2019-01-22 08:53:53 -05:00 |
|
Tobias Diekershoff
|
169e9b0fc5
|
add comment about the PATH
|
2019-01-22 13:44:49 +01:00 |
|
Tobias Diekershoff
|
31fedf359d
|
restore THEMEPATH variable in mod/view
|
2019-01-22 10:36:42 +01:00 |
|
Hypolite Petovan
|
b161bd1dfa
|
Improve get_responses() prototype
|
2019-01-21 11:37:05 -05:00 |
|
Hypolite Petovan
|
aa0d464264
|
Revert unwarranted selectFirstForUser change in mod/display
|
2019-01-21 11:12:53 -05:00 |
|
Hypolite Petovan
|
182bffcc6b
|
Fix wrong git-fu in mod/directory
|
2019-01-21 11:12:51 -05:00 |
|
Hypolite Petovan
|
57ab858486
|
Fix calls to DBA::select missing parameters
|
2019-01-21 11:12:50 -05:00 |
|
Hypolite Petovan
|
abe60f0f9a
|
Fix call to Contact::content in mod/update_contact
|
2019-01-21 11:12:49 -05:00 |
|
Hypolite Petovan
|
e95ad45de5
|
Fix logic in mod/hovercard
|
2019-01-21 11:12:49 -05:00 |
|
Hypolite Petovan
|
9f75adf015
|
Fix item retrieval logic in mod/display
|
2019-01-21 11:12:49 -05:00 |
|
Hypolite Petovan
|
8a5ef2b6f4
|
Replace deprecated calls to q() in mod/fsuggest and mod/photos
|
2019-01-21 11:12:48 -05:00 |
|
Hypolite Petovan
|
7f2dc40601
|
Fix potential bugs without expected behavior change
- Fix uninitialized variables
- Fix potentially not set variables
- Fix wrong parameter default value
- Fix method scope
- Fix missing return value
|
2019-01-21 11:04:19 -05:00 |
|
Hypolite Petovan
|
45ada943b4
|
Update missing namespace uses in mod/
- Update missing constant moves in mod/
|
2019-01-21 10:56:28 -05:00 |
|
Hypolite Petovan
|
3d839bb176
|
Move Contact::ACCOUNT_TYPE_* constants to User::ACCOUNT_TYPE_*
- Keep Contact::TYPE_* constants for comparison with contact.contact-type
|
2019-01-21 10:56:27 -05:00 |
|
Hypolite Petovan
|
ad9c67663d
|
Move Contact::Page_* constants to User::PAGE_FLAGS_*
|
2019-01-21 10:55:37 -05:00 |
|
Hypolite Petovan
|
dbc6eb5422
|
Remove unused code in mod/
- Remove commented code
- Remove unused/immediately overwritten variables
- Remove extraneous parameters
- Remove unreachable code
|
2019-01-21 10:53:32 -05:00 |
|
Hypolite Petovan
|
0c4f8277e6
|
Update namespace in mod/view
|
2019-01-21 10:45:37 -05:00 |
|
Hypolite Petovan
|
c5cb976b62
|
Update PHPDoc in include/
|
2019-01-21 10:44:46 -05:00 |
|
Hypolite Petovan
|
14e4ab544a
|
Update namespace use calls in mod/
|
2019-01-21 10:44:21 -05:00 |
|
Hypolite Petovan
|
070aa016e0
|
Update more PHPDoc, including in include/
|
2019-01-21 10:39:28 -05:00 |
|
Hypolite Petovan
|
af9067a381
|
Update PHPDoc in mod/
|
2019-01-21 10:39:27 -05:00 |
|
Philipp Holzer
|
2e602afd3e
|
Add Monolog
|
2019-01-21 10:10:40 -05:00 |
|
fabrixxm
|
518f28a7bf
|
Small fixes
- Avoid an intermediate variable
- Use `rawContent()` in `Attach` module
- Small typo
|
2019-01-21 10:08:09 -05:00 |
|
Hypolite Petovan
|
2f49c4a058
|
Revert "Add monolog"
|
2019-01-21 10:08:09 -05:00 |
|
fabrixxm
|
14622c4bfd
|
Use more Attach model
|
2019-01-21 10:00:47 -05:00 |
|
fabrixxm
|
19b55f5f8d
|
Use Attach model while deleting in video tab
|
2019-01-21 10:00:46 -05:00 |
|
fabrixxm
|
906b7841d4
|
Fix Attach model store() and storeFile()
|
2019-01-21 10:00:45 -05:00 |
|
fabrixxm
|
b7b3086263
|
Attach: store, update, delete. Model and views
|
2019-01-21 10:00:44 -05:00 |
|
fabrixxm
|
fc2b804ccc
|
Move mod/attach to src, add Attach model, update attach table to use storage backends
|
2019-01-21 10:00:44 -05:00 |
|
Philipp Holzer
|
ff162dfef2
|
Replacing log usage
|
2019-01-21 09:59:09 -05:00 |
|
Philipp Holzer
|
fe8f0e0045
|
Add Monolog
|
2019-01-21 09:58:05 -05:00 |
|
Hypolite Petovan
|
55e54bb950
|
Replace deprecated Addon::callHooks with Hook::callAll
- Update documentation
|
2019-01-21 09:50:56 -05:00 |
|
Hypolite Petovan
|
895b3abf32
|
Remove/replace killme() with *exit()
|
2019-01-21 09:49:17 -05:00 |
|
Jeroen De Meerleer
|
5cb56a6b12
|
Fixes some more things
|
2019-01-21 09:45:37 -05:00 |
|