1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-18 00:06:26 +02:00
Commit Graph

1156 Commits

Author SHA1 Message Date
Serios
48ace09e61 Fixing http_build_query causing return of &amp
Fixing http_build_query function causing return of &amp instead of & on some servers when using {MENU: xxxxx} with parameters, thus breaking parameters passing to the menu.

Eg. {MENU: path=news/latestnews&test1=true&test2=false&test3=44}
Will return call the menu with test1=true&test2=false&test3=44 instead of est1=true&test2=false&test3=44
 causing only the first parameter key passed, to be valid
2016-02-26 00:48:17 +02:00
Cameron
4960859935 Minor GUI fix to userposts. 2016-02-25 12:54:30 -08:00
MikeyGMT
7fba9bd190 Issue #6 Replace LAN_nnn with LAN_SHOW
Issue #6 Replace LAN_nnn with LAN_SHOW
2016-02-24 15:46:23 +00:00
Cameron
7376e8e40e Notice removal. 2016-02-17 11:33:00 -08:00
Cameron
7bc78d6971 Default Modal on frontend when Bootstrap in use. 2016-02-16 10:12:45 -08:00
Cameron
1e9da76395 Forum: PHP7 parser fix. 2016-02-15 19:59:47 -08:00
Cameron
b402a12ec7 More deprecated function/method cleanup. 2016-02-15 01:07:34 -08:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
a469b7ca6e Deprecated function cleanup 2016-02-15 00:14:45 -08:00
Cameron
4e8412b16c Issue #1287 - PHP7 and SSL fixes. 2016-02-14 19:00:12 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
3786274edc Legacy theme navigation path fixes. 2016-02-13 11:03:36 -08:00
Cameron
fb609aaab6 PDO Install enabled. PHP Notice fixes. 2016-02-12 19:28:35 -08:00
Cameron
ad0bc1376d Issue #1349 MySQL class fixes and install.php corrections. 2016-02-11 20:57:30 -08:00
Cameron
fee3764dff Fixes #1344 - ejs_preload legacy javascript removed. Replaced with e107::link($attributes); for adding 'prefetch' and other <link> tags to the head. 2016-02-09 15:57:07 -08:00
Cameron
bd57c0109c Experimental parser method added: thumbSrcSet(); 2016-02-08 21:33:55 -08:00
Cameron
cff27bf17a Issue #1298 Forum Query Fix and general cleanup. News Image Dimensions added where possible. 2016-02-07 22:25:12 -08:00
Cameron
8660d2d890 Include width/height attributes in img tags with cropped thumbnails. 2016-02-07 13:28:55 -08:00
Cameron
3074814d42 Use https for Youtube links. 2016-02-07 12:54:03 -08:00
Cameron
30b288c338 Corrected default prefs 2016-02-06 20:05:55 -08:00
Cameron
0e2c7ad2e7 Fixed: Latest News Menu was not using {SETIMAGE} value. 2016-02-06 18:33:35 -08:00
Cameron
729d65407a Debug alert added for misconfigured theme.php files. 2016-02-05 21:09:06 -08:00
Cameron
0c3125a11e Issue #1257 More work on SEF Thumb URLs. 2016-02-04 11:40:15 -08:00
Cameron
3279283b6c Search Fixes, Forum Search fixes. 2016-02-02 14:28:59 -08:00
Cameron
d159763747 Search Fixes. Forum search upgraded to v2.x spec. 2016-02-01 20:29:46 -08:00
Cameron
a31602108b HTML5 Validation fixes. 2016-01-30 18:39:01 -08:00
Cameron
cf3ca653c0 Issue #1309. e_BASE."user.php" replaced with SEF URL. 2016-01-24 20:11:32 -08:00
Cameron
1ac5a2af23 Hide useless elements from printing. 2016-01-17 16:52:00 -08:00
Cameron
8e4f2d663c Corrected/improved news print layout. 2016-01-17 16:25:28 -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
7a564f639d Fixes #1290, Fixes #1279 Forum backward compatibility issues. 2016-01-13 18:09:47 -08: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
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
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
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
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
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
47837dce36 Fixed: Closing div tag. 2015-12-03 09:03:44 +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
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
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
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
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
04f61dae08 {NEWS_CHAPTER_SEF} added to shortcodes. May be used to set category-specific CSS identifier in template. 2015-10-02 16:23:39 -07:00
Cameron
4cf91d0627 Fix for default alert style. 2015-09-21 14:59:37 -07:00