1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-12 18:50:37 +01:00

23 Commits

Author SHA1 Message Date
Cameron
c98a403bf5 LAN Fixes and notice removal. 2015-07-02 14:15:17 -07:00
MikeyGMT
dd14399829 Duplicate LANS in Upload and Download
Duplicate LANS in Upload and Download
2015-07-02 18:46:36 +01:00
Cameron
2fef44272e Downloads plugin language file cleanup 2015-01-22 22:05:25 -08:00
Cameron
3be205eb0f Fixes #589 - Legacy Download Template List captions. 2014-05-22 15:23:02 -07: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
47c546c2fb Added keyword tags to downloads. 2014-02-04 09:22:15 -08:00
Cameron
d34623a043 Issue #459 - some work on downloads pagination 2013-12-30 03:17:20 -08:00
Cameron
d54908e574 Download plugin Boostrap3 styling fixes 2013-12-24 02:45:40 -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
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
Cameron
66eb7c1be7 Button styling updated to Bootstrap 'btn' 2013-04-26 13:48:23 -07:00
Tijn Kuyper
9f3f37f3a1 GUI and backwards compatibility fixes 2012-12-22 11:42:16 +01:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
ee3d65bb2f reencode some files to UTF-8 2009-11-17 13:27:14 +00:00
e107steved
e8d317610e XHTML Compliance 2009-10-04 19:28:28 +00:00
bugrain
13752f1c45 * Tablerender title is now breadcrumb trail
* Added shortcodes for previously hard coded stuff and updated template
* Converted shortcodes to shortcode class - real PHP, yay!
* Removed 'renderplain' option - nothing else worked like this
* admin: first cut of the new maintenance options
* admin: started item filter form (unfinished by a long way)
* admim: removed a lot of inline css classes/styles in preperation for the new admin way of doing things
* Start of code tidy up, including creation of some handler classes
* Fixed some bugs found along the way
2009-02-11 21:41:54 +00:00
bugrain
9d1f56b191 Added download_template.php (copied from core) 2009-01-14 23:43:36 +00:00