]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoUpdated installer dependency to PHP 5.6 and ext-xml
Hypolite Petovan [Wed, 17 Jan 2018 15:35:54 +0000 (10:35 -0500)]
Updated installer dependency to PHP 5.6 and ext-xml

- Updated doc

6 years agoFix references to text_highlighter css
Hypolite Petovan [Wed, 17 Jan 2018 04:48:07 +0000 (23:48 -0500)]
Fix references to text_highlighter css

6 years agoAdd composer install commands to documentation
Hypolite Petovan [Wed, 17 Jan 2018 01:22:03 +0000 (20:22 -0500)]
Add composer install commands to documentation

6 years agoAdd install instructions for Composer
Hypolite Petovan [Tue, 16 Jan 2018 22:02:20 +0000 (17:02 -0500)]
Add install instructions for Composer

6 years agoRemove versioning from vendor folder
Hypolite Petovan [Tue, 16 Jan 2018 21:56:06 +0000 (16:56 -0500)]
Remove versioning from vendor folder

6 years agoUpdate composer.json
Hypolite Petovan [Tue, 16 Jan 2018 21:55:14 +0000 (16:55 -0500)]
Update composer.json

- Switch pear/Text_Highlighter to Github repository
- Add fxp/composer-asset-plugin dependency

6 years agoAdd vendor to .gitignore
Hypolite Petovan [Tue, 16 Jan 2018 21:50:56 +0000 (16:50 -0500)]
Add vendor to .gitignore

6 years agoMerge pull request #4260 from annando/item-shadow
Hypolite Petovan [Wed, 17 Jan 2018 01:26:07 +0000 (20:26 -0500)]
Merge pull request #4260 from annando/item-shadow

Transfer all item shadow functions to the item class

6 years agoStandards
Michael [Tue, 16 Jan 2018 23:20:07 +0000 (23:20 +0000)]
Standards

6 years agoOh, standards ...
Michael [Tue, 16 Jan 2018 22:46:20 +0000 (22:46 +0000)]
Oh, standards ...

6 years agoTransfer all item shadow functions to the item class
Michael [Tue, 16 Jan 2018 22:23:19 +0000 (22:23 +0000)]
Transfer all item shadow functions to the item class

6 years agoMerge pull request #4258 from zeroadam/BugFixQueue-#4256
Hypolite Petovan [Tue, 16 Jan 2018 14:04:43 +0000 (09:04 -0500)]
Merge pull request #4258 from zeroadam/BugFixQueue-#4256

Fix class name issue

6 years agoFix class name issue
Adam Magness [Tue, 16 Jan 2018 13:49:08 +0000 (08:49 -0500)]
Fix class name issue

use Model\Queue as QueueModel and update function calls.

6 years agoMerge pull request #4257 from strk/openid-fix
Hypolite Petovan [Tue, 16 Jan 2018 13:49:04 +0000 (08:49 -0500)]
Merge pull request #4257 from strk/openid-fix

Fix LightOpenID usage

6 years agoDo not "pollute" global namespace with LightOpenID symbol
Sandro Santilli [Tue, 16 Jan 2018 12:11:38 +0000 (13:11 +0100)]
Do not "pollute" global namespace with LightOpenID symbol

6 years agoFix LightOpenID usage
Sandro Santilli [Tue, 16 Jan 2018 09:48:59 +0000 (10:48 +0100)]
Fix LightOpenID usage

otherwise failing with:
PHP Fatal error: Class 'Friendica\\Module\\LightOpenID' not found in src/Module/Login.php on line 68

6 years agoMerge pull request #4254 from zeroadam/Queue-#3878
Hypolite Petovan [Tue, 16 Jan 2018 01:53:17 +0000 (20:53 -0500)]
Merge pull request #4254 from zeroadam/Queue-#3878

Move queue_fn to src

6 years agoRemove old file
Adam Magness [Tue, 16 Jan 2018 01:16:51 +0000 (20:16 -0500)]
Remove old file

remove include/queue_fn.php

6 years agoRemove requires
Adam Magness [Tue, 16 Jan 2018 01:16:14 +0000 (20:16 -0500)]
Remove requires

remove require_once statements

