Results 67 issues of emanuele45

http://www.elkarte.net/community/index.php?topic=4350.0 > I clicked on "unwatch" at a topic of my board. It works. But new posts inside this topic are still listed under "No unread topics found since your...

bug

https://developer.github.com/v3/media/ This allows to write the reelase announcements using markdown instead of HTML. YAY! :dancer: We need to use $.ajax in order to send custom headers: http://stackoverflow.com/questions/3229823/how-can-i-pass-request-headers-with-jquerys-getjson-method

enhancement
good first issue

Instead of testing for method existence, we should have an interface implemented by the various methods.

enhancement
good first issue

``` Type of error: Undefined 8: Undefined index: name http://www.elkarte.net/community/index.php?action=admin;area=packageservers;sa=browse;server=3 File: /.../themes/default/PackageServers.template.php Line: 210 ``` and ``` Type of error: Undefined 8: Undefined index: description http://www.elkarte.net/community/index.php?action=admin;area=packageservers;sa=browse;server=3 File: /.../sources/admin/PackageServers.controller.php Line: 320...

bug

With the 1.1 caching system it's just a matter of adding a file in the appropriate position. Since some are old (eAccelerator, MMCache) and some are questionably useful (file-based), at...

good first issue

Anyone against it? I mean stuff like: ``` $context['display_mode'] = $cur_profile['pm_prefs'] & 3; ``` ``` $user_setting['pm_prefs'] & 252 ``` ``` if (!($row['is_read'] & 1)) ``` etc. TBH I don't understand...

enhancement
question

The SCEditor we are shipping, apparently supports some level of "pasting from clipboard", the drawback is that it converts the image to data base64 encoded, putting everything into the text...

enhancement

https://github.com/elkarte/Elkarte/blob/master/sources/admin/ManageSmileys.controller.php#L1607 Should that be `$context['actions']` or just removed? (I mean the `$actions = parsePackageInfo` suff.)

bug
enhancement
feature request

I think there are at least three different functions that do the same thing... Mostly a memo, I hope to address it tomorrow (unless Spuds scared by what I can...

For example in create event, or in posting a poll, or... other places.

enhancement
good first issue