Jump to content

wantoo

Members
  • Posts

    17
  • Joined

  • Last visited

Reputation Activity

  1. Like
    wantoo got a reaction from activa in Wrong Date Format In Support Manager Plugin (Ticket Detail)   
    Doesn't work. Even elsewhere in other files (helpers)
     
    That's right. I've thought about that, all website date would be in french even for US users.
     
     
     
    You are right, I rolled back and settled "d/m/Y H:i" for now. Solutions above are not suitable because:
    - "le monday 10 august 2015 utilisateur a dit" is not very handy for french users
    - "on lundi 10 août 2015 user said" is worst for english spoken users (a few people on earth is supposed to speak french)
     
     
     
    That's the point Naja7host! The little I have seen, date format function is executed from /helpers/date/date.php and, yes, there's no strftime()! Changing this needs a little somersault: date --> timestamp (strftime) --> date format again
     
    I'm not sure if this is the only place to be in Blesta, the only function to hack...
  2. Like
    wantoo got a reaction from Tanel in Ability To Translate Package Name   
    +1
     
    As always, internationalization is a pain in the ass for dev people Blesta has a lot of feature where we would be happy to find language string and/or internal translation process:
     
    Universal module as above, but also:
    - package description (textarea editor) !! Very important for front website! I wonder why there's no language tabs as for "welcome email" below in the same page...
    - group name (label)
    - package option group description (textarea)
    - option label & option display name
  3. Like
    wantoo got a reaction from Michael in [Order] Configurable Options & Addons Descriptions   
    I was just wondering why the configurable options and addon packages don't have descriptions to explain what they are for. So I would like to open a feature request to have a ? next to or a line underneath the title with the description set.
  4. Like
    wantoo got a reaction from Rodrigo in [Order] Configurable Options & Addons Descriptions   
    I was just wondering why the configurable options and addon packages don't have descriptions to explain what they are for. So I would like to open a feature request to have a ? next to or a line underneath the title with the description set.
  5. Like
    wantoo reacted to Blesta Addons in [Plugin] Cookiecuttr Plugin (Eu Cookie Law)   
    The plugin Has been update to v2.0.0 , compatible with v3.3.X .
     
    + added option to select between two css style, screenshoot has ben added to the first post .
     
     
    enjoy the free content
  6. Like
    wantoo got a reaction from Daniel B in [Order] Configurable Options & Addons Descriptions   
    I was just wondering why the configurable options and addon packages don't have descriptions to explain what they are for. So I would like to open a feature request to have a ? next to or a line underneath the title with the description set.
  7. Like
    wantoo got a reaction from Clare in Posting An Html Or Php "page" In Back End For Each Client   
    Hello,
     
    + 1, I agree
     
    For my part, I'd like to display a Monitis (monitoring) widget which is no more than a little javascript inclusion. Under each Service --> Package (webserver type) some monitoring graphs should be fantastic!
     
    I tried Universal Module, playing around again and again, with no success... it seems that there's no field rendering pure html or am I light-headed as usual?
     
    Thank you too
     
    Didier
  8. Like
    wantoo got a reaction from PauloV in [Plugin] Blesta Live Chat Rc 1.0.7 - 4ºrc   
    Hi,
     
    Great work! For sure it deserves a donation (I'll do it in a moment) ;-)
     
    Just a little thing about "bare metal security" webserver with mod_security, mod_evasive and WAF : 2 (important) rules are fired each time livechat refresh itself...
    - on admin side, the only collateral damage is on the Blesta Menu: "bchat_badge" ($online function) fire the rules... that's easy to fix
    - on other hand, if we've put a widget on a website, every visitor is blacklisted at very next ajax call (a few seconds visit)! On our server, we blacklist IP for 20 mn !! Ouch!
     
    These 2 mod_security rules are quite important and we'd better try to keep them as they are...
     
    1) Uniencoded possible Remote File Injection attempt in URI (AE)
    2) URL detected as argument, possible RFI attempt detected
     
    These 2 rules are fired because of the URL argument in GET variable ("Pattern match "=(?:ogg|gopher|data|php|zlib|(?:ht|f)tps?)://" at REQUEST_URI" for $refferer & $location). There's nothing we can do to quickly fix this problem, apart from disable these rules for the domain where LiveChat is installed. Not fair, not secure
     
    It seems that your original code* dates january but LiveHelperChat updated his code, especially on May 11 : mod_security fix #286
     
    May be, you could have a look? Thanks ;-)
     
    Have a nice day
     
    Didier
     
    Edit : sorry, not "your" original code (that is well updated) but "vendor/blc" code ;-)
×
×
  • Create New...