6 years agoUpdate functions and calls
Adam Magness [Tue, 16 Jan 2018 01:12:07 +0000 (20:12 -0500)]
Update functions and calls

update function names and calls

6 years agoCreate Queue class
Adam Magness [Tue, 16 Jan 2018 00:28:39 +0000 (19:28 -0500)]
Create Queue class

Create queue class and functions from queue_fn.php

6 years agoMerge pull request #4252 from zeroadam/Nav-#3878
Hypolite Petovan [Tue, 16 Jan 2018 00:14:31 +0000 (19:14 -0500)]
Merge pull request #4252 from zeroadam/Nav-#3878

Move nav to src

6 years agoReview updates
Adam Magness [Mon, 15 Jan 2018 22:42:12 +0000 (17:42 -0500)]
Review updates

6 years agoRemove old file
Adam Magness [Mon, 15 Jan 2018 22:12:39 +0000 (17:12 -0500)]
Remove old file

remove include/nav.php

6 years agoMerge remote-tracking branch 'origin/Nav-#3878' into Nav-#3878
Adam Magness [Mon, 15 Jan 2018 22:09:28 +0000 (17:09 -0500)]
Merge remote-tracking branch 'origin/Nav-#3878' into Nav-#3878

6 years agouse dba
Adam Magness [Mon, 15 Jan 2018 22:08:36 +0000 (17:08 -0500)]
use dba

add use dba

6 years agoUpdate functions and calls
Adam Magness [Mon, 15 Jan 2018 19:51:56 +0000 (14:51 -0500)]
Update functions and calls

Update function names and scope. update calls.

6 years agoCreate Nav class
Adam Magness [Mon, 15 Jan 2018 19:19:55 +0000 (14:19 -0500)]
Create Nav class

create nav class and function from include/nav.php

6 years agouse dba
Adam Magness [Mon, 15 Jan 2018 22:08:36 +0000 (17:08 -0500)]
use dba

add use dba

6 years agoMerge pull request #4243 from MrPetovan/task/switch-to-array-new-style
Michael Vogel [Mon, 15 Jan 2018 21:51:57 +0000 (22:51 +0100)]
Merge pull request #4243 from MrPetovan/task/switch-to-array-new-style

Use short form array syntax everywhere

6 years agoUpdate functions and calls
Adam Magness [Mon, 15 Jan 2018 19:51:56 +0000 (14:51 -0500)]
Update functions and calls

Update function names and scope. update calls.

6 years agoCreate Nav class
Adam Magness [Mon, 15 Jan 2018 19:19:55 +0000 (14:19 -0500)]
Create Nav class

create nav class and function from include/nav.php

6 years agoFix variable name typo in index
Hypolite Petovan [Mon, 15 Jan 2018 16:26:00 +0000 (11:26 -0500)]
Fix variable name typo in index

6 years agoUse short form array syntax everywhere
Hypolite Petovan [Mon, 15 Jan 2018 13:05:12 +0000 (08:05 -0500)]
Use short form array syntax everywhere

- Add short form array syntax to po2php.php generation

6 years agoMerge pull request #4250 from zeroadam/Mail-#3878
Hypolite Petovan [Mon, 15 Jan 2018 18:43:16 +0000 (13:43 -0500)]
Merge pull request #4250 from zeroadam/Mail-#3878

Move messages to src

6 years agoRemove indexes
Adam Magness [Mon, 15 Jan 2018 17:37:44 +0000 (12:37 -0500)]
Remove indexes

remove [0] from selectFirst objects

6 years agoReplace integers
Adam Magness [Mon, 15 Jan 2018 17:28:07 +0000 (12:28 -0500)]
Replace integers

put integers back where booleans

6 years agoFix backticks
Adam Magness [Mon, 15 Jan 2018 17:23:18 +0000 (12:23 -0500)]
Fix backticks

backtick to single quote in dba calls

6 years agoRemove old file
Adam Magness [Mon, 15 Jan 2018 17:14:37 +0000 (12:14 -0500)]
Remove old file

remove include/message.php

6 years agoUpdate functions and calls
Adam Magness [Mon, 15 Jan 2018 17:14:09 +0000 (12:14 -0500)]
Update functions and calls

Update functions and calls.

6 years agoCreate Mail class
Adam Magness [Mon, 15 Jan 2018 16:43:25 +0000 (11:43 -0500)]
Create Mail class

