Michael
a3af6807ac
Improved resource id creation
5 years ago
Hypolite Petovan
cea80c78e4
Replace remaining functions in include/datetime by Temporal methods
...
- Fix uses statements
5 years ago
Hypolite Petovan
5e7285b9ba
Move Temporal::convert() to DateTimeFormat::convert()
5 years ago
Hypolite Petovan
0bee706e51
Add Temporal::local() shorthand for Temporal::convert()
5 years ago
Hypolite Petovan
35d06bd9eb
Add Temporal::utc() shorthand to Temporal::convert()
5 years ago
Hypolite Petovan
dc366bf1f7
Refactor datetime_convert into Temporal::convert
...
- Changed parameter order to save space
- Refactor select_timezone into Temporal::getTimezoneSelect
- Refactor field_timezone into Temporal::getTimezoneField
5 years ago
Adam Magness
f04d40a37e
Review update
...
Rename function, move others
5 years ago
Adam Magness
c67452f72e
Move fetch_url
...
move fetch_url function
5 years ago
Michael
19c039242c
It is now possible again to like yourself
5 years ago
Adam Magness
07d306aa37
Finish t() for src
...
Update t() calls in src folder
5 years ago
Adam Magness
3b0f69599e
Updat tt() calls
...
update function calls for tt()
5 years ago
Adam Magness
b86b04a81a
Change plugin to addon
...
change the use of plugin to addon where appropriate.
5 years ago
Adam Magness
11cf36105c
Update Addon functions and calls
...
Update function names and calls for Addon class.
5 years ago
Michael
7b3e334f06
"save to folder" and "mark" can't work on global items
5 years ago
Michael
2df44eb084
Liking of your own stuff wasn't possible/enable dislike for Diaspora
5 years ago
Hypolite Petovan
e36f2bb1fb
Use short form array syntax everywhere
...
- Add short form array syntax to po2php.php generation
5 years ago
Adam Magness
4fb2547df8
Update function calls
...
update function calls to use profile class
5 years ago
Hypolite Petovan
5fc4927764
Improve dba::selectFirst calls
...
- Fix remaining $r[0] references
- Rename $r to meaningful names
5 years ago
Michael
0ef83b2383
Commenting on postings from tags on the network page does work now
5 years ago
Hypolite Petovan
ae66bcaff3
Rename selectOne to selectFirst
5 years ago
Hypolite Petovan
da60893590
Replace dba::select(limit => 1) by dba::selectOne
...
- Convert array declarations to new style
5 years ago
Adam Magness
a3ef9e35ec
Update functions and calls
...
Update function names and calls.
5 years ago
Michael
e12b6e01a2
Best "uid" for sending comments, refresh after commenting might work now
5 years ago
Michael
592ef50e41
Dropping is now possible as well
5 years ago
Michael
a157966bb9
Disable editing of public items / Reshare of community items is now possible
5 years ago
Hypolite Petovan
722782d553
Remove unused parameter in can_write_wall()
5 years ago
Michael
174a1bb54b
Commenting on community timelines is now possible
5 years ago
Adam Magness
e37640c44c
Move Photos to xrc
...
Move photos from include to Model\Photo class
5 years ago
Michael
3ffea2cd2c
We now have a global page for all global entries from the network.
5 years ago
Hypolite Petovan
7d40f22a2e
Review: Simplify boolean assignment in Object\Post
5 years ago
Hypolite Petovan
e8e2e41d73
Fix formatting and PHP notices in Object\Post
...
- Use x() and defaults() to fix undefined indexes
- Simplify boolean variable assignments
- Simplify sprintf(t()) structures
5 years ago
Michael
5afedb28d4
You can now comment on the community page
5 years ago
Michael
cdce9b48ab
Added documentation
5 years ago
Michael
b457ed6876
Preparation for being able to comment every public item
5 years ago
Hypolite Petovan
a6a2c578f9
Add new common Image::scale() method
...
- Fix undefined variable $type
5 years ago
Hypolite Petovan
916236ce2f
Fix docblocks types
5 years ago
Hypolite Petovan
10b72b0e9e
PHPStan: Fix missing requires/namespaces
5 years ago
Michael
14d4ffbe7a
And now for the third bugfix to PR 4036
5 years ago
Michael
79c841a260
Bugfix to PR 4036
5 years ago
Hypolite Petovan
3772cf7544
Move Object\Conversation to Object\Thread
...
- Move Object\Item to Object\Post
5 years ago
Hypolite Petovan
a42595a30c
Move Object\Contact to Model\Contact
5 years ago
Hypolite Petovan
6b60b89385
Move Object\Profile to Model\Profile
5 years ago
Hypolite Petovan
3fc3e67b70
Separate Object\Photo into Model\Photo and Object\Image
...
- Renamed a bunch of functions to shorter or clearer names
5 years ago
Hypolite Petovan
79ed1568b6
Fix class Object\Item not found in Object\Post
5 years ago
Hypolite Petovan
4b0f83a12b
Finish renaming Object\Item to Object\Post
5 years ago
Hypolite Petovan
ee273e6548
Fix class Object\Item not found in Object\Post
5 years ago
Hypolite Petovan
d50d693fe3
Finish renaming Object\Item to Object\Post
5 years ago
Hypolite Petovan
3810b483cf
Fix undefined Imagick::scaleDown error
5 years ago
Michael Vogel
5747cfc79c
Revert "Move Objects to Model"
5 years ago
Hypolite Petovan
70d047ba8e
Move Object\Conversation to Object\Thread
...
- Move Object\Item to Object\Post
5 years ago