1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

3934 Commits

Author SHA1 Message Date
Cameron
b664a751a4 SEF URL generation support in e_url.php 2017-04-14 11:55:41 -07:00
Cameron
90d533ba52 Fix for numeric form drop-downs. 2017-04-14 11:00:29 -07:00
Cameron
2f42b4ec2d Make sure drop-down value is a string. 2017-04-13 09:52:32 -07:00
Cameron
c766afd954 Theme selection fix. Admin-ui carousel pagination fix. 2017-04-13 08:54:59 -07:00
Cameron
d915d249ee Parser line-break fix. 2017-04-12 16:51:10 -07:00
Cameron
e7f9ede900 New method: e107::getPlugLan(pluginDir,type) - retrieve global LAN for a specific plugin. eg. e107::getPlugLan('download','name'); 2017-04-12 15:52:43 -07:00
Cameron
ff61316f31 Form: Fix for flipswitch using array names. ie. myfield[key] 2017-04-12 15:32:35 -07:00
Cameron
92323408dd Developer/Debug mode media auto-scan added to theme configuration page. Checks and adds new theme images to media-manager. 2017-04-12 09:50:07 -07:00
Cameron
593c94c1b5 Carousel interval option fix. 2017-04-10 17:50:01 -07:00
Cameron
630a5aa147 Issue #2486 - e_url now supports multiple profiles. 2017-04-10 13:28:06 -07:00
Cameron
a80e6c52f0 Admin-ui: When type='image' and optArray has been set, will render a set selection of inline images. 2017-04-08 12:57:21 -07:00
Cameron
ca1fd4c40c Improved infopanel dashboard integration with e_dashboard addon. Charts now supports additional types. 2017-04-07 16:31:22 -07:00
Cameron
abb7f66dd7 Chart Class: added renderTable() function and js fix for charts inside tabs. 2017-04-07 11:12:14 -07:00
Cameron
ecef1f6ffa Date Class terms() method corrected. 'months' now uses the correct key. terms() method usage updated throughout.
Chart Class debug() method added
2017-04-06 11:02:54 -07:00
Cameron
7448535178 Parser: Allow data-* attributes when 'scripts' pref is enabled. 2017-04-06 08:48:36 -07:00
Cameron
a992d06e05 Admin-ui: Grid responsive fixes. 2017-04-05 14:54:05 -07:00
Cameron
16957243bc Admin-ui: Grid carousel slides are now auto-normalized. 2017-04-05 13:31:29 -07:00
Cameron
cc1b154e7b Admin-ui: Fix for batch in Grid mode 2017-04-05 13:12:29 -07:00
Cameron
674fde0525 Admin-ui: Carousel option added for use with Grid. 2017-04-05 12:42:42 -07:00
Cameron
e17316eab7 Admin-ui: Grid mode mostly complete. Fixed admin-ui top navigation. 2017-04-04 18:41:34 -07:00
Cameron
8ce9eb32c6 Admin-ui: Grid improvements. 2017-04-04 09:53:48 -07:00
Cameron
a8931d663b Admin-ui: Grid-listing (work-in-progress) 2017-04-03 20:20:38 -07:00
Cameron
3332dce338 Issue #6 LAN added for "Selection" 2017-04-03 10:18:05 -07:00
Cameron
0e2bb9e9f6 smaller icon. 2017-04-02 15:17:37 -07:00
Cameron
e968cdf369 debug removed. 2017-04-02 14:35:12 -07:00
Cameron
cd2fa2dd9b Plugin class: check for bad folder names. 2017-04-02 14:30:30 -07:00
Cameron
35859cf46b Extra check during plugin meta scan. 2017-04-02 12:39:50 -07:00
Cameron
c88fbb5c9a Closes #2528 Batch SEF generation added. 2017-04-02 11:32:32 -07:00
Cameron
9063e0a192 Corporate admin theme style added. 2017-04-02 07:57:41 -07:00
Cameron
52b44b833d Admin-ui: Parent/Child order fix. 2017-04-02 07:57:08 -07:00
Cameron
fcbe12c5f6 PHP Notice fixes. mbstring function fallback. 2017-03-31 19:04:34 -07:00
Cameron
d110d8d4e9 Support multiple database connections for the same mysql-user. 2017-03-31 10:51:21 -07:00
Cameron
525a097517 Admin-ui: readParm['url'] added and other url fixes. 2017-03-30 13:53:06 -07:00
Cameron
7ab368076f Admin-ui: Additional checks for valid parent value when editing parent/child record. eg. download_category etc. 2017-03-30 08:58:02 -07:00
Cameron
c0ff3dd232 Fixes #2534 - News Category Caption. 2017-03-29 13:56:53 -07:00
Cameron
453a7fc91e PHP 5.6 fix for sql function queries. 2017-03-28 17:55:35 -07:00
Cameron
2b37a57348 typo fix 2017-03-28 17:34:01 -07:00
Cameron
a2026244a3 Issue #2487 - Category Tree fixes. 2017-03-28 15:16:27 -07:00
Cameron
f90832a9d5 Admin-ui automated tree sorting when $sortField and $sortParent are defined. 2017-03-27 16:27:08 -07:00
Cameron
0935f7b858 Support for root namespaces using e_url addon configuration. 2017-03-27 10:38:51 -07:00
Cameron
c581b89aa1 Download breadcrumb fix. 2017-03-27 09:43:21 -07:00
Cameron
489fb66d65 Fixes #2527 - extra line-breaks were being added to HTML. 2017-03-26 13:03:58 -07:00
Cameron
b5578a64e0 Notice removal. SVG media-category fix. 2017-03-19 13:49:01 -07:00
MikeyGMT
ce4e2be003 Text to Lans in Admin UI #6
Text to Lans in Admin UI #6
Checked prefs, theme and plugin manager, un/reinstalled featurebox,
works fine.
2017-03-19 16:42:57 +00:00
Cameron
d2db9951a9 Issue #2478 - Search 2017-03-18 12:11:56 -07:00
Cameron
be44bc8f09 Theme shortcodes may now be used as content for sitelink functions. eg. To generate drop-down mega-menus. 2017-03-15 16:49:55 -07:00
Cameron
eb60e60b9e Move news-grid code into news class. 2017-03-15 14:07:43 -07:00
Eduardo Carísio
0ce81ef49c Patch for issue #2499 2017-03-08 11:05:58 -03:00
Cameron
748bdc333e Merge pull request #2490 from Jimmi08/patch-6
FIX for #2292 active class for homepage without index.php
2017-03-07 08:48:25 -08:00
Lóna Lore
7e66f694d1 Ability to use bs-switch in menu-manager config modals. 2017-03-06 22:20:56 +01:00