Cameron
7e4f22c80d
TinyMce Image align left/right parsing fix.
2018-08-22 08:12:32 -07:00
Cameron
1f69d7cd0a
Fix for file_size_decode() in PHP7.
2018-08-20 13:41:21 -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
b820559b0d
Fixes #3103 - Image resizing for custom fields.
2018-08-17 14:15:06 -07:00
Cameron
744a71f785
Fixes #3373 Improved db_verify table parsing for languages other than English.
2018-08-17 13:55:34 -07:00
Cameron
1754887672
MediaManager Fixes.
2018-08-16 19:02:02 -07: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
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
5a31146fcc
Issue #3103 Default custom-fields page example added to bootstrap3 install. Custom-fields class tweaked.
2018-08-14 17:06:42 -07:00
Cameron
66210474bd
MediaPicker Select JS rewrite.
...
toIcon() fallback set to 'abs' URLs instead of 'full' URLs.
Fix for double-entry of mediapicker into TinyMce.
2018-08-13 17:42:06 -07:00
Cameron
a2e082c75d
MediaPicker Icon fix.
2018-08-13 14:44:55 -07:00
Cameron
fd8bb93192
Issue 500 header if Captcha image fails.
2018-08-13 11:11:32 -07:00
Cameron
acfaf2df8e
MediaPicker fixes.
2018-08-11 14:06:21 -07:00
Cameron
891b5f044e
MediaPicker fixes.
2018-08-11 12:04:46 -07:00
Cameron
f5cf253091
MediaPicker bbcode (Tinymce) compatibility fixes.
2018-08-11 10:44:05 -07:00
Cameron
48bed23ed6
Limit debug backtrace
2018-08-10 14:25:13 -07:00
Cameron
cc6155a226
plupload wasn't displaying upload errors correctly.
2018-08-10 14:25:03 -07:00
Cameron
5df7313606
Merge pull request #3370 from SimSync/fix_3245
...
fixes #3245 eHelper::title2sef() now strips any html or bbcode
2018-08-10 14:19:56 -07:00
Achim Ennenbach
169acdaba3
fixes #3245 eHelper::title2sef() now strips any html or bbcode
...
forum_admin.php: make sure to strip bbcode and html from forum_name
forum_admin.php: make sure forum_sef doesn't contain bbcode or html and is properly formatted
English_admin.php: Added FORLAN_223 = forum_name help text
2018-08-10 21:01:04 +02:00
Cameron
7403d9f59a
Merge pull request #3365 from SimSync/fix_3317
...
fixes #3317 added bbcode template "forum"
2018-08-10 11:15:15 -07:00
Cameron
1bfd05b454
File class cleanup
2018-08-10 10:59:26 -07:00
Achim Ennenbach
c1bec2b6d7
fixes #3317 moved the forum template from core to plugin
2018-08-10 11:49:58 +02:00
Achim Ennenbach
f2b3e1014b
fixes #3171 moved query param p to the options/query parameter of url()
...
Implemented a fiy for accidentally double ampersand in the query part of the url
2018-08-09 21:05:43 +02:00
Achim Ennenbach
fe7bb66b76
fixes #3317 ADMIN_AREA is sometimes not defined when the method is called
2018-08-09 19:18:36 +02:00
Achim Ennenbach
937ef03047
fixes #3317 added bbcode template "forum"
...
Fixed issue with bbcode youtube to display the mediamanager only
if the current user is an admin. Otherwise it will just add the plain
bbcode string "[youtube]dkhkj[/youtube]" to the textarea.
2018-08-09 14:05:06 +02:00
Cameron
604cda1f83
Admin-ui: Prevent 'options' header column from displaying when not found in $fields array.
2018-08-07 19:39:47 -07:00
Cameron
778241f29e
Merge pull request #3357 from SimSync/fix_3179
...
Fixes #3179 "Redirect to System not found page" didn't work
2018-08-07 17:34:52 -07:00
Cameron
5dc790cd22
Provide useful debug information to developers wishing to create custom Filter and Batch handling methods.
...
Media-Manager updated to use the custom batch Handler method.
2018-08-07 17:05:43 -07:00
Achim Ennenbach
05d7dccfc2
fixes #3179 "Redirect to System not found page" didn't work
...
The response code of 404 made the redirect fail. It looks like, that
response codes >= 400 are not supported.
2018-08-07 21:47:20 +02:00
Cameron
2a842bd3f4
Media-picker BC fixes.
2018-08-06 14:11:56 -07:00
Cameron
a64f4a1686
Fixes #1732 Media-Manager Category selection.
2018-08-06 13:33:38 -07:00
Cameron
07a2efbdcf
Fixes #1732 Image preview on download.
2018-08-06 13:07:13 -07:00
Cameron
e2460e0b3a
plugin class cleanup.
2018-08-05 15:08:54 -07:00
Cameron
e6834752d1
Improved addon Error check.
2018-08-05 11:40:21 -07:00
Cameron
86c866b6c4
Issue #3327
2018-08-03 16:58:23 -07:00
Cameron
81ead69928
Code cleanup.
2018-08-03 16:36:21 -07:00
Cameron
dbb479ca3e
Merge pull request #3341 from SimSync/fix_2440
...
Fixes #2440 allows cyrillic (and other unicode characters) in loginname
2018-08-03 12:23:35 -07:00
Cameron
6e8fa4a003
Code cleanup
2018-08-03 12:22:17 -07:00
Cameron
e1cf1e70a9
Fixes #3329 PHP7 on BBcode renderButtons()
2018-08-02 14:22:39 -07:00
Achim Ennenbach
c7009ac1b7
fixes #2440 allows cyrillic (and other unicode characters) in loginname
2018-07-30 22:42:55 +02:00
Achim Ennenbach
e54be60012
fixed codeclimate issues
2018-07-30 22:17:03 +02:00
Achim Ennenbach
e692eecebe
choose wysiwyg editor
...
Now it is possible to have TinyMCE in the backend and SimpleMDE on the forum pages.
wysiwyg() got a new parameter $returnEditor to return the name of the editor.
wysiwyg() now checks if the choosen editor is installed.
wysiwyg() setting a value is not systemwide anymore (static var instead of registry)
Use the bbarea() $options array to define the editor to use e.g. $options['wysiwyg'] = 'tinymce4';
Updated forum_admin.php to support SimpleMDE.
Updated tinymce4/e_footer.php to support the new return value (editor name)
2018-07-29 15:11:40 +02:00
Cameron
64d821a2d1
Fixes #2425 Fixes #2281 Fixes #2937 Comment navigation issues.
2018-07-28 16:10:23 -07:00
Cameron
e5af746153
Closes #3330 #3318
2018-07-28 13:41:44 -07:00
Cameron
37017652cc
Merge pull request #3318 from SimSync/forum_editor
...
choose editor in forum and quick reply
2018-07-28 13:07:36 -07:00
Cameron
8124b683c5
MediaPicker icons tab.
2018-07-27 17:39:44 -07:00
Cameron
bbb6162181
MediaPicker Allow drag-n-drop to replace existing image.
2018-07-27 12:48:45 -07:00
Cameron
a5187f8590
Issue #1958 Improved SVG support.
2018-07-27 12:41:14 -07:00
Cameron
ae08e50413
Mime fixes.
2018-07-27 12:07:43 -07:00