1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

80 Commits

Author SHA1 Message Date
Cameron
21e3c3f8ab PHP warning fixes. 2020-12-29 09:48:36 -08:00
Cameron
5b82c292b1 Code cleanup 2020-12-18 19:55:12 -08:00
Cameron
f5153bf640 Updating of deprecated method usage. Removal of old files. Log tests added. 2020-12-18 09:39:02 -08:00
Cameron
0e90d4aa66 Code optimization and cleaning 2020-12-17 13:13:29 -08:00
Cameron
42f0e902d4 Issue #4283 - Update deprecated sql method usage. Removed old code. 2020-12-17 05:52:54 -08:00
Cameron
44e260b121 Code cleanup and optimization 2020-12-14 16:21:48 -08:00
Cameron
f605ddc552 Code optimization and cleanup. 2020-12-10 15:52:48 -08:00
Cameron
afaac88003 PHP8 Compatibility and code cleanup. 2020-12-08 12:21:12 -08:00
Cameron
9b917c0000 Fixes #4281 Alt-Auth menu. 2020-12-07 06:39:12 -08:00
Cameron
09fb747374 Code cleanup 2020-12-05 14:13:18 -08:00
Jimmi08
f4b8289647 AbanteCart Alt Auth Support 2020-10-01 11:06:37 +02:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Cameron
d7451bdd3c
Merge pull request #3994 from Jimmi08/patch-4
Fixes #3993 outdated db methods
2019-12-28 12:03:38 -08:00
Cameron
b5f2cf2f9e
Merge pull request #3991 from Jimmi08/patch-2
Fixes #3984 Missing scenario with secondary source
2019-12-28 12:02:33 -08:00
Cameron
7e5b104f7e
Merge pull request #3990 from Jimmi08/patch-1
Fixes #3981 fatal error because non supported mysql function
2019-12-28 12:01:47 -08:00
Jimako
485fd7b8a8
#3993 fix outdated db methods 2019-10-29 18:09:10 +01:00
Jimako
e523a11f30
#3982 fix for wrong user data while creating user 2019-10-29 17:58:04 +01:00
Jimako
729bf3868e
#3984 Fix for missing scenario with secondary source 2019-10-29 17:54:34 +01:00
Jimako
ee6269ae7f
#3981 fix for fatal error because not supported mysql function 2019-10-29 17:52:19 +01:00
Deltik
1f824faa69
Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Cameron
3959c998c4 Issue #3463 - Alt-auth missing port field. 2018-10-02 12:15:58 -07:00
fwhcat
933fcd0072 make database password field non-readable 2017-11-18 22:42:17 +01:00
Cameron
c6a593742b Issue #1948 - Alt_Auth plugin cleanup. e107db and otherdb tested (via admin) successfully. 2017-04-29 14:02:39 -07:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Miroslav Yovchev
13ef309bda Private property called as a public one (alt_login::__construct) 2015-10-19 23:55:46 +03:00
Cameron
e6ef1483da Issue #6 Language File Optimization. 2015-07-08 14:52:16 -07:00
Cameron
6b5d95388f Issue #6 Language-file standards. Wrap definitions in double-quotes. 2015-07-07 17:43:49 -07:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
1ff46a68a2 Removal of $admin_log globals. 2014-10-23 11:07:18 -07:00
Cameron
484f2ca330 Fixes #566 - prefs not being saved in some plugins. 2014-05-24 15:20:56 -07:00
Cameron
edbff3701c Alt-Auth support for User-Id. (work in progress) 2013-06-11 15:47:44 -07:00
Deltik
0b6cd1dc97 PDO workaround for DB resource loss after connecting to otherdb 2013-05-04 00:17:15 -05:00
SteveD
5457247787 Issue #84 - review/tidy up alt_auth plugin.
Further testing needed.
2013-01-21 22:11:59 +00:00
Cameron
0d37da0efc More lan cleanup (Issue #50) 2012-12-16 21:11:26 -08:00
Tijn Kuyper
57dbc89d18 Notice removals 2012-12-16 12:28:28 +01:00
Tijn Kuyper
5290bb8ea4 More notice removal 2012-12-08 13:52:05 +01:00
Cameron
15c85a58ad plugin and theme .xml corrections 2012-12-05 19:27:59 -08:00
Cameron
a1461cc8e7 alt_auth GUI fixes 2012-11-28 01:26:18 -08:00
Cameron
d892fb0a85 Admin GUI refinements 2012-11-26 14:41:32 -08:00
CaMer0n
deb537d8a3 Change to plugin.xml spec. 2012-08-22 02:45:32 +00:00
CaMer0n
9db1accd6d Added missing date attribute to plugin.xml files. 2012-07-24 00:42:17 +00:00
secretr
12a0ce8c95 typo fix 2012-01-06 10:10:37 +00:00
e107steved
e67702099c Tidy up alt_auth plugin - mostly documentation, some code rationalisation, conversion to the 2.0 way, etc 2011-12-31 17:42:56 +00:00
secretr
a06b6f88a6 Minor fixes, added extended user category title support (same as fields behaviour) 2011-11-25 17:53:20 +00:00
secretr
5cb24000b9 phpDoc change 2011-09-16 11:37:33 +00:00
secretr
d9798e79ca Can't call static non-static method 2011-09-16 11:36:26 +00:00
secretr
d5dda7fd50 magento password handler - support non-salted passwords as well 2011-09-15 12:59:26 +00:00