Hypolite Petovan
5e4ace271b
Welcome 2019.09-dev!
1 year ago
Hypolite Petovan
a25ed827c9
Updated version constants for 2019.06 release
1 year ago
Hypolite Petovan
cd05d15b04
Replace build_querystring() by http_build_query() introduced in PHP 5
1 year ago
Hypolite Petovan
c8dd290f18
Deprecate defaults() function in favor of native coalesce operator
1 year ago
Tobias Diekershoff
05d3062595
Version 2019.06-rc
1 year ago
Tobias Diekershoff
5ca279478e
CHANGELOG and version number for the fix release
1 year ago
Philipp Holzer
318a3ca785
Create own base URL class which holds the whole base url business logic
1 year ago
Michael
cbe574f6f6
Preparation to be able to store "announce" activities
1 year ago
Hypolite Petovan
e930123b75
Welcome 2019.06-dev
1 year ago
Tobias Diekershoff
3dedad1e39
2019.03 stuff
1 year ago
Hypolite Petovan
1917f04153
Rewrite Term class
- Move term type constants from TERM_* to Term::*
- Move term object type constants from TERM_OBJ_* to Term::OBJECT_TYPE_*
- Add Term::isType() method
- Add Strings::startsWith() method
1 year ago
Hypolite Petovan
ae8125fbf7
Welcome 2019.03-rc
1 year ago
Hypolite Petovan
5e79805fd1
Restore legacy REGISTER_* constants for local config backward compatibility
1 year ago
Philipp Holzer
b79bd63231
move isDirectoryUsable to System
1 year ago
Philipp Holzer
8b70ae6d46
Bugfixing tests
1 year ago
Philipp Holzer
4af0119b73
3) Introducing ConfigFactory
1 year ago
Hypolite Petovan
a1b773e149
Cleanup register artifacts
- Remove mod/register
- Remove REGISTER_* constants
2 years ago
Hypolite Petovan
0ccb6afdb5
Add Register module in src/
- Update REGISTER_* constants definition
- Update register template variable name
2 years ago
Hypolite Petovan
38b14d90a8
Welcome 2019.03-dev!
2 years ago
Tobias Diekershoff
45a5e4a93b
Welcome 2019.01
2 years ago
Hypolite Petovan
35c38c77e2
Update version constant to 2019.01-rc
2 years ago
Hypolite Petovan
5e1ceb57de
Escape global namespaced get_app() calls
- Add deprecated status
2 years ago
Hypolite Petovan
12dfb8e5cf
Make NOTIFY_* constant values human-readable
2 years ago
Hypolite Petovan
ed7bada71e
Move Composer autoload require out of boot.php
2 years ago
Hypolite Petovan
acaee626f5
Remove include/ requires that are now done directly from Composer
2 years ago
Hypolite Petovan
607f7daf51
Add PHP 5 compatible recursive dirname()
2 years ago
Tobias Diekershoff
f9bda66e29
Welcome 2018.12-rc
2 years ago
Hypolite Petovan
065509cc9a
Remove x() function
2 years ago
Hypolite Petovan
458981f75c
Replace x() by isset(), !empty() or defaults()
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2 years ago
Hypolite Petovan
c964e193b9
Replace *.ini.php by *.config.php in comments
2 years ago
Philipp Holzer
6e10bdf361
Move random Digits to Crypto class
2 years ago
Philipp Holzer
f2ec963b95
removed update db functions again
2 years ago
Philipp Holzer
ffbad2dc81
moved check_db($via_worker) to Update::check($via_worker)
2 years ago
Philipp Holzer
87f3fe24f7
Moving UPDATE defines/constants out of boot
2 years ago
Philipp Holzer
e876adef8f
Moved the functions update_db and run_update_function to a Friendica\Core\Update class
2 years ago
Adam Magness
26fbe8dfba
Review Modifications
make changes based on review.
2 years ago
Hypolite Petovan
14237a9599
Move $pager and $page_offset out of App
- Move infinite scroll data output in a module hook
- Use Pager instead of paginate() and alt_pager()
2 years ago
Hypolite Petovan
19ffc0510b
Move DB_UPDATE_VERSION from boot.php to config/dbstructure.php
2 years ago
Hypolite Petovan
e511790d62
Move NULL_DATE from boot.php to DBA::NULL_DATETIME
- Add DBA::NULL_DATE constant
2 years ago
Philipp Holzer
2ef81108b3
Renamed System::redirect() to $a->redirect()
2 years ago
Philipp Holzer
4392858662
Move Global Functions - Part 3
- Replaced every CACHE definition
- Moved check_url to App->checkURL()
- Removed unused definition "ZCURL_TIMEOUT"
2 years ago
Michael
fea48fa85e
AP: Transmitting and receiving with non AP contacts
2 years ago
Michael
62ad755980
Use "uri-id" for item relations
2 years ago
Michael
8d0f4710a4
Signed Diaspora posts should now be stored more reliable
2 years ago
Michael
e2762e032c
Poddibility to defer worker execution
2 years ago
Hypolite Petovan
0563a28438
Replace System::baseUrl() by App->getBaseURL() in mod/register
- Remove redundant System::baseUrl() in goaway() calls
- Add more generic Friendica\Model use statement
- Allow empty path in goaway()
2 years ago
Michael
efad4936b0
OStatus contacts are now automatically converted to AP
2 years ago
Philipp Holzer
2c541afd47
Moved functions out of boot.php into class
- z_root() => $a->getBaseURL()
- absurl() => removed because no usage
- is_ajax() => $a->isAjax()
- current_load() => System::currentLoad()
- argc() => $a->argc
- argv($x) => $a->getArgumentValue($x)
2 years ago
Philipp Holzer
5a02e39a65
Rename App Methods
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
2 years ago
Philipp Holzer
d72473fd51
moving boot::check_addons to Friendica\Core\Addon::check
And extending Addon from BaseObject because of self::getApp()
2 years ago