1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 19:14:09 +02:00

Commit Graph

  • bbb6162181 MediaPicker Allow drag-n-drop to replace existing image. Cameron 2018-07-27 12:48:45 -07:00
  • a5187f8590 Issue #1958 Improved SVG support. Cameron 2018-07-27 12:41:14 -07:00
  • 05be9ce8ba Merge pull request #3325 from SimSync/mediamanager_select Cameron 2018-07-27 12:19:12 -07:00
  • e8f2b144f0 changed function call to support dynamically added content Achim Ennenbach 2018-07-27 21:12:08 +02:00
  • 7f18e9ddb3 media and file class tests added. Cameron 2018-07-27 12:08:28 -07:00
  • ae08e50413 Mime fixes. Cameron 2018-07-27 12:07:43 -07:00
  • 0f5396fed8 Merge pull request #3323 from Michaelkielstra/master Cameron 2018-07-27 10:22:33 -07:00
  • ba6c7a3c0e Add LAN_SITEDOWN_01 back Michael Kielstra 2018-07-27 17:51:32 +01:00
  • 1ca781c9f4 Grammatical edits Michael Kielstra 2018-07-27 14:11:45 +01:00
  • 96037d5ac9 Issue #3276 Fix encoding on '+' in media categories. Mediapicker fixes. Media class cleanup. Cameron 2018-07-26 20:14:42 -07:00
  • f1329535a5 MediaPicker drag-n-drop upload. Cameron 2018-07-26 19:13:27 -07:00
  • baf570071e mediapicker() mediaselector-preview-empty css class added. Cameron 2018-07-26 14:06:45 -07:00
  • bd98b2303e media-picker wrapping fix for small screens. Cameron 2018-07-26 13:57:49 -07:00
  • 42794bfcd0 Fixes dynamic media-picker 'search' filtering. Cameron 2018-07-26 13:18:52 -07:00
  • bc8ccca5c2 Fixes #3311 - Update routine. Cameron 2018-07-26 13:15:22 -07:00
  • d862fa89f3 Mediapicker controls alignment fix. Cameron 2018-07-26 12:29:48 -07:00
  • 557dea1f0e Media-picker work. Add the following to e107_config.php to enable and test. define('e_DEBUG_MEDIAPICKER', true); Cameron 2018-07-25 20:28:30 -07:00
  • 9e50ae7d06 Issue #3303 Set mail_enabled to 'user' if no option is checked when saving prefs. Cameron 2018-07-25 16:17:16 -07:00
  • 26022e4507 choose editor in forum and quick reply New prefs for forum: editor & quickreply editor makes it possible to choose between bbcode or tinymce (if installed and html enabled) quickreply gives the option to choose between the standard textarea or the choosen editor (from pref editor) Achim Ennenbach 2018-07-25 22:48:14 +02:00
  • 9b2772b7ac media-picker work. Issue #6 Removed '...' from LAN_SELECT and added manually where appropriate. Cameron 2018-07-25 12:29:52 -07:00
  • 74f19820b0 Merge pull request #3315 from yesszus/patch-2 Cameron 2018-07-25 10:32:09 -07:00
  • edf18fb00f Merge pull request #3308 from SimSync/backcompat_bootstrap Cameron 2018-07-25 10:25:13 -07:00
  • a403f49560 Update file_class.php Gábor 2018-07-25 10:50:25 +02:00
  • c5e0c30179 Update lan_admin.php Gábor 2018-07-25 10:48:23 +02:00
  • 5d78dedf88 Update cron_class.php Gábor 2018-07-25 10:32:03 +02:00
  • 1c31907c3e Update lan_cron.php Gábor 2018-07-25 10:30:25 +02:00
  • 1b78b8f07c Update image.php Gábor 2018-07-25 10:22:04 +02:00
  • b9d6f6b15c Update lan_admin.php Gábor 2018-07-25 10:19:34 +02:00
  • 2a18116aeb Update media_class.php Gábor 2018-07-25 10:17:49 +02:00
  • 8200c7dd00 Simple e_parse toForm test added. Cameron 2018-07-24 15:53:34 -07:00
  • 91b75ea159 Issue #3307 '+' sign encoding issue in form. Cameron 2018-07-24 15:52:34 -07:00
  • e3eb8207ab Fixes #2578 Admin Navigation on medium devices. Cameron 2018-07-24 13:27:32 -07:00
  • 76d491c0b9 Simple toHTML() test added. e_parser methods moved into e_parseTest Cameron 2018-07-24 13:01:29 -07:00
  • 794725b9f5 Added tests for multiple installation scenarios. (Currently different themes) Cameron 2018-07-24 12:06:24 -07:00
  • 3133836c62 Fixes default install options for themes to match 2.1.9 database changes. Cameron 2018-07-24 12:03:26 -07:00
  • 37dd8b1a7d Fixes #3311 2.1.8 > 2.1.9 notice. Cameron 2018-07-24 12:02:40 -07:00
  • a2798b096f Fix fatal error caused by Issue #3304 Cameron 2018-07-24 10:35:35 -07:00
  • 6fc2b340be Merge pull request #3304 from yesszus/patch-2 Cameron 2018-07-24 09:51:09 -07:00
  • 75ccbd5e3c Update lan_admin.php Gábor 2018-07-24 06:14:30 +02:00
  • 4e17893595 Update admin.php Gábor 2018-07-24 06:13:25 +02:00
  • 0a1d768840 Made it easier to debug a single plugin. Added extra checks in the linksword plugin test. Disabled empty db_verify tests. Cameron 2018-07-23 14:02:30 -07:00
  • 526bc06ba0 Issue #3258 Array in plugin.xml causing issues. Cameron 2018-07-23 14:01:08 -07:00
  • 9c79d04307 Fixes #3312 - Contact page LAN loading. Cameron 2018-07-23 11:11:14 -07:00
  • 3c8e52af93 Fixed regressions in unit e_formTest.php Nick Liu 2018-07-23 07:17:06 -05:00
  • dec471da61 Merge pull request #3309 from SimSync/readme Cameron 2018-07-22 14:48:48 -07:00
  • 51ffe8ccd9 Merge pull request #3310 from SimSync/fix_3259 Cameron 2018-07-22 14:48:16 -07:00
  • 5a4847871d More media-picker work. Cameron 2018-07-22 14:45:26 -07:00
  • f5928ee2d8 possible fix for #3259: Added test if tooltip is loaded Achim Ennenbach 2018-07-22 22:05:41 +02:00
  • 45de0a49f3 PHP Notice removal Cameron 2018-07-22 13:03:06 -07:00
  • d3ee6b5fbb fixed wrong link to CONTRIBUTING.md Achim Ennenbach 2018-07-22 21:27:06 +02:00
  • 67ced370d3 make sure backcompat.css is loaded if it's legacy or no bootstrap theme Achim Ennenbach 2018-07-22 21:24:06 +02:00
  • e231a19ab9 Issue #3306 Cameron 2018-07-22 11:43:13 -07:00
  • 17760d975c Added comment about set_urls() Cameron 2018-07-22 11:39:56 -07:00
  • d0a4693570 Update theme.php Gábor 2018-07-22 20:11:04 +02:00
  • 41e512c968 Update lan_theme.php Gábor 2018-07-22 20:09:14 +02:00
  • 4320399ea7 Fixed a typo Cameron 2018-07-22 11:05:38 -07:00
  • a747a76c5f Update theme.php Gábor 2018-07-22 20:01:45 +02:00
  • ab35c8a1df Improved code completion in PHPStorm Cameron 2018-07-22 11:01:21 -07:00
  • 94b0f9c945 Update lan_theme.php Gábor 2018-07-22 20:00:41 +02:00
  • ad9935b666 Code cleanup Cameron 2018-07-22 10:52:06 -07:00
  • 1c473c96b9 Test added for e_array and placeholder file for core_functions. Cameron 2018-07-22 10:41:16 -07:00
  • 262dc7f36b Closes #3305 Added a backward compatibility fix for buggy array storage data. Cameron 2018-07-22 10:39:01 -07:00
  • 9697e114b1 Closes #3302 2.1.8-2.1.9 update entry added. Cameron 2018-07-22 09:43:33 -07:00
  • b9e0dd0a7a Merge pull request #3306 from Deltik/fix-249be29 Cameron 2018-07-22 09:38:31 -07:00
  • 56d5bcafd7 Revert the revert :-) Cameron 2018-07-22 09:36:23 -07:00
  • 044ed7c5be Fixed regression in e_core_pref::__construct() Nick Liu 2018-07-22 11:12:25 -05:00
  • 3d206306fe Revert "Issue #3301 Revert "Removed problematic cache from e107plugin::getinfo()"" Nick Liu 2018-07-22 11:32:26 -05:00
  • 0d8d15c8a5 Merge branch 'master' into fix-249be29 Nick Liu 2018-07-22 11:31:32 -05:00
  • 9d1bb3f7c3 Fixed regression in e_core_pref::__construct() Nick Liu 2018-07-22 11:12:25 -05:00
  • 0fcbba8f67 Merge pull request #7 from SimSync/test_uc_select Nick L 2018-07-22 10:09:35 -05:00
  • 1b7436d3b7 Update lan_admin.php Gábor 2018-07-22 16:04:34 +02:00
  • 31d9b383d4 Update admin.php Gábor 2018-07-22 16:02:03 +02:00
  • f430f56082 Media-picker styling. Cameron 2018-07-21 13:56:13 -07:00
  • 7d040347d0 Make video/audio thumbnails larger. Cameron 2018-07-21 13:20:17 -07:00
  • deb544f2cf added tests for uc_select Achim Ennenbach 2018-07-21 22:09:35 +02:00
  • 36c6d1425c thumbnail test added. Cameron 2018-07-21 13:09:13 -07:00
  • eef624c93b Send a 500 error response code when thumb.php fails due to an exception. Cameron 2018-07-21 13:07:44 -07:00
  • 55be7e35a2 Issue #3301 Revert "Removed problematic cache from e107plugin::getinfo()" Cameron 2018-07-21 12:23:44 -07:00
  • 2301c4a042 Ignore e_admin_events addon. Cameron 2018-07-21 10:33:00 -07:00
  • 8c2bf18679 Merge pull request #3301 from Deltik/fix-249be29 Cameron 2018-07-21 10:24:09 -07:00
  • ba98888424 Restored PHP 5.6 compatibility Nick Liu 2018-07-21 12:19:16 -05:00
  • f50860a51e Preparation for 2.1.9 upgrade routine. Cameron 2018-07-21 10:18:16 -07:00
  • 0cc458e4e8 Fixes #3290, Fixes #3074 - Featurebox debug message was visible to public. Cameron 2018-07-21 10:08:13 -07:00
  • 89e28e38c5 Removed problematic cache from e107plugin::getinfo() Nick Liu 2018-07-21 12:08:00 -05:00
  • cac7d2fade Improved variable naming in unit pluginsTest Nick Liu 2018-07-21 11:41:31 -05:00
  • 91b49cd293 Merge pull request #3300 from SimSync/fix_3244 Cameron 2018-07-21 09:15:23 -07:00
  • ed2e86b10f Merge pull request #3299 from SimSync/fix_3249 Cameron 2018-07-21 09:14:26 -07:00
  • 5f0ee53c00 fixes #3244 "&" in url definition was broken during parse_str() Achim Ennenbach 2018-07-21 11:44:42 +02:00
  • 774e51ff13 fixes #3249 uc_select() didn't recognize comma separated values added a check for such values Achim Ennenbach 2018-07-21 10:20:40 +02:00
  • 09e3b4aeb6 fixes #3249 uc_select() didn't recognize comma separated values added a check for such values Achim Ennenbach 2018-07-21 10:19:04 +02:00
  • 249be2979c Basic Plugin Install/Uninstall tests added. Cameron 2018-07-20 13:19:07 -07:00
  • 4773186a50 Small correction in plugin install/uninstall log. Cameron 2018-07-20 12:58:49 -07:00
  • 26fe2d4216 Merge pull request #3297 from SimSync/dbupdate_featurebox Cameron 2018-07-20 12:56:47 -07:00
  • 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. Achim Ennenbach 2018-07-20 21:25:40 +02:00
  • aeb7f17948 Merge pull request #3293 from SimSync/fix_3285 Cameron 2018-07-20 11:38:12 -07:00
  • c02a7dcb61 Merge pull request #3296 from Deltik/fix-test-6 Cameron 2018-07-20 11:37:46 -07:00
  • 16e04d8287 Somewhat better test isolation in submodule Nick Liu 2018-07-20 06:01:52 -05:00
  • e17b894dff Excluded ".sc" files for Code Climate Nick Liu 2018-07-20 05:35:48 -05:00
  • 3407b717c6 Reduce reliance on global var $db_ConnectionID Nick Liu 2018-07-20 05:24:55 -05:00
  • b42e91217f Provide a default USERCLASS_LIST value while running in CLI mode. Cameron 2018-07-19 20:49:16 -07:00