1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-22 07:47:10 +01:00

3269 Commits

Author SHA1 Message Date
Cameron
b8f7c5458d Admin-UI PHP Notice fixes. 2016-05-15 15:04:25 -07:00
Cameron
1fa7c95b25 Issue #1222, Issue #1157, Issue #1455 datepicker() method now returns unix timestamp by default. To return a string (like previously) use 'return=string' in the options. 2016-05-13 09:09:31 -07:00
Cameron
0afa769dab Thumbnail cache issue #1648 2016-05-13 07:14:49 -07:00
Cameron
a94eb4084d Emoticon parser PHP warning removal Issue #1633 2016-05-13 07:02:50 -07:00
Cameron
09cbf97f3a Issue #1633 - possible fix for record creation problem using admin-ui and LAN_CREATE term. 2016-05-12 19:34:57 -07:00
Cameron
c88f5b2757 name2id exclude ':'. Linkwords fix for spaces. 2016-05-12 16:07:59 -07:00
Cameron
a29e242ca5 Fixes #1646 - Never cache TinyMce configuration. 2016-05-11 19:20:23 -07:00
Cameron
42246f7381 Bulk mail templates can now resize images to keep email sizes smaller. eg. {MEDIA1: w=500} Improved debugging of thumb.php. 2016-05-11 18:52:42 -07:00
Cameron
dfa289ba13 Bulk mailing fixes. 2016-05-11 12:14:58 -07:00
Cameron
1c98913f62 Fix for texts containing only one emoticon. Cleanup of some debug reporting. 2016-05-08 08:59:54 -07:00
Cameron
4160389303 Issue #1628 Should fix it. 2016-05-08 08:31:04 -07:00
Cameron
f21ec261d7 textarea bootstrap styling. modifications to the form handler for use of form rendering in the frontend. (not just admin-ui) 2016-05-07 20:23:26 -07:00
Cameron
c8ade39d12 Legacy plugin admin theme fix. 2016-05-07 15:33:09 -07:00
Cameron
996b1f3285 e_sitelink.php now supports html as well as link array. e_sitelink.php example added to Plugin Builder and _blank plugin.
Mega-Menus will be super-easy with this enhancement.
2016-05-07 09:07:38 -07:00
Cameron
5c3b486adc Fix for emotes and PM 2016-05-06 08:25:12 -07:00
Cameron
72891ca226 Fixes #1621 : Emoticons fix for codes using | char. 2016-05-06 08:16:45 -07:00
Cameron
1e44928e1f Custom user-extended fields - work-in-progress. (experimental) 2016-05-05 18:52:49 -07:00
Cameron
01ec33cc8e Emoticons now have their own css class. Improved emoticon code detection. 2016-05-05 18:52:46 -07:00
Cameron
056e66530c Forum: Fix for shortcode wrapping with 'viewforum' template. 2016-05-04 15:59:13 -07:00
Cameron
8d228a08dd Issue #1597 - Legacy Batch Shortcode fix. 2016-05-03 15:52:02 -07:00
Cameron
fd3f4d489e Fix for Mail shortcode parsing. 2016-05-02 17:59:56 -07:00
Cameron
8f5dd89284 Fix for forgotten password page layout in membersonly mode. 2016-05-01 10:34:34 -07:00
Cameron
bec7071cdf Fixes #1597 - Legacy shortcode issue. 2016-05-01 09:30:33 -07:00
Cameron
b4e4cb686c Issue #1375 - SMTP send issue. 2016-04-30 15:34:03 -07:00
Cameron
d098589456 Fix for plugin repair (in debug mode) Fix for Login page signup link when registration is disabled. 2016-04-30 12:02:42 -07:00
Cameron
c40c909293 Fix for news params in news shortcodes. 2016-04-28 18:13:41 -07:00
Cameron
3a74aea669 Online Menu upgrades. 2016-04-28 13:17:36 -07:00
Cameron
dc1c46acc1 Forum Post BC-Fixes. Renamed forum-post shortcodes to avoid name conflicts. 2016-04-27 14:37:43 -07:00
Cameron
fdfd60419b Improved DB-Verify debug information and problem detection. 2016-04-27 09:09:51 -07:00
Cameron
b2771fa00a Added new user to the default userclass selection. Improved userclass() method docs. 2016-04-25 19:06:37 -07:00
Cameron
79c6e80c4f Fix for PM Send permissions. 2016-04-25 09:31:55 -07:00
Cameron
89264b0259 Fix for user-extended permissions on user page. Corrected wrapper ID for user/member list. 2016-04-24 16:13:05 -07:00
Cameron
4125d04371 Issue #1582 - Simplification and rewrite of userpicker() method. 2016-04-24 10:45:27 -07:00
Cameron
b4a5a0b573 Closes #1484 - theme shortcodes are now registered globally by default. Shortcode handler cleanup. 2016-04-23 15:24:22 -07:00
Cameron
a21d351cd2 PM Notification datestamp fix. 2016-04-23 14:13:31 -07:00
Jimmi08
3e0f7d4540 possibility to use lang string in placeholder 2016-04-23 16:59:29 +02:00
Cameron
3c0f501e43 Extra bootstrap styles added to default mail template. Precautions for legacy sitebutton resize. PM notify template clean up. 2016-04-22 16:11:47 -07:00
Miroslav Yovchev
0b78deb22a More strict user fields validation 2016-04-23 00:29:14 +03:00
Cameron
58a3926c54 Issue #690 - Option added to enable e_shortcode.php to override other core/plugin shortcodes. 2016-04-22 11:54:18 -07:00
Cameron
16d0417b70 Third-party compatibility for forum shortcode vars. 2016-04-22 09:44:01 -07:00
Cameron
fd4c707fce PHP7 Warnings Fix - requires testing. 2016-04-21 12:04:09 -07:00
Cameron
f6026fe1ec Added filter by template to News admin area list. 2016-04-20 18:08:52 -07:00
Cameron
42191db509 Poll notice removal. 2016-04-20 17:37:46 -07:00
Cameron
f6ca9f8883 Newsfeeds: Fixes #1495. Admin-area rewrite using admin-ui. Newsfeed class is now compatible with PHP7. 2016-04-20 17:25:32 -07:00
Cameron
77ccb9859d Fix for shortcode format {SIGNUP_PASSWORD1} using new ':' separator. 2016-04-19 10:23:02 -07:00
Cameron
adb7d2a472 Plugin Builder upgrade. xxxx_sql.php may now be auto-generated by selecting the sql table. 2016-04-18 19:14:55 -07:00
Cameron
83cdda6004 Fixes #1547 - Parser support for embed and object tags. 2016-04-17 13:26:52 -07:00
Cameron
a3fb19d59a Issue #1547 - Corrected rendering of <script> tags from database. 2016-04-17 12:49:15 -07:00
Cameron
7e7833cbda Fixes #1532 PM notification template. 2016-04-17 12:04:35 -07:00
Cameron
9f3bcbfca6 Menu Manager work 2016-04-16 08:19:44 -07:00