Adam Magness
|
213f6ae1a1
|
Create Addon and Theme classes
Create Addon and Theme classes and functions from plugin.php to appropriate class.
|
2018-01-20 07:48:22 -05:00 |
|
Hypolite Petovan
|
78ac7afe9c
|
Move process functions to Model\Process
- Add start|endProcess functions to Core\Worker
|
2018-01-17 00:17:58 -05:00 |
|
Hypolite Petovan
|
e36f2bb1fb
|
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
|
2018-01-15 14:07:17 -05:00 |
|
Adam Magness
|
4fb2547df8
|
Update function calls
update function calls to use profile class
|
2018-01-14 21:22:39 -05:00 |
|
Adam Magness
|
8be6989bd1
|
Review updates
self:: const and fix up callback function and array_walk
|
2018-01-14 15:56:36 -05:00 |
|
Adam Magness
|
e70e48abaa
|
constant
move define to const
|
2018-01-13 13:10:14 -05:00 |
|
Adam Magness
|
9e81d3dc40
|
Attempt anonymous
Try anonymous function based on review suggestion.
|
2018-01-13 13:08:18 -05:00 |
|
Adam Magness
|
c1baa5ed7d
|
Update functions
Update function names and calls. update database functions to dba class calls.
|
2018-01-13 09:14:37 -05:00 |
|
Adam Magness
|
f5d2b83938
|
Create UserImport
Create new class and copy over functions
Add missed function
|
2018-01-13 09:01:32 -05:00 |
|
Hypolite Petovan
|
ed2ac8dc03
|
Fix formatting in NotificationsManager and Model\Contact
|
2018-01-11 03:43:57 -05:00 |
|
Hypolite Petovan
|
5fc4927764
|
Improve dba::selectFirst calls
- Fix remaining $r[0] references
- Rename $r to meaningful names
|
2018-01-11 03:43:57 -05:00 |
|
Hypolite Petovan
|
ae66bcaff3
|
Rename selectOne to selectFirst
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
da60893590
|
Replace dba::select(limit => 1) by dba::selectOne
- Convert array declarations to new style
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
819592c3bd
|
Fix Scrutinizer issues in mod [_well_know -> contactgroup]
- Remove unused variables and parameter
- Updated function documentation
- Fix formatting
- Add back uninitialized variables
- Simplify nested conditions
|
2018-01-04 19:42:48 -05:00 |
|
Hypolite Petovan
|
9a3e773a9a
|
Merge branch 'develop' into task/3954-move-auth-to-src
|
2018-01-02 19:30:41 -05:00 |
|
Hypolite Petovan
|
9f04017e27
|
Quick fix PHP notices in various files
- Remove unused variables
- Fix variable name typos
- Use x() and defaults() to fix undefined index
- Add back uninitialized variables
|
2018-01-02 08:11:14 -05:00 |
|
Hypolite Petovan
|
d328345815
|
Simplify System class
- Add extension to BaseObject to access App object
|
2017-12-29 21:55:13 -05:00 |
|
Hypolite Petovan
|
2978b1eef0
|
Fix undefined variable/wrong parameter count/unknown functions
|
2017-12-17 15:33:45 -05:00 |
|
Hypolite Petovan
|
10b72b0e9e
|
PHPStan: Fix missing requires/namespaces
|
2017-12-17 15:26:43 -05:00 |
|
Michael
|
0457bd995f
|
"system_unavailable.php" is unavailable now
|
2017-12-13 21:55:19 +00:00 |
|
Hypolite Petovan
|
a42595a30c
|
Move Object\Contact to Model\Contact
|
2017-12-07 23:56:12 -05:00 |
|
Michael Vogel
|
5747cfc79c
|
Revert "Move Objects to Model"
|
2017-12-08 05:21:51 +01:00 |
|
Hypolite Petovan
|
18d93cddf6
|
Move Object\Contact to Model\Contact
|
2017-12-07 09:04:24 -05:00 |
|
Hypolite Petovan
|
58ac3532b7
|
Fix undefined variables messages
|
2017-12-01 08:32:21 -05:00 |
|
Michael
|
774a7193d2
|
Added clarification
|
2017-11-26 11:43:02 +00:00 |
|
Michael
|
d982c68d75
|
Cache.php is now using dba methods
|
2017-11-21 23:03:33 +00:00 |
|
Adam Magness
|
28cceda461
|
Indentation
modified to multi line function call.
|
2017-11-20 11:29:55 -05:00 |
|
Adam Magness
|
9622dedaeb
|
New function
new function from recent develop branch merge
|
2017-11-20 11:01:32 -05:00 |
|
Adam Magness
|
1115d19f79
|
More Standards
More coding standards updates.
|
2017-11-20 11:01:32 -05:00 |
|
Hypolite Petovan
|
b85c94a60d
|
Merge branch 'develop' into issue/3878-move-Contact-to-src
|
2017-11-19 18:09:14 -05:00 |
|
Hypolite Petovan
|
81647cefed
|
Merge pull request #3920 from annando/scripts
The poller is now the worker and we have a "scripts" folder
|
2017-11-19 17:25:14 -05:00 |
|
Hypolite Petovan
|
5ee728972e
|
Remove include/Contact.php
- Remove all mentions to include/Contact.php
|
2017-11-19 17:05:21 -05:00 |
|
Hypolite Petovan
|
ec02af593d
|
Change called method names
- Add GlobalContact::getRandomUrl
- Rename Contact::getIdForURL
- Rename Diaspora::sendUnshare
- Remove unused parameter $self in Contact::terminateFriendship
|
2017-11-19 17:03:39 -05:00 |
|
Hypolite Petovan
|
b92fc24ff0
|
Add Contact Object
- Add Profile Object
- Add User Model
- Add use statements
|
2017-11-19 16:55:28 -05:00 |
|
Hypolite Petovan
|
f43aaf5227
|
Move Item and Conversation from Core to Object
- Move BaseObject from Core\ to Friendica\
|
2017-11-19 16:50:49 -05:00 |
|
Michael
|
920160cb28
|
The poller is now the worker
|
2017-11-19 21:47:21 +00:00 |
|
Michael
|
cabfcfc904
|
We now are having a "scripts" folder
|
2017-11-19 21:21:54 +00:00 |
|
Adam Magness
|
8057afb039
|
Function call
this one must be coming from boot.php
|
2017-11-19 15:32:54 -05:00 |
|
Adam Magness
|
d9e9cbe753
|
Coding Standards
A few updates for coding standards
|
2017-11-19 15:32:54 -05:00 |
|
Michael
|
183999ee08
|
No german compound wording :-)
|
2017-11-19 19:47:04 +00:00 |
|
Michael
|
8cd21269ff
|
The last of the big workers moved ... delivery and notifier
|
2017-11-19 18:59:55 +00:00 |
|
Michael
|
2de457489f
|
"CreateShadowentry" and "ProfileUpdate" now moved as well
|
2017-11-19 16:59:37 +00:00 |
|
Michael
|
9832ac7dab
|
Always show dislikes - the setting now just hides the button
|
2017-11-19 09:55:45 +00:00 |
|
Michael
|
2515d02e6d
|
SpoolPost moved
|
2017-11-18 07:44:38 +00:00 |
|
Adam Magness
|
0cbc4153b3
|
More conditions
Removed unneeded conditions.
|
2017-11-16 19:59:40 -05:00 |
|
Adam Magness
|
72749477ed
|
Remove condition
Remove unneeded condition.
|
2017-11-16 19:55:28 -05:00 |
|
Adam Magness
|
f96b841799
|
Update function call
missed function call change
|
2017-11-16 16:39:42 -05:00 |
|
Adam Magness
|
d127d06388
|
Item to src
object/Item moved to Friendica\Core namespace.
|
2017-11-16 16:39:42 -05:00 |
|
Adam Magness
|
7c00401c66
|
Conversation to src
object/Conversation moved to Friendica\Core namespace.
|
2017-11-16 16:39:42 -05:00 |
|
Adam Magness
|
ecd9e3e07e
|
BaseObject moved to src/Core
BaseObject moved to Friendica\Core namespace. References and function calls updated.
|
2017-11-16 16:39:42 -05:00 |
|
Michael
|
9576f6743d
|
Command back ...
|
2017-11-14 22:13:33 +00:00 |
|
Michael
|
405753d1c3
|
cron.php is reworked, other worker files had been moved temporarily
|
2017-11-14 21:50:16 +00:00 |
|
Michael
|
06ce34eda1
|
The worker can now call methods in the worker namespace
|
2017-11-12 07:21:23 +00:00 |
|
Adam Magness
|
06c3af9b60
|
Move Cache to src
relocate the cache class to Friendica\Core namespace
|
2017-11-09 11:05:18 -05:00 |
|
Adam Magness
|
d7dc51ecc1
|
Coding Standards
Guess who got phpcs configured.
Updated phpcs.xml based on Developer_Intro document.
|
2017-11-08 17:02:50 -05:00 |
|
Adam Magness
|
4ca68c7af0
|
Class file relocations
Issue #3878
|
2017-11-08 08:37:03 -05:00 |
|
Adam Magness
|
6189f6c8e7
|
Relocate class files from /include to /src/
dbm, Diaspora, dfrn, and NotificationsManager moved to namespace. Includes and references in files updated.
|
2017-11-08 08:36:48 -05:00 |
|
Adam Magness
|
0dfa57948f
|
Issue-#3873
Replace deprecated functions with new syntax.
|
2017-11-07 06:24:39 -05:00 |
|
Michael
|
28701a8df3
|
Some small correction
|
2017-11-06 15:38:15 +00:00 |
|
Michael
|
4ebb76e5a6
|
Changed explanation
|
2017-11-06 15:32:34 +00:00 |
|
Michael
|
84c3c0753e
|
Now we use only dba functions
|
2017-11-05 17:13:37 +00:00 |
|
Michael
|
70c08dee1d
|
Some more improvements
|
2017-11-05 15:28:55 +00:00 |
|
Michael
|
478e363967
|
proc_run was replaced
|
2017-11-05 12:15:53 +00:00 |
|
Michael
|
da212a28a2
|
New worker class that does all the work
|
2017-11-05 10:33:46 +00:00 |
|
Michael
|
c309c8bde4
|
Improve the way the callstack is built
|
2017-10-17 20:51:46 +00:00 |
|
Michael
|
a729519de9
|
And some more static warnings removed
|
2017-08-26 10:01:50 +00:00 |
|
Michael
|
5adfeb0bd5
|
App::get_baseurl is now replaced with System::baseUrl
|
2017-08-26 07:32:10 +00:00 |
|
Michael
|
3c24bed412
|
New class "System"
|
2017-08-26 06:04:21 +00:00 |
|
Michael
|
6c9953809a
|
Improved position of "close"
|
2017-08-15 10:10:09 +00:00 |
|
Michael
|
33b61ab262
|
Database connections should be closed
|
2017-08-10 06:33:24 +00:00 |
|
Michael
|
69a3f66d56
|
Just more simplyfication
|
2017-08-09 21:34:39 +00:00 |
|
Michael
|
fce72cbbc8
|
Modifed "update" and "insert" function / many changed queries
|
2017-08-09 21:12:41 +00:00 |
|
Michael
|
a5e7f7bf70
|
We don't need an order.
|
2017-08-09 07:57:33 +00:00 |
|
Michael
|
64718b53d1
|
Works now
|
2017-08-09 06:16:19 +00:00 |
|
Michael
|
ae8098eaf2
|
Config now works with the new database routines
|
2017-08-09 05:53:07 +00:00 |
|
Hypolite Petovan
|
9c0d2c31e8
|
Replace AND and OR in PHP conditions by && and ||
|
2017-06-07 22:00:59 -04:00 |
|
Hypolite Petovan
|
799e60aa62
|
Replace existing autoloader with Composer-supplied
- Move Friendica namespace to `src`
- Move required `ezyang/htmlpurifier` to vendor
- Remove existing static autoloader
- Change boot.php reference to the autoloader
|
2017-03-31 23:02:38 -04:00 |
|