create mail class and functions from include/message.php

6 years agoMerge pull request #4247 from zeroadam/ProfileSel-#3878
Hypolite Petovan [Mon, 15 Jan 2018 16:34:35 +0000 (11:34 -0500)]
Merge pull request #4247 from zeroadam/ProfileSel-#3878

Move profile_selector to src

6 years agoReview updates
Adam Magness [Mon, 15 Jan 2018 16:33:02 +0000 (11:33 -0500)]
Review updates

update array to short form syntax

6 years agoMerge pull request #4249 from MrPetovan/develop
Hypolite Petovan [Mon, 15 Jan 2018 15:40:50 +0000 (10:40 -0500)]
Merge pull request #4249 from MrPetovan/develop

Add use dba to Content\Widget

6 years agoAdd use dba to Content\Widget
Hypolite Petovan [Mon, 15 Jan 2018 15:39:27 +0000 (10:39 -0500)]
Add use dba to Content\Widget

6 years agoMerge pull request #4246 from zeroadam/Widget-#3878
Hypolite Petovan [Mon, 15 Jan 2018 15:27:42 +0000 (10:27 -0500)]
Merge pull request #4246 from zeroadam/Widget-#3878

Move contact_widgets to src

6 years agoRemove old file
Adam Magness [Mon, 15 Jan 2018 15:16:21 +0000 (10:16 -0500)]
Remove old file

remove include/profile_selectors.php

6 years agoUpdate functions and calls
Adam Magness [Mon, 15 Jan 2018 15:15:00 +0000 (10:15 -0500)]
Update functions and calls

Update function name and calls.

6 years agoFunctions to ContactSelector
Adam Magness [Mon, 15 Jan 2018 15:08:47 +0000 (10:08 -0500)]
Functions to ContactSelector

put function in ContactSelector class

6 years agoRemove old file
Adam Magness [Mon, 15 Jan 2018 14:50:45 +0000 (09:50 -0500)]
Remove old file

remove include/contact_widgets.php

6 years agoRename functions and calls
Adam Magness [Mon, 15 Jan 2018 14:50:06 +0000 (09:50 -0500)]
Rename functions and calls

Rename functions and update calls

6 years agoCreate Widget class
Adam Magness [Mon, 15 Jan 2018 14:22:01 +0000 (09:22 -0500)]
Create Widget class

create widget class in Friendica/Content.

6 years agoMerge pull request #4245 from zeroadam/Mimetype-#3878
Hypolite Petovan [Mon, 15 Jan 2018 14:17:15 +0000 (09:17 -0500)]
Merge pull request #4245 from zeroadam/Mimetype-#3878

Move attach to src

6 years agoMerge pull request #4241 from annando/network-update
Hypolite Petovan [Mon, 15 Jan 2018 14:16:00 +0000 (09:16 -0500)]
Merge pull request #4241 from annando/network-update

Update after comment on public post should now work on the network page

6 years agoDon't use count
Michael [Mon, 15 Jan 2018 14:02:34 +0000 (14:02 +0000)]
Don't use count

6 years agoMerge pull request #4244 from MrPetovan/develop
Michael Vogel [Mon, 15 Jan 2018 13:58:38 +0000 (14:58 +0100)]
Merge pull request #4244 from MrPetovan/develop

Composer: php-markdown updated to 1.8.0

6 years agoComposer: php-markdown updated to 1.8.0
Hypolite Petovan [Mon, 15 Jan 2018 13:56:45 +0000 (08:56 -0500)]
Composer: php-markdown updated to 1.8.0

- Classmaps updated

6 years agoRemove old file
Adam Magness [Mon, 15 Jan 2018 13:33:12 +0000 (08:33 -0500)]
Remove old file

remove include/attach.php

6 years agoFunction calls
Adam Magness [Mon, 15 Jan 2018 13:32:11 +0000 (08:32 -0500)]
Function calls

Rename function, update calls

6 years agoCreate mimetype class
Adam Magness [Mon, 15 Jan 2018 13:30:12 +0000 (08:30 -0500)]
Create mimetype class

move attach.php function to mimetype class

