1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 01:00:20 +02:00

341 Commits

Author SHA1 Message Date
Lóna Lore
3db8afc8d9 Issue #6: Remove and optimize (hardcoded) LANS 2015-05-01 15:55:13 +02:00
Lóna Lore
f48ca466e9 Issue #6: Remove and optimize (hardcoded) LANS 2015-05-01 12:46:46 +02:00
Cameron
4a4e2447a1 Fixes #905 and other PHP notices. 2015-04-17 11:46:47 -07:00
Cameron
270c1e21a2 Fix for Youtube browser says 'no results' by default. 2015-04-14 10:31:21 -07:00
Cameron
f253d00560 TinyMce4 fixes. Video and Glyph plugins working again. Editor toggle button working. And embedded video thumbnail workaround added. 2015-04-02 02:49:19 -07:00
Cameron
7c602253be Youtube browser now supports searching by video and playlist ids. eg. video:_j0b9syAuIk 2015-03-31 14:48:07 -07:00
Cameron
f57b6d2903 BC Fix for media-manager paths using the old {e_MEDIA} variable with the [img] bbcode. 2015-02-22 17:41:55 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
cd5d5039c2 Fixes #619 - Media-Import : Non-ascii characters will be replaced in the filename to avoid possible server file issues. 2015-02-03 12:57:35 -08:00
Cameron
7cf55a9d9c Fixes #853 - Admin-UI custom queries 2015-02-02 11:59:17 -08:00
Cameron
ee1623e747 Html5 validation fixes. Admin SiteLinks for admin-ui now using $frm->url(); for URLs. 2015-02-01 17:28:38 -08:00
Cameron
86c1bd3353 Removed TinyMce from every page load. e_footer.php introduced and e107::wysiwyg() toggle method. 2015-01-29 11:26:56 -08:00
Cameron
eca5c13af9 Allow editing of media-path in media manager. 2014-11-22 16:35:45 -08:00
Cameron
d9caa009d4 Admin-UI: Added inline editing option for type=language 2014-11-19 13:03:30 -08:00
Cameron
ac56b5ca10 More $admin_log global removal. 2014-10-23 11:12:13 -07:00
Cameron
557e0111a5 Added a pref to make youtube bbcodes responsive. (ie. behave like media-manager youtube videos) 2014-10-22 17:59:15 -07:00
Cameron
dc4a6c938f Fixes #780 - Media Manager category insert issue when greater than 10. 2014-10-14 15:35:53 -07:00
Cameron
38a583f429 issue #780 - debug info added. 2014-10-14 13:03:58 -07:00
Cameron
bc1356537a Fixes #763 - media manager category insert error. 2014-10-04 10:33:56 -07:00
Cameron
04afb156ae Issue #434 - TinyMce Video and Glyph insert issue. 2014-05-31 23:15:26 -07:00
Cameron
a2235cfd39 Media-Manager Youtube video default prefs added. 2014-03-12 14:09:48 -07:00
Cameron
809ee650ac Fix for glyph icon preview. Custom Menu automatically adds a SEF URL if missing. 2014-02-06 07:29:02 -08:00
Cameron
3b54047253 Preference added for thumbnail quality generated by thumb.php. Can have a dramatic effect on page-load times/performance. 2014-02-05 09:43:10 -08:00
Cameron
e9a5fd4b98 More fields with inline editing enabled. 2014-02-01 09:37:15 -08:00
Cameron
07950a1af2 More media-manager bbcode fixes. 2014-01-23 17:23:38 -08:00
Cameron
d2d58451cf Fix for media-browser carousel issue. Fix for bbcode Youtube insert. Added [video] bbcode. 2014-01-23 15:56:53 -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
58d2aa8ad3 GUI Glyph fixes and Bbcode button styling fixes. 2014-01-17 06:49:55 -08:00
Cameron
4081d7936b Use Font-Awesome4 for all Glyphs. 2014-01-16 02:42:26 -08:00
Cameron
1370a8fbec Added custom search placeholder to media-manager browser. Fix for glyph colors on light admin theme. 2014-01-11 08:39:22 -08:00
Cameron
dc542c58d8 Media-Manager fixes and enhancements. Glyphs are now searchable. 2014-01-09 04:42:13 -08:00
Cameron
3688924e42 Media-Manager Youtube browser added. 2014-01-08 15:51:14 -08:00
Cameron
2f50b43529 Added remote-url import to Media-Manager dialog 2013-11-06 16:36:48 -08:00
Cameron
4f470bde4c Added import from URL to Media-Manager. 2013-11-06 16:07:58 -08:00
Cameron
f1ad895101 Fix for filepicker() not displaying the chosen file after selection. 2013-11-01 19:00:27 -07:00
Cameron
955bb78769 Added support for bootstrap glyphs (see admin-> Site-links icon for example) 2013-07-12 07:13:10 -07:00
Cameron
62f178f9bb Submitnews token added and set access to 'Members' during installation. 2013-07-12 03:21:27 -07:00
Cameron
0ed759d0c7 Media-Manager bbcode correction. 2013-05-31 15:54:14 -07:00
SecretR
06a2ea8fa0 Closes Issue #319 2013-05-24 22:40:10 +03:00
Cameron
9dd4d0c666 Issue #317 - specific path has been added for importing into media-manager. e_IMPORT. 2013-05-17 18:17:04 -07:00
Moc
a3b6b656e5 Issue #253 - add 'Used by' title, hidden field 2013-05-07 00:27:43 +02:00
Cameron
18e0d21024 Issue #238 - disabled form when category creation is not an option. 2013-05-04 20:17:58 -07:00
SecretR
3a8c39ba91 Fixes #170: _SELECTED_OPTION on dropdown when no value to return - New
media category can't be created without owner anymore
2013-04-27 13:20:49 +03:00
SecretR
e0bdb36dc2 Fixes #181: Admin-ui Next/Prev displays incorrect number of pages when
filtering in use. All UI custom SQL queries need SQL_CALC_FOUND_ROWS to
not break that functionality.
2013-04-27 12:19:05 +03:00
Cameron
1500effbd7 Avatar path corrections. 2013-04-19 22:50:41 -07:00
Cameron
a7b3a3e6f1 New avatar paths: avatars/default and avatars/uploaded . Paths need to be checked throughout the core. 2013-04-19 14:00:19 -07:00
Cameron
0b19510ad3 Closes Issue #147 - modal from main Media-Manager page. 2013-03-22 16:56:14 -07:00
Cameron
2112721aff Tinymce Image-style fix 2013-03-21 18:23:40 -07:00
Cameron
b3445f37fb And another.. 2013-03-16 04:34:18 -07:00
Cameron
9b2a0d5112 Typo fix. spam instead of span. hehe 2013-03-16 04:27:45 -07:00