1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-21 04:49:51 +01:00

10808 Commits

Author SHA1 Message Date
Cameron
f50860a51e Preparation for 2.1.9 upgrade routine. 2018-07-21 10:18:16 -07:00
Cameron
0cc458e4e8 Fixes , Fixes - Featurebox debug message was visible to public. 2018-07-21 10:08:13 -07:00
Cameron
91b49cd293
Merge pull request from SimSync/fix_3244
fixes  "&" in url definition was broken during parse_str()
2018-07-21 09:15:23 -07:00
Cameron
ed2e86b10f
Merge pull request from SimSync/fix_3249
Fix  uc_select() didn't recognize comma separated values
2018-07-21 09:14:26 -07:00
Achim Ennenbach
5f0ee53c00 fixes "&" in url definition was broken during parse_str() 2018-07-21 11:44:42 +02:00
Achim Ennenbach
774e51ff13 fixes uc_select() didn't recognize comma separated values
added a check for such values
2018-07-21 10:20:40 +02:00
Achim Ennenbach
09e3b4aeb6 fixes uc_select() didn't recognize comma separated values
added a check for such values
2018-07-21 10:19:04 +02:00
Cameron
4773186a50 Small correction in plugin install/uninstall log. 2018-07-20 12:58:49 -07:00
Cameron
26fe2d4216
Merge pull request from SimSync/dbupdate_featurebox
Fixes the "dbupdate after a clean install" issue
2018-07-20 12:56:47 -07:00
Achim Ennenbach
2990b57485 Fixes the "dbupdate after a clean install" issue
The "isset" statement tested on a key in array "core_plugins", but the keys of that array were numeric.
So the "isset" was always false and the statements within the if clause were always executed.
That resulted for some reason in a "false positive" on the "featurebox" plugin, in case was not installed at this moment.
2018-07-20 21:25:40 +02:00
Cameron
aeb7f17948
Merge pull request from SimSync/fix_3285
fixes  No rank images displayed in backend and on profile page
2018-07-20 11:38:12 -07:00
Cameron
c02a7dcb61
Merge pull request from Deltik/fix-test-6
Reduce reliance on global var $db_ConnectionID
2018-07-20 11:37:46 -07:00
Nick Liu
e17b894dff
Excluded ".sc" files for Code Climate
./e107_core/shortcodes/single/search.sc seems to be breaking Code
Climate builds

Also corrected an indentation problem in .codeclimate.yml
2018-07-20 05:47:42 -05:00
Nick Liu
3407b717c6
Reduce reliance on global var $db_ConnectionID
When one of the 11 methods in e_db_mysql look for a PDO object in
e_db_mysql::$mySQLaccess, global $db_ConnectionID can be NULL in some
cases, so it's more reliable to get the singleton e_db_mysql and use the
e_db_mysql::$mySQLaccess from that singleton.

This change still allows global $db_ConnectionID to be used, but if
$db_ConnectionID is NULL, the singleton fallback is used.

