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

1745 Commits

Author SHA1 Message Date
SecretR
f1fbeaa996 Closes #693 - custom pages quick view link broken 2014-07-09 19:24:07 +03:00
Cameron
9ccc6dd78b Admin Notify - gui alignment fix for when selecting the 'email' option. 2014-07-02 21:38:47 -07:00
Cameron
e582703d5a Moved "Submit News" preferences into it's own tab. 2014-06-28 20:44:02 -07:00
Cameron
cc3469ac59 Fixes #115 - unused news pref. Added option to set default news page to either standard or list view. 2014-06-28 20:32:13 -07:00
Cameron
8ded7c1fd1 Pages/Menu: Menu-Options tab added with custom button text and url. 2014-06-28 18:38:15 -07:00
Cameron
3faf3050d7 Independent menu_class added to custom pages/menus. 2014-06-28 00:08:35 -07:00
SecretR
e3088a877f Typo fix from previous commit 2014-06-27 20:57:31 +03:00
SecretR
f80e417bb3 Sanitize some request variables 2014-06-27 20:54:47 +03:00
Moc
6eb07612c4 #662 - Adds possibility to use glyphs for newscategory icons 2014-06-25 22:35:32 +02:00
Cameron
150b27e1c7 Upgraded chart scripts and added enhanced class so that options may be set. 2014-06-22 16:58:18 -07:00
Cameron
1e4c6eb11a Per page 'No Maintenance' constant added. ie. Add: define('NO_MAINTENANCE', true); to your script to disable maintenance redirection for that page. 2014-06-22 00:01:14 -07:00
Cameron
b19d383e0d Fixed: {CPAGEMENU} could return the incorrect Menu under some conditions. 2014-06-16 18:21:51 -07:00
Cameron
ff4e2be582 Admin -> Custom Pages : added chapter_template to default list view. 2014-06-13 19:06:37 -07:00
Cameron
e276754313 Fixes theme info rendering and button styling. 2014-06-12 14:48:50 -07:00
Cameron
04afb156ae Issue #434 - TinyMce Video and Glyph insert issue. 2014-05-31 23:15:26 -07:00
Cameron
0d063b82a8 Issue #591 - Optimize downloads import 2014-05-31 18:34:38 -07:00
Cameron
6d3a331a58 Issue #591 - detect file-types from downloads database table during import into media manager. 2014-05-29 14:15:55 -07:00
Cameron
3dabe6fee0 Fixes #598, Fixes #274 - ban user admin-ui fix. 2014-05-28 23:17:13 -07:00
Cameron
084b5b4127 CSS Table styling on plugin-manager. 2014-05-28 22:36:18 -07:00
Moc
18ab88864e #367 - Check for download plugin installation. Should get rid of the download table error messages. 2014-05-25 11:02:56 +02:00
Cameron
0278ac5efa Fixes #585 - allow for removal of cmenus without corrupting pages data. 2014-05-25 01:41:18 -07:00
Cameron
484f2ca330 Fixes #566 - prefs not being saved in some plugins. 2014-05-24 15:20:56 -07:00
Moc
e669dd265a #541 - SQL update on banner plugin update routine 2014-05-24 11:40:12 +02:00
Cameron
f428cc8041 Added cron/function for updating from github. (Available only if the e107 installation is a cloned repo) 2014-05-23 21:59:01 -07:00
Cameron
255a449858 Fixes #274 - The Banlist admin UI cannot remove bans from the list. 2014-05-22 17:09:09 -07:00
Cameron
a324e0324c Fixes #541 - banner plugin to be installed by default on upgrade. 2014-05-22 14:54:56 -07:00
Cameron
47e3f91012 Remove login requirement from plugin and theme browsers. (ie. 'Find Plugins' and 'Find Themes') 2014-05-12 18:52:57 -07:00
Cameron
15a8361b9f Fixed: Welcome message data was being incorrectly encoded during update. 2014-03-14 17:27:34 -07:00
Cameron
a2235cfd39 Media-Manager Youtube video default prefs added. 2014-03-12 14:09:48 -07:00
Cameron
70b9598d7e Have x-editor use local files again. 2014-03-12 09:49:37 -07:00
SecretR
9b636a9687 No plugin manager caching in development environment 2014-03-12 16:06:29 +02:00
Cameron
fa26a3fb24 Minor GUI alignment fix 2014-02-18 13:35:03 -08:00
Cameron
791944d394 Fix for missing media-manager category when uploading images for the Site Link Icon or Site Logo. 2014-02-18 10:44:42 -08:00
Cameron
685b0aa86f Added disabled options to plugin-builder admin config. 2014-02-11 05:58:07 -08:00
Cameron
39ef038062 Added visibility option to page books/chapters. 2014-02-08 16:57:34 -08:00
Cameron
baaacf5c4b Admin language-select fix 2014-02-07 17:57:55 -08:00
Cameron
c7cb6d2975 PHP Notice removal 2014-02-07 07:03:23 -08:00
Cameron
6b1a2c375c For for language change on inactive subdomains. 2014-02-06 18:21:59 -08:00
Cameron
7f382ceb4a Corrected "Menu List" order. 2014-02-06 07:44:09 -08: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
4692d7bd13 Fixed BC bug in newspost (breaking Youtube thumbnail images after re-edit) 2014-02-05 06:16:07 -08:00
Cameron
e9a5fd4b98 More fields with inline editing enabled. 2014-02-01 09:37:15 -08:00
Cameron
c0746113b6 Support for multiple images/video in news items. (experimental) 2014-01-31 06:33:01 -08:00
Cameron
cc07dac897 Basic support for news videos.
Add {NEWSVIDEO} to your news template to take advantage of it and {NEWSTHUMBNAIL} for a thumbnail image of the video. (or image) {NEWSIMAGE} will return nothing for videos, only for images.
2014-01-31 01:09:24 -08:00
Cameron
1d5e08197c News Carousel added and a method to check if a menu is loaded. (see e107_plugins/news/e_header.php ) 2014-01-30 10:14:13 -08:00
Cameron
1a03a883bd Improved database backup and added file-backup for non-core elements. 2014-01-25 15:56:20 -08:00
Cameron
02bf58c5c7 Styling fix on imagepicker(); 2014-01-24 12:52:26 -08:00
Cameron
2990f4d376 Fix Ping logging message. 2014-01-24 08:13:47 -08:00
Cameron
117685b448 Icon path fix 2014-01-24 03:13:52 -08:00