1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-03 12:13:01 +02:00

2873 Commits

Author SHA1 Message Date
Nick Liu
3d206306fe
Revert "Issue #3301 Revert "Removed problematic cache from e107plugin::getinfo()""
This reverts commit 55be7e35a2b971de44fdfda11847ccab81128418.
2018-07-22 11:32:26 -05:00
Cameron
7d040347d0 Make video/audio thumbnails larger. 2018-07-21 13:20:17 -07:00
Cameron
55be7e35a2 Issue #3301 Revert "Removed problematic cache from e107plugin::getinfo()"
This reverts commit 89e28e38c5f2a3f9762fa826299f8e6945adee03 because it breaks thumb.php
2018-07-21 12:23:44 -07:00
Cameron
8c2bf18679
Merge pull request #3301 from Deltik/fix-249be29
Removed problematic cache from e107plugin::getinfo()
2018-07-21 10:24:09 -07:00
Cameron
f50860a51e Preparation for 2.1.9 upgrade routine. 2018-07-21 10:18:16 -07:00
Nick Liu
89e28e38c5
Removed problematic cache from e107plugin::getinfo()
Every known usage of e107plugin::getinfo() requires up-to-date knowledge
of the involved plugin's record in the database.

For this reason, I removed the object scope global state caching of
results from e107plugin::getinfo()

Also changed the method name to a more descriptive getPluginRecord()

