Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							6bae2e0a53 
							
						 
					 
					
						
						
							
							Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL  
						
						
						
						
					 
					
						2015-02-04 10:52:27 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							5b4fab0750 
							
						 
					 
					
						
						
							
							Add license header  
						
						... 
						
						
						
						This time without syntax errors hopefully :) 
						
						
					 
					
						2015-02-03 16:27:59 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							5fa2e3cfdc 
							
						 
					 
					
						
						
							
							Revert "Add license header"  
						
						... 
						
						
						
						This reverts commit 338d067aba41dd6e9178cebec5433eecd614196e. 
						
						
					 
					
						2015-02-03 16:16:26 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							338d067aba 
							
						 
					 
					
						
						
							
							Add license header  
						
						... 
						
						
						
						fixes  #7788  
					
						2015-02-03 15:51:04 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							7eab09c2a2 
							
						 
					 
					
						
						
							
							Tests: Fix ApplicationBootstrap mock  
						
						
						
						
					 
					
						2014-11-18 16:06:39 +01:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							7621f6642d 
							
						 
					 
					
						
						
							
							Adjust usages of Icinga\Application\Config  
						
						... 
						
						
						
						refs #7147  
						
						
					 
					
						2014-11-18 13:11:52 +01:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							7b99b74ae1 
							
						 
					 
					
						
						
							
							Prefer Icinga\Application\Config instead of Zend_Config  
						
						... 
						
						
						
						refs #7147  
						
						
					 
					
						2014-11-07 13:53:03 +01:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							9d8f810e10 
							
						 
					 
					
						
						
							
							Icinga\Web\Request::getParam() should be mocked as well by default  
						
						
						
						
					 
					
						2014-09-09 13:01:09 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							d6377ca00c 
							
						 
					 
					
						
						
							
							Return bootstrap mock when calling BaseTestCase::setupIcingaMock()  
						
						
						
						
					 
					
						2014-09-09 10:19:51 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							34bbe6508a 
							
						 
					 
					
						
						
							
							Remove form test functionality from BaseTestCase  
						
						... 
						
						
						
						BaseTestCase::createForm() is not required as the Form base class does
not have that much bloat anymore to have the need for a form factory. 
						
						
					 
					
						2014-09-09 09:29:29 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							1137c010a8 
							
						 
					 
					
						
						
							
							Provide global request and response mocks  
						
						... 
						
						
						
						Prior to this change one had to overwrite setupIcingaMock or setUp to set
a specific mock as request or response. Now it is possible to do this for a
specific test without overwriting any method. 
						
						
					 
					
						2014-09-09 09:24:38 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							0dce204651 
							
						 
					 
					
						
						
							
							Refactor Icinga\Web\Form  
						
						... 
						
						
						
						We eagerly waited badly for a new approach to build forms, so here it is.
Should be the best compromise between the Zend_Form functionality and
our requirements regarding automatic submits.
refs #5525  
						
						
					 
					
						2014-07-10 11:13:45 +02:00 
						 
				 
			
				
					
						
							
							
								Thomas Gelf 
							
						 
					 
					
						
						
						
						
							
						
						
							db3accc704 
							
						 
					 
					
						
						
							
							Data\Db: rename Query and Connection to Db...  
						
						... 
						
						
						
						Class names in namespaces should not be chosen as once we didn't have
such. The fact that we already did "use Db\Connection as DbConnection"
is the best hint that naming was wrong.
So this patch renames Db\Connection to Db\DbConnection and does the
same with DbQuery. DbQuery has been adjusted to fit our new SimpleQuery
and to handle the new Filter implementation. 
						
						
					 
					
						2014-06-06 06:43:13 +00:00 
						 
				 
			
				
					
						
							
							
								Marius Hein 
							
						 
					 
					
						
						
						
						
							
						
						
							6c698c1543 
							
						 
					 
					
						
						
							
							Tests: Remove Zend Controller Test from base test  
						
						... 
						
						
						
						fixes  #6106  
					
						2014-05-02 09:46:01 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							07da92ee42 
							
						 
					 
					
						
						
							
							Rewrite test for Icinga\Web\Url and fix some bugs  
						
						... 
						
						
						
						refs #6011  
						
						
					 
					
						2014-04-28 14:06:40 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							45d7864198 
							
						 
					 
					
						
						
							
							Refactor test for Icinga\Test\BaseTestCase  
						
						... 
						
						
						
						refs #6011  
						
						
					 
					
						2014-04-28 14:06:39 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							891d36dbd7 
							
						 
					 
					
						
						
							
							Make DateTimeFactory expecting a string instead of a DateTimeZone  
						
						
						
						
					 
					
						2014-04-28 14:06:39 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							a844d33735 
							
						 
					 
					
						
						
							
							Do not create alias mock for Icinga\Application\Icinga  
						
						... 
						
						
						
						refs #4639  
						
						
					 
					
						2014-04-14 08:31:46 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							927772578d 
							
						 
					 
					
						
						
							
							We do not want to use "@backupStaticAttributes enabled"  
						
						... 
						
						
						
						refs #4639  
						
						
					 
					
						2014-04-11 15:31:29 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							1e69169bab 
							
						 
					 
					
						
						
							
							Fix database tests  
						
						... 
						
						
						
						refs #4639  
						
						
					 
					
						2014-04-10 11:33:24 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							ccae70bc80 
							
						 
					 
					
						
						
							
							Make all tests inherit from BaseTestCase and fix license headers and style  
						
						... 
						
						
						
						refs #4639  
						
						
					 
					
						2014-04-10 10:32:50 +02:00 
						 
				 
			
				
					
						
							
							
								Marius Hein 
							
						 
					 
					
						
						
						
						
							
						
						
							7708b9901f 
							
						 
					 
					
						
						
							
							Drop BaseTestCase static class loader  
						
						... 
						
						
						
						refs #4639  
						
						
					 
					
						2014-04-09 09:27:01 +02:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							08d7edebfc 
							
						 
					 
					
						
						
							
							Decouple (automatic) preferences storage from user preferences (WIP)  
						
						... 
						
						
						
						DbStore, persisting preferences and tests not yet reworked. 
						
						
					 
					
						2014-02-14 17:28:11 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias Jentsch 
							
						 
					 
					
						
						
						
						
							
						
						
							59d4baff0b 
							
						 
					 
					
						
						
							
							Fix remaining references to DbUserBackend and refresh the documentation.  
						
						... 
						
						
						
						refs #4786  
						
						
					 
					
						2013-11-06 13:31:07 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias Jentsch 
							
						 
					 
					
						
						
						
						
							
						
						
							ad08691362 
							
						 
					 
					
						
						
							
							Extend resources.ini to contain all resources, including ldap  
						
						... 
						
						
						
						Remove the old calls to DbAdapterFactory and use ResourceFactory instead. Remove
