]>
git.mxchange.org Git - friendica.git/log
Michael [Sat, 24 Mar 2018 18:39:13 +0000 (18:39 +0000)]
Line feeds fixed, not change in functionality
Michael [Sat, 24 Mar 2018 18:38:05 +0000 (18:38 +0000)]
Fix ACL data
Hypolite Petovan [Sat, 24 Mar 2018 15:40:35 +0000 (11:40 -0400)]
Merge pull request #4671 from tobiasd/
20180324 -trans
translation update DE and ZN CH
Tobias Diekershoff [Sat, 24 Mar 2018 15:09:45 +0000 (16:09 +0100)]
update to the zh-cn translation THX 朱陈锬
Tobias Diekershoff [Sat, 24 Mar 2018 15:07:33 +0000 (16:07 +0100)]
update for DE translation
Tobias Diekershoff [Sat, 24 Mar 2018 13:21:26 +0000 (14:21 +0100)]
Merge pull request #4668 from MrPetovan/bug/4665-fix-console-hashbang
Use correct /bin/bash hashbang in bin/console
Hypolite Petovan [Sat, 24 Mar 2018 12:40:43 +0000 (08:40 -0400)]
Use correct /bin/bash hashbang in bin/console
Hypolite Petovan [Sat, 24 Mar 2018 12:38:29 +0000 (08:38 -0400)]
Merge pull request #4667 from Alkarex/fix-bin-console
Fix PHP cannot take a shell script
Alexandre Alapetite [Sat, 24 Mar 2018 11:47:40 +0000 (12:47 +0100)]
Fix PHP cannot take a shell script
Fix part of https://github.com/friendica/friendica/issues/4665
`php [shell file]` does not work, so use `php [php file]` instead.
`php bin/console.php` is more robust than e.g. `bin/console` which does
not work on Windows, or *nix systems without Bash
Hypolite Petovan [Sat, 24 Mar 2018 00:53:52 +0000 (20:53 -0400)]
Merge pull request #4662 from MrPetovan/bug/4660-restore-composer-5.6-compatibility
Hotfix: Restore composer 5 6 compatibility
Hypolite Petovan [Sat, 24 Mar 2018 00:53:07 +0000 (20:53 -0400)]
Merge pull request #4661 from MrPetovan/develop
Hotfix: Bump database version number after RC merge
Hypolite Petovan [Sat, 24 Mar 2018 00:47:58 +0000 (20:47 -0400)]
Restore executable permissions in bin/
Hypolite Petovan [Sat, 24 Mar 2018 00:41:55 +0000 (20:41 -0400)]
[Composer] Downgrade paragonie/constant_time_encoding to PHP 5.6 compatible version
Hypolite Petovan [Sat, 24 Mar 2018 00:01:53 +0000 (20:01 -0400)]
Bump database version number after RC merge
Michael Vogel [Fri, 23 Mar 2018 20:24:20 +0000 (21:24 +0100)]
Merge pull request #4657 from MrPetovan/task/3878-move-event-to-src
Move include/event.php to src/
Hypolite Petovan [Fri, 23 Mar 2018 19:40:20 +0000 (15:40 -0400)]
Merge pull request #4658 from fabrixxm/dev/update-vagrant
Edits to Vagrant dev env part 3
fabrixxm [Fri, 23 Mar 2018 17:19:29 +0000 (18:19 +0100)]
Dev env: fix cache test data
fabrixxm [Fri, 23 Mar 2018 16:21:35 +0000 (17:21 +0100)]
Merge pull request #4651 from MrPetovan/develop
Update Develop with 3.6-rc changes
fabrixxm [Fri, 23 Mar 2018 16:16:22 +0000 (17:16 +0100)]
Dev env: fix admin email
Hypolite Petovan [Fri, 23 Mar 2018 15:49:14 +0000 (11:49 -0400)]
Merge pull request #4654 from fabrixxm/dev/update-vagrant
Edits to Vagrant dev env - the missing part
fabrixxm [Fri, 23 Mar 2018 15:38:26 +0000 (16:38 +0100)]
update test data for dev env
Hypolite Petovan [Fri, 23 Mar 2018 15:23:00 +0000 (11:23 -0400)]
Merge pull request #4653 from fabrixxm/dev/update-vagrant
Edits to Vagrant dev env
fabrixxm [Fri, 23 Mar 2018 15:12:11 +0000 (16:12 +0100)]
Fix Vagrant dev env
- more consistent use of hostname
- use .local hostname instead of .dev . Looks like Firefox is more
happy with a self-signed certificate on .local than .dev
- add friendica.local to altname in certificate
- run composer install while provisioning
Hypolite Petovan [Fri, 23 Mar 2018 10:39:51 +0000 (06:39 -0400)]
Updated version number
Hypolite Petovan [Mon, 19 Mar 2018 13:09:07 +0000 (09:09 -0400)]
Enable CalendarExport widget on /events
Hypolite Petovan [Sun, 18 Mar 2018 05:32:43 +0000 (01:32 -0400)]
Restore previous permission comment in Widget\CalendarExport
Hypolite Petovan [Sun, 18 Mar 2018 05:23:38 +0000 (01:23 -0400)]
Finally fix the permissions for Widget\CalendarExport
Hypolite Petovan [Sat, 17 Mar 2018 20:43:15 +0000 (16:43 -0400)]
Fix typo in mod/events
- Add todo in Model\Event
Hypolite Petovan [Sat, 17 Mar 2018 20:42:28 +0000 (16:42 -0400)]
Restore missing permission check in Widget\CalendarExport
Hypolite Petovan [Sat, 17 Mar 2018 14:05:17 +0000 (10:05 -0400)]
Fix wrong contact retrieval condition in Event::store
Hypolite Petovan [Sat, 17 Mar 2018 14:05:02 +0000 (10:05 -0400)]
Fix wrong parameter check in Event::store
Hypolite Petovan [Sat, 17 Mar 2018 04:32:46 +0000 (00:32 -0400)]
Initialize $event in Event::store
Hypolite Petovan [Sat, 17 Mar 2018 04:32:08 +0000 (00:32 -0400)]
Remove private key from event array in Event::store
Hypolite Petovan [Sat, 17 Mar 2018 01:47:48 +0000 (21:47 -0400)]
Remove include/event
Hypolite Petovan [Sat, 17 Mar 2018 01:47:34 +0000 (21:47 -0400)]
Remove references to include/event
Hypolite Petovan [Sat, 17 Mar 2018 01:45:02 +0000 (21:45 -0400)]
Replace include/event function with method calls
- Updated scope of Model\Event methods
- Updated use list
Hypolite Petovan [Sat, 17 Mar 2018 01:22:40 +0000 (21:22 -0400)]
Replace include/event function content by method calls
Hypolite Petovan [Sat, 17 Mar 2018 01:22:19 +0000 (21:22 -0400)]
Add new classes
- Add Model\Event class
- Add Content\Widget\CalendarExport class
Hypolite Petovan [Fri, 23 Mar 2018 10:15:55 +0000 (06:15 -0400)]
Merge branch 'master' into develop
Tobias Diekershoff [Fri, 23 Mar 2018 06:14:49 +0000 (07:14 +0100)]
Friendica version 3.6 - The Tazmans Flax-lily
Tobias Diekershoff [Fri, 23 Mar 2018 06:09:54 +0000 (07:09 +0100)]
Merge pull request #4637 from tobiasd/3.6
3.6 CHANGELOG
Tobias Diekershoff [Fri, 23 Mar 2018 06:08:56 +0000 (07:08 +0100)]
2018-03-23 it is
Hypolite Petovan [Thu, 22 Mar 2018 20:54:19 +0000 (16:54 -0400)]
Merge pull request #4650 from annando/url-shorten-ostatus
Partly reverted url beautification
Michael [Thu, 22 Mar 2018 20:47:31 +0000 (20:47 +0000)]
No display improvements for regular posts
Michael [Thu, 22 Mar 2018 20:42:29 +0000 (20:42 +0000)]
Merge remote-tracking branch 'upstream/3.6-rc' into url-shorten-ostatus
Hypolite Petovan [Thu, 22 Mar 2018 16:24:37 +0000 (12:24 -0400)]
Merge pull request #4649 from annando/fix-thr-parent
Fix: Items with "uid=0" always had the "parent-uri" as "thr-parent"
Michael [Thu, 22 Mar 2018 16:18:49 +0000 (16:18 +0000)]
Fix: Items with "uid=0" always had the "parent-uri" as "thr-parent"
Tobias Diekershoff [Thu, 22 Mar 2018 13:20:07 +0000 (14:20 +0100)]
8th (4369 got closed)
Tobias Diekershoff [Thu, 22 Mar 2018 05:53:58 +0000 (06:53 +0100)]
7th (more work on themes and events)
Hypolite Petovan [Thu, 22 Mar 2018 01:12:04 +0000 (21:12 -0400)]
Merge pull request #4646 from Andi-K/3.6-rc
vier: replace hard coded style paths
Andi [Thu, 22 Mar 2018 00:25:43 +0000 (01:25 +0100)]
Andi [Thu, 22 Mar 2018 00:15:59 +0000 (01:15 +0100)]
vier: replace hard coded style path
Hypolite Petovan [Thu, 22 Mar 2018 00:01:01 +0000 (20:01 -0400)]
Merge pull request #4645 from Andi-K/3.6-rc
frio: removed "Illegal string offset" Warnings
Andi [Wed, 21 Mar 2018 23:34:38 +0000 (00:34 +0100)]
Merge branch '3.6-rc' of https://github.com/Andi-K/friendica into 3.6-rc
Andi [Wed, 21 Mar 2018 22:53:41 +0000 (23:53 +0100)]
frio: removed "Illegal string offset" Warnings
rabuzarus [Wed, 21 Mar 2018 20:21:26 +0000 (21:21 +0100)]
Merge pull request #4644 from annando/event-date
Event: Prevent SQL errors with events without end
Michael [Wed, 21 Mar 2018 20:16:43 +0000 (20:16 +0000)]
Event: Prevent SQL errors with events without end
Michael Vogel [Wed, 21 Mar 2018 17:04:16 +0000 (18:04 +0100)]
Merge pull request #4640 from MrPetovan/task/4604-add-password-exposed-check
Add password exposed check
Hypolite Petovan [Wed, 21 Mar 2018 12:54:58 +0000 (08:54 -0400)]
Use Config wrapper instead of direct config retrieval
Tobias Diekershoff [Wed, 21 Mar 2018 07:07:20 +0000 (08:07 +0100)]
Merge pull request #4642 from annando/updated-faq
Added linebreaks in the FAQ.
Michael [Wed, 21 Mar 2018 07:01:40 +0000 (07:01 +0000)]
Added linebreaks in the FAQ.
Hypolite Petovan [Wed, 21 Mar 2018 06:38:04 +0000 (02:38 -0400)]
Fix egregious whitespace issue in mod/settings
Hypolite Petovan [Wed, 21 Mar 2018 06:35:28 +0000 (02:35 -0400)]
Add htconfig setting to disable password_exposed()
Hypolite Petovan [Wed, 21 Mar 2018 06:27:38 +0000 (02:27 -0400)]
Merge pull request #4641 from annando/updated-faq
The FAQ had been updated to reflect the latest changes
Michael [Wed, 21 Mar 2018 06:23:07 +0000 (06:23 +0000)]
The FAQ had been updated to reflect the latest changes
Hypolite Petovan [Wed, 21 Mar 2018 06:14:43 +0000 (02:14 -0400)]
Rename checkPasswordExposed to isPasswordExposed
Tobias Diekershoff [Wed, 21 Mar 2018 06:12:46 +0000 (07:12 +0100)]
6th (magic numbers, addon translations)
Hypolite Petovan [Wed, 21 Mar 2018 05:33:35 +0000 (01:33 -0400)]
Add exposed password check to manual password change
Hypolite Petovan [Wed, 21 Mar 2018 05:31:00 +0000 (01:31 -0400)]
[Composer] Add divineomega/password_exposed
- Reorder PHP packages by alphabetical order
Hypolite Petovan [Wed, 21 Mar 2018 05:24:50 +0000 (01:24 -0400)]
Merge pull request #4638 from annando/incorrect-datetime
Fix for incorrect datetime values
Michael [Wed, 21 Mar 2018 05:20:55 +0000 (05:20 +0000)]
Fix for incorrect datetime values
Tobias Diekershoff [Tue, 20 Mar 2018 18:28:25 +0000 (19:28 +0100)]
5th (missing s)
Tobias Diekershoff [Tue, 20 Mar 2018 16:23:51 +0000 (17:23 +0100)]
4th (typos)
Tobias Diekershoff [Tue, 20 Mar 2018 15:17:42 +0000 (16:17 +0100)]
3rd (typos)
Tobias Diekershoff [Tue, 20 Mar 2018 15:12:23 +0000 (16:12 +0100)]
hypolite wants to be MrPetrovan
Tobias Diekershoff [Tue, 20 Mar 2018 13:25:35 +0000 (14:25 +0100)]
2nd (some typos)
Tobias Diekershoff [Tue, 20 Mar 2018 11:00:38 +0000 (12:00 +0100)]
1st draft of 3.6 CHANGELOG
Tobias Diekershoff [Tue, 20 Mar 2018 07:48:37 +0000 (08:48 +0100)]
Merge pull request #4636 from annando/event-diaspora
Fix: Events on Diaspora now should look fine
Michael [Tue, 20 Mar 2018 06:32:17 +0000 (06:32 +0000)]
Fix: Events on Diaspora now should look fine
Hypolite Petovan [Mon, 19 Mar 2018 20:53:48 +0000 (16:53 -0400)]
Merge pull request #4635 from fabrixxm/3.6-rc-it
Update IT strings
fabrixxm [Mon, 19 Mar 2018 19:39:19 +0000 (20:39 +0100)]
Update IT strings
Hypolite Petovan [Mon, 19 Mar 2018 17:50:37 +0000 (13:50 -0400)]
Merge pull request #4634 from tobiasd/
20180319 -de
update for DE translation THX utzer
Tobias Diekershoff [Mon, 19 Mar 2018 17:38:47 +0000 (18:38 +0100)]
update for DE translation THX utzer
Tobias Diekershoff [Mon, 19 Mar 2018 14:22:10 +0000 (15:22 +0100)]
Merge pull request #4633 from friendica/fabrixxm-36rc-patch-2
Small fixes and spelling
Tobias Diekershoff [Mon, 19 Mar 2018 14:05:53 +0000 (15:05 +0100)]
Merge pull request #4630 from MrPetovan/task/4629-move-executable-to-bin
Move executable scripts to bin/ (part 1)
Tobias Diekershoff [Mon, 19 Mar 2018 14:04:46 +0000 (15:04 +0100)]
Merge pull request #4628 from MrPetovan/task/add-console
Add Friendica console part 2: Script removal
fabrixxm [Mon, 19 Mar 2018 12:56:17 +0000 (13:56 +0100)]
Fix spelling for "detailed_notif" help text in settings
Hypolite Petovan [Mon, 19 Mar 2018 12:46:17 +0000 (08:46 -0400)]
Revert changes to CHANGELOG
Hypolite Petovan [Mon, 19 Mar 2018 12:39:50 +0000 (08:39 -0400)]
Merge pull request #4631 from friendica/fabrixxm-36rc-patch-1
Small fix to translatable string
fabrixxm [Mon, 19 Mar 2018 10:19:09 +0000 (11:19 +0100)]
Fix another closing bracket in translatable string
fabrixxm [Mon, 19 Mar 2018 09:20:01 +0000 (10:20 +0100)]
fix docstring of `get_poke_verbs()`
fabrixxm [Mon, 19 Mar 2018 09:15:09 +0000 (10:15 +0100)]
Small fixes to translatable string
and some small cosmetic fixup to docstring for `notification()`
Hypolite Petovan [Mon, 19 Mar 2018 06:16:05 +0000 (02:16 -0400)]
Revert changes to the CHANGELOG
Hypolite Petovan [Mon, 19 Mar 2018 03:53:53 +0000 (23:53 -0400)]
Remove scripts/dbstructure
- Updated documentation
Hypolite Petovan [Mon, 19 Mar 2018 03:52:07 +0000 (23:52 -0400)]
Remove util/typo
- Updated documentation
- Fixed typo in documenation
Hypolite Petovan [Mon, 19 Mar 2018 03:49:45 +0000 (23:49 -0400)]
Remove util/extract
- Updated documentation
Hypolite Petovan [Mon, 19 Mar 2018 03:47:38 +0000 (23:47 -0400)]
Remove util/po2php
- Updated documentation
Hypolite Petovan [Mon, 19 Mar 2018 03:44:27 +0000 (23:44 -0400)]
Remove util/php2po
- Updated util/README
Hypolite Petovan [Mon, 19 Mar 2018 03:40:56 +0000 (23:40 -0400)]
Remove util/maintenance
Hypolite Petovan [Mon, 19 Mar 2018 03:40:06 +0000 (23:40 -0400)]
Remove util/global_community_silence
- Update wrong comment block for Console\Maintenance