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

67 Commits

Author SHA1 Message Date
Cameron
5d18df638a Partial Fix for Issue #4959 - TODO: unchecked checkboxes are not posted. ie. not saved/updated. 2023-03-18 12:31:23 -07:00
Cameron
0d8f3e9086 PHPDoc fixes and code optimization. 2021-12-03 14:58:33 -08:00
Cameron
f055b49d91 PHP8 Plugin code cleanup 2021-01-21 09:38:38 -08:00
Cameron
09fb747374 Code cleanup 2020-12-05 14:13:18 -08:00
Cameron
b16d7605b6 Code cleanup. 2020-12-05 12:43:05 -08:00
Tijn Kuyper
fb727a0086
Closes #4046 - Add batch copy function to banner plugin 2019-12-16 17:58:48 +01:00
Tijn Kuyper
83fe2fa097
Banner plugin - code-cleanup (no functional changes)
Comment unused code
2019-11-27 15:54:47 +01:00
Tijn Kuyper
01adf399bb
Banner e_help to Admin UI 2019-10-26 15:59:05 +02:00
Cameron
9d2fcaf165 BC fix for banner image preview in admin area. 2019-06-06 07:43:40 -07:00
Cameron
0192d9f481 Removed old code. 2019-02-03 17:45:54 -08:00
Cameron
9b2772b7ac media-picker work. Issue #6 Removed '...' from LAN_SELECT and added manually where appropriate. 2018-07-25 12:29:52 -07:00
Cameron
0c7f40f164 Additional fix for banner admin language file. 2017-12-19 16:41:50 -08:00
Cameron
40fa389aa9 LAN fix for banner admin. 2017-12-19 16:27:28 -08:00
Cameron
098f386c19 Fix for banner image size in admin. 2016-12-19 14:22:45 -08:00
Cameron
c0df670c7b Banner now support external image urls. 2016-12-19 13:49:18 -08:00
Cameron
b9a331f15f Banner: Legacy image path fix. 2016-12-06 18:07:36 -08:00
MikeyGMT
6bd52f6443 Banner Generic Lans #6
Found BNRLAN_37 in another file
2016-12-05 22:59:53 +00:00
MikeyGMT
b9bce0a12b Enable Help in Banner Plugin
Enable Help in Banner admin area.
Make the default description for e107 Banner more accessibility
friendly. #275
2016-12-05 19:28:26 +00:00
MikeyGMT
0df6138eb7 Banner Menu Config
Banner Menu Config
2016-12-04 16:00:48 +00:00
MikeyGMT
022ceb9997 Banner Lans to Generic Terms #6
Replace duplicates with common terms in Banner Plugin.
Created this TODO term also LAN_DEFAULT_TABLE_DATA - for use in other
plugins too.
2016-12-02 10:33:29 +00:00
Cameron
638d670183 Fix for Banner insert issue when using PDO. Corrected display of MYSQL error messages when using PDO. 2016-05-29 11:00:37 -07:00
Cameron
09923ad54b Banner width may now be set on a per-menu basis. 2016-03-12 00:15:29 -08:00
Cameron
85f67aa084 Banner plugin may use keywords to display relevant banners on current news/pages. (exact match only, so use with caution) 2016-03-11 23:12:19 -08:00
Cameron
524bed7a17 Banner plugin enhancements. Text may be added below banner/images. 2016-03-11 10:27:40 -08:00
Cameron
c357a420cc Banner plugin: Added default banner item during installation. 2016-02-28 12:03:06 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
d0fccd540f e_menu.php introduced to replace legacy menu configuration file (config.php). See banner plugin for an example. 2016-01-12 15:44:54 -08:00
Cameron
5a6153db27 Fixed: When using TinyMce og:image tags were missing for images inserted into the news body. Banner plugin now has a tooltip/description field. Also supports longer URLs avoiding SQL errors. TinyMce upgraded to latest version. (v4.3.2) 2016-01-12 03:22:06 -08:00
Cameron
d5a891106a Removed 'required' from banner password field. 2015-07-22 14:10:55 -07:00
Cameron
f5ea27d637 Tweaks to the banner menu rendering. 2015-04-04 16:24:10 -07:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
5d78d673ad Fixes #871 - Banner plugin admin-area and menu rewritten. 2015-02-07 22:20:31 -08:00
Cameron
a78f6ae14e Language file cleanup continued. 2015-01-31 01:09:25 -08:00
Cameron
13c9e91e8d More language-file cleanup 2015-01-30 20:29:01 -08:00
Cameron
e279160039 Fixes #764 - banners menu now functional 2015-01-29 14:09:47 -08:00
Cameron
ac56b5ca10 More $admin_log global removal. 2014-10-23 11:12:13 -07: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
Moc
f949021f23 Minor notice fix (banner admin) 2013-05-25 17:02:00 +02:00
Cameron
063bf2b200 $frm->selectbox() renamed to $frm->select(); for consistency. 2013-04-25 17:29:46 -07:00
Moc
eaee4a6f43 Minor UI fix to banner admin 2013-03-26 13:08:12 +01:00
Moc
6d5fd535c8 Banner plugin admin LAN fixes 2013-03-26 13:02:28 +01:00
Moc
04096d2c9d Banner admin - code clean-up and notes 2013-03-17 12:41:15 +01:00
Cameron
8ae11ba079 Banner GUI fixes. 2013-03-16 21:20:39 -07:00
Moc
204fb65b4b Banner admin GUI fixes 2013-03-16 14:21:14 +01:00
Moc
26a5015174 Banner plugin - datepicker fixes, should be working now. 2013-03-16 13:39:18 +01:00
Moc
1c585e0e1e Banner plugin $frm->datepicker 2013-03-16 13:27:24 +01:00
Cameron
ac0ce7e98c Some banner plugin work. imagepicker() may now be customized in preview size. 2013-03-09 19:22:30 -08:00
Tijn Kuyper
2956a3dda8 Banner plugin - Major LAN rewrite, minor code fixes and clean-up 2013-03-03 15:42:56 +01:00