6a8a36f12d  
						 
						
							
							
								
								
								More usage of dbm::is_result($r) instead of count($r):  
							
							 
							
							... 
							
							
							
							- count() returns very different results and never a boolean (not even false on
  error condition).
- therefore you should NOT use it in boolean expressions. This still *can* be
  done in PHP because of its lazyness. But it is discouraged if it comes to
  more clean code.
Signed-off-by: Roland Häder <roland@mxchange.org> 
							
						 
						
							2016-12-13 10:44:13 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	293436e5fd  
						 
						
							
							
								
								
								Some rewrites:  
							
							 
							
							... 
							
							
							
							- max_proccesses_reach() and maxload_reached() (why no _ behind max?) are called
  both way, static and with object reference.
- this is strongly discouraged and should be avoided as its support (in PHP) may
  be dropped in future releases.
- used $a = get_app(); to encapsulate code (even when the function does
  currently the same, it may be changed later)
Signed-off-by: Roland Häder <roland@mxchange.org> 
							
						 
						
							2016-12-13 10:16:36 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	74ce4c2710  
						 
						
							
							
								
								
								Makes save_timestamp conditional  
							
							 
							
							... 
							
							
							
							- Add a .htconfig check to save_timestamp to prevent systematic
profiling
- Removes unused `mark_timestamp()` function including deleted code
comment 
							
						 
						
							2016-10-21 22:50:58 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	c02b1c3f36  
						 
						
							
							
								
								
								The "tagged with" message now works again.  
							
							 
							
							
							
						 
						
							2016-09-03 12:48:51 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	0a46a3d10e  
						 
						
							
							
								
								
								Bugfix: Avatar pictures of mail contacts weren't displayed correctly  
							
							 
							
							
							
						 
						
							2016-07-11 20:42:18 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	e512a83ecc  
						 
						
							
							
								
								
								Massively updated avatar handling  
							
							 
							
							
							
						 
						
							2016-06-19 01:07:20 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	098a8ac6c2  
						 
						
							
							
								
								
								Bugfix: In threads the contact data from users weren't taken.  
							
							 
							
							
							
						 
						
							2016-06-08 22:50:57 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	4b640dbd97  
						 
						
							
							
								
								
								Fetching of profile data improved  
							
							 
							
							
							
						 
						
							2016-06-05 21:17:55 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	ea3a6ec6eb  
						 
						
							
							
								
								
								Some more cleanup and code removal.  
							
							 
							
							
							
						 
						
							2016-06-05 20:01:38 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	71d3274841  
						 
						
							
							
								
								
								Unified contact data handling  
							
							 
							
							
							
						 
						
							2016-06-05 13:57:11 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	56cb6cc897  
						 
						
							
							
								
								
								Removed just more old diaspora function calls.  
							
							 
							
							
							
						 
						
							2016-03-14 20:53:44 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	7d4c99ebbc  
						 
						
							
							
								
								
								"get_baseurl" and "z_root" are disappearing ...  
							
							 
							
							
							
						 
						
							2016-02-17 23:47:32 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	c5b724828a  
						 
						
							
							
								
								
								Just some more removed baseurls ...  
							
							 
							
							
							
						 
						
							2016-02-17 08:08:28 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	f7537c9e90  
						 
						
							
							
								
								
								Remove the baseurl where possible to avoid mixed content  
							
							 
							
							
							
						 
						
							2016-02-17 00:01:24 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	316276cb6d  
						 
						
							
							
								
								
								Editing an item with an event is now opeing the event edit form.  
							
							 
							
							
							
						 
						
							2015-10-17 08:27:33 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	649578ae33  
						 
						
							
							
								
								
								Merge develop-new into event-attendance-new  
							
							 
							
							... 
							
							
							
							Conflicts:
	include/conversation.php 
							
						 
						
							2015-10-11 19:39:55 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	16da708e07  
						 
						
							
							
								
								
								Contact names with ">" and "<" are a problem ...  
							
							 
							
							
							
						 
						
							2015-10-09 07:39:38 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	61c3ce7a21  
						 
						
							
							
								
								
								Bugfix: The contact names had to be escaped  
							
							 
							
							
							
						 
						
							2015-10-08 00:25:55 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	1f0b759e2f  
						 
						
							
							
								
								
								Added resize possibility to proxy function  
							
							 
							
							
							
						 
						
							2015-10-07 08:25:10 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	d0ae5ce326  
						 
						
							
							
								
								
								Show more information when following a new contact  
							
							 
							
							
							
						 
						
							2015-10-04 14:41:39 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	7cb4ea52fd  
						 
						
							
							
								
								
								port of the event attendance feature of red matrix with example implementation for vier theme.  
							
							 
							
							
							
						 
						
							2015-09-30 16:58:02 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	a13280ac4a  
						 
						
							
							
								
								
								revert little rebase mistake  
							
							 
							
							
							
						 
						
							2015-09-30 15:30:13 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	2ff67ef5ed  
						 
						
							
							
								
								
								fixes like/dislike for photos  
							
							 
							
							
							
						 
						
							2015-09-30 14:39:00 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	f5c7006f30  
						 
						
							
							
								
								
								rest of the consensus porting work and integration into friendica  
							
							 
							
							... 
							
							
							
							Credits to Mike Macgirvin for the code 
							
						 
						
							2015-09-30 14:38:13 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	0077494396  
						 
						
							
							
								
								
								make event confirmation work  
							
							 
							
							
							
						 
						
							2015-09-30 14:35:17 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	37fccee503  
						 
						
							
							
								
								
								first work for consensus  
							
							 
							
							
							
						 
						
							2015-09-30 14:34:10 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	fca8aecc9b  
						 
						
							
							
								
								
								Show "Redmatrix" as network name.  
							
							 
							
							
							
						 
						
							2015-07-16 10:09:59 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	179201d2bf  
						 
						
							
							
								
								
								Merge pull request  #1750  from annando/1507-contact-update  
							
							 
							
							... 
							
							
							
							Automatic contact update 
							
						 
						
							2015-07-12 15:32:29 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	c8fdff32b3  
						 
						
							
							
								
								
								Likes do federate ...  
							
							 
							
							
							
						 
						
							2015-07-12 14:57:09 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	0ac75deee1  
						 
						
							
							
								
								
								Some precaution to avoid overwriting of existing data with blanks  
							
							 
							
							
							
						 
						
							2015-07-12 11:19:40 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	d55275f211  
						 
						
							
							
								
								
								GUID should be urlencoded in template since it is urlencoded in uri as well.  
							
							 
							
							
							
						 
						
							2015-07-11 14:37:02 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	836432bb9a  
						 
						
							
							
								
								
								Removed Google Maps  
							
							 
							
							
							
						 
						
							2015-06-30 07:42:59 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	8e19d36d27  
						 
						
							
							
								
								
								Exchanged the hard coded comparism with the new function.  
							
							 
							
							
							
						 
						
							2015-04-25 11:08:53 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	1048be1dd0  
						 
						
							
							
								
								
								Liking of "red" comments is now possible.  
							
							 
							
							
							
						 
						
							2015-04-06 13:22:19 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	56f0af2067  
						 
						
							
							
								
								
								The "ignore" feature can be disabled and enabled, the value will now be retrieved.  
							
							 
							
							
							
						 
						
							2014-09-04 01:27:28 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	7eeb320085  
						 
						
							
							
								
								
								It is now possible to ignore threads.  
							
							 
							
							
							
						 
						
							2014-09-04 00:58:52 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	dd511ac70a  
						 
						
							
							
								
								
								The "display" page now shows the current author profile with a "connect" link (if there is no current connection)  
							
							 
							
							
							
						 
						
							2014-08-25 14:09:56 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	d4b2d3bf8a  
						 
						
							
							
								
								
								Moved "privacy_image_cache" into the core. Enabled by default, can be disabled in the page settings.  
							
							 
							
							
							
						 
						
							2014-08-13 00:13:13 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	ed1dce93d6  
						 
						
							
							
								
								
								Usage of /display/(guid) as path instead of /display/(user)/(id)  
							
							 
							
							... 
							
							
							
							Bugfix for adding tags to photos 
							
						 
						
							2014-07-22 00:36:20 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	bbf9378a49  
						 
						
							
							
								
								
								Even more SQL improvements.  
							
							 
							
							
							
						 
						
							2014-03-16 17:12:56 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	9f4ef7c105  
						 
						
							
							
								
								
								Avoiding some PHP warnings  
							
							 
							
							
							
						 
						
							2014-03-09 09:26:54 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	dc2e60d498  
						 
						
							
							
								
								
								Disabling some features for several networks  
							
							 
							
							
							
						 
						
							2014-03-02 00:50:06 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	6c46c8333d  
						 
						
							
							
								
								
								Vier: Adding some shadows. In the thread view showing the application when hovering over the network name (less information is sometimes more)  
							
							 
							
							
							
						 
						
							2014-02-02 09:57:31 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	4b0e370c4c  
						 
						
							
							
								
								
								Better handling of the network field in the item table.  
							
							 
							
							
							
						 
						
							2013-12-27 01:58:21 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	d5ae5ecedd  
						 
						
							
							
								
								
								- Improved speed due to forced indexes when showing items.  
							
							 
							
							... 
							
							
							
							- Possibility to setup a hostname 
							
						 
						
							2013-09-15 10:40:58 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									friendica 
								
							 
						 
						
							
							
								
							
							
	bfc9cfb82f  
						 
						
							
							
								
								
								put tags in items  
							
							 
							
							
							
						 
						
							2013-06-26 04:02:04 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									friendica 
								
							 
						 
						
							
							
								
							
							
	61a0f9c196  
						 
						
							
							
								
								
								bug  #540  and hush up a couple of log messages that are way too verbose  
							
							 
							
							
							
						 
						
							2013-04-28 04:30:20 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Fabrixxm 
								
							 
						 
						
							
							
								
							
							
	ddf1caf0fd  
						 
						
							
							
								
								
								template engine rework  
							
							 
							
							... 
							
							
							
							- use smarty3 as default engine
- new pluggable template engine system 
							
						 
						
							2013-04-23 03:27:52 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	86e19dda22  
						 
						
							
							
								
								
								Vier: Some more changes to the theme.  
							
							 
							
							... 
							
							
							
							Added a switch to suppress displaying of the tags. 
							
						 
						
							2013-03-05 00:46:11 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	421d484839  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/master'  
							
							 
							
							
							
						 
						
							2013-03-04 00:05:17 +01:00