Cameron 
							
						 
					 
					
						
						
							
						
						55980a29a8 
					 
					
						
						
							
							Generated PHPDoc for all classes in e107_handlers where one was missing. toNumber() updated to always return int or float.  
						
						
						
						
					 
					
						2022-04-04 10:54:24 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						151396b1a3 
					 
					
						
						
							
							Admin-ui: Support for multi-dimensional array field-names (useful for prefs). Use with caution, avoid matching field names.  
						
						
						
						
					 
					
						2021-01-30 08:58:40 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						eee039b616 
					 
					
						
						
							
							PHP8/Bootstrap5 Fixes  
						
						
						
						
					 
					
						2021-01-29 20:11:49 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						992b7b4bfe 
					 
					
						
						
							
							Tests for SEF URLs. Search page fix.  
						
						
						
						
					 
					
						2021-01-13 16:16:50 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						402d1f4126 
					 
					
						
						
							
							Closes   #1801  Code cleanup. Deprecated method errors added.  
						
						
						
						
					 
					
						2020-12-22 14:48:28 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						3f8e043998 
					 
					
						
						
							
							Replaced e107::getAdminLog() with e107::getLog(). e107::getAdminLog() will continue as a deprecated alias.  
						
						
						
						
					 
					
						2020-12-22 09:36:02 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						630f3f415f 
					 
					
						
						
							
							Improved detection of deprecated functions/methods and display in DEBUG mode: deprecated.  
						
						
						
						
					 
					
						2020-12-21 10:00:28 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						5b82c292b1 
					 
					
						
						
							
							Code cleanup  
						
						
						
						
					 
					
						2020-12-18 19:55:12 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						44e260b121 
					 
					
						
						
							
							Code cleanup and optimization  
						
						
						
						
					 
					
						2020-12-14 16:21:48 -08:00 
						 
				 
			
				
					
						
							
							
								Nick Liu 
							
						 
					 
					
						
						
							
						
						b074ad21b0 
					 
					
						
						
							
							Updated tests to use v2.3.0 database fixtures  
						
						
						
						
					 
					
						2020-06-19 11:15:54 -05:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						450b35f017 
					 
					
						
						
							
							Removed redundant closing tags.  
						
						
						
						
					 
					
						2020-06-05 11:34:17 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						f5317e329f 
					 
					
						
						
							
							Theme preferences import/export added to 'database' admin area.  
						
						
						
						
					 
					
						2019-07-09 12:08:52 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						4becf60d28 
					 
					
						
						
							
							More plugin class optimization  
						
						
						
						
					 
					
						2019-01-13 14:08:46 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						c63574c07d 
					 
					
						
						
							
							Optimized plugin class initialization  
						
						
						
						
					 
					
						2019-01-13 13:50:49 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						e231a19ab9 
					 
					
						
						
							
							Issue  #3306  
						
						
						
						
					 
					
						2018-07-22 11:43:13 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						56d5bcafd7 
					 
					
						
						
							
							Revert the revert :-)  
						
						
						
						
					 
					
						2018-07-22 09:36:23 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						55be7e35a2 
					 
					
						
						
							
							Issue  #3301  Revert "Removed problematic cache from e107plugin::getinfo()"  
						
						... 
						
						
						
						This reverts commit 89e28e38c5 
						
						
					 
					
						2018-07-21 12:23:44 -07:00 
						 
				 
			
				
					
						
							
							
								Nick Liu 
							
						 
					 
					
						
						
							
						
						89e28e38c5 
					 
					
						
						
							
							Removed problematic cache from e107plugin::getinfo()  
						
						... 
						
						
						
						Every known usage of e107plugin::getinfo() requires up-to-date knowledge
of the involved plugin's record in the database.
For this reason, I removed the object scope global state caching of
results from e107plugin::getinfo()
Also changed the method name to a more descriptive getPluginRecord()
Also made e107plugin::getPluginRecord() static 
						
						
					 
					
						2018-07-21 12:08:00 -05:00 
						 
				 
			
				
					
						
							
							
								Nick Liu 
							
						 
					 
					
						
						
							
						
						fbd1283d6e 
					 
					
						
						
							
							e_pref::update() accepts existing keys with NULL  
						
						... 
						
						
						
						e_pref::update() will now update keys' values where the keys have a value of
