Michael
|
e609de2957
|
Many item calls are now isolated in a single function
|
2018-02-06 12:40:22 +00:00 |
|
Hypolite Petovan
|
c8cc7f13f1
|
Merge pull request #4403 from MrPetovan/develop
Missing dba::selectFirst in Model\Item
|
2018-02-05 20:46:42 -05:00 |
|
Hypolite Petovan
|
9a76a14778
|
Missing dba::selectFirst in Model\Item
|
2018-02-05 20:45:12 -05:00 |
|
Hypolite Petovan
|
c1c4c32966
|
Merge pull request #4402 from rabuzarus/20180205_-_fix_get_addr_in_probe
Bugfix: Probe - get the contact address from xrd 'subject' key
|
2018-02-05 15:36:01 -05:00 |
|
rabuzarus
|
984bb2a808
|
Bugfix: Probe - get the contact address from xrd 'subject' key
|
2018-02-05 21:27:40 +01:00 |
|
Hypolite Petovan
|
b6a345f0b2
|
Merge pull request #4401 from rabuzarus/20180205_-_fix_tagcloud
fix tagcloud
|
2018-02-05 15:09:46 -05:00 |
|
rabuzarus
|
91a346960a
|
fix tagcloud
|
2018-02-05 21:05:11 +01:00 |
|
Hypolite Petovan
|
a62b46375d
|
Move PROTOCOL_* constants to Model\Conversation
|
2018-02-05 14:09:03 -05:00 |
|
Hypolite Petovan
|
a0cdd9c674
|
Rename Core\Network to Core\Protocol
|
2018-02-05 12:57:41 -05:00 |
|
Hypolite Petovan
|
99aa9bedd0
|
Merge pull request #4400 from zeroadam/feature/Threads
Move include/threads to src/
|
2018-02-05 12:52:27 -05:00 |
|
Adam Magness
|
4c93b592a5
|
Rebase
fix from rebase
|
2018-02-05 12:49:03 -05:00 |
|
Adam Magness
|
db8ef98537
|
Rename functions
rename functions from review comments
|
2018-02-05 12:48:22 -05:00 |
|
Adam Magness
|
992836e261
|
Some standards and dba
update some calls to use dba functions and some standards updates
|
2018-02-05 12:47:37 -05:00 |
|
Adam Magness
|
8906b98426
|
Remove old file
remove old file
|
2018-02-05 12:47:37 -05:00 |
|
Adam Magness
|
4be49e706b
|
Remove requires
remove require_once for old file
|
2018-02-05 12:47:37 -05:00 |
|
Adam Magness
|
7ffcb25321
|
Update function names and calls
update function names and calls from other files
|
2018-02-05 12:47:04 -05:00 |
|
Adam Magness
|
f4fa8f085b
|
Functions to Item class
copy functions to Item class
|
2018-02-05 12:45:52 -05:00 |
|
Hypolite Petovan
|
544e11b134
|
Merge pull request #4398 from annando/search-posts
Only show posts in the search
|
2018-02-05 12:12:49 -05:00 |
|
Michael Vogel
|
fa95911fdb
|
Merge pull request #4393 from MrPetovan/task/3878-move-include-tags-to-src
Move include/tags to src/
|
2018-02-05 18:11:29 +01:00 |
|
Michael
|
6cd72690c7
|
capitulated ... eh, capitalized :-)
|
2018-02-05 16:58:58 +00:00 |
|
Hypolite Petovan
|
157027a6f5
|
Improve BBCode documentation/comment
|
2018-02-05 11:42:06 -05:00 |
|
Hypolite Petovan
|
d75bb8e970
|
Rename BBCode::removeAbstract() to BBCode::stripAbstract()
|
2018-02-04 23:38:40 -05:00 |
|
Hypolite Petovan
|
ddcbe75f15
|
Add deprecation documentation in boot.php
|
2018-02-04 19:40:06 -05:00 |
|
Hypolite Petovan
|
6e53c615c4
|
Add missing requires in Text\BBCode
|
2018-02-04 19:33:39 -05:00 |
|
Hypolite Petovan
|
8b60cffcb5
|
Remove most moved functions from include/bbcode
|
2018-02-04 19:26:22 -05:00 |
|
Hypolite Petovan
|
010cf3b1e8
|
Update references to BBCode methods
- Resolve name conflicts with Util\Network
|
2018-02-04 19:26:22 -05:00 |
|
Hypolite Petovan
|
b4651870db
|
Add references to new methods and constants in include/bbcode
- Remove all private callback functions from include/bbcode
|
2018-02-04 19:25:22 -05:00 |
|
Hypolite Petovan
|
f91ad28319
|
Copy include/bbcode functions to src methods
- Add Core\Network class
|
2018-02-04 19:25:22 -05:00 |
|
Hypolite Petovan
|
2a5431a59e
|
Rename Model\Term methods
|
2018-02-04 16:48:50 -05:00 |
|
Michael
|
2a78a4db14
|
Only show posts in the search
|
2018-02-04 20:44:08 +00:00 |
|
Michael Vogel
|
dad58e0f6f
|
Merge pull request #4387 from MrPetovan/task/3878-move-datetime-to-src
Move include/datetime to src/ - Part 2
|
2018-02-04 21:05:27 +01:00 |
|
Michael Vogel
|
24513f6d92
|
Merge pull request #4392 from MrPetovan/task/add-ip-restriction-to-dlogger
Add IP restriction to dlogger
|
2018-02-04 16:47:28 +01:00 |
|
Michael Vogel
|
b0e8bedb8b
|
Merge pull request #4391 from MrPetovan/bug/4390-convert-last-updated-to-mysql
Convert Atom last updated date to MySQL format
|
2018-02-04 16:46:42 +01:00 |
|
Hypolite Petovan
|
fd76b15638
|
Add is_null check
|
2018-02-04 08:58:29 -05:00 |
|
rabuzarus
|
21457c171b
|
Merge pull request #4397 from annando/no-new-guid
Don't generate a new guid anymore when moving the account.
|
2018-02-04 13:49:23 +01:00 |
|
Michael
|
69c851bd6f
|
Don't generate a new guid anymore when moving the account.
|
2018-02-04 12:32:56 +00:00 |
|
Michael Vogel
|
3025829040
|
Merge pull request #4394 from tobiasd/20180204-credits
regen credits
|
2018-02-04 10:53:16 +01:00 |
|
Tobias Diekershoff
|
3ee201648a
|
regen credits
|
2018-02-04 09:56:03 +01:00 |
|
Hypolite Petovan
|
ef77a772e5
|
Remove include/tags.php
|
2018-02-04 00:00:11 -05:00 |
|
Hypolite Petovan
|
2a486903d1
|
Remove references to include/tags.php
|
2018-02-03 23:59:31 -05:00 |
|
Hypolite Petovan
|
9f3acceac7
|
Replace references to include/tags functions
|
2018-02-03 23:57:47 -05:00 |
|
Hypolite Petovan
|
d00c6111fd
|
Replace include/tags function content with references to src methods
|
2018-02-03 23:52:36 -05:00 |
|
Hypolite Petovan
|
507bea0e9f
|
Copy functions from include/tags to src
- Create Content\Widget\TagCloud
- Populate Worker\TagUpdate::execute
- Add Content\Widget::tagCloud
- Add Model\Term::insertFromItemId and Model\Term::insertFromItemUri
|
2018-02-03 23:51:40 -05:00 |
|
Hypolite Petovan
|
0abe4158d2
|
Rename Term methods ahead of the move
- Rename createFromItemURI() to insertFromItemFileByUri()
- Rename createFromItem() to insertFromItemFileById()
|
2018-02-03 22:42:31 -05:00 |
|
Hypolite Petovan
|
16c6806c5b
|
Add documentation for system.dlogip setting
|
2018-02-03 21:46:42 -05:00 |
|
Hypolite Petovan
|
3dda70baf1
|
Add system.dlogip setting usage in dlogger()
|
2018-02-03 21:46:28 -05:00 |
|
Hypolite Petovan
|
7333296b8d
|
Deprecate DBM::date()
|
2018-02-03 21:39:53 -05:00 |
|
Hypolite Petovan
|
143b453c17
|
Use DateTimeFormat::utc on Atom feed dates
- Fix some formatting in Protocol\PortableContact
|
2018-02-03 21:39:35 -05:00 |
|
Hypolite Petovan
|
4050a7b8dc
|
Replace forgotten datetime_convert() instances
|
2018-02-03 20:47:37 -05:00 |
|
Hypolite Petovan
|
6b50c42de6
|
Actually delete include/datetime.php
|
2018-02-03 20:47:37 -05:00 |
|