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

51 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
7f1a946562 Fixes #470 Download pagination template and SEF Urls. 2014-01-04 10:14:10 -08:00
Cameron
d34623a043 Issue #459 - some work on downloads pagination 2013-12-30 03:17:20 -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
7e61dda748 Fix for legacy download-template header and footer. 2013-10-27 13:27:08 -07:00
Cameron
d39ed3455a Fixed: Download sort pref was breaking download-list sql query. 2013-10-27 12:37:38 -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
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
SteveD
0558f43576 Issue #55 - don't show 'Everyone except...' class list where inappropriate 2013-03-03 11:32:28 +00:00
Cameron
43478aabfa Removed references to deprecated preset handler. 2013-02-25 17:45:19 -08:00
Cameron
a2ea0f7a83 Changed Tabs code to bootstrap instead of jquery-ui 2013-02-25 02:47:23 -08:00
Cameron
fc223feaf2 A little more icon cleanup 2012-12-04 04:11:00 -08:00
Cameron
97a0ada0cb Event hooks now allows for multiple form elements.
Also added $frm->renderHooks($data).
2012-11-30 20:47:26 -08:00
CaMer0n
f1cc288878 More work on admin->downloads. Now uses media-manager for images. 2012-04-20 07:28:53 +00:00
CaMer0n
982c1eda9b More downloads work 2011-11-26 23:06:02 +00:00
CaMer0n
132009bb33 adaptation of download-code to use core functions. 2011-11-26 06:27:10 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
0d73cb56a2 Bugtracker #4867 - recognise https:// files as external downloads 2009-12-05 09:49:02 +00:00
bugrain
f48fe93ff7 Fixed some language issues and link to copy upload to downloads 2009-12-03 00:22:25 +00:00
bugrain
bed15a72f2 Use 32px icons and fix link for news post for uploads 2009-11-28 20:46:04 +00:00
marj
1919629a98 reencode some files to UTF-8 2009-11-18 02:03:35 +00:00
bugrain
a3d0679217 Started to integrate upload options 2009-11-12 21:46:14 +00:00
secretr
7edd4ba390 admin UI - introducing textarea auto-height, bugfixes, e-column trigger overall fix 2009-11-09 16:54:30 +00:00
CaMer0n
b2986c3960 e_FILE.'public/' replaced with e_UPLOAD 2009-11-07 02:10:52 +00:00
CaMer0n
f689825d90 Notice removal 2009-09-21 21:56:09 +00:00
CaMer0n
ecf8281a4e Rss added to download plugin 2009-09-18 19:07:09 +00:00
CaMer0n
58b6ce1a3f Make /download.php work with the download plugin. 2009-09-17 20:38:20 +00:00
marj
9151ee491b change value to no-value when it has no value 2009-08-15 15:44:37 +00:00
bugrain
708f5780e3 Some updates to start making filter list code more generic 2009-08-15 01:00:38 +00:00
bugrain
3816e3ba55 Chnages to make batch processing common code reusable - moved setting up of drop down list to form handler, made JavaScript unobtrusive
First stab at a datepicker function for form handler - very basic
Some tidying up in download plugin
2009-08-14 23:22:38 +00:00
bugrain
6d87c01155 Basic no JavaScript support using CSS 2009-08-06 22:41:35 +00:00
bugrain
c539f13b36 Some more HTML validation fixes and CSS changes 2009-07-23 23:40:57 +00:00
bugrain
7fe24d4ca0 HTML validation fixes and CSS changes 2009-07-23 23:03:49 +00:00
CaMer0n
27c85b32f9 little more work on the drop-down batch menu. 2009-07-23 15:23:19 +00:00
CaMer0n
195465776a Added 'checkall' box at top of column - but suspect api needs adjustment 2009-07-21 16:05:11 +00:00
CaMer0n
2fcfdb4ddc Added non-function batch example + user_pref fix for column/field option. 2009-07-19 20:25:03 +00:00
bugrain
b88af17707 * Ajax based search filter (proof of concept)
* Other minor tweaks to layout
2009-07-18 19:04:04 +00:00
CaMer0n
9ab872b199 More icon cleanup, also reworked the $frm->thead function to automatically generate sorting-links based on a query-pattern. (ie. no need to enter urls into the field array) 2009-07-17 07:53:13 +00:00
CaMer0n
3e75e6352f Added new iconpicker where appropriate. Some fixes in replaceConstant() and css/layout tweaks in admin->downloads 2009-07-17 02:28:49 +00:00
bugrain
1c89ed5663 * Search form labels moved to language file
* Refined basic/advanced search show/hide - now uses CSS and JavaScript
* Some layout modifications to download list table and advanced search form
2009-07-16 23:07:31 +00:00
bugrain
84a6fc3a61 * Added basic/advanced search option to admin page (proof of concept work)
* Moved colum selection to drop down list
2009-07-15 23:28:46 +00:00
bugrain
257b6886e7 * A few bug fixes and some code re-org 2009-07-14 23:19:22 +00:00
CaMer0n
a3f846be42 Xhtml validation fixes 2009-06-24 22:19:27 +00:00
CaMer0n
cfbd2d6ac0 Minor visual interface changes. Comments added and plugin-category added to xml. 2009-06-24 22:04:38 +00:00
bugrain
8bb7c473b3 Added trigger hook support
Source file organisation
Some bug fixes
2009-05-03 21:16:15 +00:00