1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00

1832 Commits

Author SHA1 Message Date
Cameron
a6a28cb4e1 Auto-generated sub-links for news now using SEF URL 2013-12-19 22:50:40 -08:00
Cameron
62509f09fb Issue #435 - More Bootstrap 3 tweaks 2013-12-19 22:45:09 -08:00
Cameron
7874cd1060 Issue #435 - start of Bootstrap 3 core support. Enable by adding the following to your theme.php file:
define("BOOTSTRAP", 3);
define("FONTAWESOME", 4); // optional

e107::js("url", "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js");
e107::css('url', '//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css');
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"); // optional
2013-12-17 11:12:42 -08:00
Cameron
6e17a87a26 Fix - LAN support for newsfeed titles. 2013-12-06 23:23:36 -08:00
Cameron
698bcc4e7c Increase the width of some text fields in admin. 2013-11-22 17:18:20 -08:00
Cameron
305d7d2ec9 News List caption option added to v2 template (same as $NEWSLISTTITLE in v1.x) 2013-11-22 17:08:38 -08:00
Cameron
fdfb8ba1f3 Tweak of last commit 2013-11-21 19:41:29 -08:00
Cameron
37e1b95f75 Added title attribute to download image. 2013-11-21 15:50:51 -08:00
Cameron
5f6e76f97b Featurebox wasn't detecting smaller images requiring resizing. 2013-11-21 15:48:51 -08:00
Cameron
b0f717e416 Expanding Page-Navigation support added. (still a few glitches) 2013-11-20 17:44:06 -08:00
Cameron
287260ee03 Check the featurebox {SETIMAGE} value before using resize method. 2013-11-12 14:37:43 -08:00
Cameron
12d4513115 Fixed - Featurebox was ignoring {SETIMAGE} values. 2013-11-11 03:38:26 -08:00
Cameron
2d504efb7c More other-news tweaks 2013-11-03 22:39:19 -08:00
Cameron
4132b454ae Othernews and Othernews2 Menu templates updated. 2013-11-03 21:47:26 -08:00
Cameron
58435c2cc6 News template BC fixes and added news-list start and end templates. 2013-11-03 18:58:50 -08:00
Cameron
a0cd88dfe8 Fix for broken blog-calendar menu links 2013-11-03 03:12:54 -08:00
Cameron
388eb63316 Issue #427 - Newsfeed fixes. Admin entries were not updating. BC fixes for cached v1 data. 2013-11-02 01:58:14 -07:00
Cameron
cb29941bda Feature-box image-category fix and language-redirect fix. 2013-10-28 22:20:29 -07:00
Cameron
aed12d1ae5 Added media-category for Feature-box images 2013-10-28 21:54:27 -07:00
Cameron
af6174bf02 Added support for sitelink function parms. Added sitelink functions for Page books and book-chapters. 2013-10-28 21:30:24 -07:00
Cameron
7e61dda748 Fix for legacy download-template header and footer. 2013-10-27 13:27:08 -07:00
Cameron
c976d6a791 Fix for broken link when using {DOWNLOAD_LIST_IMAGEFULL=link} 2013-10-27 13:18:37 -07:00
Cameron
d39ed3455a Fixed: Download sort pref was breaking download-list sql query. 2013-10-27 12:37:38 -07:00
SecretR
6ae99f2bfd Applying missing commits 2013-10-16 18:13:21 +03:00
Cameron
c9b1d0f1a9 Gallery slider category fix 2013-10-09 15:48:19 -07:00
Cameron
58f4ecafc9 Fix for gallery-slider category preference 2013-10-09 15:40:17 -07:00
Cameron
54c0bbe4b6 Wordpress news import tweaks 2013-09-16 14:13:46 -07:00
Moc
6dd2738e0b Minor LAN correction 2013-09-16 13:22:01 +02:00
Moc
98688f5aea Updated forum e_notify to v2 standards 2013-09-16 13:11:12 +02:00
Moc
2042ecd473 Forum - created global, moved notify lan to global, added NAME/DESC LAN for plugin.xml 2013-09-16 12:57:42 +02:00
Moc
2176c625fb Minor code clean-up (notify LAN are now in global LAN) 2013-09-16 12:46:52 +02:00
Moc
db24f48c7c Moved calendar_menu notify LAN to Global 2013-09-16 12:46:02 +02:00
Moc
369304a81a Updated calendar_menu notify to v2 standards 2013-09-16 12:45:35 +02:00
Moc
c8824ee289 Moved Chatbox notify LAN to Global 2013-09-12 20:10:30 +02:00
Moc
496adc7571 Updated calendar_menu RSS feed to v2 standards 2013-09-12 19:55:15 +02:00
Cameron
39cd18bfb0 Another e_rss note added. 2013-09-11 11:45:10 -07:00
Cameron
64c50ea156 Added TODO note about new e_rss standard. See chatbox_menu/e_rss.php for an example of the v2 standard. 2013-09-11 11:43:09 -07:00
Moc
1973fce344 PM - fixed fatal error when peforming maintenance options (credits to AnaaR_Ka_JuiCe) 2013-08-31 17:11:34 +02:00
Cameron
1d310f5f31 Closes #427 - Newsfeed activation value was not being displayed correctly. 2013-08-24 07:58:16 -07:00
Cameron
ee6626ff94 Blog calendar fixes (urls etc.) 2013-07-23 07:14:18 -07:00
Moc
a669804a89 Fixes #376 - Poll cookie was not set 2013-07-15 13:31:49 +02:00
Cameron
576862f49e HTML fixes 2013-07-14 02:37:02 -07:00
Moc
c893ff4e05 Login menu - code cleanup, fix for shortcodes already loaded, v2 template path added 2013-07-13 00:05:48 +02:00
Cameron
63deda350d Glyph supported added to FAQs and Pages/Menus 2013-07-12 09:07:56 -07:00
Cameron
b36c39277a Issue #402 - Forum Icons template path. 2013-07-08 11:42:22 -07:00
Cameron
7ff76dfcb7 Fix for Private-message date 2013-07-08 10:41:33 -07:00
Cameron
e70b7d04b7 Fix: Display blog-calendar of current month, regardless of if posts exist 2013-07-08 10:41:16 -07:00
Cameron
62635ad6fb Possible fix for excessive forum post spam. 2013-07-08 10:41:09 -07:00
Moc
9f25edfcc2 #399 - possible fix for incompatibility with PHP 5.4+ 2013-07-08 18:56:42 +02:00
Moc
2920779907 Chatbox - chat.php code clean-up and UI fixes 2013-07-08 14:27:02 +02:00