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

72 Commits

Author SHA1 Message Date
Cameron
7b1368b276 Issue #91 - 404 headers on missing pages. 2015-02-05 20:25:28 -08:00
Cameron
3237417b85 Display chapter breadcrumb in default page template when appropriate. 2015-01-10 16:13:32 -08:00
SecretR
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
SecretR
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
SecretR
f9f6197cad Page cache never used 2014-07-10 13:15:19 +03:00
SecretR
965631d370 Closes #700 - double html parser call breaking HTML 2014-07-09 17:55:57 +03:00
SecretR
7eff43d8dc Closes #692 - page title, chapter/page list SEO 2014-07-09 16:42:24 +03:00
SecretR
0227c86fe6 Issue #692 - missing page title (thanks @Jimmi08) 2014-07-09 16:17:53 +03:00
Cameron
b6163e25e9 Fix default table value for page_class and menu_class. Correct pageList query. 2014-06-28 00:13:38 -07:00
Cameron
3faf3050d7 Independent menu_class added to custom pages/menus. 2014-06-28 00:08:35 -07:00
Cameron
b19d383e0d Fixed: {CPAGEMENU} could return the incorrect Menu under some conditions. 2014-06-16 18:21:51 -07:00
Cameron
31e29bb892 Custom Page fixes and page breadcrumbs 2014-06-13 19:00:51 -07:00
Cameron
559bac78a5 Corrected duplicate tablerender-mode issue. 2014-06-13 04:41:45 -07:00
Cameron
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
Cameron
39ef038062 Added visibility option to page books/chapters. 2014-02-08 16:57:34 -08:00
Cameron
dc2494ad30 Book and Chapter shortcodes now function on the Page template. 2014-01-15 07:02:10 -08:00
Cameron
c567fd265b Bootstrap3 styling fixes and some removal of deprecated save_prefs() usage. 2014-01-15 02:56:39 -08:00
Cameron
7bebfc1901 New SEF-URL for book/chapter/page (a few bugs remain) 2014-01-10 18:27:42 -08:00
Cameron
a790848bdb Book and Chapter SEF Url support added. 2014-01-04 10:14:38 -08:00
Cameron
3a15c026f6 Fix for default page navigation 2013-12-21 21:53:38 -08:00
Cameron
590add3c4a List pages by chapter may now include the chapter title and chapter description. 2013-12-19 22:46:24 -08:00
SecretR
0f7c5b0a50 Fix core merge template arrays issue (fixes page templates issue as well) 2013-10-16 18:46:41 +03:00
Cameron
ddbbfef54f Fix for font-awesome overlay issue. Renamed glyph() as toGlyph() for consistency. 2013-07-12 13:52:39 -07:00
Cameron
63deda350d Glyph supported added to FAQs and Pages/Menus 2013-07-12 09:07:56 -07:00
Cameron
9003229ab4 Issue #383 Page template fix. 2013-06-06 15:32:28 -07:00
Cameron
7c80fc6aad Page template corrections in bootstrap. 2013-06-01 14:03:18 -07:00
Cameron
7d505b8629 Book listing template added. 2013-05-30 14:16:49 -07:00
Cameron
7b88d1cb6d Pages/Menus: each book/chapter now has it's own template. 2013-05-29 23:00:55 -07:00
Cameron
19b616dae4 Page templates for listPages and listChapters 2013-05-29 19:37:06 -07:00
Cameron
ce939d1fff Support for {e_PAGETITLE} usage in $HEADER. 2013-05-29 01:42:35 -07:00
Cameron
7d6688d760 Page support for single page with anchor navigation. 2013-05-29 01:29:53 -07:00
Moc
6c834c236b Quick-fix for not showing chapters when page listing is turned off. 2013-04-28 16:25:48 +02:00
Cameron
c7bf05b06f Deprecate noTableRender from template files - send template name to tablerender() $mode instead for less confusion and consistent logic. 2013-04-14 17:08:38 -07:00
SecretR
17d75e6f55 Page navigation visibility issues, format meta information (page view) 2013-04-02 09:29:11 +03:00
Cameron
94d10083ba Default page.php footer was not displaying when no items found. 2013-03-19 20:44:46 -07:00
Cameron
d32715dcef Rename page_theme to menu_name 2013-03-09 14:53:01 -08:00
SecretR
cd2fbaa3d6 Smarter page navigation menu 2013-02-14 15:37:59 +02:00
Cameron
26cced27c5 Private Message GUI fixes. 2013-02-06 00:20:11 -08:00
Cameron
b0ccd5eea8 Use 'cpage' mode for all tablerender(). 2013-02-01 19:05:45 -08:00
Cameron
405f488f31 Fixed conflict between page shortcodes and page plugin shortcodes. Book and Chapter listings improved and page_navigation_menu improved. 2013-02-01 18:00:53 -08:00
CaMer0n
f2c7bad663 Updated FAQs plugin to use the right shortcode methods. 2012-11-02 00:23:59 +00:00
CaMer0n
499d29a4da a basic fix for the Page-List page. (ie. no url query) to display books/chapters. Also removed old avatar holder. 2012-10-24 22:02:18 +00:00
CaMer0n
19bc261d46 Broken links fix for nextprev on pages where magicquotes is enabled. 2012-07-21 05:07:21 +00:00
CaMer0n
47b178df89 Custom-Page auto-resize working. Pagination still has an issue. 2012-07-09 01:54:43 +00:00
CaMer0n
ed28dc0808 Rating system re-work and cleanup. 2012-05-27 10:42:16 +00:00
secretr
d5dc6bfe05 - Custom Pages: new fields for SEF string and meta data, admin validation and data control, front-end SEO (meta data), additional 'safe' URL config (for migrated installs); some new useful helper methods;
- More typography and layout control: new class based paragraph, heading, nobr, br and block bbcodes (awaiting new icons) 
- Overall improvements and stability fixes
2011-12-09 02:08:04 +00:00
secretr
97b577db43 - Custom Pages front-end almost completely rewritten, backend fixes, SEF URL support, introducing page batch shortcodes and templates (available per page), compatibility stylesheet added (core css and jayya theme), tagwords plugin links proper to new pages URLs;
- Large number of system stability fixes and obsolete code replacement
2011-12-07 21:07:21 +00:00
e107steved
4befadac10 Bugtracker #5046 - handle display of multi-page docs generated with TinyMCE 2010-09-16 13:05:11 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
0048078c6e Some code cleanup. auto-redirection to previous admin page if log back in within 5 mins. 2009-11-22 14:10:09 +00:00