1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 21:45:11 +02:00
Commit Graph

4079 Commits

Author SHA1 Message Date
Sándor Juhász
5e4684771d Issue #1521 2016-04-12 12:21:03 +02:00
Cameron
84d7271d10 Merged core mailout routine into e107_plugins/user/e_mailout.php. Fixed pop3 error messages from phpmailer. Corrected email preview when no template selected. Corrected mailout Email source names. 2016-04-11 18:39:19 -07:00
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
209d68a6fe Forum: Fixes #1488 - Missing forum icons. 2016-04-08 18:04:36 -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
e1e77d9f1c Merge pull request #1469 from lonalore/master
Gallery plugin fixes and enhancements
2016-04-06 14:32:36 -07:00
Cameron
5f005b50b2 Userlist filtering fix. 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
5a7595e54a Fixes #1490 Prevent themes and other code from interfering with wysiwyg.php 2016-04-04 19:55:22 -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
a7ec2f7b7d Issue #1478 2016-04-01 20:32:15 -07:00
Cameron
9717990572 Fixes #1478 - https for external urls. 2016-04-01 20:14:36 -07:00
Cameron
c8d49ee79c Private Messenger: Admin UI fixes. 2016-04-01 19:59:51 -07:00
Cameron
89f6794c53 Private Messenger: remove debug info. Fix for "Send a Reply" button. 2016-04-01 18:09:27 -07:00
Cameron
10f0d80291 Issue #1460 - Fix crash in parser when posting code. 2016-04-01 11:27:06 -07:00
Lóna Lore
df4e45f2a4 Fixed: handle opacity as float instead of int. 2016-03-31 09:45:35 +02:00
Lóna Lore
790caa8ae2 Load prettyPhoto only when it is needed in e_shortcode.php. 2016-03-31 09:44:35 +02:00
Lóna Lore
cb14973bea Replace "markup" keys with "item". 2016-03-31 09:22:28 +02:00
Cameron
940ac85191 Forum: Corrected attachment file-path. 2016-03-30 19:14:14 -07:00
Cameron
2e067dfdf7 Private Message: Issue #1423, #1434 - v2.x fixes/updates. Improved user-file upload handling. 2016-03-30 19:10:00 -07:00
Lóna Lore
ddeaf28faf Fixed: proper usage of default values in JS. 2016-03-30 16:01:16 +02:00
Lóna Lore
133a0692e2 Fixed: proper usage of default values in JS. 2016-03-30 16:00:31 +02:00
Lóna Lore
2cae5b9023 Under "prettyPhoto settings" tab, it is now possible to completely configure prettyPhoto. Furthermore, prettyPhoto markups can be overriden by using gallery_template.php file. 2016-03-30 14:28:44 +02:00
Lóna Lore
111454bb87 Moved harcoded texts to LAN files. Use "Images per page" pref instead of hardcoded amount. 2016-03-29 14:17:29 +02:00
Lóna Lore
c54cc47832 Ability to order media items. 2016-03-29 11:44:50 +02:00
Lóna Lore
6b9838ae99 Use Library Manager to load libraries. Use JS behaviors. Add "Order images by" pref. 2016-03-29 11:22:25 +02:00
Lóna Lore
5598c9e733 Removed third-party libraries from Gallery plugin. 2016-03-29 10:44:01 +02:00
Cameron
4e16efab59 Added missing userclasses to Forum visibility etc. 2016-03-28 18:44:42 -07:00
Cameron
2dedb86ba8 Viewable By shortcode added. Forum deleted template corrected. 2016-03-26 15:17:11 -07:00
Cameron
e401e4b4ac Correction to last commit. 2016-03-26 12:54:08 -07:00
Cameron
74f0e2f3d9 Forum: Fix for SEF Url on Redirect to post. 2016-03-26 12:29:32 -07:00
Cameron
e4436417f9 Forum: Moderators list fix. Online count fix. IMAGE_track BC Fix. 2016-03-26 11:41:52 -07:00