Fixes: 
2018-07-20 05:24:55 -05:00
Cameron
b42e91217f Provide a default USERCLASS_LIST value while running in CLI mode. 2018-07-19 20:49:16 -07:00
Cameron
cd8ddfd54a Issue - Media-Manager Media-picker work-in-progress 2018-07-19 12:43:04 -07:00
Achim Ennenbach
cf9c222879 fixes No rank images displayed in backend and on profile page 2018-07-19 17:08:55 +02:00
Cameron
6ab8c5c0f3 Issue More work on Media-picker. Version changed to 2.1.9 (git) 2018-07-18 14:40:29 -07:00
Miro Yovchev
4264dc6f66 Make print great again! v2.1.8 2018-07-18 13:53:51 +03:00
Cameron
bb7f8717fa Media-Manager Issue Work in Progress. Local video-file browser. 2018-07-16 17:14:10 -07:00
Cameron
bac96528fc Token fix. 2018-07-16 12:39:32 -07:00
Cameron
1ad363881a
Merge pull request from oudoken/master
Fixes  Allow logged in user to view email address.
2018-07-16 11:54:53 -07:00
Cameron
327bee29cd
Merge pull request from SimSync/userprofile_legacyurl
Fixed issue with legacy url (goto settings) on user profile page
2018-07-15 12:22:29 -07:00
Cameron
91374a0dde
Merge pull request from SimSync/plugin_update_files
Added buildAddonPrefLists() to plugin install, update and uninstall
2018-07-15 12:21:49 -07:00
Cameron
62b257e655
Merge pull request from SimSync/fix_2912
Closes  Typo prevents removing admin status from user
2018-07-15 12:21:02 -07:00
Achim Ennenbach
e6e8a304a9 Fixed issue with legacy url (goto settings) on user profile page 2018-07-15 18:08:30 +02:00
Achim Ennenbach
15e1a5ba51 Added e107::getPlug()->clearCache()->buildAddonPrefLists() to make sure
that the special e_*.php files that come with the plugins are always
uptodate and known by the system.
2018-07-15 15:35:31 +02:00
Achim Ennenbach
a6c58f2293 Closes Typo prevents removing admin status from user 2018-07-15 12:34:19 +02:00
Cameron
a64b4fe5e7 admin-ui: 'optDisabled' attribute added to type='dropdown' to selectively disable specific optArray items. 2018-07-14 19:35:21 -07:00
Cameron
6ac2af9a11 Renamed HowToContribute.md to CONTRIBUTING.md 2018-07-14 18:08:18 -07:00
Cameron
17697e0eb2 Prevent popover from scrolling on admin dashboard. 2018-07-14 17:46:21 -07:00
Cameron
7d40402760 New Feature: Adding data-modal-submit='true' to a link (with class='e-modal') that points to an admin-ui create/edit form will now cause the iframe's form buttons to be hidden, and the "Create" or "Update" button placed in the footer of the modal window. Basically, this avoids the need to scroll the iframe in order to submit the form. The iframe's form is submitted from the modal window's button.
The same can be achieved with $readParms = array('target'=>'modal', 'modalSubmit'=>true); on an 'options' field in admin-ui $fields.
2018-07-14 16:07:49 -07:00
Cameron
7933ec651e PHP Warning removal 2018-07-14 13:26:50 -07:00
Cameron
ce765316dd
Merge pull request from rica-carv/rica-carv-patch-2
Fixes  Incorrect calculation
2018-07-14 12:54:08 -07:00
Cameron
eda1a22113
Merge pull request from SimSync/fix_1027
Closes  Show thumb of main image instead of plain text link
2018-07-14 12:53:10 -07:00
Cameron
8fc07a1527
Merge pull request from SimSync/fix_3275
Fixes  Added support for legacy urls of type request.php?download.4
2018-07-14 12:52:18 -07:00
Cameron
5a689397eb
Merge pull request from SimSync/pref_update_218
Fixed typo in prefs.php, Added check&update to update routine
2018-07-14 12:51:26 -07:00
Cameron
10b7afe281
Merge pull request from SimSync/fix_3125
Closes  Replaced caption LAN_ONLINE_2 with LAN_ONLINE_11
2018-07-14 12:49:56 -07:00
Achim Ennenbach
73be7b5d7b Closes Show thumb of main image instead of plain text link 2018-07-13 23:58:24 +02:00
Achim Ennenbach
566e85f078 Fixes Added support for legacy urls of type request.php?download.4 2018-07-13 23:38:17 +02:00
Achim Ennenbach
8fea5fa53e Fixed typo in prefs.php, which resulted in an empty pref post_scripts
Added check&update for pref post_scripts in 2.1.8 update routine
2018-07-13 22:45:41 +02:00
Achim Ennenbach
7cf6322b4d Closes Replaced caption LAN_ONLINE_2 with LAN_ONLINE_11
for total number of members field
2018-07-13 22:23:07 +02:00
Cameron
26d72ff21e Issue Upgrade routine added for 2.1.7 > 2.1.8 2018-07-13 12:51:44 -07:00
Cameron
eef5753f9f
Merge pull request from SimSync/fix_3175
Issue  Various changes to make it work
2018-07-13 12:28:58 -07:00
rica-carv
590245c487
bug fix...
 bug fix...
2018-07-13 19:54:20 +01:00
Achim Ennenbach
99e4be5124 Various changes to make it work on my side. 2018-07-13 16:12:56 +02:00
Cameron
ce244935c0 Issue Email confirmation and database update/delete processing added. Testing required. 2018-07-12 15:31:11 -07:00
Cameron
4453251bb8
Merge pull request from SimSync/fix_2913
Fixes  Applied the same visual appearance as in admin/comment.php
2018-07-12 13:50:54 -07:00
Cameron
b46906aebf
Merge pull request from SimSync/fix_3271
Fixes  Updated class construtor to __construct()
2018-07-12 13:49:59 -07:00
Cameron
5a85bde136
Merge pull request from SimSync/fix_2938
Fixes  Added missing e_PAGETITLE in case of default url
2018-07-12 13:49:07 -07:00