Commit Graph

71 Commits

Author SHA1 Message Date
nupplaPhil 40ff1d7fda Make "HTTPRequest::fetchUrl" dynamic 2020-07-21 03:30:37 -04:00
nupplaPhil 9640142a72 Move post/curl/fetchUrl/fetchUrlFull to own class "Network\HTTPRequest" 2020-07-21 03:27:52 -04:00
Philipp Holzer 65e4726718
Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
Philipp Holzer 75143e27b5
Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
Philipp Holzer 1ce63185ab
Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
Philipp Holzer f2fc22227a
cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
Philipp Holzer 48fecb9a40
Move L10n::t() calls to DI::l10n()->t() calls 2020-01-19 16:31:46 +01:00
Philipp Holzer a26bfe79e9
Remove unused `use` statements & remove PConfig class 2020-01-18 17:02:59 +01:00
Philipp Holzer febc835a2d
Move PConfig::set() to DI::pConfig()->set() 2020-01-18 16:54:49 +01:00
Philipp Holzer ea3a9052d8
Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
Philipp Holzer 2ca621a92a
Replace deprecated $a->page with DI::page() 2019-12-30 20:02:08 +01:00
Philipp Holzer 335fcf670f
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() 2019-12-27 21:55:17 +01:00
Hypolite Petovan acdd62da3e [various] Replace deprecated defaults() calls by ?? operator 2019-10-17 11:08:46 -04:00
Tobias Diekershoff 08206fdcc0 Merge branch 'master' into develop 2019-01-21 10:04:26 +01:00
Hypolite Petovan c27b1cb66f Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
Hypolite Petovan aa5fbb4994 Replace killme() by exit() 2018-12-26 10:20:16 -05:00
Michael 20d9884b73 Fixes "Trying to get property 'status' of non-object" 2018-12-26 11:04:29 +00:00
Michael 4674d09b29 Solves PHP warning "Use of undefined constant" 2018-12-26 11:00:36 +00:00
Adam Magness 49eff56e5d Core Logger
implement log() function.
more to squash


Core Logger Class

implement log() function
2018-10-29 19:40:18 -04:00
Philipp Holzer 1454abfdb4
rename App Methods
- rename get_baseurl() to getBaseURL()
2018-10-10 00:04:49 +02:00
Roland Häder c8371bc521 Rewrite: (#680)
- replace usage of deprecated NETWORK_* with Protocol::*
2018-08-11 22:40:48 +02:00
Hypolite Petovan 522e8e58c2 [multiple] Rename dbesc to DBA::escape 2018-07-23 15:35:22 -04:00
Michael Vogel 475299e642 Avoid warnings in addons (#639)
* Avoid warnings in addons

* And some warnings removed

* And more ...

* And some more ...

* Added comment

* And again ...

* And again ...

* Partly reworked "newmemberwidget"

* And more warnings ...

* The next round
2018-07-10 08:30:23 -04:00
Michael 1eb17b8ec6 Fix for jappix - (some copy & paste error) 2018-03-26 18:09:24 +00:00
Adam Magness f151406355 Review updates
update renamed and moved functions
2018-01-27 11:23:04 -05:00
Adam Magness ca3c45101e Network was moved to src
update all function calls to use class, insert use statements and remove require_once statements
2018-01-27 08:52:02 -05:00
Adam Magness f8c162cbfb Update t() calls
Update all t() calls.
2018-01-22 18:09:05 -05:00
Adam Magness c71f7b0e1a Update function names
update function names and hook calls
2018-01-20 08:57:41 -05:00
Adam Magness 0afd633346 Addon class
plugin moved to Addon src class
2018-01-19 07:20:17 -05:00
Hypolite Petovan 27b60e003f Use short form array syntax everywhere 2018-01-15 08:15:33 -05:00
Hypolite Petovan eadf7066e0 Use User::authenticate in addons
- dav
- jappixmini
- windowsphonepush
2017-12-01 23:03:49 -05:00
Hypolite Petovan 46e09b0544 Fix formatting
- dav
- jappixmini
- windowsphonepush
2017-12-01 22:55:48 -05:00
Adam Magness 48dcbc6f3f Issue 3873
Replace deprecated functions with new syntax
2017-11-06 18:55:24 -05:00
Hypolite Petovan 8fa3f2415a Replace and/AND and or/OR by && and || 2017-06-08 21:20:27 -04:00
Michael 21605a52c9 Some speed improvements 2017-01-15 12:23:40 +00:00
Michael Vogel a01db4346a Don't show the rendertime data and jappix in minimal mode. 2015-09-26 11:00:16 +02:00
Tobias Diekershoff f67e8c908f applying the fix from friendica issue 1179 2014-10-07 08:31:36 +02:00
Michael Vogel 520c2514f2 Removing of PHP warnings 2014-07-25 00:26:13 +02:00
Michael Vogel 503ec7d072 Removed the word "Settings" from the settings. This information is redundant. 2014-03-16 20:50:36 +01:00
Tobias Diekershoff 45c866bb6a jappixmini one closing div to many 2013-12-01 11:49:07 +01:00
Tobias Diekershoff 0b459e8379 Merge pull request #166 from annando/master
inflate/deflate settings
2013-12-01 02:25:26 -08:00
Michael Vogel cc74cbd6ac jappixmini: inflate/deflate settings 2013-11-30 21:21:15 +01:00
Tobias Diekershoff ccc6c2b785 wording submit -> save settings 2013-11-19 13:57:51 +01:00
hauke 609d740b2f !isset() check stopped working, empty() might be the better choice anyway 2013-10-28 22:47:48 +01:00
hauke 2ee711e55c fixed typo in comments 2013-10-10 21:55:30 +02:00
hauke 11179e37b1 Fixed javascript syntax error in jappixmini due to empty variable 2013-10-10 21:51:53 +02:00
Michael Vogel e912b1fd2e pumpio: endless loop in comment completetion should be solved. Bug when registering should be solved as well. 2013-09-27 23:33:35 +02:00
Michael Vogel f2be148087 jappixmini: Added parameters for a default server and a default username as well as a central defined bosh server address. 2013-06-22 20:05:03 +02:00
Tobias Diekershoff b258236022 jappixmini: mark the changes in the version number 2012-08-28 10:02:46 +02:00
Tobias Diekershoff 5b3bb96178 jappixmini: reverse logic for the option to do not add so not set yields the
known behavior of inserting the chat witget
2012-08-28 09:56:00 +02:00