]>
git.mxchange.org Git - friendica.git/log
Michael [Fri, 4 Nov 2016 22:56:50 +0000 (22:56 +0000)]
Use "micro"
Michael [Fri, 4 Nov 2016 22:45:20 +0000 (22:45 +0000)]
API calls should be much faster than before
Tobias Diekershoff [Fri, 4 Nov 2016 16:15:17 +0000 (17:15 +0100)]
Merge pull request #2885 from Hypolite/improvement/bbcode-documentation
bbcode documentation: minor style changes
Hypolite Petovan [Fri, 4 Nov 2016 15:20:47 +0000 (11:20 -0400)]
bbcode documentation: minor style changes
rabuzarus [Fri, 4 Nov 2016 01:34:29 +0000 (02:34 +0100)]
Merge pull request #2882 from Hypolite/improvement/bbcode-documentation
BBCodes documentation improvement
Hypolite Petovan [Fri, 4 Nov 2016 01:01:09 +0000 (21:01 -0400)]
bbcode documentation: minor formatting changes
rabuzarus [Thu, 3 Nov 2016 13:29:34 +0000 (14:29 +0100)]
Merge pull request #2884 from tobiasd/
20161103 -fixnotifications
missing placeholder for name_cache value
Tobias Diekershoff [Thu, 3 Nov 2016 13:00:20 +0000 (14:00 +0100)]
missing placeholder for name_cache value
Hypolite Petovan [Thu, 3 Nov 2016 02:42:19 +0000 (22:42 -0400)]
bbcode documentation: BBCodes.md complete rewrite
- Switched to table display to put BBCodes and result side-by-side
- Added all missing BBCodes
Hypolite Petovan [Thu, 3 Nov 2016 02:41:07 +0000 (22:41 -0400)]
bbcode documentation: fix anchors on frio
Michael Vogel [Wed, 2 Nov 2016 20:56:18 +0000 (21:56 +0100)]
Merge pull request #2878 from Hypolite/improvement/ping-performance
Improving ping.php performance
Hypolite Petovan [Wed, 2 Nov 2016 03:08:26 +0000 (23:08 -0400)]
bbcode documentation: improve cleancss
Hypolite Petovan [Wed, 2 Nov 2016 03:07:37 +0000 (23:07 -0400)]
bbcode documentation: enable overline
Hypolite Petovan [Tue, 1 Nov 2016 23:29:56 +0000 (19:29 -0400)]
Merge branch 'develop' into improvement/bbcode-documentation
Hypolite Petovan [Tue, 1 Nov 2016 21:05:23 +0000 (17:05 -0400)]
ping.php improvement: improving get_baseurl
- Adding more documentation
- Trying hard to make @annando happy
Hypolite Petovan [Tue, 1 Nov 2016 06:04:59 +0000 (02:04 -0400)]
ping.php improvement: datetime.php formatting
Tobias Diekershoff [Mon, 31 Oct 2016 20:22:17 +0000 (21:22 +0100)]
Merge pull request #2879 from annando/1610-performance-too
Avoiding deadlocks and small sql improvements
Hypolite Petovan [Mon, 31 Oct 2016 18:27:19 +0000 (14:27 -0400)]
ping.php improvement: using baser cache key
Hypolite Petovan [Mon, 31 Oct 2016 04:00:12 +0000 (00:00 -0400)]
bbcode documentation: improved webfinger profile regexp
Hypolite Petovan [Mon, 31 Oct 2016 03:59:14 +0000 (23:59 -0400)]
bbcode documentation: fix broken bookmark form: #^[url]...[/url]
- Prevents the advance recognition of `^` in tags before bbcode()
- Formatting
- Documentation
Michael [Sat, 29 Oct 2016 22:06:18 +0000 (22:06 +0000)]
Added some comments
Michael [Sat, 29 Oct 2016 21:27:56 +0000 (21:27 +0000)]
Shadow entry mechanism improved
Michael [Sat, 29 Oct 2016 20:17:33 +0000 (20:17 +0000)]
Avoiding deadlocks and small sql improvements
Hypolite Petovan [Sat, 29 Oct 2016 02:27:26 +0000 (22:27 -0400)]
ping.php improvement: db version bump
Hypolite Petovan [Sat, 29 Oct 2016 02:26:38 +0000 (22:26 -0400)]
Merge branch 'develop' into improvement/ping-performance
Hypolite Petovan [Sat, 29 Oct 2016 02:15:24 +0000 (22:15 -0400)]
ping.php perfomance: reverting useless session write changes
Hypolite Petovan [Sat, 29 Oct 2016 02:14:51 +0000 (22:14 -0400)]
ping.php performance: improve documentation and formatting
rabuzarus [Fri, 28 Oct 2016 20:24:35 +0000 (22:24 +0200)]
Merge pull request #2861 from annando/1610-performance
Some more performance stuff
Hypolite Petovan [Fri, 28 Oct 2016 16:29:55 +0000 (12:29 -0400)]
ping.php performance: fix formatting
Hypolite Petovan [Fri, 28 Oct 2016 10:50:08 +0000 (06:50 -0400)]
ping.php performance: improve baseurl caching
- Add cache invalidation on set_baseurl
- Add documentation
- Fix formatting
Hypolite Petovan [Fri, 28 Oct 2016 10:28:16 +0000 (06:28 -0400)]
ping.php performance: Cache notification bbcode
- Add two fields to notifiy table to store cached bbcode result
- Add bbcode conversion on notif creation
- Add postfact caching if cache field is empty on retrieval
Hypolite Petovan [Fri, 28 Oct 2016 09:55:19 +0000 (05:55 -0400)]
ping.php performance: optimizing session_write queries
Hypolite Petovan [Fri, 28 Oct 2016 09:54:26 +0000 (05:54 -0400)]
ping.php performance: removing datetime_convert
Hypolite Petovan [Fri, 28 Oct 2016 09:51:39 +0000 (05:51 -0400)]
ping.php performance: caching baseurl
rabuzarus [Fri, 28 Oct 2016 09:21:01 +0000 (11:21 +0200)]
Merge pull request #2877 from annando/1610-database-loop
Prevent a memory Access Violation when the database isn't connected
Michael [Fri, 28 Oct 2016 09:08:13 +0000 (09:08 +0000)]
We are doing uncommitted reads a little bit different. (We avoid commit)
Michael [Fri, 28 Oct 2016 04:29:22 +0000 (04:29 +0000)]
We should check values after we fetched them :-)
Michael [Thu, 27 Oct 2016 20:16:56 +0000 (20:16 +0000)]
Prevent a memory Access Violation when the database isn't connected
Michael [Thu, 27 Oct 2016 12:18:45 +0000 (12:18 +0000)]
Merge remote-tracking branch 'upstream/develop' into 1610-performance
Michael Vogel [Wed, 26 Oct 2016 21:10:36 +0000 (23:10 +0200)]
Merge pull request #2875 from Hypolite/bug/profiler-small-bugfix
Fix $a to #this in save_timestamp
Hypolite Petovan [Wed, 26 Oct 2016 11:42:40 +0000 (07:42 -0400)]
Fix $a to #this in save_timestamp
Michael [Wed, 26 Oct 2016 05:57:11 +0000 (05:57 +0000)]
dbclean.php mustn't be stopped via "killme"
Michael Vogel [Tue, 25 Oct 2016 20:31:59 +0000 (22:31 +0200)]
Merge pull request #2874 from Hypolite/bug/fix-pgettext-typo
Fix pgettext function name typo
Michael [Tue, 25 Oct 2016 16:16:01 +0000 (16:16 +0000)]
Merge remote-tracking branch 'upstream/develop' into 1610-performance
Conflicts:
include/Core/Config.php
include/Core/PConfig.php
Michael Vogel [Tue, 25 Oct 2016 05:56:11 +0000 (07:56 +0200)]
Merge pull request #2862 from Hypolite/settings-save-perf
Performance improvements: Settings save (alt), profiler, logger
Michael Vogel [Tue, 25 Oct 2016 05:44:57 +0000 (05:44 +0000)]
Added documentation
Michael Vogel [Tue, 25 Oct 2016 05:31:20 +0000 (07:31 +0200)]
Merge pull request #2839 from Hypolite/Issue-#2822
Issue #2822 - Fix [Embedded content - reload the page to view]
Hypolite Petovan [Tue, 25 Oct 2016 02:18:22 +0000 (22:18 -0400)]
Restore newline at end of file
Hypolite Petovan [Tue, 25 Oct 2016 02:17:02 +0000 (22:17 -0400)]
Fix typo in get_available_languages function name
- Add Doxygen comment block
- Fix formatting
- Renamed variable for faster understanding
Hypolite Petovan [Mon, 24 Oct 2016 20:16:49 +0000 (16:16 -0400)]
Leave formatting alone
Hypolite Petovan [Mon, 24 Oct 2016 16:43:38 +0000 (12:43 -0400)]
Some more formatting reverts
Hypolite Petovan [Mon, 24 Oct 2016 16:34:10 +0000 (12:34 -0400)]
Fix undiscriminate spaces=>tabs replace
Hypolite Petovan [Mon, 24 Oct 2016 16:27:27 +0000 (12:27 -0400)]
Revert some more unwarranted formatting
Hypolite Petovan [Mon, 24 Oct 2016 15:57:25 +0000 (11:57 -0400)]
Improved doc formatting
Hypolite Petovan [Mon, 24 Oct 2016 15:57:17 +0000 (11:57 -0400)]
Reverted changes to config
Tobias Diekershoff [Mon, 24 Oct 2016 12:21:00 +0000 (14:21 +0200)]
Merge pull request #2873 from rabuzarus/2410_fix_comment_nav_php
function nav_info(): insert lost comment
rabuzarus [Mon, 24 Oct 2016 12:02:38 +0000 (14:02 +0200)]
function nav_info(): insert lost comment
Michael Vogel [Mon, 24 Oct 2016 08:12:13 +0000 (08:12 +0000)]
Merge remote-tracking branch 'upstream/develop' into 1610-performance
Michael Vogel [Mon, 24 Oct 2016 08:10:27 +0000 (08:10 +0000)]
More transactions, more queries on uncommitted data
Tobias Diekershoff [Mon, 24 Oct 2016 07:04:52 +0000 (09:04 +0200)]
Merge pull request #2860 from annando/1610-duplicate-check
Check for duplicated postings from connectors
Michael Vogel [Sun, 23 Oct 2016 23:31:56 +0000 (23:31 +0000)]
poller.php is now working with transactions as well.
Michael Vogel [Sun, 23 Oct 2016 23:14:35 +0000 (23:14 +0000)]
Some code reformatting
Michael Vogel [Sun, 23 Oct 2016 22:12:45 +0000 (22:12 +0000)]
Fixed code structure
Michael Vogel [Sun, 23 Oct 2016 21:59:40 +0000 (21:59 +0000)]
We now use memcache if configured and installed.
Hypolite Petovan [Sun, 23 Oct 2016 11:57:40 +0000 (07:57 -0400)]
Update settings documentation
Michael Vogel [Sun, 23 Oct 2016 08:27:58 +0000 (10:27 +0200)]
Merge pull request #2871 from Hypolite/issue/#2803-alt
Fix Issue #2803 - Hovercard view profile link and public directory link
Michael Vogel [Sun, 23 Oct 2016 07:49:21 +0000 (07:49 +0000)]
pconfig: Improved behaviour with already stored values
Hypolite Petovan [Sun, 23 Oct 2016 02:58:44 +0000 (22:58 -0400)]
More `include/nav.php` formatting
- Add Doxygen comment block for `nav_info()`
- Remove superfluous by-reference symbol and added type hinting to
`nav_info()` declaration
- More formatting
Hypolite Petovan [Sun, 23 Oct 2016 02:49:12 +0000 (22:49 -0400)]
Fix Issue #2803 - Hovercard view profile link and public directory link
- Change "Edit Contact" link to "View Contact" in `include/Contact.php`
and `include/conversation.php`
- Add zrl parameter to public directory on single user instances
- Improved formatting of modified functions
Hypolite Petovan [Sun, 23 Oct 2016 01:33:54 +0000 (21:33 -0400)]
Reverting too extensive formatting changes
Hypolite Petovan [Sat, 22 Oct 2016 17:54:30 +0000 (13:54 -0400)]
Formatting changes to make @annando happy
Tobias Diekershoff [Sat, 22 Oct 2016 14:11:30 +0000 (16:11 +0200)]
Merge pull request #2870 from rabuzarus/2210-frio_event_profile_name
frio: line-break for event-owner names in event modals
rabuzarus [Sat, 22 Oct 2016 13:44:06 +0000 (15:44 +0200)]
frio: line-break for event-owner names in event modals
rabuzarus [Sat, 22 Oct 2016 11:15:29 +0000 (13:15 +0200)]
Merge pull request #2869 from Hypolite/fix-frio-calendar-strings
Fix frio calendar strings
Michael Vogel [Sat, 22 Oct 2016 10:33:18 +0000 (10:33 +0000)]
And again ...
Michael Vogel [Sat, 22 Oct 2016 10:21:43 +0000 (10:21 +0000)]
Just some more code adjustments
Michael Vogel [Sat, 22 Oct 2016 10:14:41 +0000 (10:14 +0000)]
CSR changes, split dbclean in separate processes if worker is active
Michael Vogel [Sat, 22 Oct 2016 04:57:52 +0000 (04:57 +0000)]
dbclean is restructured
Hypolite Petovan [Sat, 22 Oct 2016 03:23:44 +0000 (23:23 -0400)]
Settings save: Switch from strict to fuzzy comparison
Hypolite Petovan [Sat, 22 Oct 2016 03:08:42 +0000 (23:08 -0400)]
Standards enforcing
Hypolite Petovan [Sat, 22 Oct 2016 03:00:05 +0000 (23:00 -0400)]
Improve logger performance
- Reorder condition to prevent constant lookup (one-time ~3,500 substr)
- Enforce coding standards
Hypolite Petovan [Sat, 22 Oct 2016 02:50:58 +0000 (22:50 -0400)]
Makes save_timestamp conditional
- Add a .htconfig check to save_timestamp to prevent systematic
profiling
- Removes unused `mark_timestamp()` function including deleted code
comment
Michael Vogel [Fri, 21 Oct 2016 23:42:45 +0000 (23:42 +0000)]
Setting for the callstack in the database query added
Michael Vogel [Fri, 21 Oct 2016 23:06:37 +0000 (23:06 +0000)]
Merge remote-tracking branch 'upstream/develop' into 1610-performance
Michael Vogel [Fri, 21 Oct 2016 23:04:04 +0000 (23:04 +0000)]
Some code adjustements and performance improvements to the DFRN feed.
Michael Vogel [Fri, 21 Oct 2016 21:32:27 +0000 (21:32 +0000)]
Some stuff to make Hypolite happy :)
Michael Vogel [Fri, 21 Oct 2016 21:17:58 +0000 (21:17 +0000)]
Merge remote-tracking branch 'upstream/develop' into 1610-duplicate-check
Michael Vogel [Fri, 21 Oct 2016 18:25:21 +0000 (18:25 +0000)]
Some more improved queries
Hypolite Petovan [Fri, 21 Oct 2016 18:24:43 +0000 (14:24 -0400)]
Remove debug and extra new lines
Hypolite Petovan [Fri, 21 Oct 2016 18:14:20 +0000 (14:14 -0400)]
Fix calendar strings escape
- Fix base event_head.tpl file
- Fix the rest of frio strings
Hypolite Petovan [Fri, 21 Oct 2016 15:29:23 +0000 (11:29 -0400)]
[frio] Fix unescaped calendar Javascript strings
In French, “today” is “aujourd’hui”, which breaks the current calendar
Javascript strings quoted declaration.
This PR adds quote escaping to the i18n strings.
Hypolite Petovan [Fri, 21 Oct 2016 15:27:13 +0000 (11:27 -0400)]
Merge remote-tracking branch 'friendica/develop' into develop
Tobias Diekershoff [Fri, 21 Oct 2016 05:54:39 +0000 (07:54 +0200)]
Merge pull request #2868 from Hypolite/issue/#2865
Fix Issue #2865 - reshared posts and additional text
Hypolite Petovan [Fri, 21 Oct 2016 01:41:17 +0000 (21:41 -0400)]
Fix Issue #2865 - reshared posts and additional text
😉
Michael Vogel [Thu, 20 Oct 2016 22:05:21 +0000 (22:05 +0000)]
Orphans are removed without giant lock problems
Michael Vogel [Thu, 20 Oct 2016 08:44:19 +0000 (08:44 +0000)]
Merge remote-tracking branch 'upstream/develop' into 1610-performance
Tobias Diekershoff [Thu, 20 Oct 2016 06:33:44 +0000 (08:33 +0200)]
Merge pull request #2866 from annando/1610-probe-hidden-profile
Bugfix: probing failed when a profile was hidden
Michael Vogel [Thu, 20 Oct 2016 06:04:11 +0000 (06:04 +0000)]
Bugfix: probing failed when a profile was hidden
Michael Vogel [Wed, 19 Oct 2016 21:06:37 +0000 (21:06 +0000)]
Remove orphaned data
Michael Vogel [Mon, 17 Oct 2016 22:37:45 +0000 (00:37 +0200)]
Merge pull request #2863 from rabuzarus/0510-update_fullcalendar
frio: some improvements for displaying events