Jonny Tischbein
|
fd2e06781d
|
Fix adding / removing photo tags + tagrm delete via GET + Item::update / add Term::deleteAllTags
|
2018-10-25 21:47:10 +02:00 |
|
Michael
|
3020b0fdc4
|
Fix missing mentions
|
2018-10-02 14:48:57 +00:00 |
|
Michael
|
fcfd04bcc9
|
Normalize the mentions and ensure to not have duplicates
|
2018-10-02 09:04:32 +00:00 |
|
Michael
|
82987d018a
|
Some changes for better code quality
|
2018-09-30 07:21:57 +00:00 |
|
Michael
|
f772ece86f
|
New delivery module for ap
|
2018-09-17 21:13:08 +00:00 |
|
Hypolite Petovan
|
ecea7425f8
|
Rename DBA::is_result to DBA::isResult
|
2018-07-23 11:04:14 -04:00 |
|
Hypolite Petovan
|
0ec44f3e8a
|
Rename DBM method calls to DBA method calls
|
2018-07-23 11:02:24 -04:00 |
|
Hypolite Petovan
|
af6dbc654f
|
Rename Friendica\Database\dba to Friendica\Database\DBA
|
2018-07-20 08:19:26 -04:00 |
|
Hypolite Petovan
|
daa1177e3a
|
Update use statement lists with new Friendica\Database\dba class
- Remove unused use statement
- Remove superfluous use statements (classes in the same namespace)
- Add missing use statements
|
2018-07-19 22:15:21 -04:00 |
|
Michael
|
717ca0b7eb
|
Use already fetched data for magiclink
|
2018-07-02 05:41:55 +00:00 |
|
Michael
|
bffdf96d87
|
The "file" variable isn't stored anymore in the item table
|
2018-07-01 07:57:59 +00:00 |
|
Michael
|
60dcdd0b27
|
Preparation for not storing the file field into the item table.
|
2018-06-30 21:15:24 +00:00 |
|
Michael
|
5ba1427806
|
We don't store tags in the item table anymore
|
2018-06-30 15:21:32 +00:00 |
|
Michael
|
0ab9f2e265
|
Preparations to not store the tags in the item table anymore
|
2018-06-30 13:54:01 +00:00 |
|
Michael
|
b705a91ccd
|
Standards and some more replace item calls
|
2018-06-28 03:31:10 +00:00 |
|
Michael
|
a7d2f126eb
|
Fixes Issue 5276 and an endless loop in item::update
|
2018-06-23 10:32:53 +00:00 |
|
Michael
|
507956818d
|
Use the item classes where possible
|
2018-06-18 05:19:28 +00:00 |
|
Michael
|
723b5ae803
|
Use MagicLinkbyId when possible
|
2018-06-02 08:28:01 +00:00 |
|
Michael
|
8a34895a23
|
Use magicLink whenever possible
|
2018-06-02 08:05:06 +00:00 |
|
Michael
|
4ad655ab80
|
Replace old database queries with the new ones
|
2018-05-02 19:26:15 +00:00 |
|
Hypolite Petovan
|
17a0cc4f3d
|
Add Model\Term::populateTagsFromItem method
|
2018-04-16 22:22:58 -04:00 |
|
Michael
|
e609de2957
|
Many item calls are now isolated in a single function
|
2018-02-06 12:40:22 +00:00 |
|
Hypolite Petovan
|
2a5431a59e
|
Rename Model\Term methods
|
2018-02-04 16:48:50 -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
|
1fda0ae4ae
|
Replace select(limit => 1) by selectFirst() in Model\Term and include/enotify
- Add new array declaration syntax
- Add braces
|
2018-01-10 13:04:00 -05:00 |
|
Adam Magness
|
594461189b
|
Review updates
require_once, foreach braces, new line EOF, and remove unneeded function.
|
2018-01-10 12:51:51 -05:00 |
|
Adam Magness
|
483c4e3803
|
selectFirst
dba::selectFirst hasn't been merged yet!
|
2018-01-10 12:08:56 -05:00 |
|
Adam Magness
|
dc175b8e12
|
Update functions and calls
Change function names, calls and use dba functions.
|
2018-01-10 12:05:20 -05:00 |
|
Adam Magness
|
55ee9a1c72
|
Move files to src
Move files.php and create Term class
|
2018-01-10 11:46:05 -05:00 |
|