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

170 Commits

Author SHA1 Message Date
Jimmi08
4b0192c0d0 Fix for not listing subcategories download plugin
Not listing subcategories when you don't have them on main page
(unchecked in preferencies)
Found while working on #479.  Related with  #566. Probably only mistake.
2014-05-18 10:33:50 +02:00
Cameron
ef4ced985a Fix for broken download links when using SEF Urls. Cleaned up next/prev template. {GLYPH} now uses 2.x format. eg {GLYPH: type=download&size=2x} 2014-02-07 17:57:06 -08:00
Cameron
f3ae51e037 Added 'btn-default' to button for Bootstrap3 compatibility. 2014-02-07 07:33:33 -08:00
Cameron
f96f755318 Deprecated function include_lan() cleanup. Replaced with e107::lan(); 2014-02-07 07:03:05 -08:00
Cameron
47c546c2fb Added keyword tags to downloads. 2014-02-04 09:22:15 -08:00
Cameron
4dde3652ad Set all download images to img-responsive 2014-01-30 03:22:59 -08:00
Cameron
56b7bdc42b Removed old icons. If you find broken image paths, please post an issue about it. 2014-01-21 06:40:46 -08:00
Cameron
72a5fadbbd SEF Url Fix for searched results 2014-01-21 05:21:33 -08:00
Cameron
edb2ec9249 Download search added and updated to v2 spec. 2014-01-21 05:16:05 -08:00
Cameron
e323418ab2 Fix for Icon paths. 2014-01-15 04:02:05 -08:00
Cameron
39e3a1b021 Download search template fix. 2014-01-05 11:26:19 -08:00
Cameron
7f1a946562 Fixes #470 Download pagination template and SEF Urls. 2014-01-04 10:14:10 -08:00
Cameron
470b043739 Fixes #466 Download Category Icons path. 2013-12-30 03:56:27 -08:00
Cameron
d34623a043 Issue #459 - some work on downloads pagination 2013-12-30 03:17:20 -08:00
Cameron
c7552fbcc9 Download breadcrumb now uses SEF URLs 2013-12-25 01:59:00 -08:00
Cameron
d54908e574 Download plugin Boostrap3 styling fixes 2013-12-24 02:45:40 -08:00
Cameron
86be4773f4 Initial work on Download SEF Urls 2013-12-24 02:33:14 -08:00
Cameron
c3e93fb34d Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec. 2013-12-21 06:23:22 -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
37e1b95f75 Added title attribute to download image. 2013-11-21 15:50:51 -08: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
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
Cameron
ea493115b3 Download plugin template and gui fixes. 2013-06-26 02:02:35 -07:00
Cameron
38ffec3772 Download template fixes. 2013-06-25 16:03:00 -07:00
Cameron
709c1a80a6 Download plugin clean-up mostly complete. (cache still needs to be done) 2013-06-23 19:06:46 -07:00
Cameron
2b27fc6ad6 More work on the download plugin. 2013-06-23 03:46:27 -07:00
Cameron
fd5fbf6718 Download plugin cleanup and template upgrade. (Work in progress) 2013-06-22 18:24:43 -07:00
Cameron
4dc39f1b55 Bootstrap styling of template. 2013-06-21 01:26:55 -07:00
Moc
84b408073e Added log functionality to failed download requests 2013-06-15 14:04:04 +02:00
Moc
8ea6ceca60 #370 - 'File not found' error on download, possible fix. 2013-06-13 15:21:23 +02:00
Moc
ff2c2e5c6d #220 - First batch of forum LAN rewrite: forum, viewforum, viewtopic and post are done. Work in progress! (#6) 2013-06-12 21:38:26 +02:00
Moc
2d8ba837af #370 - added some more debug on other places 2013-06-03 00:41:40 +02:00
Moc
b03bd30b67 #370 - Added some debug info which may help 2013-06-03 00:26:08 +02:00
Moc
72d9855d2c #356 - Dowloads issue 'File not found'. Replaced $DOWNLOADS_DIRECTORY with e_DOWNLOAD. 2013-05-30 11:18:43 +02:00
Moc
93a30ead61 Typo in download request.php: ee_UPLOAD -> e_UPLOAD 2013-05-30 00:32:14 +02:00
Moc
f981711350 More notice fixes 2013-05-24 18:40:29 +02:00
Moc
5034dc0e49 Download request.php - LAN fix and code cleanup 2013-05-20 15:36:08 +02:00
SecretR
00ad4d35f5 Fixed #128: Download Plugin - can't activate "limits"; minor additional
cleanup
2013-04-27 14:45:47 +03:00
Cameron
66eb7c1be7 Button styling updated to Bootstrap 'btn' 2013-04-26 13:48:23 -07:00
Cameron
063bf2b200 $frm->selectbox() renamed to $frm->select(); for consistency. 2013-04-25 17:29:46 -07:00
Moc
2074ef8f37 Code clean-up (globals, $e107->, headers, $sql) 2013-03-25 18:48:48 +01:00
Cameron
0ebbb7f15f Minor Download template fix. 2013-03-24 03:02:31 -07:00
Moc
b76c06db45 Minor UI fix to Downloads plugin 2013-03-07 13:24:48 +01:00
Moc
4aae3fece8 Fixes #65 - Downloads sitelink 2013-03-07 13:17:24 +01:00
Cameron
f666d18f6c Modal Window and TinyMce Fixes. 2013-03-04 22:59:03 -08:00
SteveD
0558f43576 Issue #55 - don't show 'Everyone except...' class list where inappropriate 2013-03-03 11:32:28 +00:00
Tijn Kuyper
adc98596c2 Various clean-up (#6, #125, 90). Removal of message and form handler. Headers updated. 2013-02-27 17:18:33 +01:00
Cameron
fdf78c92a4 Issue #73 Deprecated admin_handlers.php file. 2013-02-26 17:17:31 -08:00