Cameron
d50dc72c76
Code cleanup
2019-06-08 10:56:14 -07:00
Deltik
1f824faa69
Renormalized all text file line endings
2019-03-29 19:13:32 -05:00
Cameron
8f19149adf
Code cleanup
...
PDO class accepts bind params with select() method.
2019-02-21 17:29:49 -08:00
Cameron
9c4dbcab91
Moved THEME_LAYOUT calculation out of class2.php and into theme_handler.php
2019-01-23 19:06:03 -08:00
Cameron
573ea978b7
Cleaned empty $_POST values. Additional options for log file creation added.
2018-01-25 13:38:29 -08:00
Cameron
67e0b43734
Issue #6 , Fix for duplicate LAN_IP, PHP 7.1 fixes. Fix for CLI failing when SSL is enabled, but command is using 'http'. Allow cURL to follow redirects, preventing broken feeds under certain circumstances.
2016-12-16 12:13:52 -08:00
Cameron
64b9cb9f2b
MySQL: Fix for DUPLICATE KEY UPDATE return values when NOT using PDO.
2016-08-17 15:23:33 -07:00
Cameron
32bd1d04ab
Fixes #1684 Login failure with email and salt.
2016-06-06 15:42:42 -07:00
Cameron
3746e12c5b
Possible fix for #1684 - login failure with long email address.
2016-06-06 13:36:00 -07:00
Cameron
01db7fff42
User-Audit log failure fallback.
2016-06-06 13:25:16 -07:00
Cameron
cdf676473b
Removed debug info.
2016-04-14 17:01:02 -07:00
Cameron
93ef3ed107
PHP Warning removal.
2016-04-14 16:54:59 -07:00
Cameron
1202c72390
Issue #1378 Fix for XUP avatar check. User audit log for login and logout now functioning correctly. Admin log no longer adds a log when deleting a log!
2016-03-16 13:53:57 -07:00
Cameron
01d1c6560c
XUP: Issue #1378 - Update Username and Avatar if they have changed.
2016-03-16 12:05:10 -07:00
Cameron
a469b7ca6e
Deprecated function cleanup
2016-02-15 00:14:45 -08:00
Cameron
486f3d4961
Issue #1356 - PHP7 Fixes.
2016-02-14 12:15:55 -08:00
Cameron
39aac804df
Fix for corrupted page totals due to SEF URLs and shortened array keys. Requires more testing. BACKUP FIRST!
2016-01-21 13:36:02 -08:00
Cameron
cffb369751
Issue #1109 , Fixes #830 , Fixes #731 , Fixes #710 , Fixes #608 , Fixes #1012 : v1 -> v2 Upgrade-Routine fixes (including forum plugin)
2015-08-24 17:39:28 -07:00
Cameron
e28997f420
Fixes for user audit log and rolling log. Removed some debug information from logs. Corrected bounce-handler line-ending encoding (could cause the following PHP error "Error in argument 1, char 3: option not found ")
2015-05-21 12:37:44 -07:00
Cameron
7bdb2ef48f
Additional check added before creating plugin folders in LOG directory.
2015-04-16 00:57:24 -07:00
Cameron
1740161a49
Corrected drag-n-drop sorting. Now increments correctly.
2015-04-02 12:33:15 -07:00
Cameron
3ed8e426e0
Admin-log speed optimization and minor enhancements.
2015-03-08 11:12:42 -07:00
Cameron
027a74f5b0
Code cleanup
2015-02-15 02:37:36 -08:00
Cameron
e576370e57
Remove some references to deprecated functions/methods.
2015-02-14 23:34:15 -08:00
Cameron
25b96411e0
Fixes #651 - Media-Manager - Uploaded file does not display in selection.
2015-02-07 11:57:28 -08:00
Cameron
d248a5d2ff
Allow rolling-log to be set using the add() method. Use: e107::getLog()->add(); Upgraded the callMethod() function to allow for using existing objects as well as class name.
2014-10-22 13:26:03 -07:00
Cameron
238864b66a
Fixes #771 - System Log preferences not being saved.
2014-10-14 16:23:16 -07:00
Cameron
dcb54aee7c
Basic Admin-UI activity logging added.
2014-01-17 16:46:24 -08:00
Cameron
1fc86ddd51
Search config minor changes to spec.
2014-01-13 11:08:08 -08:00
Cameron
1b7cf701e8
Corrected and tested news ping services feature. Now throws messages correctly to the admin , as well as logs correctly to both the e107_system/logs folder and the admin-log.
2014-01-12 08:06:29 -08:00
Cameron
479a9c503b
Improved admin-log message on deprecated save_prefs() function.
2014-01-10 09:32:14 -08:00
Cameron
b859d1cf8d
Admin Log function fixes. Preference saving details stored correctly.
2014-01-10 07:36:54 -08:00
Cameron
29f74508c2
Forum quick-reply fix.
2013-06-19 19:54:29 -07:00
Cameron
7c4043122a
Site-Statistics plugin fixes, cleanup etc.
2013-06-03 14:17:08 -07:00
Cameron
e989acb8f9
Removed unnecessary header from log when using append mode.
2013-06-02 14:31:25 -07:00
Cameron
693b5bea75
Improved logging options and file-naming.
2013-06-01 04:36:58 -07:00
Cameron
8d94fa8b23
Possible fix for 'Anonymous' showing in logs, when admin is logged in.
2013-05-31 18:36:43 -07:00
Cameron
f07b1a70ab
Prevent empty log files.
2013-05-15 16:07:10 -07:00
Cameron
a9c43432cc
Improved logging of the upgrade process.
2013-05-12 20:56:35 -07:00
Cameron
bce8760513
User-extended code cleanup
2013-04-17 15:39:52 -07:00
SecretR
af8c9af775
Attempt to output unique only messages when saving prefs (new eMessage
...
feature)
2013-02-27 19:50:24 +02:00
secretr
de87fe824a
fixed admin log fails to insert auto_increment value
2012-01-11 10:50:06 +00:00
e107steved
8962c13f50
Update function calls where moved from e107_class.php to iphandler_class.php
2012-01-02 22:06:22 +00:00
secretr
645d2dda6d
Mass changes (work in progress - related beta testing and feedback highly appreciated)
...
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +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
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
4ff7c24d39
EONE-29 (issue): logMessage(), logSuccess(), logError(), flushMessages() methods added (admin_log handler)
...
admin log is called on preferences save now
2010-04-12 17:14:04 +00:00
secretr
4fecfffddd
svn keywords added (v0.8)
2010-02-10 18:18:01 +00:00
e107steved
239e7154b5
Notice removal
2010-01-10 11:01:29 +00:00