1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00
Commit Graph

13015 Commits

Author SHA1 Message Date
Achim Ennenbach
f08a323f05 fixes #3390 Added check for // at the beginning for protocol-less path 2018-08-26 13:51:16 +02:00
Achim Ennenbach
3840d7d642 fixes #3394 Moved loading of e_bb after the loading of the templates 2018-08-26 13:38:14 +02:00
Gábor
dcc342885d Update social_xurl_template.php
Open lonks on a new tab.
2018-08-26 09:05:14 +02:00
Cameron
7c7f636f3c Check TinyMce is installed after installations. 2018-08-25 15:32:11 -07:00
Cameron
97772a48d9 PHP Minimum set to 5.6. TinyMce installed by default. 2018-08-25 15:31:39 -07:00
Cameron
3d031895ca Dropzone LAN added. Catch theme shortcode when set in sitelinks but missing and add a debug message. 2018-08-24 16:04:12 -07:00
Cameron
71cca7bc86 Merge branch 'master' of https://github.com/e107inc/e107-test 2018-08-24 13:01:27 -07:00
Cameron
8d56b1ef2f Added tests for admin URL content. (to be completed) 2018-08-24 12:52:57 -07:00
Cameron
4ab4220093 PHP 5.4 fix. 2018-08-24 12:51:06 -07:00
Nick Liu
c94bbd8e14 More detailed assertion fail message in e_fileTest 2018-08-24 12:58:19 -05:00
Tijn Kuyper
5225b129c4 Fixes #3397 - Typo caused PHP fatal error 2018-08-23 21:20:50 +02:00
Cameron
ad29901d9b Issue #3397 Prefs issue possible fix for some machines and PHP 5.4 fix in image.php. 2018-08-23 08:46:35 -07:00
Achim Ennenbach
60060cff55 fixes #3359 changed default redirect code from 302 to 301 for better seo compatibility 2018-08-23 09:21:38 +02:00
Cameron
deeaf51cdf Merge pull request #3388 from SimSync/fix_3384
fixes #3384 added read/unread status to outbox
2018-08-22 18:16:57 -07:00
Cameron
c317515847 Merge pull request #3387 from SimSync/fix_3377
fixes #3377 Enabled "preview" button on forum post edit
2018-08-22 18:16:02 -07:00
Cameron
7058aa322d Merge pull request #3378 from SimSync/fix_1412
fixes #1412 implemented a forum image/icon which is displayed in front of the forum name
2018-08-22 18:15:46 -07:00
Cameron
ea4affeab1 Media-Manager news now includes common images/video etc. 2018-08-22 18:09:46 -07:00
Cameron
4c41fb6ea2 Issue #3392 MediaPicker in use by default and "Clear" button added. 2018-08-22 17:20:49 -07:00
Cameron
d063b9585c Updated to 2.2.0 (git) 2018-08-22 16:44:03 -07:00
Cameron
6914d035fb Fixed file_size_decode test. Added simple TinyMce parser test. 2018-08-22 09:48:47 -07:00
Cameron
7e4f22c80d TinyMce Image align left/right parsing fix. v2.1.9 2018-08-22 08:12:32 -07:00
Cameron
ceab083b5e file_size_decode() test added. 2018-08-20 13:48:29 -07:00
Cameron
1f69d7cd0a Fix for file_size_decode() in PHP7. 2018-08-20 13:41:21 -07:00
Cameron
34a4f0ade8 Issue #3103 Enhanced custom-fields example with custom button link. 2018-08-20 09:41:45 -07:00
Cameron
1c7c230f41 PHP Doc for $sql and $tp. 2018-08-19 13:00:00 -07:00
Cameron
6201c906a6 Plugin Builder fixes. Now builds custom batch and filter option examples. 2018-08-18 14:13:10 -07:00
Cameron
968a6d0a4f Fixes #3070 Featurebox LANs Issue #6 2018-08-18 11:48:10 -07:00
Cameron
e9ddd09766 Issue #3307 Issue #3385 Testing required. "+" sign encoding. 2018-08-17 14:56:57 -07:00
Cameron
1d96846002 Issue #3103 Custom-fields mobile-device styling added to bootstrap3 example. 2018-08-17 14:31:22 -07:00
Cameron
5212be3e1b Issue #3103 Added {SETIMAGE} to the custom-fields bootstrap3 example. 2018-08-17 14:20:28 -07:00
Cameron
b820559b0d Fixes #3103 - Image resizing for custom fields. 2018-08-17 14:15:06 -07:00
Cameron
ccd877d09d Search test class placeholder added. Simple table parsing test added to db_verify test. 2018-08-17 13:56:35 -07:00
Cameron
744a71f785 Fixes #3373 Improved db_verify table parsing for languages other than English. 2018-08-17 13:55:34 -07:00
Achim Ennenbach
0329b5f3b9 fixes #3384 added read/unread status to outbox
update pm-unread css class to show a thick border on the left side.
The color for this border may be defined in the theme (default: black)
2018-08-17 20:00:27 +02:00
Achim Ennenbach
ddf7eced79 fixes #3377 Enabled "preview" button on forum post edit
disabled subject if edited post is not the first post of the thread
2018-08-17 19:12:23 +02:00
Cameron
1754887672 MediaManager Fixes. 2018-08-16 19:02:02 -07:00
Cameron
0c900efdf2 Bbcode shortcodes cleanup 2018-08-16 17:09:08 -07:00
Cameron
4de78b893d Merge pull request #3383 from SimSync/fix_mm_doubletag
Prevent media manager to insert an empty img tag
2018-08-16 17:08:09 -07:00
Achim Ennenbach
093c26db80 prevent media manager to insert an empty img tag 2018-08-16 22:19:10 +02:00
Cameron
ec3a2e28b5 Issue #3103 -Wrappers containing parms were not overriding wrappers of the same name without parms. 2018-08-16 11:34:29 -07:00
Nick Liu
6de885cd79 Updated documentation and renamed "cpanel" section to "hosting" 2018-08-16 09:15:47 -05:00
Nick Liu
ee7808b7bf Major improvements to Deployer system (backwards-incompatible)
Deployers, a concept unique to this repository, are now more separated
from Codeception modules.

