1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00
Commit Graph

7537 Commits

Author SHA1 Message Date
Cameron
23cd564cd6 Make sure previous fix is only applied when in 'inline' edit mode. 2016-01-03 01:25:46 -08:00
Cameron
f1113b3a18 Fix for broken inline-editing db query when field 'data' = 'array'. 2016-01-03 01:03:08 -08:00
Lóna Lore
73ab0ceac6 Fixed: comment nextprev, and replaced hardcoded strings with constants. 2016-01-01 14:25:03 +01:00
Lóna Lore
461aa1b913 Fixed: path to image, and replaced hardcoded string with constant. 2016-01-01 14:18:01 +01:00
Lóna Lore
64e1ce3cd3 Hide "Reply" button on comment items for anonymous users if "anon_post" is disabled. 2016-01-01 14:05:42 +01:00
Lóna Lore
832b70a9d6 Fixed: PHP Fatal error: Cannot redeclare class social_comment... when using e107::getComment()->getCommentData() method. 2015-12-31 14:03:03 +01:00
Lóna Lore
cc7aa55810 Align counter cols to center. 2015-12-18 14:21:00 +01:00
Lóna Lore
3b1a5909ba Align counter cols to center. 2015-12-18 14:10:51 +01:00
Lóna Lore
6c91b1a552 Fixed: proper params for post URLs. URLs always pointed to the last page of topic, but the post was not always there. 2015-12-18 11:09:33 +01:00
Lóna Lore
d93d27a0c2 Fixed: pagination won't show up, if forum topic has e.g 21 posts and the posts/page limit is set to 20. 2015-12-18 09:25:12 +01:00
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
SecretR
a4d6d8a881 Fix forum always override theme template 2015-12-16 15:24:22 +02:00
SecretR
f67127bfed Forum templates paths fix 2015-12-15 18:05:55 +02:00
SecretR
df7e69031c Fix forum reply JS dependency 2015-12-15 17:49:20 +02:00
Lóna Lore
f69013ec14 Forum post created: Append last inserted ID to data array for passing it to event callbacks. 2015-12-15 10:33:33 +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
Cameron
bc8e569896 Merge pull request #1272 from lonalore/master
Issue #6 Replaced hardcoded "ago" string with constant.
2015-12-12 14:01:56 -08:00
Lóna Lore
9a5bf51422 Removed hardcoded lan. 2015-12-12 22:55:10 +01:00
Lóna Lore
7564382da3 Bootstrap 3 style for comment form. Removed hardcoded lans. Use form API for inputs. 2015-12-12 17:36:24 +01:00
Lóna Lore
17505f3d78 Fixed: "ago" string is displayed twice. 2015-12-12 15:31:53 +01: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
3f35fb7485 Fixed: e107 is not defined in selectize.init.js 2015-12-10 20:35:22 +01: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
Cameron
72aa50b7d7 Merge pull request #1258 from lonalore/master
Issue #991
2015-12-03 14:29:25 -08:00
Lóna Lore
71155763ce Use name2id() to format field ids. 2015-12-03 09:10:51 +01:00
Lóna Lore
47837dce36 Fixed: Closing div tag. 2015-12-03 09:03:44 +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
b54b5bbe3d Fixed: TinyMce could fail while in maintenance mode. 2015-11-26 12:49:17 -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
a047757fef Fixes #1241, Fixes #1121 - Duplicate SEF warning added to news. 2015-11-22 09:00:08 -08:00
Cameron
cf6fab9443 Correct chapter form element width. 2015-11-20 17:10:10 -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
e5ea9d689d Fixes database upgrade routines for v2.0+. Fixes #1231 (tablet navigation). Adds extra DB fields for future use. 2015-11-18 20:22:18 -08:00
Tijn Kuyper
cbfc73176b #1238 - leftover span tag 2015-11-16 20:08:46 +01:00
Tijn Kuyper
cd3c2ca35d #1238 - menu manager visibility icon (needs code update and LAN) 2015-11-16 20:06:31 +01: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
78efae0cae Issue #6 Corrected some LANs 2015-11-12 15:07:50 -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
372a929c6e larger form elements 2015-11-05 11:53:31 -08:00