Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	ecea7425f8  
						 
						
							
							
								
								
								Rename DBA::is_result to DBA::isResult  
							
							
							
						 
						
							2018-07-23 11:04:14 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	0ec44f3e8a  
						 
						
							
							
								
								
								Rename DBM method calls to DBA method calls  
							
							
							
						 
						
							2018-07-23 11:02:24 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	af6dbc654f  
						 
						
							
							
								
								
								Rename Friendica\Database\dba to Friendica\Database\DBA  
							
							
							
						 
						
							2018-07-20 08:19:26 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	daa1177e3a  
						 
						
							
							
								
								
								Update use statement lists with new Friendica\Database\dba class  
							
							... 
							
							
							
							- Remove unused use statement
- Remove superfluous use statements (classes in the same namespace)
- Add missing use statements 
							
						 
						
							2018-07-19 22:15:21 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	39767fb366  
						 
						
							
							
								
								
								Fix undefined index notice messages in mod/install  
							
							
							
						 
						
							2018-07-16 19:38:17 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	762a786611  
						 
						
							
							
								
								
								Replace direct accesses to App->config by Config::get/set calls  
							
							
							
						 
						
							2018-07-16 19:38:16 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	0448ca3897  
						 
						
							
							
								
								
								Update install procedure  
							
							... 
							
							
							
							- Fix Notice messages in Core\Install and Database\DBStructure
- Move local config file template from htconfig.tpl to local.ini.tpl
- Remove htconfig.php 
							
						 
						
							2018-07-16 19:38:14 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	2503660f97  
						 
						
							
							
								
								
								Add new INI config files  
							
							... 
							
							
							
							- Add new local.ini.tpl template
- Change all references from .htconfig.php to config/local.ini.php 
							
						 
						
							2018-07-16 19:38:13 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	8815d07765  
						 
						
							
							
								
								
								Add Install Mode  
							
							... 
							
							
							
							- fixed mistake 
							
						 
						
							2018-04-28 17:06:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	41c6d63052  
						 
						
							
							
								
								
								Add Install Mode  
							
							... 
							
							
							
							- merged `friendica/develop` to `nupplaPhil/install_mode`
- content merged `mod/install.php` to `src/Class/` 
							
						 
						
							2018-04-28 15:15:54 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	1ab965c944  
						 
						
							
							
								
								
								Add Install Mode  
							
							... 
							
							
							
							- merged `friendica/develop` to `nupplaPhil/install_mode`
- content merged `mod/install.php` to `src/Class/` 
							
						 
						
							2018-04-28 15:11:01 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	a97ad9dc42  
						 
						
							
							
								
								
								Add Install Mode (Part 2)  
							
							... 
							
							
							
							- Added constants to class `App`
- Added global App-Mode to `dba:connect()` instead parameter `$install` 
							
						 
						
							2018-04-28 12:36:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Neustifter 
								
							 
						 
						
							
							
								
							
							
	70a781fa5a  
						 
						
							
							
								
								
								Proper error when rewrite fails during install.  
							
							... 
							
							
							
							When Curl tries to fetch the rewrite test URL and something goes wrong the user
has no clue what was the problem. This problems can include:
- The rewriting not working at all.
- HTTPS redirects do not work.
- Curl does not accept the presented SSL cert.
This commit fixes this by providing the Curl error message to the user to further
debug the problem.
Fixes #3629.~ 
							
						 
						
							2018-04-27 21:27:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	6973aaefc2  
						 
						
							
							
								
								
								Add Install Mode  
							
							... 
							
							
							
							- Added $install_mode in Class App instead
- Extracted the install business logic to a new Class Install
- Replaced all $a->module == 'install' with $a->install_mode 
							
						 
						
							2018-04-23 22:56:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	
	
	f63be91bd5 
 
						 
						
							
							
								
								
								Revert "Moved .htconfig.php file & extracted Install business logic"  
							
							
							
						 
						
							2018-04-21 16:28:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	346697d771  
						 
						
							
							
								
								
								Moved .htconfig file  
							
							... 
							
							
							
							Extracted install business functions to new Class `Install.php` 
							
						 
						
							2018-04-21 14:10:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	5fad0cd123  
						 
						
							
							
								
								
								count from zero...  
							
							
							
						 
						
							2018-03-18 14:30:51 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	a6845c0180  
						 
						
							
							
								
								
								added check for POSIX kill to the installation wizard  
							
							
							
						 
						
							2018-03-18 10:36:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	782d692b5a  
						 
						
							
							
								
								
								Possible fix issue 4611: Don't write to database before it is created  
							
							
							
						 
						
							2018-03-17 09:04:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									rabuzarus 
								
							 
						 
						
							
							
								
							
							
	2e03a3a47f  
						 
						
							
							
								
								
								fix undeclared variables or wrong variable names (/mod)  
							
							
							
						 
						
							2018-02-12 03:25:09 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	f020292408  
						 
						
							
							
								
								
								Remove references to include/datetime  
							
							
							
						 
						
							2018-02-03 20:47:37 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	dc366bf1f7  
						 
						
							
							
								
								
								Refactor datetime_convert into Temporal::convert  
							
							... 
							
							
							
							- Changed parameter order to save space