NULL
Fixes : #3021  
						
						
					 
					
						2018-02-02 08:24:31 -06:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						5ff66b3f37 
					 
					
						
						
							
							Issue  #2613  - possible fix for empty prefs issue.  
						
						
						
						
					 
					
						2017-06-14 12:18:50 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						fda3abae3d 
					 
					
						
						
							
							Option to save theme prefs in own db row. (like plugins). Example coming soon. Pref Cache aliases updated to avoid conflicts between themes, plugins and core files.  
						
						
						
						
					 
					
						2016-12-31 10:11:04 -08:00 
						 
				 
			
				
					
						
							
							
								Gábor 
							
						 
					 
					
						
						
							
						
						68c565d2c9 
					 
					
						
						
							
							Update pref_class.php  
						
						
						
						
					 
					
						2016-11-02 08:57:29 +01:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						c911ded19b 
					 
					
						
						
							
							Fix for 'no changes made' message.  
						
						
						
						
					 
					
						2016-11-01 12:12:00 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						dc6754d0e8 
					 
					
						
						
							
							Issue  #1974  - Media-Manager file-mode: Added Option to remove selected file.  Fixes   #1959  - allow for more than one media-category of a particular type during plugin installation. Issue  #6  LAN fix on "Choose a file".  
						
						
						
						
					 
					
						2016-10-31 20:34:59 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						fd4c707fce 
					 
					
						
						
							
							PHP7 Warnings Fix - requires testing.  
						
						
						
						
					 
					
						2016-04-21 12:04:09 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						bf46e608fe 
					 
					
						
						
							
							Issue  #1373  - Reverted previous fix and used a different approach.  
						
						
						
						
					 
					
						2016-03-12 10:19:41 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						e7c088cf85 
					 
					
						
						
							
							Fixes   #1373  - Broken SQL loop, due to emoticon pref lookup.  
						
						
						
						
					 
					
						2016-03-12 10:04:23 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						4e8412b16c 
					 
					
						
						
							
							Issue  #1287  - PHP7 and SSL fixes.  
						
						
						
						
					 
					
						2016-02-14 19:00:12 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						550968d78a 
					 
					
						
						
							
							Issue  #1336  and Forum menu prefs upgrade and newforumpost_menu fix. e_menu.php pending.  
						
						
						
						
					 
					
						2016-02-10 19:51:32 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						e09688788c 
					 
					
						
						
							
							Fixes   #732  - Custom Emoticon packs were being ignored.  
						
						
						
						
					 
					
						2015-08-24 09:51:19 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						b6dfef6b62 
					 
					
						
						
							
							Scheduled Tasks: Database Backup now zips up the .sql file.  
						
						
						
						
					 
					
						2015-04-06 13:59:15 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						027a74f5b0 
					 
					
						
						
							
							Code cleanup  
						
						
						
						
					 
					
						2015-02-15 02:37:36 -08:00 
						 
				 
			
				
					
						
							
							
								SecretR 
							
						 
					 
					
						
						
							
						
						bad58ff6ef 
					 
					
						
						
							
							Fixed   #224  - new preference method reset() added  
						
						
						
						
					 
					
						2014-07-24 20:27:59 +03:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						f100297108 
					 
					
						
						
							
							Fix for save_pref() messages not displaying under some circumstances.  
						
						
						
						
					 
					
						2014-02-06 18:22:44 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						dd57ec8db8 
					 
					
						
						
							
							Fix for 'silent' pref save. Removed deprecated notice from XML class.  
						
						
						
						
					 
					
						2014-01-21 05:12:58 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						b859d1cf8d 
					 
					
						
						
							
							Admin Log function fixes. Preference saving details stored correctly.  
						
						
						
						
					 
					
						2014-01-10 07:36:54 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						a9c43432cc 
					 
					
						
						
							
							Improved logging of the upgrade process.  
						
						
						
						
					 
					
						2013-05-12 20:56:35 -07:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						9be058d806 
					 
					
						
						
							
							Issue  #149  - fixes media-categories, theme layout, menu-prefs etc.  
						
						
						
						
					 
					
						2013-03-28 00:41:29 -07:00 
						 
				 
			
				
					
						
							
							
								SecretR 
							
						 
					 
					
						
						
							
						
						064528e754 
					 
					
						
						
							
							- Featurebox batch copy feature added (example implementation - page administration), plugin upgrade required  
						
						... 
						
						
						
						- Lost admin UI messages issue solved
