1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-12 02:26:21 +02:00
Commit Graph

101 Commits

Author SHA1 Message Date
5cf54d07d2 Basic per-item search engine robots handling added to News and Pages. 2019-12-02 13:32:21 -08:00
b45b25bad1 Fixes #3917 - Add missing chapter meta keywords (pages/menus) 2019-09-17 14:45:38 +02:00
4465182852 More meta keyword fixes. 2019-07-05 15:12:39 -07:00
2fd5238172 Page breadcrumbs added to Magic Shortcode {---BREADCRUMB---} 2019-06-15 10:12:00 -07:00
3d9ed2b040 Theme layout (Visibility Filter) detection enhanced. Help information improved. 2019-04-06 12:11:05 -07:00
88ab2c9188 Fixes #3766 {CHAPTER_IMAGE} was not functioning in listPages area. 2019-04-03 11:48:05 -07:00
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
c398d9cc34 Issue #3571 Custom cpage render mode not being respected. 2018-12-16 10:56:00 -08:00
83622aece3 PHP 7 Fix. 2018-02-03 10:34:18 -08:00
626c052738 Page meta-description is now available as 'title' in tablestyle info array. 2017-11-01 19:24:01 -07:00
d2444af931 Fix for missing subject on page comments. 2017-10-10 15:18:53 -07:00
dfb8435d58 Page: Breadcrumb fix for generated chapters lists when using default URLs. (not SEF) 2017-10-03 12:51:20 -07:00
af17dffcaa More Duplicate LANS #6 LAN_NONE LAN_SUBMIT
More Duplicate LANS #6 LAN_NONE LAN_SUBMIT
2017-02-10 22:34:17 +00:00
2cb6de6666 New Events: user_page_item_viewed, user_comment_deleted
News Comment Count now moving up/down accordingly.
2016-12-22 10:00:37 -08:00
210abeaba0 Removed old bootstrap-editable folder. Added experimental front-end inline editing for shortcodes. 2016-05-28 19:03:08 -07:00
46b2518e82 Fixes #1186 - Added edit button for custom pages. Improved debugging of shortcodes and shortcode wrappers. 2016-04-02 10:51:18 -07:00
881adeeeda Added more missing data from page vars. Precaution for if mb_convert_encoding() is missing. TinyMce member template added. 2016-02-29 22:01:58 -08:00
0898cc272e Fix for page_chapter SEFs on fresh install. Increase frontend modal width. Add missing page data to page shortcode vars. 2016-02-29 20:22:14 -08:00
8c0680a18a Corrected frontend modal markup. Corrected page registry identifier. 2016-02-28 20:50:09 -08:00
7b12fdfb00 Issue #6 Replace LAN_nnn with LAN_INCORRECT_PASSWORD
Issue #6 Replace LAN_nnn with LAN_INCORRECT_PASSWORD
2016-02-24 17:43:38 +00:00
fb609aaab6 PDO Install enabled. PHP Notice fixes. 2016-02-12 19:28:35 -08:00
fc1dfdaae8 Fixes #1311 - tablestyle() $style was not available in single page view. 2016-02-09 19:13:25 -08:00
a74bc7e0d9 Proper parsing of BOOK SC in List Chapters
Book shortcodes doesn't get parsed in template-start and template-end portion of List Chapters template, which seems unreasonable.
2016-02-01 23:13:45 +02:00
0182c92517 Issue #1281 Include og:image meta for Page-Body content. 2016-01-27 12:05:15 -08:00
c305bd308f Fixing BOOK_DESCRIPTION sc not returning proper value on Chapters list due missing field in the db query 2016-01-25 14:29:28 +02:00
4bef86fb87 Include associated menu image in page meta. 2015-11-22 13:04:21 -08:00
ea79550e83 Duplicate LANs Replaced with Common Phrases - Page & Menus
LANS found on PAGE and MENU replaced with common terms - plus other odd
instances of same terms.
2015-07-02 14:33:04 +01:00
93d3a35153 Multi-language for Custom Pages 2015-06-19 11:26:01 +03:00
572d66e77a Fixed password-protected pages. 2015-02-07 01:45:36 -08:00
7b1368b276 Issue #91 - 404 headers on missing pages. 2015-02-05 20:25:28 -08:00
3237417b85 Display chapter breadcrumb in default page template when appropriate. 2015-01-10 16:13:32 -08:00
642bbed71d Fixed #705 - default list view doesn't show chapters/pages list; number of improvements - render mods, broken views 2014-07-24 16:50:56 +03:00
32afe1f2a0 Fix custom page batch data overridden by custom menu (when menu is rendered before the page) 2014-07-10 13:36:58 +03:00
f9f6197cad Page cache never used 2014-07-10 13:15:19 +03:00
965631d370 Closes #700 - double html parser call breaking HTML 2014-07-09 17:55:57 +03:00
7eff43d8dc Closes #692 - page title, chapter/page list SEO 2014-07-09 16:42:24 +03:00
0227c86fe6 Issue #692 - missing page title (thanks @Jimmi08) 2014-07-09 16:17:53 +03:00
b6163e25e9 Fix default table value for page_class and menu_class. Correct pageList query. 2014-06-28 00:13:38 -07:00
3faf3050d7 Independent menu_class added to custom pages/menus. 2014-06-28 00:08:35 -07:00
b19d383e0d Fixed: {CPAGEMENU} could return the incorrect Menu under some conditions. 2014-06-16 18:21:51 -07:00
31e29bb892 Custom Page fixes and page breadcrumbs 2014-06-13 19:00:51 -07:00
559bac78a5 Corrected duplicate tablerender-mode issue. 2014-06-13 04:41:45 -07:00
8bb72d1d4c Fixes #594 - cpage_shortcodes notice. Also resolves long-standing conflict between page.php and other scripts using the same cpage shortcodes. These changes will require much testing. Added new chapter menu. (useful for menus on the Home page that link to chapters) 2014-06-13 03:40:28 -07:00
39ef038062 Added visibility option to page books/chapters. 2014-02-08 16:57:34 -08:00
dc2494ad30 Book and Chapter shortcodes now function on the Page template. 2014-01-15 07:02:10 -08:00
c567fd265b Bootstrap3 styling fixes and some removal of deprecated save_prefs() usage. 2014-01-15 02:56:39 -08:00
7bebfc1901 New SEF-URL for book/chapter/page (a few bugs remain) 2014-01-10 18:27:42 -08:00
a790848bdb Book and Chapter SEF Url support added. 2014-01-04 10:14:38 -08:00
3a15c026f6 Fix for default page navigation 2013-12-21 21:53:38 -08:00
590add3c4a List pages by chapter may now include the chapter title and chapter description. 2013-12-19 22:46:24 -08:00