This commit adds NoopDeployer, LocalDeployer, and SFTPDeployer to
address the three deployment target types in use by testers today.

The changes are backwards-incompatible because the structure of
config.sample.yml has changed, and all testers need to change their
config.yml or config.local.yml to continue testing. The reason for this
change is that the section "manual" no longer makes sense now that
Deployers are on a spectrum of automation levels.

The subsections under "manual" have been broken out into the root level.

The "db_dump" section has been merged into the new "db" root section.

There is a new "fs" root section used by the SFTP Deployer.

Other changes, enhancements, and bugfixes:

* cPanelDeployer no longer downgrades to "manual" mode when credentials
  are missing or an unsupported component is requested. It now throws an
  exception.
* Deployer::unlinkAppFile() was implemented for acceptance tests out of
  necessity because the app requires a configuration file to be deleted
  before re-running the app's installer.
* If a Deployer subclass does not implement the unlinkAppFile() method,
  tests that depend on the method will be skipped gracefully.
* DeployerFactory now has a better autoload mechanism.
* A logical error in lib/config.php prevented missing nested array items
  from using their default values.
* The Base Helper no longer pointlessly caches the DelayedDb module
* _bootstrap.php serializes the config.yml params into a global constant
  so that the DeployerFactory can freely access the information.
2018-08-15 23:04:59 -05:00
Nick Liu
b440ab7274 Merge branch 'master' of github.com:e107inc/e107-test 2018-08-15 17:09:46 -05:00
Cameron
73fbe980a4 Merge pull request #3381 from SimSync/fix_3380
fixes #3380 fixed the urls to the media manager used by the bbarea
2018-08-15 09:47:16 -07:00
Achim Ennenbach
a71ccab3e4 fixes #3380 fixed the urls to the media manager used by the bbarea 2018-08-15 15:46:12 +02:00
Cameron
97ce92c8ab Use "Custom Fields" for the tab in "Pages". Fix for type=file returning a bad URL. 2018-08-14 18:12:01 -07:00
Cameron
5cbe8df761 Custom page template for bootstrap3 to demonstrate custom-field usage. 2018-08-14 17:53:27 -07:00
Cameron
3120e00270 Fixes #3379 Download admin-area "Quick View" URL. 2018-08-14 17:26:05 -07:00
Cameron
5e5a13cc62 Added check for Custom-fields 'boostrap3' install.xml data. 2018-08-14 17:07:56 -07:00
Cameron
5a31146fcc Issue #3103 Default custom-fields page example added to bootstrap3 install. Custom-fields class tweaked. 2018-08-14 17:06:42 -07:00