1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-02 19:52:32 +02:00

11164 Commits

Author SHA1 Message Date
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
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
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
a7ab8a7a62
Merge pull request #3360 from Jimmi08/download_gsitemap
e_gsitemap for download plugin #fix 2606
2018-08-14 13:16:36 -07:00
Achim Ennenbach
7ddb9a44db fixes #1412 implemented a forum image/icon which is displayed in front
of the forum name. Displaysize of the image can be defined in the
templates.
2018-08-14 13:52:39 +02: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
64b4f9a2a1
Merge pull request #3376 from SimSync/fix_3192
fixes #3192 strip bbcode/html in meta description
2018-08-13 13:28:11 -07:00
Cameron
6118bef56d MediaPicker thumbnail size fixes. 2018-08-13 13:17:54 -07:00
Cameron
2429f9058e
Merge pull request #3363 from SimSync/fix_3337
fixes #3337 usage of old v1 table names
2018-08-13 11:27:27 -07:00
Achim Ennenbach
4a313ccadf fixes #3192 strip bbcode/html in meta description 2018-08-13 20:23:29 +02: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
00576ee417 TinyMce / MediaManager MediaPicker work and cleanup. 2018-08-10 15:30:44 -07:00
Cameron
48bed23ed6 Limit debug backtrace 2018-08-10 14:25:13 -07:00
Cameron
e5bb5297f6 plupload fix. 2018-08-10 14:25:08 -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
7ff118921d fixes #3227 changed route to a "clean" sef route 2018-08-10 18:11:41 +02:00
Achim Ennenbach
c1bec2b6d7 fixes #3317 moved the forum template from core to plugin 2018-08-10 11:49:58 +02:00
Cameron
22dc8b8669
Merge pull request #3366 from SimSync/fix_3269
fixes #3269 switched v1 tables to v2
2018-08-09 15:39:14 -07:00
Cameron
72974746c3
Merge pull request #3367 from SimSync/fix_3171
fixes #3171 moved query param p to the options/query parameter of url()
2018-08-09 15:35:47 -07: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
0afb9e67bf fixes #3269 switched v1 tables to v2
Fixed issue with null values in table (on duplicate)
2018-08-09 14:52:17 +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
Achim Ennenbach
a3dae1ecfd fixes #3337 usage of old v1 table names
new route /forum/?new to display new posts
2018-08-08 20:27:04 +02:00
Jimako
762301c351 fix - forgotten lans 2018-08-08 12:25:46 +02:00
Jimako
226b238e5b e_gsitemap for download plugin #fix 2606 2018-08-08 12:21:43 +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
0cce36f3c3
Merge pull request #3351 from Jimmi08/news_tag
gsitemap addon for news plugin
2018-08-07 11:33:35 -07:00
Cameron
ec483e9379 Code cleanup 2018-08-07 11:12:29 -07:00
Cameron
92e381f794 Fix for plugin sql file builder fail. 2018-08-07 09:49:58 -07:00
Cameron
a64da2df86
Merge pull request #3354 from SimSync/fix_3338
Fixes #3338 typo and e_SELF calling itself (infinite loop)
2018-08-07 09:48:38 -07:00
Achim Ennenbach
181149665d fixes #3338 fixed typo and e_SELF calling itself (infinite loop) 2018-08-07 12:27:24 +02:00