1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00
Commit Graph

13691 Commits

Author SHA1 Message Date
Cameron
aee77a102f Set profanity list limit to 1000. (Could reduce performance)
Fix for comment template. Prevent secureImage from buffering too many keys.
2021-02-14 07:02:09 -08:00
Cameron
e6bdc0e6ec Fix for 'user' stylesheets in Theme Manager. 2021-02-14 06:31:06 -08:00
Cameron
b0300f93bf Changed load order of Menus and Theme Layout detection. 2021-02-13 18:55:44 -08:00
Cameron
3bb541a6d9 Issue #4228 Theme manager - display only the relevant stylesheets for the selected scope. 2021-02-13 17:56:53 -08:00
Cameron
6662b04323 Menu-Manager styling. 2021-02-13 08:52:43 -08:00
Cameron
6d29e4244d Fix icon appearing on admin language selection. Minor tweaks 2021-02-13 07:58:24 -08:00
Cameron
5ec3aa7245 Set 'front' by default if theme.xml library scope is missing. 2021-02-13 06:50:17 -08:00
Cameron
800f8734bf Tweak of isCompatible method. 2021-02-13 06:15:42 -08:00
Cameron
0527993d98 Added check for FileInfo extension 2021-02-12 14:32:20 -08:00
Cameron
b4c33735d6 Closes #4380 - Moved submit button on language file editor modal. Removed some PHP errors. 2021-02-12 14:27:21 -08:00
Cameron
2bf5ee3909 Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs. 2021-02-12 12:19:58 -08:00
Cameron
b7b2a02509 Merge pull request #4376 from Jimmi08/patch-15
Fixes #4375 Adding class to be able to style link list
2021-02-12 08:42:45 -08:00
Cameron
c8a3e6e1c8 Disabled testSignupExtendedUserFieldsShortcode until test solution found. Load admin icons sooner. 2021-02-12 08:37:26 -08:00
Cameron
7ba76210fd Added PHAN plugin to codeclimate 2021-02-12 07:22:37 -08:00
Cameron
a57c598168 Added missing TinyMce4 files. 2021-02-12 06:16:07 -08:00
rica-carv
9314cbcea5 Added Portuguese_admin language file
Added Portuguese_admin language file
2021-02-12 11:00:20 +00:00
rica-carv
99846d126b Merge pull request #54 from e107inc/master
.
2021-02-12 10:59:27 +00:00
Cameron
7133d4bb6f Closes #4228 TinyMce can now load the frontend theme in the editor when 'wysiwyg' is found in the scope of a declared css file within theme.xml
Fixes #4371 - FontAwesome5 is now loaded in the TinyMce editor when detected in the frontend theme.
2021-02-11 16:39:50 -08:00
Cameron
d985b830f4 Removed some unused LANs. Cleaned up the deprecated LAN tool a little. 2021-02-11 12:29:16 -08:00
Cameron
b0d10199b7 Added getScope() to theme handler. Added more theme handler tests. Fixed duplicate entry in _blank/theme.xml 2021-02-11 08:51:02 -08:00
Moc
853cd70b88 Update help tooltip unit test so it passes
Changed in 5842e51f15
2021-02-10 19:27:24 +01:00
Cameron
a1faa5d08b Bootstrap5 styling 2021-02-10 09:03:17 -08:00
Jimako
5598d51f2f Adding class to be able to style link list #4 2021-02-10 13:58:01 +01:00
Cameron
0cd5381435 Fix theme shortcode login menu icons 2021-02-10 02:57:43 -08:00
Cameron
1f3e70d40a Fixes #4374 help() form method fix. 2021-02-09 14:36:40 -08:00
Cameron
b59887c230 Missing drop-down menu fix. 2021-02-09 14:30:33 -08:00
Cameron
5197f97a42 Issue #4373 Have mod-rewrite ignore css, js, fonts etc. 2021-02-09 13:58:42 -08:00
Cameron
4f4fee7fb2 datepicker styling and tooltip delay reduced. 2021-02-09 11:40:42 -08:00
Cameron
5842e51f15 Prevent tooltip visibility during page load. 2021-02-09 11:07:58 -08:00
Cameron
0abefed880 Small fixes. 2021-02-08 18:23:36 -08:00
Cameron
72c54371cc e107::getSession()->set will now accept multi-dimensional key format. Test added. Form-handler PHP8 fix. 2021-02-08 11:59:04 -08:00
Cameron
608c0c57b1 Extra test for e107::unserialize() with array input. 2021-02-08 08:49:39 -08:00
Cameron
c32e5bf1e2 e107::unserialize() will now return the array if the input is an array. Additional form-handler tests added for type: media, file and files. Admin-ui can now manage a change of field type from 'array' to 'json' without additional changes needed. 2021-02-08 08:44:44 -08:00
Cameron
62815a965a Fixed visibility of drag-n-drop message. Media-manager "Files" tab fixed. 2021-02-07 13:26:36 -08:00
Cameron
7698773f0e Left-align tooltip text in new admin skins/styles. 2021-02-07 12:20:57 -08:00
Cameron
0fd7ee6482 Fixes faulty parsing of _GET when debug is activated. Pref editor will now use var_export on arrays when debug mode is active. 2021-02-06 12:48:19 -08:00
Cameron
10ca7acdd5 PHP8 Fix. 2021-02-06 09:21:54 -08:00
Gábor
44a7d5f94e Update hero_setup.php 2021-02-06 12:40:22 +01:00
Gábor
7eafe3eecd Update English_admin.php 2021-02-06 12:38:33 +01:00
Gábor
6c5226cff9 Update English_global.php 2021-02-06 12:35:59 +01:00
Gábor
7d33f6df93 Update plugin.xml 2021-02-06 12:35:27 +01:00
Cameron
49932534da Installation tweaks/fixes. 2021-02-05 19:57:53 -08:00
Cameron
e121920d20 Fix for e_bbTest 2021-02-05 19:07:21 -08:00
Cameron
41304abc5a Fix for default admin style during install. 2021-02-05 19:04:35 -08:00
Cameron
2337b075a8 Fixes #4346 - TinyMce parser issue. Hide side-panel help icon on legacy admin theme. 2021-02-05 18:31:54 -08:00
Cameron
ddc53d00be Admin tablet nav menu styling. 2021-02-05 14:29:03 -08:00
Cameron
2f8d880998 Only display help icon when help text is present. Cron/Schedule page styling tweak. 2021-02-05 12:57:08 -08:00
Cameron
c2c0979b3a Added help toggle button to sidebar and started on main navigation rework for mobile devices. 2021-02-05 10:17:51 -08:00
Cameron
6033f94be7 Styling tweaks 2021-02-05 06:46:06 -08:00
Cameron
e62ed55714 Converted bootstrap3 admin images to .webp for a size reduction of approx. 1M. 2021-02-05 06:24:54 -08:00