Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	7b352f3f74  
						 
						
							
							
								
								
								Revert "Coding convention applied - part 1"  
							
							
							
						 
						
							2017-03-21 12:02:59 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	
	
	0cd241bcbe 
 
						 
						
							
							
								
								
								added spaces + some curly braces + some usage of dbm::is_result()  
							
							... 
							
							
							
							Signed-off-by: Roland Häder <roland@mxchange.org> 
							
						 
						
							2017-03-19 00:44:40 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	05a2989ecb  
						 
						
							
							
								
								
								Merge pull request  #3079  from Hypolite/issue/#3039-mod-3of3  
							
							... 
							
							
							
							Normalize App parameter declaration (mod folder, 3 out of 3) 
							
						 
						
							2017-01-11 22:33:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	a7ce601580  
						 
						
							
							
								
								
								Normalize App parameter declaration (mod folder, 3 out of 3)  
							
							
							
						 
						
							2017-01-09 23:14:55 +11:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	ed0143c9f0  
						 
						
							
							
								
								
								Merge remote-tracking branch 'upstream/develop' into 1612-unused-indexes  
							
							
							
						 
						
							2017-01-07 16:13:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	1b48799f08  
						 
						
							
							
								
								
								Don't do queries if not needed  
							
							
							
						 
						
							2017-01-07 11:28:18 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	4dce3d8224  
						 
						
							
							
								
								
								changed to this:  
							
							... 
							
							
							
							---------------------
function bla (App &$a) {
	$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org> 
							
						 
						
							2016-12-20 10:58:55 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	abff6372dd  
						 
						
							
							
								
								
								Coding convention applied:  
							
							... 
							
							
							
							- space between "if" and brace
- curly braces on conditional blocks
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
	include/lock.php 
							
						 
						
							2016-12-20 10:12:31 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	fb676335db  
						 
						
							
							
								
								
								Coding convention applied:  
							
							... 
							
							
							
							- space between "if" and brace
- curly braces on conditional blocks
Signed-off-by: Roland Häder <roland@mxchange.org> 
							
						 
						
							2016-12-20 10:10:33 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	46d383369c  
						 
						
							
							
								
								
								Cleanup for  #3010  - added spaces, thanks to @annando .  
							
							... 
							
							
							
							Signed-off-by: Roland Häder <roland@mxchange.org> 
							
						 
						
							2016-12-14 09:41:33 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	9878974e1f  
						 
						
							
							
								
								
								fix photos page permissions  
							
							
							
						 
						
							2016-11-14 18:49:51 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									fabrixxm 
								
							 
						 
						
							
							
								
							
							
	b202e02fbf  
						 
						
							
							
								
								
								Revert "Updated modules to allow for partial overrides without errors"  
							
							... 
							
							
							
							This reverts commit db949bb802 
							
						 
						
							2016-02-07 15:11:34 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrej Stieben 
								
							 
						 
						
							
							
								
							
							
	db949bb802  
						 
						
							
							
								
								
								Updated modules to allow for partial overrides without errors  
							
							... 
							
							
							
							Only define functions if they have not been defined before, e.g. in themes. This makes it possible to override parts of a module and still use the other functions. 
							
						 
						
							2016-02-05 21:52:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									hauke 
								
							 
						 
						
							
							
								
							
							
	f3eebda4fa  
						 
						
							
							
								
								
								changed syntax to work with PHP 5.3  #2027  
							
							
							
						 
						
							2015-11-07 16:24:59 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									fabrixxm 
								
							 
						 
						
							
							
								
							
							
	cbabac298d  
						 
						
							
							
								
								
								filebrowser: link image to original picture, show error messages  
							
							
							
						 
						
							2015-08-24 13:54:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	bacd71e1c6  
						 
						
							
							
								
								
								Replace random strings with guids where appropriate.  
							
							
							
						 
						
							2015-08-14 07:48:28 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	a982320ba9  
						 
						
							
							
								
								
								show maximagesize warning in a human readable format  
							
							
							
						 
						
							2015-06-29 02:39:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David 
								
							 
						 
						
							
							
								
							
							
	741aab0916  
						 
						
							
							
								
								
								Now more friendly error message. Will tomorrow add a german translation.  
							
							... 
							
							
							
							David 
							
						 
						
							2014-04-25 06:29:03 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David 
								
							 
						 
						
							
							
								
							
							
	44beff1a9a  
						 
						
							
							
								
								
								Line: 68 f.  
							
							... 
							
							
							
							When trying to upload a file greater than PHP's max_upload_filesize,
the filesize is 0, and maybe some html code appears in the
text input window of the form. Problem seems to disappear
when refusing all uploads if filesize <=0. 
							
						 
						
							2014-04-23 20:22:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									friendica 
								
							 
						 
						
							
							
								
							
							
	1ad4f5247c  
						 
						
							
							
								
								
								default bbcode - don't check editor pref  
							
							
							
						 
						
							2012-12-03 01:05:10 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									friendica 
								
							 
						 
						
							
							
								
							
							
	4cd8233f61  
						 
						
							
							
								
								
								remote_user can now support multiple contacts being logged in at once  
							
							
							
						 
						
							2012-09-04 22:50:28 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									friendica 
								
							 
						 
						
							
							
								
							
							
	b044cd922d  
						 
						
							
							
								
								
								typos in bbcode, add service class restrictions to jot uploads  
							
							
							
						 
						
							2012-06-25 16:03:46 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									friendica 
								
							 
						 
						
							
							
								
							
							
	e6330e3b96  
						 
						
							
							
								
								
								naked br appearing when attaching and textplain  
							
							
							
						 
						
							2012-04-17 06:11:41 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									friendica 
								
							 
						 
						
							
							
								
							
							
	977625a53b  
						 
						
							
							
								
								
								fix to wall_upload photos default permissions to use cid rather than uid.  
							
							
							
						 
						
							2012-04-08 16:19:45 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Kampmann 
								
							 
						 
						
							
							
								
							
							
	355c42cb30  
						 
						
							
							
								
								
								Merge branch 'master' of  https://github.com/friendica/friendica  
							
							... 
							
							
							
							Conflicts:
	include/config.php
	update.php 
							
						 
						
							2012-04-05 13:39:15 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									friendica 
								
							 
						 
						
							
							
								
							
							
	d54042dd38  
						 
						
							
							
								
								
								mime_content_type requires access to the file, not just the name  
							
							
							
						 
						
							2012-01-28 12:09:17 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									friendica 
								
							 
						 
						
							
							
								
							
							
	8aa2552372  
						 
						
							
							
								
								
								add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)  
							
							
							
						 
						
							2012-01-18 16:21:30 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Friendika 
								
							 
						 
						
							
							
								
							
							
	18157769f0  
						 
						
							
							
								
								
								parent eval order issue  
							
							
							
						 
						
							2011-09-08 20:00:06 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Friendika 
								
							 
						 
						
							
							
								
							
							
	ad1e827169  
						 
						
							
							
								
								
								several fixes for attachments  
							
							
							
						 
						
							2011-08-03 19:18:58 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Friendika 
								
							 
						 
						
							
							
								
							
							
	2a679b1164  
						 
						
							
							
								
								
								file attachments  
							
							
							
						 
						
							2011-05-25 02:08:15 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Friendika 
								
							 
						 
						
							
							
								
							
							
	73b4faca5c  
						 
						
							
							
								
								
								basic file upload/attach  
							
							
							
						 
						
							2011-05-24 22:40:52 -07:00