Jump to content

bfarber

Clients
  • Posts

    163,911
  • Joined

  • Days Won

    346

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by bfarber

  1. Won't happen in 3.0.0 mind you. ;)
  2. *sigh* I'm afraid we aren't going to be able to hold up IPB3 for language abstracted menus. IF we get all the bugs done and there is time, I MAY be able to look into it before final is released. But best I can offer is to check for the next version. If we get to it before then great. If not, next version. I'm afraid I can't offer you anything better right now. There are too many more important bugs that we have to address.
  3. We guarantee 48 hour turn around times for tickets, and are generally much quicker than that. The person who submitted their billing ticket right before you expects their ticket to be answered in a timely fashion as well, after all. If you require near-immediate ticket responses you should probably get in touch with management to see if a custom SLA can be worked out. Otherwise, I'd imagine it to be only fair to handle tickets in the order in which they are received. You should call our toll free number if you require immediate service, or you should contact management if you feel the service is not what is advertised or promised. I don't believe posting such issues here will really speed up the process unfortunately. It's quite rare for our billing department employees to actually browse these forums.
  4. Will consider it in the next release when IN_DEV is on. I can see how it would be useful. :) (Note for the record to save you a few strands of hair next time hopefully - if your class name is invalid it will do the same thing (e.g. "admin_blah_blah_blah1" if it is supposed to be "admin_blah_blah_blah" will cause the same thing).
  5. You can compare the changes in modified template bits (if your template bits aren't modified they automatically inherit changes so it's not really needed). There's a differences tool built into the ACP for this. Additionally, when viewing individual template bits there's a button at the top that lets you see the current template bit you are viewing compared to the default. Same with CSS. Additionally, when we release updates we post template difference reports as you can see here:
  6. That is sexy! Please do release. :D
  7. I've already posted somewhere the modifications you'd need to make to do this. Heck, I'll post it on the resource site right now... And done http://resources.invisionpower.com/index.php?appcomponent=cms&module=articles&component=articles&article=7666
  8. For security reasons our parsing classes strip out javascript.
  9. You can already translate the text on your own site, as stated before (just edit the applications/modules from the Manage Applications page). This is only an issue if you need MULTI-language setups, and very few users do. I've already stated this particular issue I can look into later. There's an intermediate solution already for your own boards. I'm not sure what more you expect right now I'm afraid. We're doing the best we can. Just language abstracting the ACP for 3.x took me *weeks* as it is. We are at a point now where we cannot spend a ton of time making things that are stored in the database language abstractable but I will look into it in the next release.
  10. Would take seconds to add back into the skin if we don't manage to get to it before final fyi ;) We have quite a bit going on, and can't get to everything for sure. Have you seen the bug tracker today? :wacko:
  11. 1) The link itself points to the "get first post" action (get first unread post) so there's no need for a secondary link for this 2) View new posts shows all unread posts (instead of posts since last visit). We're considering an option to change this in a future version but it's not a bug exactly (it's intended for 3.0).
  12. Menus are something we can do. It's even easier than you suggest Luke - we can look for a language key *if it exists* (like we do in some other areas already) and if not just use what is in the database (lang key based on app_module or something like that). The problem is, this isn't going to please everyone. Someone else already mentioned forum rules and board rules and so forth - it's just not easily feasible to handle EVERY text that is stored in the database in every language available. The ACP is language abstracted now, just as the front end is. The text that is displayed is now in a language file, where it's not stored in the database. This is the same as the front end. Over time we can work to tweak additional areas that are easy to implement, such as the menus.
  13. Unfortunately, some data is stored in the database, and we do not make this translatable in most cases. The same goes for posts you submit (and data like it, such as the topic title). You cannot translate this data to each language.
  14. bfarber

    IPB 3.0 RC1

    As stated, please post bugs in the bug tracker. :)
  15. bfarber

    Profile Spam?

    Matt's screenshot is from 3.0. There are more enhanced spamming options in 3.0. :)
  16. Besides that, Google's servers are probably a tad faster than yours. ;) But yes, parallel downloading is the primary reason to use a CDN to load content like prototype/scriptaculous.
  17. What locale did you set? You might need to append ".UTF8" to it, for instance. http://resources.invisionpower.com/index.php?appcomponent=cms&module=articles&article=7583
  18. *Noting that a bug in the betas and RC1 caused the screen not to display where you were asked if you wanted to convert PMs - should be fixed for RC2
  19. It does indicate it on the performance mode page, but I can see your point. I believe the status is stored in the caches somewhere, so it would be possible to load it on the front end easy enough and show an indicator (it would probably be a 10 second skin edit in all reality...) $caches = $this->registry->getCache('performanceCache'); </php> <if test="count($caches)"> Performance mode is enabled! </if> <php> Something like that. :)
  20. Please use the tracker to report bugs. This issue has been reported, is confirmed, and will be fixed before IPB3 reaches final stages.
  21. The phrases in the left column are stored under Manage Applications & Modules in the System tab. You will need to edit each module if you wish to change it's language string.
  22. bfarber

    PM undefiend?

    In the future please be sure to post bugs in the Tracker. :) That way you'll be sure we see it and act on it appropriately. This particular issue is already addressed however.
  23. Just keep a backup of the file. :)
  24. Something to consider in the future
×
×
  • Create New...