1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-26 07:12:54 +01:00

10976 Commits

Author SHA1 Message Date
Achim Ennenbach
a3dae1ecfd fixes 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 from SimSync/fix_3179
Fixes  "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 "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 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 from SimSync/fix_3338
Fixes  typo and e_SELF calling itself (infinite loop)
2018-08-07 09:48:38 -07:00
Achim Ennenbach
181149665d fixes fixed typo and e_SELF calling itself (infinite loop) 2018-08-07 12:27:24 +02:00
Cameron
929cf1ebe3 Styling fix for over-sized dropdown menu. (Bootstrap3 admin theme) 2018-08-06 14:37:37 -07:00
Cameron
2a842bd3f4 Media-picker BC fixes. 2018-08-06 14:11:56 -07:00
Cameron
f1a3e207db
Merge pull request from SimSync/fix_3277_notify
Fixes  Forum notification
2018-08-06 13:47:41 -07:00
Cameron
a64f4a1686 Fixes Media-Manager Category selection. 2018-08-06 13:33:38 -07:00
Cameron
07a2efbdcf Fixes Image preview on download. 2018-08-06 13:07:13 -07:00
Achim Ennenbach
d838a825c8 fixes 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
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
f4d4024fbb Fixes 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
9bab8cc8c4 Closes e107.org updated to display current language pack and 2 versions earlier. 2018-08-04 15:08:32 -07:00
Cameron
94e74c98a6
Merge pull request from SimSync/fix_3059
Fixes  list of online languages didn't load
2018-08-04 14:27:34 -07:00
Cameron
b5161da64d Fixes LANs in import plugin admin area. 2018-08-04 14:12:53 -07:00
Achim Ennenbach
4c54742ba9 fixes list of online languages didn't load 2018-08-04 20:53:01 +02: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
Cameron
5f11415fbf Issue Added option define('X-FRAME-SAMEORIGIN', false); for e107_config.php 2018-08-03 17:14:39 -07:00
Cameron
86c866b6c4 Issue 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 from SimSync/fix_2440
Fixes  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
Achim Ennenbach
480ccc20bc fixes implemented events for:
thread moved, thread updated, post created, post updated
deactivated: thread split
2018-08-03 20:49:16 +02:00
Cameron
e1cf1e70a9 Fixes PHP7 on BBcode renderButtons() 2018-08-02 14:22:39 -07:00
Cameron
367498b598
Merge pull request from SimSync/wysiwyg2
A new approach to choose wysiwyg editor
2018-08-02 14:07:54 -07:00
Cameron
472fdd4f65
Merge pull request from yesszus/patch-1
Update forum_admin.php
2018-08-02 14:04:00 -07:00
Achim Ennenbach
7a616430de wip 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 2018-08-02 16:05:53 +02:00
Gábor
112c2a09ef
Update English_admin.php 2018-08-02 09:24:28 +02:00
Achim Ennenbach
c7009ac1b7 fixes 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
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
6ee75cd456 Fixes - Custom Pages admin area - items per page pref now respected. 2018-07-28 16:22:46 -07:00
Cameron
64d821a2d1 Fixes Fixes Fixes Comment navigation issues. 2018-07-28 16:10:23 -07:00
Cameron
e5af746153 Closes 2018-07-28 13:41:44 -07:00
Cameron
37017652cc
Merge pull request from SimSync/forum_editor
choose editor in forum and quick reply
2018-07-28 13:07:36 -07:00
Cameron
786c638c73 only run tab methods when active. 2018-07-28 09:40:45 -07:00
Cameron
9e352222dc Fixes - Fix for non-standard LAN file format. 2018-07-28 09:27:34 -07:00