Commit Graph

17513 Commits

Author SHA1 Message Date
Hypolite Petovan 9dfd81db47 Add composer install commands to documentation 2018-01-16 20:30:09 -05:00
Hypolite Petovan a908adb084 Add install instructions for Composer 2018-01-16 20:30:09 -05:00
Hypolite Petovan 6cbf44f4f6 Remove versioning from vendor folder 2018-01-16 20:30:09 -05:00
Hypolite Petovan 5a88215cab Update composer.json
- Switch pear/Text_Highlighter to Github repository
- Add fxp/composer-asset-plugin dependency
2018-01-16 20:30:08 -05:00
Hypolite Petovan 0db92ec50b Add vendor to .gitignore 2018-01-16 20:30:08 -05:00
Hypolite Petovan b699637ab7
Merge pull request #4260 from annando/item-shadow
Transfer all item shadow functions to the item class
2018-01-16 20:26:07 -05:00
Michael 3ecdbb6a59 Standards 2018-01-16 23:20:07 +00:00
Michael f30275f6db Oh, standards ... 2018-01-16 22:46:20 +00:00
Michael c4d3ab6878 Transfer all item shadow functions to the item class 2018-01-16 22:23:19 +00:00
Hypolite Petovan 0c4d7cd1a1
Merge pull request #4258 from zeroadam/BugFixQueue-#4256
Fix class name issue
2018-01-16 09:04:43 -05:00
Adam Magness 5d8f798ef7 Fix class name issue
use Model\Queue as QueueModel and update function calls.
2018-01-16 08:49:08 -05:00
Hypolite Petovan 17c709aec4
Merge pull request #4257 from strk/openid-fix
Fix LightOpenID usage
2018-01-16 08:49:04 -05:00
Sandro Santilli 032c87d718 Do not "pollute" global namespace with LightOpenID symbol 2018-01-16 13:11:38 +01:00
Sandro Santilli 6bc096b150 Fix LightOpenID usage
otherwise failing with:
PHP Fatal error: Class 'Friendica\\Module\\LightOpenID' not found in src/Module/Login.php on line 68
2018-01-16 10:48:59 +01:00
Hypolite Petovan b505f0d4d2
Merge pull request #4254 from zeroadam/Queue-#3878
Move queue_fn to src
2018-01-15 20:53:17 -05:00
Adam Magness c98e558372 Remove old file
remove include/queue_fn.php
2018-01-15 20:16:51 -05:00
Adam Magness 920a9b9b12 Remove requires
remove require_once statements
2018-01-15 20:16:14 -05:00
Adam Magness 33ac7a529f Update functions and calls
update function names and calls
2018-01-15 20:12:07 -05:00
Adam Magness a5b3f4b2ba Create Queue class
Create queue class and functions from queue_fn.php
2018-01-15 19:28:39 -05:00
Hypolite Petovan 286811357a
Merge pull request #4252 from zeroadam/Nav-#3878
Move nav to src
2018-01-15 19:14:31 -05:00
Adam Magness 246e673659 Review updates 2018-01-15 17:42:12 -05:00
Adam Magness bb08f87bba Remove old file
remove include/nav.php
2018-01-15 17:12:39 -05:00
Adam Magness 39ff6e9ce9 Merge remote-tracking branch 'origin/Nav-#3878' into Nav-#3878 2018-01-15 17:09:28 -05:00
Adam Magness bd63a36269 use dba
add use dba
2018-01-15 17:09:06 -05:00
Adam Magness 0f546f7f0f Update functions and calls
Update function names and scope. update calls.
2018-01-15 17:09:06 -05:00
Adam Magness ac317060fb Create Nav class
create nav class and function from include/nav.php
2018-01-15 17:09:06 -05:00
Adam Magness d01a31fa4f use dba
add use dba
2018-01-15 17:08:36 -05:00
Michael Vogel 26b335ef3d
Merge pull request #4243 from MrPetovan/task/switch-to-array-new-style
Use short form array syntax everywhere
2018-01-15 22:51:57 +01:00
Adam Magness 36d891bcad Update functions and calls
Update function names and scope. update calls.
2018-01-15 14:51:56 -05:00
Adam Magness c66c6223b7 Create Nav class
create nav class and function from include/nav.php
2018-01-15 14:19:55 -05:00
Hypolite Petovan 99875b15d3 Fix variable name typo in index 2018-01-15 14:07:17 -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
Hypolite Petovan 77dfbaa0bf
Merge pull request #4250 from zeroadam/Mail-#3878
Move messages to src
2018-01-15 13:43:16 -05:00
Adam Magness 8c878a7ad3 Remove indexes
remove [0] from selectFirst objects
2018-01-15 12:37:44 -05:00
Adam Magness 1bea697fb8 Replace integers
put integers back where booleans
2018-01-15 12:28:07 -05:00
Adam Magness 753996c86f Fix backticks
backtick to single quote in dba calls
2018-01-15 12:23:18 -05:00
Adam Magness ebd071d181 Remove old file
remove include/message.php
2018-01-15 12:14:37 -05:00
Adam Magness b3e6a1d283 Update functions and calls
Update functions and calls.
2018-01-15 12:14:09 -05:00
Adam Magness d5623d28d5 Create Mail class
create mail class and functions from include/message.php
2018-01-15 11:43:25 -05:00
Hypolite Petovan 46bf82eeb7
Merge pull request #4247 from zeroadam/ProfileSel-#3878
Move profile_selector to src
2018-01-15 11:34:35 -05:00
Adam Magness 309ea7e7a4 Review updates
update array to short form syntax
2018-01-15 11:33:02 -05:00
Hypolite Petovan 90545d0c66
Merge pull request #4249 from MrPetovan/develop
Add use dba to Content\Widget
2018-01-15 10:40:50 -05:00
Hypolite Petovan 145dc37a53 Add use dba to Content\Widget 2018-01-15 10:39:27 -05:00
Hypolite Petovan 0fe832ef8a
Merge pull request #4246 from zeroadam/Widget-#3878
Move contact_widgets to src
2018-01-15 10:27:42 -05:00
Adam Magness 494f61a78f Remove old file
remove include/profile_selectors.php
2018-01-15 10:16:21 -05:00
Adam Magness f53e54c705 Update functions and calls
Update function name and calls.
2018-01-15 10:15:00 -05:00
Adam Magness 700eca70a9 Functions to ContactSelector
put function in ContactSelector class
2018-01-15 10:08:47 -05:00
Adam Magness d4178d482b Remove old file
remove include/contact_widgets.php
2018-01-15 09:50:45 -05:00
Adam Magness 6cf6029ff5 Rename functions and calls
Rename functions and update calls
2018-01-15 09:50:06 -05:00
Adam Magness 0409aae719 Create Widget class
create widget class in Friendica/Content.
2018-01-15 09:22:01 -05:00