6 years agoMerge pull request #4240 from annando/sql-definition
Hypolite Petovan [Mon, 15 Jan 2018 12:37:13 +0000 (07:37 -0500)]
Merge pull request #4240 from annando/sql-definition

SQL structure had changed

6 years agoMerge pull request #4237 from zeroadam/Profile-#3878
Hypolite Petovan [Mon, 15 Jan 2018 12:32:30 +0000 (07:32 -0500)]
Merge pull request #4237 from zeroadam/Profile-#3878

Move identity to src

6 years agoSome SQL servers report different lengths for unsigned types
Michael [Mon, 15 Jan 2018 07:42:05 +0000 (07:42 +0000)]
Some SQL servers report different lengths for unsigned types

6 years agoMerge pull request #4238 from tobiasd/20180115-messages
Michael Vogel [Mon, 15 Jan 2018 07:04:16 +0000 (08:04 +0100)]
Merge pull request #4238 from tobiasd/20180115-messages

regenerated master messages.po file

6 years agoMerge pull request #4239 from tobiasd/20180115-2018
Michael Vogel [Mon, 15 Jan 2018 07:03:54 +0000 (08:03 +0100)]
Merge pull request #4239 from tobiasd/20180115-2018

Happy new year!

6 years agoUpdate after comment on public post should now work on the network page
Michael [Mon, 15 Jan 2018 06:59:20 +0000 (06:59 +0000)]
Update after comment on public post should now work on the network page

6 years agoHappy new year!
Tobias Diekershoff [Mon, 15 Jan 2018 06:45:12 +0000 (07:45 +0100)]
Happy new year!

6 years agoSQL structure had changed
Michael [Mon, 15 Jan 2018 06:43:28 +0000 (06:43 +0000)]
SQL structure had changed

6 years agoregenerated master messages.po file
Tobias Diekershoff [Mon, 15 Jan 2018 06:37:47 +0000 (07:37 +0100)]
regenerated master messages.po file

Signed-off-by: Tobias Diekershoff <tobias.diekershoff@gmx.net>
6 years agoMerge pull request #4235 from MrPetovan/task/4116-remove-library-oauth2
Michael Vogel [Mon, 15 Jan 2018 06:33:26 +0000 (07:33 +0100)]
Merge pull request #4235 from MrPetovan/task/4116-remove-library-oauth2

Delete unused library/oauth2-php library

6 years agoReview updates
Adam Magness [Mon, 15 Jan 2018 04:44:39 +0000 (23:44 -0500)]
Review updates

Update function name, descriptive variable names.

6 years agouse
Adam Magness [Mon, 15 Jan 2018 02:41:56 +0000 (21:41 -0500)]
use

6 years agoMore use
Adam Magness [Mon, 15 Jan 2018 02:38:26 +0000 (21:38 -0500)]
More use

more missing use statements

6 years agoMissing use
Adam Magness [Mon, 15 Jan 2018 02:29:19 +0000 (21:29 -0500)]
Missing use

missing use statement for profile

6 years agoRemove requires
Adam Magness [Mon, 15 Jan 2018 02:26:07 +0000 (21:26 -0500)]
Remove requires

remove requires_once statment

6 years agoRemove include/identity
Adam Magness [Mon, 15 Jan 2018 02:23:18 +0000 (21:23 -0500)]
Remove include/identity

remove no longer used file

6 years agoUpdate function calls
Adam Magness [Mon, 15 Jan 2018 02:22:39 +0000 (21:22 -0500)]
Update function calls

update function calls to use profile class

6 years agoMove include/identity to src
Adam Magness [Mon, 15 Jan 2018 01:13:02 +0000 (20:13 -0500)]
Move include/identity to src

Copy functions from identity to Profile class

6 years agoMerge pull request #4231 from MrPetovan/bug/3639-fix-diaspora-lf-in-code-blocks
Michael Vogel [Mon, 15 Jan 2018 00:37:13 +0000 (01:37 +0100)]
Merge pull request #4231 from MrPetovan/bug/3639-fix-diaspora-lf-in-code-blocks

Fix Diaspora LF in code blocks/Move php-markdown to composer

6 years agoDelete unused library/oauth2-php library
Hypolite Petovan [Mon, 15 Jan 2018 00:28:55 +0000 (19:28 -0500)]
Delete unused library/oauth2-php library

