Jump to content

CodingJungle

Clients
  • Posts

    3,066
  • Joined

  • Days Won

    31

Reputation Activity

  1. Like
    CodingJungle got a reaction from PurplePixel in CodingJungle's Apps [support topic]   
    One of the biggest complaints about my support (other than my disappearances) has been that i chose to keep it all in one topic. I've decided to make a topic for each of the apps, and will be requesting this topic be closed/deleted.  
    CJ Duplicate Member Logger
    Keyword Tooltips
    Babble
    Downloads Plus
    Menu Groups Manager
    Name 2 Avatars
    Stratagem
    Nettoolkit Geo
    Regards,
    Michael
  2. Like
    CodingJungle got a reaction from bearback in CodingJungle's Apps [support topic]   
    One of the biggest complaints about my support (other than my disappearances) has been that i chose to keep it all in one topic. I've decided to make a topic for each of the apps, and will be requesting this topic be closed/deleted.  
    CJ Duplicate Member Logger
    Keyword Tooltips
    Babble
    Downloads Plus
    Menu Groups Manager
    Name 2 Avatars
    Stratagem
    Nettoolkit Geo
    Regards,
    Michael
  3. Like
    CodingJungle got a reaction from Joey_M in CodingJungle's Apps [support topic]   
    One of the biggest complaints about my support (other than my disappearances) has been that i chose to keep it all in one topic. I've decided to make a topic for each of the apps, and will be requesting this topic be closed/deleted.  
    CJ Duplicate Member Logger
    Keyword Tooltips
    Babble
    Downloads Plus
    Menu Groups Manager
    Name 2 Avatars
    Stratagem
    Nettoolkit Geo
    Regards,
    Michael
  4. Like
    CodingJungle got a reaction from Steph40 in CodingJungle's Apps [support topic]   
    One of the biggest complaints about my support (other than my disappearances) has been that i chose to keep it all in one topic. I've decided to make a topic for each of the apps, and will be requesting this topic be closed/deleted.  
    CJ Duplicate Member Logger
    Keyword Tooltips
    Babble
    Downloads Plus
    Menu Groups Manager
    Name 2 Avatars
    Stratagem
    Nettoolkit Geo
    Regards,
    Michael
  5. Thanks
    CodingJungle got a reaction from Tirel in CodingJungle's Apps [support topic]   
    feel free to send me a PM
  6. Thanks
    CodingJungle got a reaction from Tirel in CodingJungle's Apps [support topic]   
    are you still on IPS 4.4? if so, it is cause when i was developing the later versions of stratagem, i was using a more recent version of mysql that removed the length parameter for INT columns (the schema manager was actually throwing a lot of errors for me, so i removed them), but it causes that to show up in the support tool. i just missed that one when i put them back in for 4.4, in 4.5 this shouldn't show up. 
    the 4.5 update has been released.
  7. Like
    CodingJungle reacted to Martin A. in csrfCheck question   
    But nothing here stops me from creating and sharing a regular URL for these methods, creating a GET request for it.
    So I'm gonna say you do need it in every method. Or you need all state changing methods in its own controller where you run the csrfCheck regardless of request method.
  8. Thanks
    CodingJungle got a reaction from Tirel in CodingJungle's Apps [support topic]   
    will be working on it this weekend, originally when i checked it out for 4.5 it was working fine, but i didn't take into account all the new rule changes for the market. So i will be updating the app this weekend to reflect those changes.
  9. Like
    CodingJungle reacted to Colonel_mortis in Why is XRegexp included?   
    XRegExp is 135KB when minified as part of root_library.js (that whole bundle is only 383KB, so it's a significant chunk), but it's only used in two places:
    In ipsautolink/plugin.js, it's just used to evaluate a native JS regex, which I believe is totally unnecessary (use this.urlRegex.test(text) instead!) In ips.search.results.js, where it's just used to replace using a native JS regex (use $(this).text().replace(new RegExp(...), '...') instead, as you do for each subsequent replacement in that chain) (while you're at it, why does that code replace with HTML, HTML escape everything, then selectively unescape the content you just added?!) Removing those two places that don't, to my understanding, utilise the library in any meaningful way would allow you to slim down the site by a not-insignificant amount, and make certain people happy.
  10. Thanks
    CodingJungle got a reaction from CoffeeCake in Please update Notification extension   
    sorta my point that extensions should implement an interface/extend an abstract class instead, that way if there is a change like this, it would be reflected in the interface/abstract and i wouldn't have to go on a wild goose chase to figure what this new method is expecting. since it was working for me on the notification settings on the front end, i figured it was something that was caught/fixed in 4.5.1/2/3 cause i added the method in one of my other apps, but that was back during the beta when i was upgrading it. 
  11. Like
    CodingJungle reacted to Daniel F in Code completion in IDE with monkey patching   
    There's a handy tool in our marketplace which is able to generate the proxy classes and dozen other autocomplete providers for phpStorm
     
  12. Thanks
    CodingJungle got a reaction from bearback in CodingJungle's Apps [support topic]   
    cjdml update has been accepted.
  13. Like
    CodingJungle got a reaction from Unlucky in CodingJungle's Apps [support topic]   
    cjdml update has been accepted.
  14. Haha
    CodingJungle got a reaction from GlenP in Why aren't posts numbered within a thread?   
    you must be new to the internet if you think that would've happened 😛 
  15. Haha
    CodingJungle got a reaction from Malwarebytes Forums in Why aren't posts numbered within a thread?   
    you must be new to the internet if you think that would've happened 😛 
  16. Like
    CodingJungle got a reaction from Morrigan in Why aren't posts numbered within a thread?   
    as a developer myself, I wouldn't call it a choice or "diversity of needs", but a redundancy. it also creates inconsistency imho. as you would have people offering up the perma links/link embeds, others referring to post number/id. as a long time member of a rather large tech board out there, the guides and threads that use perma links/embeds over referencing a post in a thread by a number, are far more popular and easier to consume than they use to be when the standard fair was to do reference the post number/id. 
    also there is another huge advantage that you are denying your community by wading in the waters of days gone by, link juice.
    https://moz.com/learn/seo/what-is-link-equity
  17. Like
    CodingJungle got a reaction from Rikki in Why aren't posts numbered within a thread?   
    as a developer myself, I wouldn't call it a choice or "diversity of needs", but a redundancy. it also creates inconsistency imho. as you would have people offering up the perma links/link embeds, others referring to post number/id. as a long time member of a rather large tech board out there, the guides and threads that use perma links/embeds over referencing a post in a thread by a number, are far more popular and easier to consume than they use to be when the standard fair was to do reference the post number/id. 
    also there is another huge advantage that you are denying your community by wading in the waters of days gone by, link juice.
    https://moz.com/learn/seo/what-is-link-equity
  18. Like
    CodingJungle got a reaction from The Old Man in Why aren't posts numbered within a thread?   
    you do, you have the choice of adding it back in if that is what suits your community better. its much like hemming your pants, they might generally fit well, but need that extra little bit of attention to make them fit just right. 
  19. Like
    CodingJungle got a reaction from The Old Man in Why aren't posts numbered within a thread?   
    as a developer myself, I wouldn't call it a choice or "diversity of needs", but a redundancy. it also creates inconsistency imho. as you would have people offering up the perma links/link embeds, others referring to post number/id. as a long time member of a rather large tech board out there, the guides and threads that use perma links/embeds over referencing a post in a thread by a number, are far more popular and easier to consume than they use to be when the standard fair was to do reference the post number/id. 
    also there is another huge advantage that you are denying your community by wading in the waters of days gone by, link juice.
    https://moz.com/learn/seo/what-is-link-equity
  20. Like
    CodingJungle got a reaction from BankFodder in Why aren't posts numbered within a thread?   
    you do, you have the choice of adding it back in if that is what suits your community better. its much like hemming your pants, they might generally fit well, but need that extra little bit of attention to make them fit just right. 
  21. Like
    CodingJungle got a reaction from Askancy in Why aren't posts numbered within a thread?   
    as a developer myself, I wouldn't call it a choice or "diversity of needs", but a redundancy. it also creates inconsistency imho. as you would have people offering up the perma links/link embeds, others referring to post number/id. as a long time member of a rather large tech board out there, the guides and threads that use perma links/embeds over referencing a post in a thread by a number, are far more popular and easier to consume than they use to be when the standard fair was to do reference the post number/id. 
    also there is another huge advantage that you are denying your community by wading in the waters of days gone by, link juice.
    https://moz.com/learn/seo/what-is-link-equity
  22. Like
    CodingJungle reacted to Rikki in Why aren't posts numbered within a thread?   
    The date in every post provides a direct permalink to the post. Incorrect post numbers based on a user's individual permissions would certainly present more of a usability issue for both disabled and able-bodied users.
    It's absolutely fine that some people would like to have post numbers back - we understand people don't always like change - but please let's not try and justify it as being a legal requirement.
  23. Like
    CodingJungle got a reaction from Olmyster in CodingJungle's Apps [support topic]   
    current for 4.5:
    Stratagem 2.2.0 (uploaded for mp approval)
    Menu Groups Manager 2.0.0  (uploaded for mp approval)
    Babble 2.9.0 (self hosted and chat service, available now)
    DevToolbox 4.0.0 (ready)
    upcoming:
    Names 2 avatar 
    keywords
    duplicate member manager
     
  24. Thanks
    CodingJungle reacted to Square Wheels in CodingJungle's Apps [support topic]   
    Thank you
  25. Like
    CodingJungle got a reaction from Square Wheels in CodingJungle's Apps [support topic]   
    version 4.0.0 was release for IPS 4.5 on saturday. 
×
×
  • Create New...