1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-19 03:49:52 +01:00

10388 Commits

Author SHA1 Message Date
Cameron
add44b773a
Merge pull request #2878 from fwhcat/alt-auth
make database password field non-readable
2017-11-19 07:32:24 -08:00
Cameron
9d4d0b8176 Fix for large amount of submenu items in admin menu. 2017-11-19 07:29:10 -08:00
fwhcat
933fcd0072 make database password field non-readable 2017-11-18 22:42:17 +01:00
Cameron
b16d44f584 k-admin skin fixes. 2017-11-17 19:19:35 -08:00
Cameron
3d93dad248 Fixes #2862 - Search icon positioning fix across all admin-area skins. 2017-11-17 14:57:52 -08:00
Cameron
2ae932362f Added 'limit' parm to {CHAPTER_MENUS} 2017-11-17 14:02:16 -08:00
Cameron
4bf1d4c97b Fixes #2863 Glyphicons becomes the fallback 2017-11-17 13:10:29 -08:00
Cameron
7528a31ba9 Partial Fix #2862 2017-11-17 12:45:20 -08:00
Jimako
01b56fa4a6
correct latest fix - forgotten change of one line #2854 2017-11-17 21:25:42 +01:00
Cameron
7c3d77daa2
Merge pull request #2873 from Jimmi08/patch-2
list_new plugin part fix for #2854  - not needed anymore
2017-11-17 12:06:07 -08:00
Cameron
7e23fa52a2 Issue #2870 PHP 7 with sub forums. 2017-11-17 11:40:42 -08:00
Jimako
e8d056eca2
part fix for #2854 - not needed anymore 2017-11-17 15:38:17 +01:00
Jimako
65e940fad3
part fix #2854 - load default prefs
- after installation plugin prefs doesn't exist
2017-11-17 15:37:01 +01:00
Jimako
358b133a5a
fix for sync on slower servers #2867
This fixes localhost issue with sync.  Without this change there is just blank page (not white, inside admin area), no error message, anything.
2017-11-17 13:25:23 +01:00
Cameron
43f2a70b40 Issue #6 Missing System-log LANs. Preferences page Menu caption fix. 2017-11-16 20:18:11 -08:00
Cameron
c10d350d8b Issue #2869 Media-Manager: Auto-convert to jpeg option added. 2017-11-16 20:17:07 -08:00
Cameron
a6ede510a9 BC Fix to avoid oversized images after upgrade. 2017-11-16 19:49:35 -08:00
Cameron
3baf2f776f Issue #2818 Moved addons update check to ajax. 2017-11-16 14:20:22 -08:00
Cameron
a253cdcf69 Remove parsing check for core files. 2017-11-16 13:03:29 -08:00
Cameron
1e95aecf91
Merge pull request #2866 from lonalore/2818
Slight modification for issue #2818
2017-11-16 12:41:36 -08:00
lonalore
28282d21be Slight modification for issue #2818 2017-11-16 09:40:41 +01:00
Cameron
1069998c42 Issue #2818 Moved core database update check to ajax. 2017-11-15 17:51:46 -08:00
Cameron
ab76e96e86 Issue #2863 Possible fix for Glyph issue (bootstrap2 icons while using bootstrap3) 2017-11-15 15:11:33 -08:00
Cameron
af959b0c00 Issue #1936 Fix for the 'stuck' database update button on core update page. Temporarily modify core_sql.php to test. 2017-11-15 14:48:12 -08:00
Cameron
cdc66797f3
Merge pull request #2865 from lonalore/sql
Possible fix for Issue #2860 - Add more indexes.
2017-11-14 12:35:58 -08:00
Cameron
f2a9a88c14
Merge pull request #2864 from lonalore/datepicker
Fix for Issue #2858.
2017-11-14 12:24:24 -08:00
Lóna Lore
865c3f7c98 Possible fix for Issue #2860 - Add more indexes. 2017-11-14 21:14:43 +01:00
Lóna Lore
4e5578fd8c Fix for Issue #2858. 2017-11-14 20:35:17 +01:00
Cameron
d63e4063e2 Upload 'file' button in admin area - styling fix. 2017-11-13 10:09:22 -08:00
Cameron
a3674a7bf0 Custom label option for progressbar(). Extra example code in _blank.php 2017-11-12 10:38:02 -08:00
Gábor
28003c70b1
Update language.php 2017-11-12 12:34:53 +01:00
Gábor
d89f50ba64
Update lan_language.php 2017-11-12 12:31:47 +01:00
Cameron
ff06f83331 Admin-ui language indicator alignment fix. 2017-11-10 17:15:34 -08:00
Cameron
e165c90575 {BOOK_CHAPTERS} shprtcode added.
Render All visible Chapters from a specific Book.
Uses "listChapter" template key. ie. $CHAPTER_TEMPLATE[---TEMPLATE --]['listChapters']
Example {BOOK_CHAPTERS: name=book-sef-url&template=xxxxx&limit=3}
2017-11-10 15:37:23 -08:00
Cameron
2a37288dc7 Book/Chapter image field added. 2017-11-10 14:06:30 -08:00
Cameron
18b3825779 Session fix for host with port numbers. 2017-11-10 11:27:45 -08:00
Cameron
0e3c68f0b8 Improved the front-end inline editing feature. Now has Save and Cancel buttons. 2017-11-10 09:03:04 -08:00
Cameron
c0c1e43a57 TinyMce code-highlighting class preference 2017-11-09 10:18:13 -08:00
Cameron
93ab7996c7 Minor fixes and debug. 2017-11-09 10:15:36 -08:00
Cameron
62d483e51d Comments example added to _blank 2017-11-08 11:22:24 -08:00
Cameron
1841b82586 Plugin update detection fix. 2017-11-07 17:52:15 -08:00
Cameron
e1b5dd9449 Display pre-release language packs. 2017-11-07 14:21:06 -08:00
Cameron
c7c4ea6d51 Domain detection fix for newer TLDs. 2017-11-07 12:10:06 -08:00
Cameron
6c153f3069 Disable database update-checks after completion. (unless debug mode is active) 2017-11-07 09:03:46 -08:00
Cameron
263b9318a7
Merge pull request #2851 from Jimmi08/patch-3
possibility to style {THREADSTATUS} #2850
2017-11-07 07:25:40 -08:00
Cameron
35f5748ba2 Issue #2846 LAN vars cleanup 2017-11-07 06:59:11 -08:00
Jimako
be8ea22c08
possibility to style {THREADSTATUS} #2850 2017-11-07 13:56:24 +01:00
Cameron
e472801191 Issue #2846 2017-11-06 22:39:18 -08:00
Cameron
15b075b6af Issue #2846 2017-11-06 22:29:19 -08:00
Cameron
cf8f4bb7be Unused LAN 2017-11-06 17:49:15 -08:00