- Featurebox list items view now sortable 
						
						
					 
					
						2013-03-13 09:48:07 +02:00 
						 
				 
			
				
					
						
							
							
								SecretR 
							
						 
					 
					
						
						
							
						
						af8c9af775 
					 
					
						
						
							
							Attempt to output unique only messages when saving prefs (new eMessage  
						
						... 
						
						
						
						feature) 
						
						
					 
					
						2013-02-27 19:50:24 +02:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						71cd2aca3c 
					 
					
						
						
							
							Should help with Issue  #53  - PHP Strict issues  
						
						
						
						
					 
					
						2012-12-15 03:51:45 -08:00 
						 
				 
			
				
					
						
							
							
								Cameron 
							
						 
					 
					
						
						
							
						
						87e225fc36 
					 
					
						
						
							
							New language file types: English_global.php (for plugin.xml terms) and English_log.php (for admin-log terms). Auto-detected when present and loaded automatically when needed.  
						
						
						
						
					 
					
						2012-12-12 18:46:34 -08:00 
						 
				 
			
				
					
						
							
							
								secretr 
							
						 
					 
					
						
						
							
						
						397a75c059 
					 
					
						
						
							
							Hope last pref handler issue for today...  
						
						
						
						
					 
					
						2012-01-06 14:06:45 +00:00 
						 
				 
			
				
					
						
							
							
								secretr 
							
						 
					 
					
						
						
							
						
						e0bd362378 
					 
					
						
						
							
							More pref handler fixes  
						
						
						
						
					 
					
						2012-01-06 11:42:47 +00:00 
						 
				 
			
				
					
						
							
							
								secretr 
							
						 
					 
					
						
						
							
						
						34b40eddfb 
					 
					
						
						
							
							URL condig rebuild routine on various places,  
						
						... 
						
						
						
						Import prefs fix - arrays wasn't imported,
Mislogic of some preference handler methods 
						
						
					 
					
						2012-01-06 09:49:08 +00:00 
						 
				 
			
				
					
						
							
							
								secretr 
							
						 
					 
					
						
						
							
						
						cca1f3f8e0 
					 
					
						
						
							
							Install routine fix - problem related mainly with our old enemy - global vars;  
						
						... 
						
						
						
						Everything should work fine now, notices also cleared. 
						
						
					 
					
						2010-05-16 11:14:19 +00:00 
						 
				 
			
				
					
						
							
							
								secretr 
							
						 
					 
					
						
						
							
						
						f713eb0d15 
					 
					
						
						
							
							EONE-62 (New Feature): login/init session working now; added user preferences management; new experimental feature 'login as'; need more work regarding DB related operations and security  
						
						
						
						
					 
					
						2010-05-13 15:47:31 +00:00 
						 
				 
			
				
					
						
							
							
								e107steved 
							
						 
					 
					
						
						
							
						
						ee3e6ed9d9 
					 
					
						
						
							
							Update routine uses new combined admin logging and messaging API  
						
						
						
						
					 
					
						2010-04-20 21:35:20 +00:00 
						 
				 
			
				
					
						
							
							
								secretr 
							
						 
					 
					
						
						
							
						
						3c3486f806 
					 
					
						
						
							
							EONE-79 (issue): LogArray fixes; Admin settings page - work in progress  
						
						
						
						
					 
					
						2010-04-19 13:31:47 +00:00 
						 
				 
			
				
					
						
							
							
								secretr 
							
						 
					 
					
						
						
							
						
						80057e9587 
					 
					
						
						
							
							EONE-49 (bug)  
						
						
						
						
					 
					
						2010-04-15 15:33:20 +00:00