This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
316
Archived fixes / [Security issue] Re: /plugins/<name>/plugin-info.xml
« on March 18th, 2014, 09:10 PM »
It was the same on my local installation and on my webspace. Both are not the latest commit, perhaps its already changed but because it also "worked" on wedge.org i didnt looked wheter its on git too.
EDIT: Now i get an 403, thats good.
EDIT: Now i get an 403, thats good.
317
Archived fixes / [Security issue] /plugins/<name>/plugin-info.xml
« on March 17th, 2014, 05:52 PM »
Just thought about the problem with the plugin-info.xml and that its accessable. Think about an automated scanner like wpscan which uses plugin lists to bruteforce which plugins you have installed. For that kind of tools it would be too easy to look what plugins you have installed (if the plugin author cares about it :lol:) and even sees the used version.
Example:
http://wedge.org/plugins/mentions/plugin-info.xml
Im not really into .htaccess, but an "deny from all" in /plugins/.htaccess could fix it.
EDIT:
Perhaps adding xml to filematch would be even a better solution :hmm:
Code: [Select]
Example:
http://wedge.org/plugins/mentions/plugin-info.xml
Im not really into .htaccess, but an "deny from all" in /plugins/.htaccess could fix it.
EDIT:
Perhaps adding xml to filematch would be even a better solution :hmm:
<FilesMatch "\.(zip|gz|bz2|tar|xml)$">
Order deny,allow
Deny from all
</FilesMatch>
318
Plugins / [Plugin] Re: HideMod
« on March 14th, 2014, 07:54 PM »
UPDATE:
Now reloads page on like if post contains hide and disables unlike on posts with [hide]. Plugin should be ready for "real" use. Therefore i would like to edit the Thread :)
Now reloads page on like if post contains hide and disables unlike on posts with [hide]. Plugin should be ready for "real" use. Therefore i would like to edit the Thread :)
319
Bug reports / Re: New board error
« on March 11th, 2014, 05:33 PM »
I dont have pretty urls activated, but still the error. I also dont think that its a problem with pretty Url is because it works correctly but throws an error, which can be ignored.
320
Bug reports / Re: New board error
« on March 10th, 2014, 10:52 PM »
Try to create Category1 and Category2, click at "Add Board" set Order to Sub-Board of and the second select field to Category1. Full Name is Board1 and thats it. Works for me with latest commit, even if Board1 is used mulitple times as a sub board. But the mysterious thing is, that sometimes i get the Error "This address is already in use. Please go back and change it." but the Sub Board is added properly. Had the Issue multiple times, dont know why.
EDIT: Didnt read your complete post :/ But all in all, bug exists for me too :D
EDIT: Didnt read your complete post :/ But all in all, bug exists for me too :D
321
Archived fixes / Custom Hooks after update
« on March 8th, 2014, 12:10 PM »
I think it would be useful if wedge disables plugins for which a hook is missing after an update. And for some reasons it also didnt displayed that red error box with the hooks which are missing (also not after i disabled it and purged chache, only when i try to activate it, it shows me the error message about the missing hook).
322
Features / Re: Current processed Post id
« on March 8th, 2014, 12:07 PM »
Hmm is cache id of 30 static for drafts? Didnt tooked a closer look at it, but i was a bit suprised that the first draft had an id of 30....
But back to $type, works well and integrated it into the plugin. Thanks for adding it :)
But back to $type, works well and integrated it into the plugin. Thanks for adding it :)
323
Features / Re: Current processed Post id
« on March 7th, 2014, 11:05 AM »Yes, but without access to $type, how do you know that it's a forum post..?
(I haven't looked at it, possibly the generic type implies a forum post, but I don't think so.)
The only reason why it works for me is that i process the hide stuff nearly everywhere. In Search, Posts from user via profile, and forum posts. I now looked where else process_bbc is used, and its also used in drafts (of course) but there cache isnt an int its something like 'draft30', which seems like a dirty solution for me (same for pm drafts) ::). And therefore, type would be awesome ;)
324
Plugins / [Plugin] Re: HideMod
« on March 6th, 2014, 12:37 PM »
UPDATE:
I changed from display_post_done to post_bbc_parse.
The upside is now, that the bbc is parsed properly everywhere, not only if someone views posts in forum. Also posts are correctly processed via showposts in profile or if you use the search. Im pretty happy with this solution, thanks to @Nao :)
PS: Is it possible to change this topic or create a new one? Cant edit my posts and im not happy with the informations about that plugin. They are too old ^^
I changed from display_post_done to post_bbc_parse.
The upside is now, that the bbc is parsed properly everywhere, not only if someone views posts in forum. Also posts are correctly processed via showposts in profile or if you use the search. Im pretty happy with this solution, thanks to @Nao :)
PS: Is it possible to change this topic or create a new one? Cant edit my posts and im not happy with the informations about that plugin. They are too old ^^
325
Features / Re: Current processed Post id
« on March 6th, 2014, 11:54 AM »AFAIK, post_bbc_parse has this in $bbc_options['cache']…?
However you do not have access to the post type. Very bad idea... should fix that.
326
Features / Current processed Post id
« on March 6th, 2014, 12:44 AM »
I would love to have in $context a current_postid variable. Otherwise theres no way to get to know the postid from parse_bbc. And im pretty sure there are also other functions which dont know the postid. current_postid should be the postid from the current processed post :D. I dont know if theres another way but searched in all globals and dindt found something :hmm:
regards CerealGuy
regards CerealGuy
327
Archived fixes / [Full Editor] Re: Text is empty error
« on March 3rd, 2014, 03:31 PM »
Cant reproduce with firefox 27 on linux.
328
The Pub / Re: Wedge translation pt_PT (Git questions)
« on March 2nd, 2014, 05:16 PM »
You mean that you can create inside the language folder an folder "portugese-pt" from where the files can be loaded? I also wondered if that works, would be nice and a more clean way. Otherwise there are so much files in the language folder which is very chaotic.
330
The Pub / Re: Upcoming dark theme for Wedge
« on February 23rd, 2014, 11:13 AM »
Looks nice, i like the green Buttons for Notification & Messages :)