6 years agoMove library/markdown.php to src
Hypolite Petovan [Sun, 14 Jan 2018 23:59:08 +0000 (18:59 -0500)]
Move library/markdown.php to src

6 years agoImprove babel page display
Hypolite Petovan [Sun, 14 Jan 2018 18:13:36 +0000 (13:13 -0500)]
Improve babel page display

6 years agoImprove html2bbcode
Hypolite Petovan [Sun, 14 Jan 2018 18:13:16 +0000 (13:13 -0500)]
Improve html2bbcode

- trim code blocks
- Add <code> conversion to <code> (from Diaspora)

6 years agoExtend multi-line code blocks regular expression
Hypolite Petovan [Sun, 14 Jan 2018 18:12:29 +0000 (13:12 -0500)]
Extend multi-line code blocks regular expression

- Covers the case where there's no new line after the [code] tag

6 years agoRemove library/php-markdown
Hypolite Petovan [Sun, 14 Jan 2018 15:06:12 +0000 (10:06 -0500)]
Remove library/php-markdown

6 years agoAdd michelf/php-markdown to Composer
Hypolite Petovan [Sun, 14 Jan 2018 15:05:51 +0000 (10:05 -0500)]
Add michelf/php-markdown to Composer

6 years agoUpdate Composer version
Hypolite Petovan [Sun, 14 Jan 2018 15:04:23 +0000 (10:04 -0500)]
Update Composer version

6 years agoMerge pull request #4234 from annando/participation-2
Hypolite Petovan [Sun, 14 Jan 2018 23:57:05 +0000 (18:57 -0500)]
Merge pull request #4234 from annando/participation-2

On participation send all the old content of the thread

6 years agoOn participation send all the old content of the thread
Michael [Sun, 14 Jan 2018 22:53:00 +0000 (22:53 +0000)]
On participation send all the old content of the thread

6 years agoMerge pull request #4232 from fabrixxm/frio-login
Hypolite Petovan [Sun, 14 Jan 2018 22:22:36 +0000 (17:22 -0500)]
Merge pull request #4232 from fabrixxm/frio-login

[WIP] Frio: restyle login page

6 years agoMerge pull request #4225 from zeroadam/UserImport-#3878
Hypolite Petovan [Sun, 14 Jan 2018 22:21:26 +0000 (17:21 -0500)]
Merge pull request #4225 from zeroadam/UserImport-#3878

Move include/uimport to src

6 years agoMerge pull request #4229 from annando/database
Hypolite Petovan [Sun, 14 Jan 2018 22:16:20 +0000 (17:16 -0500)]
Merge pull request #4229 from annando/database

Reworked and unified database structure, added comments

6 years agoReview updates
Adam Magness [Sun, 14 Jan 2018 20:56:36 +0000 (15:56 -0500)]
Review updates

self:: const and fix up callback function and array_walk

6 years agospaces to tabs
fabrixxm [Sun, 14 Jan 2018 20:53:37 +0000 (21:53 +0100)]
spaces to tabs

6 years agoMerge pull request #4233 from MrPetovan/task/4116-move-smarty-to-composer
Michael Vogel [Sun, 14 Jan 2018 19:05:52 +0000 (20:05 +0100)]
Merge pull request #4233 from MrPetovan/task/4116-move-smarty-to-composer

Move Smarty to composer

6 years agoRemoved test output
Michael [Sun, 14 Jan 2018 19:02:27 +0000 (19:02 +0000)]
Removed test output

6 years agoFix formatting in include/friendica_smarty
Hypolite Petovan [Sun, 14 Jan 2018 18:36:48 +0000 (13:36 -0500)]
Fix formatting in include/friendica_smarty

6 years agoRemove library/Smarty
Hypolite Petovan [Sun, 14 Jan 2018 18:36:27 +0000 (13:36 -0500)]
Remove library/Smarty

6 years agoAdd Smarty to Composer
Hypolite Petovan [Sun, 14 Jan 2018 18:35:25 +0000 (13:35 -0500)]
Add Smarty to Composer

6 years agoFrio: add input for login backround image in admin settings
fabrixxm [Sun, 14 Jan 2018 18:19:24 +0000 (19:19 +0100)]
Frio: add input for login backround image in admin settings