1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-04 03:16:23 +02:00

3428 Commits

Author SHA1 Message Date
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
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
0cce36f3c3
Merge pull request #3351 from Jimmi08/news_tag
gsitemap addon for news plugin
2018-08-07 11:33:35 -07:00
Achim Ennenbach
181149665d fixes #3338 fixed typo and e_SELF calling itself (infinite loop) 2018-08-07 12:27:24 +02:00
Cameron
f1a3e207db
Merge pull request #3342 from SimSync/fix_3277_notify
Fixes #3277 Forum notification
2018-08-06 13:47:41 -07:00
Cameron
a64f4a1686 Fixes #1732 Media-Manager Category selection. 2018-08-06 13:33:38 -07:00
Achim Ennenbach
d838a825c8 fixes #3059 updated lans (removed html)
Renamed lan vars
Cleanup code in e_notify.php
Fixed wrong event name in forum_class.php
2018-08-06 21:50:25 +02:00
Cameron
f4d4024fbb Fixes #3350 php closing tag removed. 2018-08-05 10:53:48 -07:00
Jimmi08
2ef4ffd571 gsitemap addon for news plugin 2018-08-05 19:16:04 +02:00
Cameron
b5161da64d Fixes #3347 LANs in import plugin admin area. 2018-08-04 14:12:53 -07:00
Achim Ennenbach
259b2321c4 Moved links from LANs to e_notify.
Added toHTML() to parse the post messages.
2018-08-04 20:04:51 +02:00
Achim Ennenbach
480ccc20bc fixes #3277 implemented events for:
thread moved, thread updated, post created, post updated
deactivated: thread split
2018-08-03 20:49:16 +02:00
Cameron
367498b598
Merge pull request #3333 from SimSync/wysiwyg2
A new approach to choose wysiwyg editor
2018-08-02 14:07:54 -07:00
Achim Ennenbach
7a616430de wip #3277 implemented events for:
thread created, thread of new user created, thread deleted,
post deleted, post reported
still missing: thread moved, thread split, post created
2018-08-02 22:34:11 +02:00
Achim Ennenbach
b8dd430458 wip #1 2018-08-02 16:05:53 +02:00
Gábor
112c2a09ef
Update English_admin.php 2018-08-02 09:24:28 +02:00
Gábor
b2785535ef
Update English_admin.php 2018-07-30 09:56:30 +02:00
Gábor
771f04702b
Update forum_admin.php 2018-07-30 09:54:50 +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
9e352222dc Fixes #3328 - Fix for non-standard LAN file format. 2018-07-28 09:27:34 -07:00
Achim Ennenbach
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)
2018-07-25 22:48:14 +02:00
Cameron
9b2772b7ac media-picker work. Issue #6 Removed '...' from LAN_SELECT and added manually where appropriate. 2018-07-25 12:29:52 -07:00
Cameron
0cc458e4e8 Fixes #3290, Fixes #3074 - Featurebox debug message was visible to public. 2018-07-21 10:08:13 -07:00
Achim Ennenbach
5f0ee53c00 fixes #3244 "&" in url definition was broken during parse_str() 2018-07-21 11:44:42 +02:00
Cameron
ce765316dd
Merge pull request #3279 from rica-carv/rica-carv-patch-2
Fixes #3260 Incorrect calculation
2018-07-14 12:54:08 -07:00
Cameron
eda1a22113
Merge pull request #3283 from SimSync/fix_1027
Closes #1027 Show thumb of main image instead of plain text link
2018-07-14 12:53:10 -07:00
Achim Ennenbach
73be7b5d7b Closes #1027 Show thumb of main image instead of plain text link 2018-07-13 23:58:24 +02:00
Achim Ennenbach
7cf6322b4d Closes #3125 Replaced caption LAN_ONLINE_2 with LAN_ONLINE_11
for total number of members field
2018-07-13 22:23:07 +02:00
rica-carv
590245c487
#3260 bug fix...
#3260 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 #3175 Email confirmation and database update/delete processing added. Testing required. 2018-07-12 15:31:11 -07:00
Cameron
b46906aebf
Merge pull request #3273 from SimSync/fix_3271
Fixes #3271 Updated class construtor to __construct()
2018-07-12 13:49:59 -07:00
Cameron
5a85bde136
Merge pull request #3272 from SimSync/fix_2938
Fixes #2938 Added missing e_PAGETITLE in case of default url
2018-07-12 13:49:07 -07:00
Cameron
eaec2cc07b
Merge pull request #3268 from SimSync/fix_3264
Fixes #3264 Switched url generation to v2 method
2018-07-12 13:48:32 -07:00
Achim Ennenbach
c366204766 Fixes #3271 Updated class construtor to __construct()
Replaced deprecated methods with current ones
Reformated the sourcecode
Updated method DocBlocks
2018-07-12 19:02:33 +02:00
Achim Ennenbach
d635f04725 Fixes #2938 Added missing e_PAGETITLE in case of default url 2018-07-12 16:24:18 +02:00
Achim Ennenbach
be4faf81bb Fixes #3264 Switched url generation to v2 method 2018-07-12 12:55:24 +02:00
Achim Ennenbach
2b2737ae41 Fixes #3056 Fixes the fatal error in case no records were found 2018-07-12 12:48:01 +02:00
Achim Ennenbach
ac61df7f07 Fixes #3239 The array merge didn't work correctly by using the + operator 2018-07-11 20:30:41 +02:00
Cameron
31e16310e7
Merge pull request #3237 from Jimmi08/patch-2
partial fix #3235
2018-07-04 17:50:50 -07:00
Cameron
f3393f9d7e
Merge pull request #3236 from Jimmi08/patch-1
partial fix #3235
2018-07-04 17:50:41 -07:00
Cameron
77edce4da4
Merge pull request #3251 from SimSync/fix_3087
fixes #3087 Missing forum id prevented pagination
2018-07-04 17:44:28 -07:00
Achim Ennenbach
ed17213698 fixes #3087 Missing forum id prevented pagination 2018-07-03 15:41:01 +02:00
Jimako
9b8cc13019
partial fix for problem with breadcrumbs in forum_viewforum.php
https://github.com/e107inc/e107/issues/3235
2018-06-30 13:30:18 +02:00
Jimako
5b4cc2f11c
partial fix for problem with breadcrumbs in forum_viewforum.php
https://github.com/e107inc/e107/issues/3235
2018-06-30 13:28:06 +02:00