1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-02 02:07:52 +02:00

2274 Commits

Author SHA1 Message Date
Jimmi08
282322e322 Issue #1309. e_BASE."user.php" replaced with SEF URL. 2016-01-27 12:33:36 +01:00
Jimmi08
5750b91b91 Issue #1309. e_BASE."user.php" replaced with SEF URL. 2016-01-27 11:56:59 +01:00
Cameron
a16ae500bb Forum: code cleanup. BC Fixes for Breadcrumb. 2016-01-26 21:10:19 -08:00
Cameron
be309cd7b8 FAQs: SEF URL fixes. 2016-01-26 16:07:35 -08:00
Cameron
2c2d48b902 Issue #1270 - GUI Fixes. 2016-01-25 19:20:50 -08:00
Cameron
cf3ca653c0 Issue #1309. e_BASE."user.php" replaced with SEF URL. 2016-01-24 20:11:32 -08:00
Cameron
a00acf6319 TinyMce: Fixes an issue where additional line-breaks were being added when converting to HTML. 2016-01-24 20:08:47 -08:00
Cameron
46e748f9d0 Should correct an issue where "Everybody" could be named "Search Bots" in the default user classes after upgrade. 2016-01-21 16:22:57 -08:00
Cameron
d98d46f337 Log Plugin - Remove Page Entries : UI cleanup. 2016-01-21 14:50:43 -08:00
Cameron
23ea03f73d Log: Improved batch upgrade script. 2016-01-21 14:04:29 -08:00
Cameron
a611fedd96 Fix for multi-language domain key detection. 2016-01-21 14:01:28 -08:00
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
8e4f2d663c Corrected/improved news print layout. 2016-01-17 16:25:28 -08:00
tgtje
9a9ba5ee4c amended LANs and issue #1177 17-01-2016 refreshed 2016-01-17 21:27:32 +01: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
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
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
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
SecretR
d29949cbd3 PM send to class new shortcode parameter - visible (filter class list by class visibility) 2016-01-04 02:35:05 +02: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
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
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
Cameron
b54b5bbe3d Fixed: TinyMce could fail while in maintenance mode. 2015-11-26 12:49:17 -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
Tijn Kuyper
4baccf9a80 Fixes #930 - backticks in listQry of gallery plugin admin 2015-10-24 14:56:15 +02:00
Tijn Kuyper
efa345e8f2 Fixes #1130 - Hardcoded 'none' to LAN_NONE (#6) 2015-10-24 14:04:29 +02:00
Miroslav Yovchev
13ef309bda Private property called as a public one (alt_login::__construct) 2015-10-19 23:55:46 +03:00
Cameron
6ec85f5c0f Cleaned up stats logging class. Added options in admin area to rebuild monthly and all-time stats from raw Log files. Admin language file definitions were renamed to match v2.x standards. (was missing "LAN"). Frontend language-file correction pending. 2015-10-11 17:35:12 -07:00
Cameron
24939cec54 Plugin: Logstats - prevent broken array scenario. Allow e_footer.php to echo to browser when required. 2015-10-06 11:01:54 -07:00
Cameron
54402fe2b2 TinyMce upgraded to v4.2 and no-save issue corrected. Old files removed. 2015-09-29 12:11:15 -07:00
Cameron
e9732458ef TinyMce debugging 2015-09-29 11:13:55 -07:00
Cameron
eed61c0f05 Debug file added for TinyMce Issue http://www.tinymce.com/develop/bugtracker_view.php?id=7655 2015-09-29 10:54:56 -07:00
Cameron
163cba3858 Log Stats plugin - SEF Url fix, HTML formatting and styling. 2015-09-27 10:07:12 -07:00
Cameron
daf89ae3ea Fixes #499 - Stats were not saving correctly. 2015-09-25 11:43:28 -07:00
Cameron
4660c4384c Issue #499 'PageTotal' data was not saving correctly. 2015-09-24 15:29:51 -07:00
Cameron
cf093cc34e Issue #499 - Log stats inconsistencies. Corrected raw logs of page visits. 2015-09-24 10:47:32 -07:00
Cameron
8b8e7b690c Log counter shortcode fix when 'www.' is in the URL. 2015-09-23 18:19:06 -07:00