Hypolite Petovan
|
916236ce2f
|
Fix docblocks types
|
2017-12-17 15:27:50 -05:00 |
|
Hypolite Petovan
|
10b72b0e9e
|
PHPStan: Fix missing requires/namespaces
|
2017-12-17 15:26:43 -05:00 |
|
Hypolite Petovan
|
f07776a78e
|
Add class module routing
|
2017-12-17 12:03:51 -05:00 |
|
Michael
|
8bffee43b3
|
Threads are now always enabled.
|
2017-11-28 18:54:39 +00:00 |
|
Michael
|
87660ac9e6
|
/src is now free from old style delete queries
|
2017-11-22 09:14:42 +00:00 |
|
Hypolite Petovan
|
104a1d7fd3
|
Move ITemplateEngine to src
- Fix method name format
|
2017-11-19 10:22:18 -05: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
|
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 |
|
Hypolite Petovan
|
cff1de034f
|
Remove reference to languagedetect in library folder
|
2017-11-05 09:00:34 -05:00 |
|
Michael
|
7b833834f9
|
Avoid basepath problems
|
2017-10-11 18:21:10 +00:00 |
|
Tobias Diekershoff
|
071946fa78
|
Revert "Update languagedetect library"
|
2017-10-05 11:58:18 +02:00 |
|
Hypolite Petovan
|
ba1975ac3a
|
Remove references to the library/langdet folder
|
2017-09-27 22:40:58 -04: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
|
99f0c01cdd
|
Some more changed queries
|
2017-08-11 16:21:55 +00:00 |
|
Michael
|
03b86d3766
|
Now we have less than 100 insert commands, yeah
|
2017-08-09 23:02:57 +00:00 |
|
Michael
|
fce72cbbc8
|
Modifed "update" and "insert" function / many changed queries
|
2017-08-09 21:12:41 +00:00 |
|
Michael
|
79fe249c54
|
Better use a wrapper
|
2017-07-22 06:43:04 +00:00 |
|
Michael
|
7d0a7f6be9
|
We got rid of two workerqueue queries, yeah!
|
2017-06-11 19:51:18 +00:00 |
|
Hypolite Petovan
|
9c0d2c31e8
|
Replace AND and OR in PHP conditions by && and ||
|
2017-06-07 22:00:59 -04:00 |
|
Michael
|
9c46971aa5
|
The check for blocking processes is deactivated until further checks were performed
|
2017-06-06 22:18:42 +00:00 |
|
Michael
|
21eb9a4b2e
|
Fixed locking behaviour for the worker
|
2017-06-03 07:25:01 +00:00 |
|
Hypolite Petovan
|
06ea23665c
|
Merge pull request #3460 from annando/1705-dbclean
dbclean is now using the new database functions
|
2017-05-12 11:45:27 -04:00 |
|
Michael
|
6ef24890bb
|
dbclean is now using the new database functions / new functions for commit, rollback and transaction
|
2017-05-11 20:13:45 +00:00 |
|
Hypolite Petovan
|
39f894bd4a
|
Use use instead of \
|
2017-05-11 11:53:04 -04:00 |
|
Michael
|
52a4e09711
|
Don't check if basepath is writable / convert App.php to unix newlines
|
2017-05-08 06:11:38 +00:00 |
|
Hypolite Petovan
|
b4f2fc4e2f
|
Hotfix for missing Exception class
|
2017-05-07 15:22:11 -04:00 |
|
Hypolite Petovan
|
569cd459ec
|
Add basepath to App
|
2017-05-02 23:37:57 -04:00 |
|
Hypolite Petovan
|
3437e73ae4
|
Yet more standards
|
2017-05-02 23:37:50 -04:00 |
|
Hypolite Petovan
|
4b16de6d80
|
Fix wrong class name case
- Use leading backslash for non-namespace class names in App
|
2017-05-02 23:36:46 -04:00 |
|
Hypolite Petovan
|
20043914e6
|
Move App to src
- Add `use Friendica\App;` wherever needed
|
2017-05-02 22:59:36 -04:00 |
|