- Refactor select_timezone into Temporal::getTimezoneSelect
- Refactor field_timezone into Temporal::getTimezoneField 
							
						 
						
							2018-02-03 08:56:51 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	f04d40a37e  
						 
						
							
							
								
								
								Review update  
							
							... 
							
							
							
							Rename function, move others 
							
						 
						
							2018-01-27 11:13:41 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	c67452f72e  
						 
						
							
							
								
								
								Move fetch_url  
							
							... 
							
							
							
							move fetch_url function 
							
						 
						
							2018-01-26 23:09:48 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	9cd3b17743  
						 
						
							
							
								
								
								Fix translation strings for use with util/extract.php  
							
							... 
							
							
							
							- Change parentheses to “\x28” and “\x29”
- Remove leading commas
- Remove quotes before commas 
							
						 
						
							2018-01-24 16:51:32 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	df7bdbfc66  
						 
						
							
							
								
								
								More missed calls  
							
							... 
							
							
							
							missed t() calls 
							
						 
						
							2018-01-24 10:19:58 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	f0725ae384  
						 
						
							
							
								
								
								Hopefully all t()  
							
							... 
							
							
							
							hopefully the last of the t() 
							
						 
						
							2018-01-22 18:03:26 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	ead9d86236  
						 
						
							
							
								
								
								More t()  
							
							... 
							
							
							
							Update more t() calls 
							
						 
						
							2018-01-22 18:03:26 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	45f8000ba5  
						 
						
							
							
								
								
								Functions and Calls  
							
							... 
							
							
							
							finish the other functions before returning to t() and tt() 
							
						 
						
							2018-01-22 18:03:26 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	5bc7f4a442  
						 
						
							
							
								
								
								Remove RINO2 and RINO3  
							
							
							
						 
						
							2018-01-19 11:27:53 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	e36f2bb1fb  
						 
						
							
							
								
								
								Use short form array syntax everywhere  
							
							... 
							
							
							
							- Add short form array syntax to po2php.php generation 
							
						 
						
							2018-01-15 14:07:17 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	2d7cd2daf4  
						 
						
							
							
								
								
								"update" is enough  
							
							
							
						 
						
							2017-12-14 22:18:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	15d42de647  
						 
						
							
							
								
								
								Class moved, changes applied  
							
							
							
						 
						
							2017-12-14 21:13:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	3fc3e67b70  
						 
						
							
							
								
								
								Separate Object\Photo into Model\Photo and Object\Image  
							
							... 
							
							
							
							- Renamed a bunch of functions to shorter or clearer names 
							
						 
						
							2017-12-07 23:54:51 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Vogel 
								
							 
						 
						
							
							
								
							
							
	
	
	5747cfc79c 
 
						 
						
							
							
								
								
								Revert "Move Objects to Model"  
							
							
							
						 
						
							2017-12-08 05:21:51 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	52bddd580c  
						 
						
							
							
								
								
								Separate Object\Photo into Model\Photo and Object\Image  
							
							... 
							
							
							
							- Renamed a bunch of functions to shorter or clearer names 
							
						 
						
							2017-12-07 08:56:11 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	c258df0f0a  
						 
						
							
							
								
								
								removed x-permission  
							
							
							
						 
						
							2017-12-05 07:13:55 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	ffd04fed85  
						 
						
							
							
								
								
								missing word  
							
							
							
						 
						
							2017-12-03 10:26:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	54827e7fed  
						 
						
							
							
								
								
								Photo to src  
							
							... 
							
							
							
							Move Photo to Friendica\Object namespace and replace require_once statments with use statements. 
							
						 
						
							2017-11-29 07:52:27 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	920160cb28  
						 
						
							
							
								
								
								The poller is now the worker  
							
							
							
						 
						
							2017-11-19 21:47:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Magness 
								
							 
						 
						
							
							
								
							
							
	4ca68c7af0  
						 
						
							
							
								
								
								Class file relocations  
							
							... 
							
							
							
							Issue #3878  
							
						 
						
							2017-11-08 08:37:03 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	a29b7e7153  
						 
						
							
							
								
								
								"dba" is now a static class  
							
							
							
						 
						
							2017-10-11 12:56:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	5adfeb0bd5  
						 
						
							
							
								
								
								App::get_baseurl is now replaced with System::baseUrl  
							
							
							
						 
						
							2017-08-26 07:32:10 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	3c24bed412  
						 
						
							
							
								
								
								New class "System"  
							
							
							
						 
						
							2017-08-26 06:04:21 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	20043914e6  
						 
						
							
							
								
								
								Move App to src  
							
							... 
							
							
							
							- Add `use Friendica\App;` wherever needed 
							
						 
						
							2017-05-02 22:59:36 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hypolite Petovan 
								
							 
						 
						
							
							
								
							
							
	56ee734b00  
						 
						
							
							
								
								
								Cleanup /format pre-move  
							
							
							
						 
						
							2017-05-02 22:59:24 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	efcb166c2d  
						 
						
							
							
								
								
								Added check for MySQL driver for PDO.  
							
							
							
						 
						
							2017-04-25 06:10:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
								
							
							
	49ba2f9d6d  
						 
						
							
							
								
								
								Added a PDO check in the install routine and cleaned it up  
							
							
							
						 
						
							2017-04-25 05:55:20 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Alapetite 
								
							 
						 
						
							
							
								
							
							
	a2a03c3f70  
						 
						
							
							
								
								
								Default UTF8MB4 for CREATE DATABASE  
							
							
							
						 
						
							2017-04-16 16:04:38 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Roland Häder 
								
							 
						 
						
							
							
								
							
							
	49527b70d3  
						 
						
							
							
								
								
								Merge branch 'develop' into rewrites/coding-convention-split2  
							
							
							
						 
						
							2017-04-01 22:16:08 +02:00