1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

10950 Commits

Author SHA1 Message Date
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 #3101 Added option define('X-FRAME-SAMEORIGIN', false); for e107_config.php 2018-08-03 17:14:39 -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
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
e1cf1e70a9 Fixes #3329 PHP7 on BBcode renderButtons() 2018-08-02 14:22:39 -07: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
Cameron
472fdd4f65
Merge pull request #3334 from yesszus/patch-1
Update forum_admin.php
2018-08-02 14:04:00 -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
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
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 #3188 - Custom Pages admin area - items per page pref now respected. 2018-07-28 16:22:46 -07: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
786c638c73 only run tab methods when active. 2018-07-28 09:40:45 -07:00
Cameron
9e352222dc Fixes #3328 - Fix for non-standard LAN file format. 2018-07-28 09:27:34 -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
05be9ce8ba
Merge pull request #3325 from SimSync/mediamanager_select
Mediamanager: changed  function call to support dynamically added content
2018-07-27 12:19:12 -07:00
Achim Ennenbach
e8f2b144f0 changed function call to support dynamically added content 2018-07-27 21:12:08 +02:00
Cameron
ae08e50413 Mime fixes. 2018-07-27 12:07:43 -07:00
Cameron
0f5396fed8
Merge pull request #3323 from Michaelkielstra/master
Issue #6 Grammatical edits
2018-07-27 10:22:33 -07:00
Michael Kielstra
ba6c7a3c0e Add LAN_SITEDOWN_01 back 2018-07-27 17:51:32 +01:00
Michael Kielstra
1ca781c9f4 Grammatical edits
Some of the English localised strings were clunky or grammatically
incorrect.
2018-07-27 14:11:45 +01:00
Cameron
96037d5ac9 Issue #3276 Fix encoding on '+' in media categories. Mediapicker fixes. Media class cleanup. 2018-07-26 20:14:42 -07:00
Cameron
f1329535a5 MediaPicker drag-n-drop upload. 2018-07-26 19:13:27 -07:00
Cameron
baf570071e mediapicker() mediaselector-preview-empty css class added. 2018-07-26 14:06:45 -07:00
Cameron
bd98b2303e media-picker wrapping fix for small screens. 2018-07-26 13:57:49 -07:00
Cameron
42794bfcd0 Fixes dynamic media-picker 'search' filtering. 2018-07-26 13:18:52 -07:00
Cameron
bc8ccca5c2 Fixes #3311 - Update routine. 2018-07-26 13:15:22 -07:00
Cameron
d862fa89f3 Mediapicker controls alignment fix. 2018-07-26 12:29:48 -07:00
Cameron
557dea1f0e Media-picker work. Add the following to e107_config.php to enable and test. define('e_DEBUG_MEDIAPICKER', true); 2018-07-25 20:28:30 -07:00
Cameron
9e50ae7d06 Issue #3303 Set mail_enabled to 'user' if no option is checked when saving prefs. 2018-07-25 16:17:16 -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
74f19820b0
Merge pull request #3315 from yesszus/patch-2
Update media_class.php
2018-07-25 10:32:09 -07:00
Cameron
edf18fb00f
Merge pull request #3308 from SimSync/backcompat_bootstrap
make sure backcompat.css is loaded if it's legacy or no bootstrap theme
2018-07-25 10:25:13 -07:00
Gábor
a403f49560
Update file_class.php 2018-07-25 10:50:25 +02:00
Gábor
c5e0c30179
Update lan_admin.php 2018-07-25 10:48:23 +02:00
Gábor
5d78dedf88
Update cron_class.php 2018-07-25 10:32:03 +02:00
Gábor
1c31907c3e
Update lan_cron.php 2018-07-25 10:30:25 +02:00