1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

7474 Commits

Author SHA1 Message Date
Cameron
39aac804df Fix for corrupted page totals due to SEF URLs and shortened array keys. Requires more testing. BACKUP FIRST! 2016-01-21 13:36:02 -08:00
Cameron
1ac5a2af23 Hide useless elements from printing. 2016-01-17 16:52:00 -08:00
Cameron
b409047097 Fix for dark themes. 2016-01-17 16:31:53 -08:00
Cameron
8e4f2d663c Corrected/improved news print layout. 2016-01-17 16:25:28 -08:00
Cameron
26f7695a9c Merge pull request #1306 from tgtje/2016
amended LANs and issue #1177 17-01-2016 refreshed
2016-01-17 15:07:29 -08:00
tgtje
ceac1d73f0 reworked files (new defines; prev commit used existing defines) 1 comment line added for phpmin version 2016-01-17 23:43:36 +01:00
tgtje
9a9ba5ee4c amended LANs and issue #1177 17-01-2016 refreshed 2016-01-17 21:27:32 +01:00
Cameron
4b7d6bc0df Merge pull request #1302 from lonalore/master
Fixed: Issue #1288 - missing active class with active item in first l…
2016-01-16 14:46:02 -08:00
Cameron
42377b4b51 Disable SEF generation for unsupported languages. 2016-01-16 14:36:52 -08:00
Cameron
10b19cabd0 News userclasses reduced to a single class for consistency with the rest of the admin area. If you happen to still require this feature, add the following to your e107_config.php file: define('ADMINUI_NEWS_VISIBILITY_MULTIPLE', true); 2016-01-16 14:24:44 -08:00
Cameron
9c10594e50 modal on edit button when needed. 2016-01-16 13:16:40 -08:00
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
Lóna Lore
3e0f967088 Fixed: Issue #1288 - missing active class with active item in first level of navigation. 2016-01-15 09:42:52 +01: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