1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

3934 Commits

Author SHA1 Message Date
Lóna Lore
1da41a2288 Fix for issue #2741 2017-07-24 22:57:58 +02:00
Cameron
a40be42092 Merge pull request #2738 from lonalore/admin_ui
Quickfix for Media Manager filtering.
2017-07-21 13:32:36 -07:00
Cameron
c22c411136 Merge pull request #2737 from lonalore/cron2
Refactoring for Cron Sheduler.
2017-07-21 13:32:10 -07:00
lonalore
5b87c9f9e2 Quickfix for Media Manager filtering. 2017-07-21 09:13:54 +02:00
lonalore
4472766959 Refactoring for Cron Sheduler. 2017-07-21 08:31:50 +02:00
Cameron
7480a8c8e6 Reverting Pull-Request Issue #2730 2017-07-17 14:31:50 -07:00
Cameron
c4211ee52b Fixes #2025, Issue #2432, SMTP Connection Check added and false-positive on sent message fixed. 2017-07-17 14:11:31 -07:00
Cameron
9387a43d9d PHP Mailer Upgrade to 5.2.23 2017-07-17 12:10:32 -07:00
lonalore
3fc3963d43 Cron job details for later use. 2017-07-14 12:06:06 +02:00
lonalore
ab7b685a30 Fix for runJob() return value. 2017-07-14 11:40:16 +02:00
lonalore
1eeb1e4799 Refactoring for Cron Scheduler. 2017-07-14 11:10:28 +02:00
Cameron
7508764f18 Fixes #2722 - html fix. 2017-07-05 14:29:33 -07:00
Cameron
39e340caa7 Fixes #2705 - Search Filter Box. Thanks @G4HDU 2017-06-26 13:22:48 -07:00
Cameron
69ec33bc99 Admin-UI/Form-handler Avoid PHP warning if perPage = 0. 2017-06-14 13:01:16 -07:00
Cameron
5ff66b3f37 Issue #2613 - possible fix for empty prefs issue. 2017-06-14 12:18:50 -07:00
Cameron
a2f7546e1f Fixes #1248 - min value in $frm->number() options. 2017-06-09 16:05:00 -07:00
Cameron
caea384495 Fixed Meta-Tag overwrite issue. Changed eResponse to singleton. May correct problems with Facebook app-id and custom og:image. Pages possibly affected: front-page (index.php) and news, custom-page and user pages. 2017-06-05 17:49:49 -07:00
Cameron
dce42f3e31 Fixes #2667 - Set default comment icon when none defined. 2017-06-05 14:35:25 -07:00
Cameron
4a06e277b0 Issue #2643 MySQL Backup 2017-05-24 12:58:30 -07:00
Cameron
cd7b41cdb4 Issue #2455 'disabled' radio button parm workaround. 2017-05-16 14:59:40 -07:00
Indra
aa7eb26ed4 Update Icon Selector
make icon selector not disturb other field
2017-05-16 01:05:16 +07:00
Cameron
f58e00c41b Admin-ui: Auto-display sort button when sortField is not empty and 'sort' parm is not set. 2017-05-08 18:47:51 -07:00
Cameron
6c828ec326 Possible fix for hardcoded css URLs with css cache. 2017-05-02 15:31:21 -07:00
Cameron
4c6f015fa8 Issue #2600 defining e_HTTP_STATIC now applies to images (using thumbUrl/toImage) as well as js/css.
eg. define('e_HTTP_STATIC', 'http://static.mydomain.com/');
2017-04-28 15:07:36 -07:00
Cameron
61e4582b85 MySQL server compatibility fix. 2017-04-28 11:07:37 -07:00
Cameron
33fa33781d Experimental e_HTTP_STATIC definition added. 2017-04-27 17:47:57 -07:00
Cameron
b532b43ce5 Fix for db-verify loading. 2017-04-27 15:31:01 -07:00
Cameron
4650aa8d91 New constant: e_VERSION for the currently installed version of e107. Prevents the need for further loading of ver.php and useful to detect when an upgrade of core files has been performed. 2017-04-27 15:21:20 -07:00
Cameron
2724127ba2 Closes #2596 - Enhancement to remove query strings from static resources. 2017-04-26 13:58:01 -07:00
Cameron
8135bde5f7 Fix for object loading. 2017-04-24 11:29:50 -07:00
Cameron
3e41efb8c1 Merge pull request #2575 from yesszus/patch-1
Update Admin Notify
2017-04-23 16:58:13 -07:00
Cameron
077b1d34a7 Feature: Language-Packs can now be downloaded and installed without leaving the admin area. 2017-04-23 12:38:05 -07:00
Cameron
caee889b7f Fixes Plugin Database structure update detection. 2017-04-21 14:21:29 -07:00
Cameron
40558eeedb Fixes #2588 - admin-menu icon. 2017-04-21 12:13:12 -07:00
Cameron
6f348e1940 Downloads: Fix for drop-down category ordering. 2017-04-19 17:15:32 -07:00
Cameron
90673d2ae0 MySQL Class: New method selectTree();
Support for custom navigation depth.
Download-categories sitelink/nav function added.
2017-04-19 16:35:10 -07:00
Cameron
1aa6f6ce7f Navigation: Use fixed-width on font-awesome sitelink icons. 2017-04-19 14:26:45 -07:00
Cameron
3355f76c09 e_url class cleanup. 2017-04-19 13:33:53 -07:00
Cameron
905fb0208b e_url detection moved to application.php . Resolved conflicts between older URL scheme and new one when rootnamespace is in use. 2017-04-19 13:20:59 -07:00
Cameron
2dfd20c54b MySQL Class: Corrects PHP Notice during install of RSS plugin and similar database schemes. 2017-04-19 09:49:15 -07:00
Cameron
e5e7a23810 Disable JS/CSS Cache in Menu-Manager. 2017-04-17 16:16:29 -07:00
Cameron
ab9d056358 Issue #2579 - Make sure JS/CSS caching only happens on the front-end. 2017-04-17 16:04:30 -07:00
Cameron
57e8b8f06b Issue #2531 - Theme/Plugin upgrade modal. 2017-04-16 09:22:15 -07:00
Gábor
a7e4dbbc82 Update event_class.php 2017-04-16 06:37:54 +02:00
Cameron
dd3debc4e2 Merge pull request #2574 from Jimmi08/patch-14
Closes #2552 function tags limit
2017-04-15 09:06:15 -07:00
Cameron
45230488e3 Issue #2572 Inline CSS with Cached CSS Files. 2017-04-15 09:03:13 -07:00
Jimako
7e47a51249 fix #2552 function tags limit 2017-04-15 17:31:25 +02:00
Cameron
4f45805bc7 Issue #2571 Improved CSS compression 2017-04-15 08:26:08 -07:00
Cameron
57d1d87939 Fixes #2568 - SEF Generation fix for commas. 2017-04-15 07:31:15 -07:00
Cameron
2669bfcc46 Issue #6 Theme Manager LAN fixes. 2017-04-14 13:52:19 -07:00