Also made e107plugin::getPluginRecord() static
2018-07-21 12:08:00 -05:00
Cameron
aeb7f17948
Merge pull request #3293 from SimSync/fix_3285
fixes #3285 No rank images displayed in backend and on profile page
2018-07-20 11:38:12 -07:00
Cameron
cd8ddfd54a Issue #3200 - Media-Manager Media-picker work-in-progress 2018-07-19 12:43:04 -07:00
Achim Ennenbach
cf9c222879 fixes #3285 No rank images displayed in backend and on profile page 2018-07-19 17:08:55 +02:00
Cameron
6ab8c5c0f3 Issue #3200 More work on Media-picker. Version changed to 2.1.9 (git) 2018-07-18 14:40:29 -07:00
Cameron
bb7f8717fa Media-Manager Issue #3200 Work in Progress. Local video-file browser. 2018-07-16 17:14:10 -07:00
Cameron
bac96528fc Token fix. 2018-07-16 12:39:32 -07:00
Cameron
91374a0dde
Merge pull request #3286 from SimSync/plugin_update_files
Added buildAddonPrefLists() to plugin install, update and uninstall
2018-07-15 12:21:49 -07:00
Cameron
62b257e655
Merge pull request #3284 from SimSync/fix_2912
Closes #2912 Typo prevents removing admin status from user
2018-07-15 12:21:02 -07:00
Achim Ennenbach
15e1a5ba51 Added e107::getPlug()->clearCache()->buildAddonPrefLists() to make sure
that the special e_*.php files that come with the plugins are always
uptodate and known by the system.
2018-07-15 15:35:31 +02:00
Achim Ennenbach
a6c58f2293 Closes #2912 Typo prevents removing admin status from user 2018-07-15 12:34:19 +02:00
Achim Ennenbach
8fea5fa53e Fixed typo in prefs.php, which resulted in an empty pref post_scripts
Added check&update for pref post_scripts in 2.1.8 update routine
2018-07-13 22:45:41 +02:00
Cameron
26d72ff21e Issue #3263 Upgrade routine added for 2.1.7 > 2.1.8 2018-07-13 12:51:44 -07:00
Cameron
ce244935c0 Issue #3175 Email confirmation and database update/delete processing added. Testing required. 2018-07-12 15:31:11 -07:00
Achim Ennenbach
c355d9c25f Fixes #2913 Applied the same visual appearance as in admin/comment.php 2018-07-12 21:17:01 +02:00
Achim Ennenbach
8c0fee4cb1 Limited allowed userclasses for 'post_script' to a smaller group:
No One, (Main-) Admins, Mods and custom groups
Added a check on opening of the prefs page to make sure, that the set
value is only one of the allowed classes. Otherwise, class "No One" will
be set and saved.
Replaced deprecated function calls with their successor...
2018-07-11 15:54:51 +02:00
Gábor
30409500ad
Update comment.php 2018-07-06 07:44:16 +02:00
Cameron
d4cc9a47b4
Merge pull request #3254 from SimSync/fix_3051
fixes #3051 broken image links
2018-07-04 17:47:15 -07:00
Cameron
3b635ee960
Merge pull request #3253 from SimSync/fix_3059
fixes #3059 Language list was empty, even if languages were available
2018-07-04 17:46:16 -07:00
Cameron
23e97e058c
Merge pull request #3250 from SimSync/fix_3120
Fixes #3120 Added tools sections to comment manager to recalculate comment count
2018-07-04 17:42:54 -07:00
Achim Ennenbach
d8c63724b2 fixes #3051 broken image links
The image browser always returns image path relative to admin directory,
which doesn't work in case the target is a plugin.
Added a check for the target and modify the preview url in case
it is a plugin.
2018-07-04 13:28:45 +02:00
Achim Ennenbach
047b7f8f7d fixes #3059 Language list was empty, even if languages were available
download and info link returned from languagepacks.xml contain wrong links
2018-07-04 12:09:25 +02:00
Achim Ennenbach
cce333550f fixes #3120 added tools sections to recalculate comment count to comment manager 2018-07-03 14:54:45 +02:00
Achim Ennenbach
bc7b801054 fixes #3126, fixes #3143 Backend used wrong field to hashword
Instead of user_loginname (as used in usersettings),
the backend used user_login and didn't escape the result.
This made the login impossible.
2018-07-03 12:24:57 +02:00
Tijn Kuyper
20f35e6186
#3053 - Wrong pref for comment sorting 2018-06-25 14:26:50 +02:00
Achim Ennenbach
8d41cd6956 Fixes #3152
Made category editable (dropdown)
Made screenshot not required on public upload
2018-06-01 19:00:17 +02:00
Achim Ennenbach
3a228c0181 Possible fix for issue e107inc/e107#3152
Makes the category field editable (dropdown) so a download category can be assigned.
2018-06-01 18:16:48 +02:00
Cameron
aa53328ef0 Issue #2222 - User Ranks experimental admin area moved to stable. 2018-05-23 17:02:33 -07:00
Cameron
d7e3caae83 Admin-ui: Improved adminMenu highlighting when custom uri in use.
Plugin Builder: added menu divider example.
2018-05-23 16:29:37 -07:00
Cameron
ac4b505ceb Issue #3104 Library CSS fix for late calls. (eg. bootstrap-switch ) 2018-05-12 11:46:28 -07:00
Cameron
ac95924374 Issue #3104 Library CSS fix for admin area. 2018-05-12 10:22:58 -07:00
Cameron
bf9cf05b0e Renamed date handler to e_date. BC support added. 2018-05-11 14:58:04 -07:00
Cameron
ed36008286 Non-standard arg_separator.output value fix. 2018-05-04 17:58:25 -07:00
Deltik
cce67aecf4
Fix plugin upgrade version number mouseover text
Fixes: #3109
2018-04-29 04:04:55 -05:00
Gábor
47d88e1e15
Update banlist.php 2018-04-18 09:45:30 +02:00
Cameron
9f50721ab5 Use 'method' for news_template, so we get the 'Default' when empty. 2018-03-10 18:19:53 -08:00
Cameron
79fbf4273c Issue #2996 Admin-ui type=layout inline editing issue. 2018-03-10 18:15:45 -08:00
Cameron
0bec81f6d7 Issue #3065 admin > users > search by IP failing to return records. 2018-03-08 16:21:51 -08:00
Gábor
1b6fca5a85
Update header.php 2018-03-04 09:24:22 +01:00
Gábor
0afc53f2b2
Update header.php
Now loading lang.js file.
2018-02-27 14:04:35 +01:00
Nick Liu
5b4f936d92
file_inspector::inspect() optional arguments
file_inspector::inspect() now works in PHP 7 because pass-by-reference
variables are optional now as they were intended.

Fixes: #3013
2018-01-28 06:27:29 -06:00
Cameron
df591077fb Prevent loading of unnecessary language files. 2018-01-27 12:50:14 -08:00
Cameron
8799ccab75 News: Moved "Template" and "Location" to the "Advanced" tab. 2018-01-26 15:55:37 -08:00
Cameron
c162981fbd Cleaned up the Default Image Size in Media-Manager Preference area. Remove 'width=' from [img] when it matches the default size. 2018-01-26 15:54:54 -08:00
Cameron
0e340aa4af Closes #3005, Fixes: #2882 - password auto-fill issue. 2018-01-24 10:37:50 -08:00