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

2586 Commits

Author SHA1 Message Date
lonalore
2a6c01f58c Fix for "Warning Invalid argument supplied for foreach()". 2017-02-02 09:34:20 +01:00
Cameron
cdc23fb2d7 Admin-area navigation 2017-02-01 18:25:32 -08:00
Cameron
cece6c7b64 No Preview Image fix. 2017-02-01 14:14:02 -08:00
Cameron
de0597f03c alert link styling 2017-02-01 11:04:10 -08:00
Cameron
63c833ce80 Merge pull request #2360 from lonalore/master
Change tab label with Ajax.
2017-02-01 10:54:54 -08:00
Cameron
5eb6c8a381 Admin theme refresh added. 2017-02-01 10:39:13 -08:00
Cameron
c848e73c57 Update routine fix. 2017-02-01 10:35:27 -08:00
Cameron
30092ef372 GUI styling fixes. Theme thumbnail preview corrected on missing preview images. 2017-02-01 08:54:28 -08:00
Cameron
1a0907368c Fix for admin css in case of upgrading from v1.x 2017-01-31 17:50:44 -08:00
Cameron
158549b8e8 admin theme fix 2017-01-31 17:30:53 -08:00
Cameron
5d94c192b6 Styling fixes. 2017-01-31 16:39:00 -08:00
Cameron
d9fe5c8410 Fix for SVG icon import. 2017-01-31 14:50:55 -08:00
Lóna Lore
1d69283a41 Change tab label with Ajax. 2017-01-31 20:48:50 +01:00
Cameron
30b412b795 Removed debug warning. 2017-01-31 11:45:21 -08:00
Cameron
b7d701917f Custom Tab Label for Custom Fields Form. 2017-01-31 09:37:08 -08:00
Cameron
0fe29d6b8a Merge pull request #2357 from lonalore/quickfix
Fix for missing custom fields tab
2017-01-31 07:54:58 -08:00
Cameron
363a5e4c4c New feature: Create a new theme from an existing one. See: e107_admin/theme.php?mode=convert 2017-01-31 07:52:19 -08:00
lonalore
ca1a41c6b4 Fix for missing custom fields tab. 2017-01-31 11:30:48 +01:00
lonalore
19d111e9d2 Fix for missing custom fields tab. 2017-01-31 11:21:42 +01:00
Cameron
6531a68e00 Menu Manager fix for old themes that contain includes. 2017-01-30 11:47:02 -08:00
Cameron
630fd5fb57 Clear theme meta cache after installation. 2017-01-30 07:52:25 -08:00
Cameron
46e89d103e Fix for landingzero othernews menu. 2017-01-29 18:33:48 -08:00
Lóna Lore
a6ccf0199c Fix for prefs page in debug mode. 2017-01-29 18:24:38 +01:00
Lóna Lore
7143c3e571 Remove unused markdown parser. 2017-01-28 19:12:49 +01:00
Cameron
96250005d7 Issue #2331 Reduce space needed for menu-manager area buttons. 2017-01-28 08:45:09 -08:00
Cameron
af96a45fbf Merge pull request #2337 from lonalore/lib
Added Bootstrap Switch.
2017-01-28 07:55:57 -08:00
Lóna Lore
ac5f2ed3da Added Bootstrap Switch. 2017-01-28 10:23:53 +01:00
Cameron
d2312dd5cc Remove unused files. 2017-01-27 18:30:46 -08:00
Cameron
ff38b2ad07 Closes #2309 - AdminUI Batch Export option added. 2017-01-27 18:02:57 -08:00
Cameron
cde320a365 Always check db updates when developer mode is active. 2017-01-27 15:21:43 -08:00
Cameron
ac0d82c2f7 Cleanup 2017-01-27 14:39:40 -08:00
Cameron
f2e25130bb Infopanel cache file name correction. 2017-01-27 13:20:30 -08:00
Cameron
4399f8b8a5 Feed debug fix. 2017-01-27 11:38:49 -08:00
Cameron
7fb6e5a368 Merge pull request #2329 from lonalore/lib
Library enhancements
2017-01-27 09:50:50 -08:00
lonalore
b0a48418d8 Auto-prepend "cdn." (when available and CDN is On). Autoload "unminified" version (if available) when debug mode is On. 2017-01-27 11:51:28 +01:00
Cameron
1a4b66507a Debug styling fixes. 2017-01-26 18:10:38 -08:00
Cameron
7cd23ede8c Cleaned up plugin installation class. May fix issues with some v1 plugin installations. $tp->Glyph() now accepts a 'style' option. 2017-01-26 15:37:42 -08:00
lonalore
7c0c0cd2f1 Use Library Manager to handle core libraries. 2017-01-26 12:45:45 +01:00
lonalore
7ef1d13b35 Merge branch 'master' into lib 2017-01-26 09:46:00 +01:00
Cameron
5c3ce83168 Custom Field Fixes. Theme pref default fix. Shortcode updated: {CHAPTER_MENUS: name=chapter-sef-url} 2017-01-25 17:57:38 -08:00
Cameron
d776d116dc Custom Fields fixes. 2017-01-25 10:30:55 -08:00
Cameron
46cacf5e3f Fix for custom fields loading in edit mode. 2017-01-25 10:30:53 -08:00
Cameron
4aa0329ddc Custom Fields class added. 2017-01-24 19:53:40 -08:00
Cameron
4fe73d43d9 Added 'country' option to user-extended admin area. 2017-01-24 15:55:50 -08:00
Cameron
57c41f5ae9 Fix for conflict between theme layouts called 'home' and menu-manager navigation. 2017-01-24 15:22:51 -08:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
4255806a96 Merge pull request #2312 from yesszus/patch-1
Some corrections.
2017-01-22 16:01:14 -08:00
Cameron
d37fe781ac Correct tags example. 2017-01-22 13:33:11 -08:00
Cameron
2c2b9d4091 Form Handler: renderElement() and renderValue() now support json values. (used by Pages/Menus custom fields) 2017-01-22 13:31:03 -08:00
Cameron
3e9624be81 Make sure dashboard only check for core updates once per session. (unless debug is enabled) 2017-01-22 10:04:29 -08:00