Tijn Kuyper
5468222d94
Fix classname for e_library addon in _blank plugin
2016-04-11 12:12:44 +02:00
Cameron
14360bceef
Added e_admin.php example to _blank plugin.
2016-04-11 00:27:48 -07:00
Cameron
a05d127375
Example addons added to _blank plugin.
2016-04-11 00:18:29 -07:00
Cameron
5e862682be
Expanding the plugin-builder to generate addons. (work-in-progress)
2016-04-10 18:47:40 -07:00
Cameron
8ff02d9aa9
Default loading icon added to form->button() method when font-awesome is present.
2016-04-10 17:52:30 -07:00
Cameron
12a6367fdf
The beginnings of Menu-Manager drag-n-drop. (in debug mode)
...
Debug can now be called from singleton. e107::getDebug()->log($message,E107_DBG_BASIC);
2016-04-10 14:10:39 -07:00
Cameron
2971fb184c
PM Email Notifications: Fixes #1487
2016-04-10 08:43:54 -07:00
Cameron
7d7ee21cbe
Improved Menu-Manager navigation
2016-04-09 18:54:11 -07:00
Cameron
444348dc4d
Issue #1512 News Grid Menu
2016-04-09 16:12:54 -07:00
Cameron
dd294e71fa
Added error message for ADMINs if a LAN is missing.
2016-04-09 16:12:51 -07:00
mcpeace-maw
0cdfa51552
Update navigation_template.php
...
Changed the order in a logical way. Caret class have span tag in bootstrap.
Suggestion:
Li don't need attribute role="menuitem", but "a" anchor before dropdown-menu ul need class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" in b3.
2016-04-10 00:25:04 +03:00
Cameron
ccd2bbee25
Merge pull request #1510 from tgtje/2016-04b
...
Theme Preference LAN Definitions. Issue #6
2016-04-09 11:51:05 -07:00
Cameron
745c973f56
New Language Term Shortcode {LAN=XXXX} eg. {LAN=LAN_READ_ME}
2016-04-09 10:32:49 -07:00
tgtje
05ea4f4a8b
reworked : using language folder + use of standard e107::lan
2016-04-09 19:27:43 +02:00
Cameron
209d68a6fe
Forum: Fixes #1488 - Missing forum icons.
2016-04-08 18:04:36 -07:00
Cameron
d54f3fe8af
Registered event session fix.
2016-04-08 15:22:26 -07:00
Cameron
7679a0afc6
Fix for page-menu button class check.
2016-04-08 13:55:59 -07:00
Cameron
85d144cb8e
Send SMTP port number in test email.
2016-04-08 09:34:08 -07:00
Cameron
433f8a6aed
Corrected typo on SMTP port.
2016-04-08 09:09:32 -07:00
Cameron
44d682965c
PHPMailer updated to v5.2.13. Cleaned up SMTP options in the admin area.
2016-04-08 09:01:10 -07:00
Cameron
eaf23811f5
Corrected user template markup and added more class ids for greater flexibility during theme development.
2016-04-07 16:41:31 -07:00
Cameron
87078b9e63
FAQs: Missing language-file loader.
2016-04-07 11:51:14 -07:00
Cameron
fec43710fe
Fixes #1213 - Auto-language file loading disabled when admin-ui active. Example language-file loading added to plugin-builder.
2016-04-07 11:43:28 -07:00
Cameron
6d0aa7cdd9
New e_event.php v2.x specification. (e_module is no longer required for registering events.) Example added to e107_plugins/_blank
2016-04-06 19:43:31 -07:00
Cameron
8143469f5c
Update version and core image.
2016-04-06 19:31:22 -07:00
Cameron
f5fe166c11
Merge pull request #1475 from OTroccaz/lancheck
...
Avoid "Missing file" message for deprecated files in language-Packs verification
2016-04-06 14:32:52 -07:00
Cameron
e1e77d9f1c
Merge pull request #1469 from lonalore/master
...
Gallery plugin fixes and enhancements
2016-04-06 14:32:36 -07:00
Cameron
f950586295
Merge pull request #1468 from Jimmi08/master
...
make login.php as standalone page FIX #1466
2016-04-06 14:32:10 -07:00
Cameron
5f005b50b2
Userlist filtering fix.
v2.1.1
2016-04-05 15:22:36 -07:00
Cameron
010ba14c73
Forum view-topic template wrapper fix. Custom-title styling subject to change. Default SEF-URL format now separates thread_id into 'folder'. (backward compat.)
2016-04-05 13:15:58 -07:00
Cameron
3c2def3a31
Issue #1493 : Allow tracking of topics via tracking page only (no emails). (work in progress)
2016-04-05 11:21:53 -07:00
Cameron
925704309e
Fixes #1486 - Download error-page redirect issue.
2016-04-05 10:26:34 -07:00
Cameron
14d696ae5d
Fixes #1380 - Making sure menu_name is ascii.
2016-04-05 09:20:52 -07:00
Cameron
5a7595e54a
Fixes #1490 Prevent themes and other code from interfering with wysiwyg.php
2016-04-04 19:55:22 -07:00
Cameron
9a1eb43561
Fixes #1441 No button to refresh plugins list
2016-04-04 18:57:11 -07:00
Cameron
c2c9246063
Fixes #1446 Captcha not rendered when in footer.
2016-04-04 18:41:35 -07:00
Cameron
e073a2cb87
Fixes #1462 - Hiding of password in signup email.
2016-04-04 18:00:07 -07:00
Cameron
9c5f7e1087
Issue #1481 - non-core plugins were appearing in language-pack zip file.
2016-04-04 17:33:51 -07:00
Cameron
7bd2621584
Parser correction for code and pre tags.
2016-04-04 12:44:40 -07:00
Cameron
ee1bf57b54
File Handler Class: Added isValidURL() method for checking remote URLs.
2016-04-04 12:18:48 -07:00
Cameron
3de87776a9
Issue #1406 - Added a more intuitive comment method for plugin developers.
...
Usage:
$text = e107::getComment()->render('myplugin', 3, "My Subject", false);
echo $text;
2016-04-04 12:18:12 -07:00
Cameron
a8f23f7179
Private Messenger: Fix for post coming from profile page.
2016-04-03 17:50:42 -07:00
Cameron
c483617c52
Private Messenger: Fix for replying
2016-04-03 17:30:39 -07:00
Cameron
9db9bd289f
Private Messenger: Moved shortcode file back to avoid upgrade issues with old files. Please delete pm/shortcodes folder if it exists. Removed old attachments folder.
2016-04-03 17:01:05 -07:00
Cameron
66b1229c2a
Private Messenger: Fix for field type on max send preference.
2016-04-03 16:40:19 -07:00
Cameron
a496b9a665
Private Messenger: Language file duplicate cleanup.
2016-04-03 15:02:25 -07:00
Cameron
2c18d90b9c
Private Messages: Fixes #1485 . Also check language files for changes. 'fw' (fixed width) option added to $tp->toGlyph()
2016-04-03 14:37:37 -07:00
Cameron
a21cce9c4b
Make sure the wysiwyg parser still functions when maintenance is on.
2016-04-02 16:44:55 -07:00
Cameron
fb3a92ff9e
Fix for User-Extended checkbox field creation.
2016-04-02 12:47:27 -07:00
Cameron
46b2518e82
Fixes #1186 - Added edit button for custom pages. Improved debugging of shortcodes and shortcode wrappers.
2016-04-02 10:51:18 -07:00