1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-16 04:24:42 +01:00

7412 Commits

Author SHA1 Message Date
Cameron
71fff6e8d2 AdminUI: Simple SEF generation option added. Usage: writeParms='sef=sourceField'. eg. writeParms='sef=news_title'. 2016-01-16 11:56:26 -08:00
Cameron
42efabc505 Fix: SEF-URL generation - check added to avoid "---" 2016-01-15 16:45:22 -08:00
SecretR
0ec4a37bcb Merge branch 'master' of github.com:e107inc/e107 2016-01-15 13:50:50 +02:00
SecretR
a609a899cc A proper handling of RFC3986 network-path references 2016-01-15 13:50:41 +02:00
Cameron
169faeee04 Fix for corrupted date formats during SEF Url creation. 2016-01-15 01:30:59 -08:00
Cameron
f9936a98ed Merge pull request #1301 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-01-14 12:36:01 -08:00
Cameron
051a8ace36 Fixed: AdminUI - datestamp time was being reset to 12am on submit when writeParms was an array instead of a query string. ie. array('type'=>'datetime') vs 'type=datetime'. 2016-01-14 09:52:42 -08:00
Cameron
60be9aa37f e107 News Infopanel now includes latest plugins/themes. Online panel now displays user language when multi-language tables are in use. 2016-01-14 08:28:17 -08:00
The Gitter Badger
a091e2e4d3 Add Gitter badge 2016-01-14 04:05:00 +00:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
d51b3013f3 Merge pull request #1300 from Jimmi08/master
Fixes #1294 - Newsfeed plugin wasn't working on frontend.
2016-01-13 18:17:10 -08:00
Cameron
6a07078cfc Backward Compatibility CSS. 2016-01-13 18:09:49 -08:00
Cameron
7a564f639d Fixes #1290, Fixes #1279 Forum backward compatibility issues. 2016-01-13 18:09:47 -08:00
Jimmi08
119eeb83f0 e_frontpage.php - doesn't work for newsfeed plugin 2016-01-13 23:44:52 +01:00
Cameron
d396bf8dc9 Merge pull request #1275 from lonalore/master
A few minor fixes and corrections...
2016-01-13 13:59:53 -08:00
Cameron
82d4a5583a SEF Generate button added to newpost area. Can now generate and edit prior to saving. 2016-01-13 01:31:12 -08:00
Cameron
896d1f4345 Tinymce downgraded until styling corrected. Banner tweaks and deprecated config.php file added. 2016-01-12 17:11:06 -08:00
Cameron
d0fccd540f e_menu.php introduced to replace legacy menu configuration file (config.php). See banner plugin for an example. 2016-01-12 15:44:54 -08:00
Cameron
5a6153db27 Fixed: When using TinyMce og:image tags were missing for images inserted into the news body. Banner plugin now has a tooltip/description field. Also supports longer URLs avoiding SQL errors. TinyMce upgraded to latest version. (v4.3.2) 2016-01-12 03:22:06 -08:00
Cameron
b1c2e030d5 Default image resize pref is now used correctly by TinyMce media-manager. Image captions may now be added to inline images. TinyMce media-manager 'cancel' button is working again. 2016-01-11 20:53:05 -08:00
Lóna Lore
78d9b5da77 Use e_IMAGE_ABS instead of e_IMAGE. 2016-01-07 08:03:42 +01:00
Lóna Lore
7516ad880f Fixed: Issue #1289 - menu manager - e107 is not defined. 2016-01-06 16:52:10 +01:00
Cameron
39cee385f7 Allow any constants passed to also be hooked, modified etc. 2016-01-04 23:10:58 -08:00
SecretR
d29949cbd3 PM send to class new shortcode parameter - visible (filter class list by class visibility) 2016-01-04 02:35:05 +02:00
SecretR
24ed9ac3f8 User class list now rendered as expected 2016-01-04 02:30:59 +02:00
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