1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

2973 Commits

Author SHA1 Message Date
Cameron
be410ae0ea Merge pull request #1273 from lonalore/master
Forum post created event: Append last inserted ID to data array for passing…
2015-12-17 00:16:41 -08:00
Lóna Lore
146e74d1fe Removed fixed width and height from imgage tag. 2015-12-16 15:28:05 +01:00
Cameron
f0f992c3b7 Allow Youtube playlists when API key is not found. Generic playlist icon added. 2015-12-12 16:54:10 -08:00
Lóna Lore
0781acf17e Replaced hardcoded "ago" string with constant. 2015-12-12 14:49:13 +01:00
Cameron
b4711c5594 Merge pull request #1266 from lonalore/master
Fixed: Issue #1265: admin UI - readonly with type user
2015-12-12 00:21:31 -08:00
Cameron
e83b0c531a Fix for plugins extending admin-ui. Record ID was missing in 'create' mode. $id is now sent as a separate parameter to the "process" method. See e107_plugins/social/e_admin.php for an example. 2015-12-12 00:16:16 -08:00
Lóna Lore
26b2dde325 Fixed: Issue #1265: admin UI - readonly with type user 2015-12-07 12:10:52 +01:00
Lóna Lore
f90e4d19c4 Fixed: Issue #1265: admin UI - readonly with type user 2015-12-07 12:05:19 +01:00
Lóna Lore
71155763ce Use name2id() to format field ids. 2015-12-03 09:10:51 +01:00
Lóna Lore
dbf6ad8ef6 Issue #991: Rewrited js code and better field id handling. 2015-12-03 09:01:59 +01:00
Lóna Lore
2cd5f1525f Issue #991: Removed all Selectize JS code from PHP. Additional option (settings) for e107::js(). Integrates Selectize.js using e107::js(settings) and JavaScript behaviors with jQuery Once. 2015-12-02 14:23:48 +01:00
Cameron
84c4c8607d Issues #1254 #1208 #1211 #1245 Option to define the session.save_path (relative to e107's root directory) in e107_config.php: define('SESSION_SAVE_PATH','relative-path-to-folder');
example: define('SESSION_SAVE_PATH','../_sessions/');
Use the PHPInfo page in the admin area to check it has worked. Will only work if the path to the folder exists. session.hash_function is now set to sha512 by default when the security level is BALANCED or higher.
2015-11-30 14:30:37 -08:00
Cameron
d4a9813d65 Fixes #1220 - corrupted database table list when using 'e_' prefix. 2015-11-26 12:48:16 -08:00
Cameron
4bef86fb87 Include associated menu image in page meta. 2015-11-22 13:04:21 -08:00
Cameron
6db8c7ddeb Should fix #1229 - Rebuild userclass tree after adding new class. 2015-11-22 10:00:46 -08:00
Cameron
5bb3405dfd Fixes #1240 - Usersettings 'required' fields not behaving as intended. 2015-11-18 20:32:34 -08:00
Cameron
e2fab78302 Online handler now records language 2015-11-18 20:28:41 -08:00
Cameron
23b7de8d4e Fixes #1223 - Adds the missing {ALERTS} shortcode to old themes - informing users of incorrect passwords etc. Essential for when the login menu is within the navigation bar.
Fixes #1077 - Online Menu was displaying the user as online when the username was correct, even if the password was not.
Corrected styling of the online-menu.
2015-11-13 18:04:47 -08:00
Cameron
ef1e1565ad Fixes #1225 - Broken paths to bootstrap glyphs. 2015-11-13 14:44:38 -08:00
Cameron
9c494d5c13 Merge pull request #1216 from tgtje/commit_new
text to LAN issue #6
2015-11-12 13:53:19 -08:00
Cameron
f69c120af4 Fixes #1214 Theme prefs not loading correctly. 2015-11-05 12:25:16 -08:00
Cameron
d7ced10f2e Media Manager Upload/Import perms now working as intended. Admins should review this perm on other ADMINs who don't have perm '0' 2015-11-04 19:35:00 -08:00
tgtje
9b08a4d991 text to LAN issue #6 2015-11-01 15:44:42 +01:00
Miroslav Yovchev
748ffc8f6e Merge branch 'master' of github.com:e107inc/e107 2015-10-30 09:28:39 +02:00
Tijn Kuyper
9d40ee53c9 Flood ban email: show IP in IPv4 format if possible 2015-10-24 19:41:33 +02:00
Cameron
06cb429f6f Fix for invalid element IDs. 2015-10-24 09:59:30 -07:00
Cameron
c0a62c16c7 Fix for lengthy "news_extended" content. Admin-UI: $fields 'type' of false will hide the field, but still save it if posted. 2015-10-23 11:48:24 -07:00
Cameron
694fc01b37 Fixes #1206 - Fixes missing icons in menu manager. 2015-10-18 09:05:58 -07:00
Cameron
103dbb2be3 Issue #6 - LAN for "Related" area. 2015-10-16 15:09:59 -07:00
SecretR
89516d43a1 Introducing e_SYSTEM_BASE and e_MEDIA_BASE path constants 2015-10-06 09:17:15 +03:00
Cameron
6dfe7bc64c Enhancement to language-class installed() method. Can now return a list of installed languages with native names. 2015-10-03 14:18:28 -07:00
SecretR
e86f4c305a Merge branch 'master' of github.com:e107inc/e107 2015-10-02 13:40:56 +03:00
SecretR
0a74c3612b Argument detection logic and phpdoc fix 2015-10-02 13:40:44 +03:00
Cameron
8458da560e Youtube embed code now uses embed-responsive when Bootstrap is found. Closed-Captions now display in their respective languages. (when active) 2015-10-01 11:02:24 -07:00
Cameron
d8d4b48341 Added alert bbcode. menu-name shortcode for custom menus. And a 'Bootstrap Row' css style in Tinymce4. 2015-09-21 14:55:27 -07:00
SecretR
970070fa62 Merge branch 'master' of github.com:e107inc/e107 2015-09-19 19:18:54 +03:00
SecretR
af5ca367e8 Better handle uploaded images - performance and bugfix 2015-09-19 19:18:08 +03:00
Cameron
e50456264f Issue #1183 Switch all CDN sources to https to prevent browser alerts. Optimization of some javascript loading. jQuery updated to 2.1.4 2015-09-17 12:48:06 -07:00
Cameron
8a4547f62a Improved title2sef() conversion of non-latin characters 2015-09-07 18:51:36 -07:00
Cameron
388024dc41 Admin -> Docs page cleanup. AdminUI: Fix for empty navigation box under some circumstances. 2015-09-06 11:00:07 -07:00
Cameron
e4872386c0 AdminUI: set iframe-mode via query iframe=1 at any time. 2015-09-05 23:58:01 -07:00
Cameron
72c93e93a2 RSS strip html comments from rss feed. 2015-09-05 20:04:26 -07:00
Cameron
caa89c9c3e Allow for disabling of language-perm checking on a page-by-page basis. Usage: $_E107['no_language_perm_check'] = true; before class2.php.
Allow language to be defined by script. Usage Example: define("e_PAGE_LANGUAGE", "French"); OR define("e_PAGE_LANGUAGE", "E_SITELANGUAGE"); before class2.php.
2015-09-03 16:19:39 -07:00
Cameron
0ab62ac407 Issue #6 - LAN fixes. Default timezone set to UTC. Issue #1174 - Extra check added on multiple-login check. 2015-09-02 09:57:56 -07:00
Cameron
2bd75d426b Issue #6 Missing LAN on signup fix. 2015-09-01 15:52:22 -07:00
Cameron
5e008b5df4 Issue #1174 - Orphaned LANs corrected. User Profile LANs cleaned up. 2015-08-29 15:56:18 -07:00
Cameron
b245f8a945 Extra checks added and mail subject line check. 2015-08-26 19:09:51 -07:00
Cameron
cffb369751 Issue #1109, Fixes #830, Fixes #731, Fixes #710, Fixes #608, Fixes #1012 : v1 -> v2 Upgrade-Routine fixes (including forum plugin) 2015-08-24 17:39:28 -07:00
Cameron
29b405d31d Issue #6 Removed duplicate LAN_SEARCH from English.php. PHP Notice removal. 2015-08-24 10:19:34 -07:00
Cameron
c86e9812f3 Issue #1114 - Added additional debug info to media-class and prevented errors such as "Image not Found" being echoed to the browser. 2015-08-24 10:10:08 -07:00