Skip to content
Snippets Groups Projects
  1. Jul 26, 2010
  2. Jul 23, 2010
  3. Jun 22, 2010
  4. May 29, 2010
    • Sergei Litovchuk's avatar
      FIXED Linux build. · 279f5805
      Sergei Litovchuk authored
      Added forward specialization of LLStringUtil::format before use in LLStringUtil::formatDatetime.
      
      --HG--
      branch : product-engine
      279f5805
  5. May 28, 2010
  6. Mar 26, 2010
    • Vadim Savchuk's avatar
      Fixed bug EXT-6399 (System locale is the same for all languages). · b7d0bb9e
      Vadim Savchuk authored
      Problem:
      * English locale was set for all languages.
      * Specifying a correct locale didn't affect anything, including date/time formatting.
      
      My investigation has shown that LLStringUtil was instantiated twice: in the
      main binary and in libllcommon.so.
      Because LLStringUtil::setLocale() was called from newview and getLocale()
      was called from llcommon, they effectively used *different* instances of
      LLStringUtil::sLocale. Hence getLocale() always returned empty string.
      
      This seems to be caused by get/setLocale() methods not being dllexported.
      
      The fix instantiates get/setLocale() and sLocale in llcommon and exposes
      them to use from newview (i.e. prevents multiple instantiation).
      
      Besides, I specified correct locale names for all languages and platforms.
      
      Reviewed by Leyla: https://codereview.productengine.com/secondlife/r/104/
      
      --HG--
      branch : product-engine
      b7d0bb9e
  7. Jan 11, 2010
  8. Jan 08, 2010
  9. Dec 02, 2009
  10. Nov 30, 2009
  11. Nov 27, 2009
  12. Nov 02, 2009
  13. Oct 30, 2009
  14. Oct 07, 2009
  15. Sep 25, 2009
  16. Sep 11, 2009
  17. Sep 09, 2009
  18. Sep 04, 2009
  19. Sep 03, 2009
  20. Aug 24, 2009
    • Richard Nelson's avatar
      merge -r 130399-131510 skinning-21 -> viewer-2.0.0-3 · 138bf113
      Richard Nelson authored
      DEV-11254 DEV-11254 DEV-2003: DEV-21567 DEV-37301 EXT-104 EXT-138 EXT-217 EXT-256 EXT-259 EXT-259 EXT-328 EXT-348 EXT-386 EXT-399 EXT-403 EXT-460 EXT-492 EXT-492 EXT-531 EXT-537 EXT-684
      
      improved text editor (handles multiple fonts simultaneously as well as inline widgets)
      138bf113
  21. Jun 21, 2009
  22. May 08, 2009
  23. Jan 19, 2009
    • Robert Knop's avatar
      Merging from the server/server-1.25 branch · f1380f2f
      Robert Knop authored
      svn merge -r107352:108210
      svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.25
      
      Merge conflicts were resolved:
      
        scripts/start-server   : one conflict, kept the "working" version
      
        indra/llcommon/llversionserver.h : reverted
        indra/newview/Info-SecondLife.plist : reverted
        indra/newview/res/viewerRes.rc : reverted
      
        indra/newsim/llagentinfo.cpp : kept *both*... "working" had
            is_agent_online, which nothing else had, and the merge had
            isGodAllowed(), part of SEC resolution
      
        indra/backbone/agent_router.py : kartic & rdw merged and reviewed
            using brains and things
      
        indra/newsim/llsimhttpresponder.cpp : doesn't exist in trunk, and
            that's OK (even though there was a change for it)
      f1380f2f
  24. Jan 07, 2009
  25. Jun 25, 2008
  26. Jun 06, 2008
    • Josh Bell's avatar
      svn merge -r 88872:89137 svn+ssh://svn.lindenlab.com/svn/linden/qa/qar-652 --> release · 810a0b3d
      Josh Bell authored
      Effectively:
      svn merge -r 87048:88773 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-22-Server
      * Plus some gcc4.x fixes
      
      In detail:
      
      * Bump version numbers to 1.22.0 Server
      * Updated files for enabled conductor.
      * Added tarball pulling during deploy for central servers.
      * DEV-15160 Logins not remembering start location on beta grid
      * DEV-15167 Random failure with set-classified-stats
      * DEV-15193 Viewer Passing Through Unsanitized Strings to DB when creating classifieds.
      * Add --location to the curl invocation in fetch_agni_ws_snapshot
      * QAR-609 Some Havok4 bug fixes
      * QAR-460 Automatic XUI selection & Kick-ass Linux Fonts MergeMe
      * DEV-14704 1.21.1.86182 revealing hidden groups in profile
      * DEV-14641 Change automated Subject Line messages for IM-to-Email to avoid SPAM association
      * DEV-15387 Write unit test for LLStringFn::strip_invalid_xml().
      * Changed getpass.getuser() to os.getuid() as getuser() was returning the saved-UID of the process (root user, which kic
      ks off parabuild as parabuild u
      ser). We want os.getuid() as it correctly returns the parabuild user's uid. / Stupid mistake using os.getuid().. .fixed
      by using the pwd module to return the unix username given the userid from os.getuid()
      * QAR-623 More single ref attachment awesomeness testing
      * Committed temporary fix for running dwell and query-cache on deneb.lindenlab.com, since it's in the DFW colo with the
      current asset cluster.
      * DEV-15783 Groups not shown in search wont appear in your profile while using webservice
      * QAR-642 Even more single ref attachment awesomeness testing
      
      From Branch_1-21-Server (which didn't go directly into release)
      * addinng the phputf8 library found from http://phputf8.sourceforge.net/ and liscensed LGPL. For DEV-15202
      * Checking in a fix for settle balance portion proc - the event query was moved.
      * fix for DEV-15202 - replace non-utf8 with REPLACEMENT CHAR. See jira for more info.
      * Checking return value from /proc/vault/charge, must get back a string.
      * removed code used for the browser hud AB test.
      * Changed TTL from stupid default of 1234 to 5
      * DEV-15788  Fixing crashloganalyzer.py cleanup of unparseable crash reports.
      * DEV-15737  offline scripted IMs not working inprocess_im_using_ws
      
      Merge conflict resolutions/fixes include:
      * Addition of indra/test/llstring_tut.cpp to indra/test/test.vcproj migrated to CMakeLists.txt
      * Changes to BuildParams, scripts/automated_build_scripts/* reviewed w/ cg
      * Changes to deploy scripts (scripts/farm, install_indra.py, farm_deploy) based on the 1.22 changes except for mkpersist
      dir addition (retained from release)
      * Changes to scripts/crash_report/crashloganalyzer.py retained from 1.22, per Mani
      * scripts/generate_indra_xml.py, etc/services-station.dtd, indra/newsim/llagentinfo.cpp analyzed carefully by josh
      * indra/llcommon/llstring.h required fix for client build ("" --> std::basic_string<T>()) in LLStringBase<T> initializer
      * indra/llphysics/abstract/llphysicsshape.h #include syntax changed from <llmath/llvolume.h> to "llvolume.h"
      
      Psst, don't tell anyone, but the dataserver-is-deprecated
      810a0b3d
  27. Jun 02, 2008
  28. Apr 03, 2008
  29. Dec 21, 2007
  30. Dec 05, 2007
  31. Oct 04, 2007
  32. Jun 21, 2007
  33. Mar 20, 2007
  34. Feb 09, 2007
  35. Jan 02, 2007
Loading