]>
git.mxchange.org Git - friendica.git/log
Michael [Wed, 17 Jan 2018 23:22:01 +0000 (23:22 +0000)]
The delete function is now changed to the new function
Michael [Wed, 17 Jan 2018 21:54:17 +0000 (21:54 +0000)]
Merge remote-tracking branch 'upstream/develop' into item-delete
Hypolite Petovan [Wed, 17 Jan 2018 16:28:53 +0000 (11:28 -0500)]
Merge pull request #4262 from fabrixxm/frio-login
Frio: restyle login page episode II • Attack of the Clones
fabrixxm [Wed, 17 Jan 2018 16:27:27 +0000 (17:27 +0100)]
fix for coding standars
Hypolite Petovan [Wed, 17 Jan 2018 15:45:16 +0000 (10:45 -0500)]
Merge pull request #4261 from annando/bugfix-process
Avoid sql error in process handling
fabrixxm [Wed, 17 Jan 2018 15:33:27 +0000 (16:33 +0100)]
Frio: add login background color admin option
fabrixxm [Wed, 17 Jan 2018 15:01:34 +0000 (16:01 +0100)]
frio: tweak login template, fix style
move lost pwd link and register to submit wrapper,
use flexbox for submit row in login form,
show register link as button
fix form label colors in mobile
Michael [Wed, 17 Jan 2018 14:10:30 +0000 (14:10 +0000)]
Avoid sql error in process handling
Michael [Wed, 17 Jan 2018 14:09:24 +0000 (14:09 +0000)]
Wall postings need to be treated especially as well.
fabrixxm [Wed, 17 Jan 2018 12:29:04 +0000 (13:29 +0100)]
Frio: fix home page
Add home.tpl, fix style with custom home.html, fix style with custom page content from addon
fabrixxm [Wed, 17 Jan 2018 12:27:41 +0000 (13:27 +0100)]
Use template home.tpl for mod/home
Michael [Wed, 17 Jan 2018 07:08:49 +0000 (07:08 +0000)]
Delete could work now, needs testing
Michael [Wed, 17 Jan 2018 06:12:11 +0000 (06:12 +0000)]
Merge remote-tracking branch 'upstream/develop' into item-delete
Michael Vogel [Wed, 17 Jan 2018 06:08:51 +0000 (07:08 +0100)]
Merge pull request #4253 from MrPetovan/task/fix-scrutinizer-issues
[Scrutinizer] App.php / Create Model\Process
Hypolite Petovan [Tue, 16 Jan 2018 01:54:06 +0000 (20:54 -0500)]
Add missing include in Model\Process
Hypolite Petovan [Tue, 16 Jan 2018 00:27:48 +0000 (19:27 -0500)]
Fix issues in changed files
- Initializes $return in Process::insert
- Update the type hint of dba::fetch
- Remove unused $a parameter in worker_init()
- Fix uses
Hypolite Petovan [Tue, 16 Jan 2018 00:13:21 +0000 (19:13 -0500)]
Fix issues in App.php
- Fix formatting
- Add method visibility
- Remove unused properties
- Remove unused methods
- Remove unused parameters
- Fix implode parameter order (?!)
Hypolite Petovan [Tue, 16 Jan 2018 00:08:28 +0000 (19:08 -0500)]
Move process functions to Model\Process
- Add start|endProcess functions to Core\Worker
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
Michael [Tue, 16 Jan 2018 23:20:07 +0000 (23:20 +0000)]
Standards
Michael [Tue, 16 Jan 2018 23:16:53 +0000 (23:16 +0000)]
New item class function for delete
Michael [Tue, 16 Jan 2018 22:46:20 +0000 (22:46 +0000)]
Oh, standards ...
Michael [Tue, 16 Jan 2018 22:23:19 +0000 (22:23 +0000)]
Transfer all item shadow functions to the item class
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
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.
Hypolite Petovan [Tue, 16 Jan 2018 13:49:04 +0000 (08:49 -0500)]
Merge pull request #4257 from strk/openid-fix
Fix LightOpenID usage
Sandro Santilli [Tue, 16 Jan 2018 12:11:38 +0000 (13:11 +0100)]
Do not "pollute" global namespace with LightOpenID symbol
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
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
Adam Magness [Tue, 16 Jan 2018 01:16:51 +0000 (20:16 -0500)]
Remove old file
remove include/queue_fn.php
Adam Magness [Tue, 16 Jan 2018 01:16:14 +0000 (20:16 -0500)]
Remove requires
remove require_once statements
Adam Magness [Tue, 16 Jan 2018 01:12:07 +0000 (20:12 -0500)]
Update functions and calls
update function names and calls
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
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
Adam Magness [Mon, 15 Jan 2018 22:42:12 +0000 (17:42 -0500)]
Review updates
Adam Magness [Mon, 15 Jan 2018 22:12:39 +0000 (17:12 -0500)]
Remove old file
remove include/nav.php
Adam Magness [Mon, 15 Jan 2018 22:09:28 +0000 (17:09 -0500)]
Merge remote-tracking branch 'origin/Nav-#3878' into Nav-#3878
Adam Magness [Mon, 15 Jan 2018 22:08:36 +0000 (17:08 -0500)]
use dba
add use dba
Adam Magness [Mon, 15 Jan 2018 19:51:56 +0000 (14:51 -0500)]
Update functions and calls
Update function names and scope. update calls.
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
Adam Magness [Mon, 15 Jan 2018 22:08:36 +0000 (17:08 -0500)]
use dba
add use dba
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
Adam Magness [Mon, 15 Jan 2018 19:51:56 +0000 (14:51 -0500)]
Update functions and calls
Update function names and scope. update calls.
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
Hypolite Petovan [Mon, 15 Jan 2018 16:26:00 +0000 (11:26 -0500)]
Fix variable name typo in index
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
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
Adam Magness [Mon, 15 Jan 2018 17:37:44 +0000 (12:37 -0500)]
Remove indexes
remove [0] from selectFirst objects
Adam Magness [Mon, 15 Jan 2018 17:28:07 +0000 (12:28 -0500)]
Replace integers
put integers back where booleans
Adam Magness [Mon, 15 Jan 2018 17:23:18 +0000 (12:23 -0500)]
Fix backticks
backtick to single quote in dba calls
Adam Magness [Mon, 15 Jan 2018 17:14:37 +0000 (12:14 -0500)]
Remove old file
remove include/message.php
Adam Magness [Mon, 15 Jan 2018 17:14:09 +0000 (12:14 -0500)]
Update functions and calls
Update functions and calls.
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
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
Adam Magness [Mon, 15 Jan 2018 16:33:02 +0000 (11:33 -0500)]
Review updates
update array to short form syntax
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
Hypolite Petovan [Mon, 15 Jan 2018 15:39:27 +0000 (10:39 -0500)]
Add use dba to Content\Widget
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
Adam Magness [Mon, 15 Jan 2018 15:16:21 +0000 (10:16 -0500)]
Remove old file
remove include/profile_selectors.php
Adam Magness [Mon, 15 Jan 2018 15:15:00 +0000 (10:15 -0500)]
Update functions and calls
Update function name and calls.
Adam Magness [Mon, 15 Jan 2018 15:08:47 +0000 (10:08 -0500)]
Functions to ContactSelector
put function in ContactSelector class
Adam Magness [Mon, 15 Jan 2018 14:50:45 +0000 (09:50 -0500)]
Remove old file
remove include/contact_widgets.php
Adam Magness [Mon, 15 Jan 2018 14:50:06 +0000 (09:50 -0500)]
Rename functions and calls
Rename functions and update calls
Adam Magness [Mon, 15 Jan 2018 14:22:01 +0000 (09:22 -0500)]
Create Widget class
create widget class in Friendica/Content.
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
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
Michael [Mon, 15 Jan 2018 14:02:34 +0000 (14:02 +0000)]
Don't use count
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
Hypolite Petovan [Mon, 15 Jan 2018 13:56:45 +0000 (08:56 -0500)]
Composer: php-markdown updated to 1.8.0
- Classmaps updated
Adam Magness [Mon, 15 Jan 2018 13:33:12 +0000 (08:33 -0500)]
Remove old file
remove include/attach.php
Adam Magness [Mon, 15 Jan 2018 13:32:11 +0000 (08:32 -0500)]
Function calls
Rename function, update calls
Adam Magness [Mon, 15 Jan 2018 13:30:12 +0000 (08:30 -0500)]
Create mimetype class
move attach.php function to mimetype class
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
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
Michael [Mon, 15 Jan 2018 07:42:05 +0000 (07:42 +0000)]
Some SQL servers report different lengths for unsigned types
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
Michael Vogel [Mon, 15 Jan 2018 07:03:54 +0000 (08:03 +0100)]
Merge pull request #4239 from tobiasd/
20180115 -2018
Happy new year!
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
Tobias Diekershoff [Mon, 15 Jan 2018 06:45:12 +0000 (07:45 +0100)]
Happy new year!
Michael [Mon, 15 Jan 2018 06:43:28 +0000 (06:43 +0000)]
SQL structure had changed
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>
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
Adam Magness [Mon, 15 Jan 2018 04:44:39 +0000 (23:44 -0500)]
Review updates
Update function name, descriptive variable names.
Adam Magness [Mon, 15 Jan 2018 02:41:56 +0000 (21:41 -0500)]
use
Adam Magness [Mon, 15 Jan 2018 02:38:26 +0000 (21:38 -0500)]
More use
more missing use statements
Adam Magness [Mon, 15 Jan 2018 02:29:19 +0000 (21:29 -0500)]
Missing use
missing use statement for profile
Adam Magness [Mon, 15 Jan 2018 02:26:07 +0000 (21:26 -0500)]
Remove requires
remove requires_once statment
Adam Magness [Mon, 15 Jan 2018 02:23:18 +0000 (21:23 -0500)]
Remove include/identity
remove no longer used file
Adam Magness [Mon, 15 Jan 2018 02:22:39 +0000 (21:22 -0500)]
Update function calls
update function calls to use profile class
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
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
Hypolite Petovan [Mon, 15 Jan 2018 00:28:55 +0000 (19:28 -0500)]
Delete unused library/oauth2-php library
Hypolite Petovan [Sun, 14 Jan 2018 23:59:08 +0000 (18:59 -0500)]
Move library/markdown.php to src
Hypolite Petovan [Sun, 14 Jan 2018 18:13:36 +0000 (13:13 -0500)]
Improve babel page display
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)
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
Hypolite Petovan [Sun, 14 Jan 2018 15:06:12 +0000 (10:06 -0500)]
Remove library/php-markdown
Hypolite Petovan [Sun, 14 Jan 2018 15:05:51 +0000 (10:05 -0500)]
Add michelf/php-markdown to Composer
Hypolite Petovan [Sun, 14 Jan 2018 15:04:23 +0000 (10:04 -0500)]
Update Composer version
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