the DbAdapterFactory and fix all unit tests that have been broken due to the changes.
Change the functionality of the ResourceFactory to also handle LdapConnections
resolves  #4587  
						
						
					 
					
						2013-11-06 10:20:15 +01:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							ca1d50ae53 
							
						 
					 
					
						
						
							
							Rename Icinga 2 Web to Icinga Web 2  
						
						
						
						
					 
					
						2013-10-23 15:11:06 +02:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							a5908c9553 
							
						 
					 
					
						
						
							
							CS: Replace multiple empty lines with one  
						
						... 
						
						
						
						find application/ library/Icinga/ test/ modules/ -name *.php | xargs sed -i '/^$/N;/^\n$/D' 
						
						
					 
					
						2013-09-04 18:36:10 +02:00 
						 
				 
			
				
					
						
							
							
								Jannis Moßhammer 
							
						 
					 
					
						
						
						
						
							
						
						
							b1df9fa67d 
							
						 
					 
					
						
						
							
							Readd import in BaseTestCase that got lost during rebase  
						
						... 
						
						
						
						refs #4601  
						
						
					 
					
						2013-09-04 15:22:01 +02:00 
						 
				 
			
				
					
						
							
							
								Jannis Moßhammer 
							
						 
					 
					
						
						
						
						
							
						
						
							d27e34cef8 
							
						 
					 
					
						
						
							
							Codestyle and Test fixes for SortBox  
						
						... 
						
						
						
						refs #4601  
						
						
					 
					
						2013-09-04 15:22:00 +02:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							6f383abdd1 
							
						 
					 
					
						
						
							
							Tests: Let the BaseTestCase require db and form libraries once it's being required  
						
						... 
						
						
						
						Further add function t() and mt() to the global namespace when requiring BaseTestCase
refs #4586  
						
						
					 
					
						2013-09-04 11:21:12 +02:00 
						 
				 
			
				
					
						
							
							
								Eric Lippmann 
							
						 
					 
					
						
						
						
						
							
						
						
							74b9731df5 
							
						 
					 
					
						
						
							
							Remove auto class requirement from BaseTestCase::createForm()  
						
						... 
						
						
						
						The tests for the respective forms must require the form class.
refs #4586  
						
						
					 
					
						2013-09-04 11:21:12 +02:00 
						 
				 
			
				
					
						
							
							
								Johannes Meyer 
							
						 
					 
					
						
						
						
						
							
						
						
							23f0962da1 
							
						 
					 
					
						
						
							
							Adjust command forms and tests  
						
						... 
						
						
						
						Made those command forms using the DateTimePicker
element compatible with its new validation.
refs #4581  
						
						
					 
					
						2013-09-03 09:27:02 +02:00 
						 
				 
			
				
					
						
							
							
								Marius Hein 
							
						 
					 
					
						
						
						
						
							
						
						
							c5bea04909 
							
						 
					 
					
						
						
							
							BaseTestCase: User response, CS and typo  
						
						... 
						
						
						
						refs #4608  
						
						
					 
					
						2013-08-27 10:37:35 +02:00 
						 
				 
			
				
					
						
							
							
								Marius Hein 
							
						 
					 
					
						
						
						
						
							
						
						
							dc71885eac 
							
						 
					 
					
						
						
							
							Fix icinga application forms using BaseTestCase now  
						
						... 
						
						
						
						refs #4608  
						
						
					 
					
						2013-08-26 13:25:20 +02:00 
						 
				 
			
				
					
						
							
							
								Marius Hein 
							
						 
					 
					
						
						
						
						
							
						
						
							1130376ad6 
							
						 
					 
					
						
						
							
							BaseTest: Create class and tests  
						
						... 
						
						
						
						refs #4608  
						
						
					 
					
						2013-08-26 11:15:27 +02:00