1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-19 14:04:44 +01:00

8014 Commits

Author SHA1 Message Date
Cameron
ec3e92b0d6 Merge pull request #1482 from waskosky/master
Added support for a few more file types
2016-04-02 09:13:42 -07:00
Cameron
e72e3d8ac6 Issue #1483 - Extended User Fields table sync. 2016-04-02 08:51:59 -07:00
Michael Waskosky
c17577d2dc Added support for a few more file types
A few common media file types added
2016-04-02 05:42:44 -06:00
Cameron
a7ec2f7b7d Issue #1478 2016-04-01 20:32:15 -07:00
Cameron
02a5cf6e81 Fixes #1474 - check for page_title or menu_name during custom page/menu creation. 2016-04-01 20:29:13 -07:00
Cameron
9717990572 Fixes #1478 - https for external urls. 2016-04-01 20:14:36 -07:00
Cameron
d040f3a1ce Fixes #1477 - User Extended Field Creation Type was not being saved. 2016-04-01 20:10:46 -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
Cameron
a30ee0d5b8 userlist method added. 2016-04-01 10:35:19 -07:00
Lóna Lore
91a0e57cee Use e107 methods in Ajax callback. 2016-03-31 10:15:07 +02: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
OTroccaz
5d8f84c29a Avoid "Missing file" message for deprecated files in language-Packs verification
Deprecated files were taken into account only for language other than
English
2016-03-30 19:01:51 +02: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
c912c78efa JS callback function to check selector is valid or not. Missing LAN vars for prettyPhoto. 2016-03-30 14:32:56 +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
Cameron
324be8ebdc For Handler: Fix for file 'multiple' attribute. 2016-03-29 17:58:18 -07:00
Cameron
2e6fa44aa2 Fix for SQL_CALC_FOUND_ROWS using PDO. 2016-03-29 14:55:38 -07:00
Cameron
1281c70714 Issue# 1471 Options for news category without link. Use {NEWS_CATEGORY_NAME} or {NEWS_CATEGORY_NAME: link=1} 2016-03-29 08:21:28 -07: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
3198440697 Add prettyPhoto and jQuery Cycle libraries to lib folder. 2016-03-29 10:45:45 +02:00
Lóna Lore
5598c9e733 Removed third-party libraries from Gallery plugin. 2016-03-29 10:44:01 +02:00
Jimmi08
4cc4bb56c9 make login.php as standalone page #1466 2016-03-29 07:48:30 +02:00
Cameron
4e16efab59 Added missing userclasses to Forum visibility etc. 2016-03-28 18:44:42 -07:00
Cameron
02112b1a98 Issue #1287 Improved SSL detection. 2016-03-28 15:55:25 -07:00
Cameron
27848e1c00 Merge pull request #1464 from Jimmi08/master
Fix for wrong language in stage 2 #1459
2016-03-27 17:30:32 -07:00
Jimmi08
3505a4b123 Fix for wrong language in stage 2 #1459 2016-03-28 00:04:11 +02:00
Cameron
ed5eb1ef74 Issue #1458 - Possible fix to admin perms issue. 2016-03-27 11:34:14 -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
Cameron
46043bbb68 Fixes #1457 New Forum Posts Menu - "Show Original Topic in Menu" option not saving. New User-Extended Field preset for User comments. New e107::debug() function added for throwing info to the browser console. (Firefox/Chrome) 2016-03-26 10:14:57 -07:00
Cameron
ec4b24f7fd Rewrite of Admin > Extended User Fields completed. 2016-03-25 12:26:30 -07:00
Cameron
efc2e62953 NewForumPosts could fail under some circumstances. Extra checks added for e107::unserialize(); 2016-03-25 11:24:07 -07:00
Cameron
7880dc5817 Merge pull request #1451 from lonalore/master
Inline support for expandit behavior. Use Ajax API to avoid page-reload on user extended form.
2016-03-25 08:46:21 -07:00
Lóna Lore
2eb7924098 Use Ajax API to change dropdowns. 2016-03-25 11:02:15 +01:00
Lóna Lore
91e504c220 Ajax API: support for forms without ID. 2016-03-25 10:21:19 +01:00
Lóna Lore
5498c0ac15 Inline support for expandit behavior. 2016-03-25 09:32:28 +01:00
Cameron
2e5cf2b05e User-Extended work and Mail handler support for other SMTP ports. 2016-03-24 21:45:14 -07:00
Cameron
a4583a4f52 Forum: Fix for forum creation access rights. 2016-03-24 20:14:56 -07:00
Cameron
36cabf1330 Forum: "Maximum width of uploaded image" setting is now respected. When set to 0 the size is determined by the forum/theme template. 2016-03-24 17:44:03 -07:00