1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-02 08:55:18 +02:00

2116 Commits

Author SHA1 Message Date
Cameron
60be9aa37f e107 News Infopanel now includes latest plugins/themes. Online panel now displays user language when multi-language tables are in use. 2016-01-14 08:28:17 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
82d4a5583a SEF Generate button added to newpost area. Can now generate and edit prior to saving. 2016-01-13 01:31:12 -08:00
Cameron
896d1f4345 Tinymce downgraded until styling corrected. Banner tweaks and deprecated config.php file added. 2016-01-12 17:11:06 -08:00
Cameron
d0fccd540f e_menu.php introduced to replace legacy menu configuration file (config.php). See banner plugin for an example. 2016-01-12 15:44:54 -08:00
Cameron
b1c2e030d5 Default image resize pref is now used correctly by TinyMce media-manager. Image captions may now be added to inline images. TinyMce media-manager 'cancel' button is working again. 2016-01-11 20:53:05 -08:00
Cameron
f0f992c3b7 Allow Youtube playlists when API key is not found. Generic playlist icon added. 2015-12-12 16:54:10 -08:00
Lóna Lore
2cd5f1525f Issue #991: Removed all Selectize JS code from PHP. Additional option (settings) for e107::js(). Integrates Selectize.js using e107::js(settings) and JavaScript behaviors with jQuery Once. 2015-12-02 14:23:48 +01:00
Cameron
84c4c8607d Issues #1254 #1208 #1211 #1245 Option to define the session.save_path (relative to e107's root directory) in e107_config.php: define('SESSION_SAVE_PATH','relative-path-to-folder');
example: define('SESSION_SAVE_PATH','../_sessions/');
Use the PHPInfo page in the admin area to check it has worked. Will only work if the path to the folder exists. session.hash_function is now set to sha512 by default when the security level is BALANCED or higher.
2015-11-30 14:30:37 -08:00
Cameron
6db8c7ddeb Should fix #1229 - Rebuild userclass tree after adding new class. 2015-11-22 10:00:46 -08:00
Cameron
a047757fef Fixes #1241, Fixes #1121 - Duplicate SEF warning added to news. 2015-11-22 09:00:08 -08:00
Cameron
cf6fab9443 Correct chapter form element width. 2015-11-20 17:10:10 -08:00
Cameron
e5ea9d689d Fixes database upgrade routines for v2.0+. Fixes #1231 (tablet navigation). Adds extra DB fields for future use. 2015-11-18 20:22:18 -08:00
Cameron
ef1e1565ad Fixes #1225 - Broken paths to bootstrap glyphs. 2015-11-13 14:44:38 -08:00
Cameron
78efae0cae Issue #6 Corrected some LANs 2015-11-12 15:07:50 -08:00
Cameron
9c494d5c13 Merge pull request #1216 from tgtje/commit_new
text to LAN issue #6
2015-11-12 13:53:19 -08:00
Cameron
372a929c6e larger form elements 2015-11-05 11:53:31 -08:00
Cameron
6e140bdba3 Fixes #1215 - Broken path to datetimepicker.css 2015-11-05 11:41:23 -08:00
Cameron
d0b3ef2923 Fixes #930 backticks alert in debug mode. 2015-11-05 11:05:53 -08:00
Cameron
d7ced10f2e Media Manager Upload/Import perms now working as intended. Admins should review this perm on other ADMINs who don't have perm '0' 2015-11-04 19:35:00 -08:00
tgtje
9b08a4d991 text to LAN issue #6 2015-11-01 15:44:42 +01:00
Tijn Kuyper
15c6d85ef2 Updated 'optimize database' tools to use mysql class and LAN optimzation #6 2015-10-29 00:26:56 +01:00
Tijn Kuyper
b584a2b6b6 Updated some deprecated sql method references 2015-10-29 00:25:49 +01:00
Cameron
694fc01b37 Fixes #1206 - Fixes missing icons in menu manager. 2015-10-18 09:05:58 -07:00
Cameron
790d408587 Fixes #1205 - plugin folder wipe issue. 2015-10-16 14:23:23 -07:00
Cameron
e50456264f Issue #1183 Switch all CDN sources to https to prevent browser alerts. Optimization of some javascript loading. jQuery updated to 2.1.4 2015-09-17 12:48:06 -07:00
Cameron
d824f02838 Cleaned up Admin-UI in URL Aliases 2015-09-14 12:36:44 -07:00
Cameron
c6c9efdfe6 Prevent News SEF Url from being modified when New Title modified inline. 2015-09-08 18:48:21 -07:00
Cameron
76d87cdd3d Sorting of Doc items. 2015-09-06 11:23:34 -07:00
Cameron
388024dc41 Admin -> Docs page cleanup. AdminUI: Fix for empty navigation box under some circumstances. 2015-09-06 11:00:07 -07:00
Cameron
dcfd9c8528 AdminUI: Prevent menu-name from being stripped during inline editing. 2015-09-05 20:04:30 -07:00
Cameron
de49a2cce9 Sort languages in Admin Navigation. Removed false positive from language-checker error detection. Improved admin login error handling. 2015-09-05 20:04:28 -07:00
Cameron
caa89c9c3e Allow for disabling of language-perm checking on a page-by-page basis. Usage: $_E107['no_language_perm_check'] = true; before class2.php.
Allow language to be defined by script. Usage Example: define("e_PAGE_LANGUAGE", "French"); OR define("e_PAGE_LANGUAGE", "E_SITELANGUAGE"); before class2.php.
2015-09-03 16:19:39 -07:00
Cameron
519e1f3f7e AdminUI->Users: Options button was failing to submit after dynamically filtering results. 2015-09-01 23:45:00 -07:00
Cameron
de4932d6da Newspost - inline editing was resetting datestamp. Imported media via URL now strips queries from filename. 2015-09-01 15:53:48 -07:00
Cameron
1ca517ec20 Fixes duplicate paths in zipped language-pack. Excludes non-core plugins and themes. 2015-08-31 19:36:35 -07:00
Cameron
83a91ff6c9 Display news_class by default in admin area. 2015-08-31 17:38:31 -07:00
Cameron
44a6298b79 Issue #6 - Removed URLs from LANs 2015-08-31 17:17:28 -07:00
Cameron
6673575a82 Issue #6 - Removed HTML from some language files. Removed some outdated language files. 2015-08-31 15:28:17 -07:00
Cameron
45f54ef16d Minor button styling fix. 2015-08-30 09:13:05 -07:00
leo
43d63131f6 LAN's (banlist) replacing hardcoded txt 2015-08-27 15:29:18 +02:00
Cameron
46e336549c Fix for admin-log 'details'. 2015-08-26 17:42:31 -07:00
Cameron
98bdf4253e Fix for language error on admin login page. 2015-08-26 13:49:44 -07:00
Cameron
e7a17e5cbf Admin->Prefs : Corrected list of available timezones. 2015-08-26 13:35:37 -07:00
Cameron
36ccfecf23 Fixes #1109 - Update Routine page/menu fix. 2015-08-25 12:58:52 -07:00
Cameron
cffb369751 Issue #1109, Fixes #830, Fixes #731, Fixes #710, Fixes #608, Fixes #1012 : v1 -> v2 Upgrade-Routine fixes (including forum plugin) 2015-08-24 17:39:28 -07:00
Cameron
e09688788c Fixes #732 - Custom Emoticon packs were being ignored. 2015-08-24 09:51:19 -07:00
Cameron
d3fbef7840 Issue #1114, Fixes #1041 - Mail validation issues. Removed problematic remote-server email-check feature. 2015-08-21 12:53:09 -07:00
Cameron
01cac03324 Issue #6 - LAN naming fix. Chrome CSS layout issues corrected. Admin Login page restyled using bootstrap3 markup. 2015-08-20 16:30:28 -07:00
Cameron
ec5db40d67 Contact form is now more flexible, allowing for custom fields in the template and customization of the email subject. 2015-08-17 11:22:24 -07:00