Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master -> Lift 30 merge #1512

Merged
merged 113 commits into from
Jan 22, 2014
Merged

master -> Lift 30 merge #1512

merged 113 commits into from
Jan 22, 2014

Commits on May 12, 2013

  1. Fix spelling mistake in supplimentalKidMenuItems

    Naftoli Gugenheim committed May 12, 2013
    Configuration menu
    Copy the full SHA
    1c56bf9 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2013

  1. Implementation of onEventIf, a version of onEvent guarded by confirm().

    H/t for this little innovation actually belongs to @Shadowfiend. I'm
    just taking credit for bringing it into the latest version of Lift. ;)
    farmdawgnation committed May 14, 2013
    Configuration menu
    Copy the full SHA
    f9ce11a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2013

  1. Configuration menu
    Copy the full SHA
    b6155e7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2013

  1. Merge pull request #1453 from lift/uhl_issue_1453

    LAFuture.collect crashes when futures are resolved out of order
    dpp committed May 27, 2013
    Configuration menu
    Copy the full SHA
    6363f72 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2013

  1. Merge pull request #1450 from lift/msf_issue_1450

    Implementation of conditional onEvent helper.
    dpp committed May 30, 2013
    Configuration menu
    Copy the full SHA
    2307df3 View commit details
    Browse the repository at this point in the history
  2. Null testing for headers. Closes #1452

    dpp committed May 30, 2013
    Configuration menu
    Copy the full SHA
    5169861 View commit details
    Browse the repository at this point in the history
  3. Closes #1455. Finer grained sync

    dpp committed May 30, 2013
    Configuration menu
    Copy the full SHA
    afc9487 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2013

  1. Fixed a real deadlock

    dpp committed Jun 2, 2013
    Configuration menu
    Copy the full SHA
    820a15d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. Fix typo when constructing secured multi options

    s/label/nonce/
    pbrant committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    ee08fbd View commit details
    Browse the repository at this point in the history
  2. A few CSS parser robustness improvements

      - Allow # character in URLs
      - Scan for url\s*( instead of just url to avoid matching identifiers
        that contain the text url
      - Return Failure instead of Empty when parse fails
    pbrant committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    538e694 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1459 from lift/pmb_cssparser

    A few CSS parser robustness improvements
    dpp committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    adbee44 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1458 from lift/pmb_multiselectfix

    Fix typo when constructing secured multi options
    dpp committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    ac00240 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2013

  1. Configuration menu
    Copy the full SHA
    497ddba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1445 from lift/nafg/supplimental

    Fix spelling mistake in supplimentalKidMenuItems.
    farmdawgnation committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    0e0732e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. Configuration menu
    Copy the full SHA
    4090d0e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2013

  1. Fix an edge case for HTML5 -> ByteStream

    dpp authored and fmpwizard committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    0373f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2013

  1. Added the Markdown package

    dpp authored and fmpwizard committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    18c6fc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

  1. Configuration menu
    Copy the full SHA
    af2c94f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec5893a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37121fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9849d5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c40847c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2013

  1. Minor cleanup re PR feedback

    eltimn committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    2e17903 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2013

  1. Merge pull request #1463 from lift/tcn_issue_1400

    Issue #1400 - Add Joda Time support to MongoRecord
    fmpwizard committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    dee1408 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1464 from lift/tcn_issue_1349

    Issues 1349, 1411, and 1348
    fmpwizard committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    a2b5952 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2013

  1. Configuration menu
    Copy the full SHA
    8325fab View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2013

  1. Configuration menu
    Copy the full SHA
    9da1753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20e6803 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2013

  1. Configuration menu
    Copy the full SHA
    6a301fb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2013

  1. Made run-mode auto-detection customisable.

    This allows users to compliment or override the default logic used to
    determine the run-mode (ie. dev/test/staging/etc) in absence of a
    "run.mode" system variable.
    
    An example use case would be a user using test framework that Lift
    doesn't know about, and it undesirably running in development mode.
    japgolly authored and fmpwizard committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    0238c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a751b View commit details
    Browse the repository at this point in the history
  3. Signed contributors.md

    japgolly authored and fmpwizard committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    75a4a1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb725ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d70b8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aad79b5 View commit details
    Browse the repository at this point in the history
  7. Moved Mailer's inner classes from trait to object.

    Allows any class extending the Mailer trait to accept the same instances
    of From(), To(), Subject(), etc.
    japgolly authored and fmpwizard committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    de223e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    068b19e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2013

  1. Created observable future creation

    dpp authored and fmpwizard committed Jul 13, 2013
    Configuration menu
    Copy the full SHA
    72c881b View commit details
    Browse the repository at this point in the history
  2. Fixed a minor issue

    dpp authored and fmpwizard committed Jul 13, 2013
    Configuration menu
    Copy the full SHA
    ed4331a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82842a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2013

  1. Configuration menu
    Copy the full SHA
    0d98bf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2013

  1. fixed timezone spec

    hedefalk committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    3acf0c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1472 from hedefalk/master

    withFilter on JValue to rid warnings on for-comprehensions
    fmpwizard committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    b401fcb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2013

  1. Add ValueSnippets LocParam, generalizes Snippet, LocSnippets, Dispatc…

    …hLocSnippets
    Naftoli Gugenheim authored and tuhlmann committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    1b65cca View commit details
    Browse the repository at this point in the history
  2. Simplify Loc.Snippet.apply overload disambiguation

    Naftoli Gugenheim authored and tuhlmann committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    024facf View commit details
    Browse the repository at this point in the history
  3. More cleanup

    Naftoli Gugenheim authored and tuhlmann committed Jul 27, 2013
    Configuration menu
    Copy the full SHA
    89e79ff View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2013

  1. Adds \;name for data-name selector. Adds "1 \[href\]" to only apply c…

    …hanges to top-level attributes
    dpp authored and fmpwizard committed Jul 28, 2013
    Configuration menu
    Copy the full SHA
    9dc5bdb View commit details
    Browse the repository at this point in the history
  2. Use the "^" character to select the head element.

    This was previously implemented using "1", but it does the same thing -
    allows us to change things on the top level element on whatever NodeSeq
    the transform is applied to. So, "^ [href]" would target the href param
    of that element, for example.
    farmdawgnation authored and fmpwizard committed Jul 28, 2013
    Configuration menu
    Copy the full SHA
    3dd4523 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30fa7b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2013

  1. fixed #1250 - HTTP OPTIONS verb support

    Added the Options verb to RestHelper
    fmpwizard committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    385ddab View commit details
    Browse the repository at this point in the history
  2. Addressed Matt's comments

    fmpwizard committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    5753875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c81db2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    544cbd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ccaa27 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2013

  1. Configuration menu
    Copy the full SHA
    314f84e View commit details
    Browse the repository at this point in the history
  2. fixed #1465 - Lift could annotate type of primaryKeyField as a workar…

    …ound to Scala regression SI-7612
    fmpwizard committed Aug 2, 2013
    Configuration menu
    Copy the full SHA
    7636751 View commit details
    Browse the repository at this point in the history
  3. Add support for X-Frame-Options

    dpp authored and fmpwizard committed Aug 2, 2013
    Configuration menu
    Copy the full SHA
    6e3523e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2013

  1. Configuration menu
    Copy the full SHA
    b51eebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e15855c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c746251 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3933d8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    511a30e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c24719 View commit details
    Browse the repository at this point in the history
  7. We don't want to use eventually here, as it will keep sending an `Add…

    …(44)` message to the actor
    fmpwizard committed Aug 8, 2013
    Configuration menu
    Copy the full SHA
    2837094 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4e9743 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2013

  1. Revert "Use ThreadLocalRandom in StringHelpers.randomString on Java 7."

    ThreadLocalRandom turns out not to be a secure RNG, so using it compromises our
    XSS and other protections for field names.
    
    This reverts commit f2de993.
    Shadowfiend committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    edd5fca View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2013

  1. Fixed path in Menu

    hedefalk authored and fmpwizard committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    4bff9c7 View commit details
    Browse the repository at this point in the history
  2. removed unnescessary allocations

    hedefalk authored and fmpwizard committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    f1b5bcf View commit details
    Browse the repository at this point in the history
  3. cleanup

    hedefalk authored and fmpwizard committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    908c37b View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    9167ff0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd7efd3 View commit details
    Browse the repository at this point in the history
  6. Fixed #1473 - SqlServerBaseDriver should set brokenLimit_? to true

    MicrosoftSQL at least 2008 and greater don't support the LIMIT clause, so now the default driver
    we offer will work out of the box with newer sql server versions
    fmpwizard committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    d7d1cd0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    feb1592 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55453e4 View commit details
    Browse the repository at this point in the history
  9. Upgraded to sbt 0.12.4

    fmpwizard committed Aug 14, 2013
    Configuration menu
    Copy the full SHA
    49dcb89 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2013

  1. Revert "removed unnescessary structural typing hack"

    This reverts commit 9167ff0.
    fmpwizard committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    c0be185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efcd5b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2013

  1. correctly escape end script tags

    dpp authored and fmpwizard committed Aug 26, 2013
    Configuration menu
    Copy the full SHA
    d1ab0ff View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2013

  1. Name existing S.ieMode to S.legacyIeCompatibilityMode.

    We keep S.ieMode as a deprecated value until 3.0.
    farmdawgnation committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    8d42eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc91fee View commit details
    Browse the repository at this point in the history
  3. Add helpers for detecting IE10/11.

    I know we were all hoping that by IE10 they'd be up to speed with the
    rest of the world, but I still remember some support issues, so I'm
    adding a detector for it in the event server side detection is needed
    for some people. Ditto for 11. Here's hoping these will be the last
    versions of IE that ever need such detection.
    farmdawgnation committed Sep 2, 2013
    3 Configuration menu
    Copy the full SHA
    de14652 View commit details
    Browse the repository at this point in the history
  4. IE < 6 still counts as IE.

    Though we sincerely hope to never see any of these user agents, we
    should return the correct value for isIE if they hit our apps.
    farmdawgnation committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    3a1254b View commit details
    Browse the repository at this point in the history
  5. Comments should reflect reality: update IE compat comments.

    We also consider IE 8 a legacy IE.
    farmdawgnation committed Sep 2, 2013
    Configuration menu
    Copy the full SHA
    20fecab View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2013

  1. Simplify Loc.doesMatch_?

    As I was reading over this code to look at this issue, we were calling
    Link.isDefinedAt to determine whether or not to call Link.appy.
    Link.apply calls Link.isDefinedAt to determine whether or not to throw
    an exception.
    
    This seemed redundant in this particular case, so I've reduced this
    method to a simple boolean expression that should have the same effect.
    farmdawgnation committed Sep 14, 2013
    Configuration menu
    Copy the full SHA
    244af80 View commit details
    Browse the repository at this point in the history
  2. Add and implement the MatchWithoutCurrentValue LocParam.

    The MatchWithoutCurrentValue LocParam overrides Lift's default behavior
    of considering an Empty currentValue a non-match for a Loc. This default
    action is desirable in most circumstances, but occasionally we want to
    allow client code to define some custom behavior in the event
    currentValue comes up Empty.
    
    Using this new LocParam in combination with IfValue would allow them to
    do so.
    farmdawgnation committed Sep 14, 2013
    Configuration menu
    Copy the full SHA
    080dfc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5654beb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d18c6ef View commit details
    Browse the repository at this point in the history
  5. Add centralized handling for parameters not mapped to Lift functions.

    We add a LiftRules entry, handleUnmappedParameter, that is a FactoryMaker that
    vends a function to handle any parmaeter not mapped to a Lift function. By
    default, the function checks if the parameter name starts with F, and logs a
    warning if so. This is to do a quick, high-speed check as to whether or not the
    parameter looks like a Lift function binding.
    Shadowfiend authored and fmpwizard committed Sep 14, 2013
    Configuration menu
    Copy the full SHA
    6407aa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    518b137 View commit details
    Browse the repository at this point in the history
  7. Fix some indentation fail.

    Shadowfiend authored and fmpwizard committed Sep 14, 2013
    Configuration menu
    Copy the full SHA
    61a5019 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2013

  1. Configuration menu
    Copy the full SHA
    91f79b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a275ca View commit details
    Browse the repository at this point in the history
  3. Fixed parsing json double values in scientific notation with e+

    Mikhail Strebkov authored and fmpwizard committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    754fd5b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2013

  1. Merge pull request #1487 from lift/msf_issue_1487

    Need a way to customize fail behavior in menus/param menus
    fmpwizard committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    74a951f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2013

  1. Configuration menu
    Copy the full SHA
    d1413ea View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2013

  1. override JObject#hashCode

    xuwei-k committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    c7a0239 View commit details
    Browse the repository at this point in the history
  2. JObject equals hashCode test

    xuwei-k committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    8f753cf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2013

  1. Update contributors

    xuwei-k committed Oct 16, 2013
    Configuration menu
    Copy the full SHA
    7359309 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2013

  1. Merge pull request #1499 from xuwei-k/jobject-hashcode

    override JObject#hashCode
    fmpwizard committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    626b977 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2013

  1. Configuration menu
    Copy the full SHA
    a2c2939 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2013

  1. To build the project for java6, you have to have java6, you cannot si…

    …mply
    
    use the source: ... option
    fmpwizard committed Nov 7, 2013
    Configuration menu
    Copy the full SHA
    a89ce26 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2013

  1. Configuration menu
    Copy the full SHA
    bdffe18 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2013

  1. Merge pull request #1500 from chriswebster/perfFix

    Improve performance of decomposing case classes to Json
    fmpwizard committed Nov 9, 2013
    Configuration menu
    Copy the full SHA
    23cfba4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2013

  1. Configuration menu
    Copy the full SHA
    8172183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758d872 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2013

  1. Fix compile in Scala 2.10.1+

    Scala 2.10.1 includes a type checking bug fix that causes compilation to
    fail.  Add casts to work around this (effectively restoring the previous
    behavior).
    pbrant committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    8d5c917 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2013

  1. Merge pull request #1503 from lift/msf_issue_1503

    IE11 Detection is Busted
    
    As documented in this mailing list thread our IE 11 detection is broken. We
    fix that by special casing the matching for that one.
    Shadowfiend committed Dec 22, 2013
    Configuration menu
    Copy the full SHA
    0898f2d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. Configuration menu
    Copy the full SHA
    b3ea46e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1511 from infofinity/master

    Update README.md to clarify pull request guidelines
    fmpwizard committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    b3ad354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71b80c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4b3bdb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2014

  1. Merge pull request #1509 from lift/pmb_liftscreenfix

    Fix compile in Scala 2.10.1+
    
    Scala 2.10.1 included a type checking bug fix that caused compilation to
    fail for AFilter pattern matches. Add casts to work around this (effectively
    restoring the previous behavior of scalac, but explicitly).
    Shadowfiend committed Jan 16, 2014
    Configuration menu
    Copy the full SHA
    fd38c7a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2014

  1. Merge remote-tracking branch 'origin/master' into lift_30_merge

    Conflicts:
    	core/actor/src/main/scala/net/liftweb/actor/LAFuture.scala
    	core/markdown/src/main/scala/net/liftweb/markdown/InlineParsers.scala
    	core/markdown/src/main/scala/net/liftweb/markdown/Transformer.scala
    	core/markdown/src/test/scala/net/liftweb/markdown/InlineParsersTest.scala
    	persistence/jpa/src/main/scala/net/liftweb/jpa/RequestVarEM.scala
    	persistence/mapper/src/main/scala/net/liftweb/mapper/MappedForeignKey.scala
    	project/Dependencies.scala
    	web/webkit/src/main/scala/net/liftweb/http/CometActor.scala
    	web/webkit/src/main/scala/net/liftweb/http/LiftSession.scala
    	web/webkit/src/main/scala/net/liftweb/http/Req.scala
    	web/webkit/src/main/scala/net/liftweb/http/S.scala
    	web/webkit/src/main/scala/net/liftweb/sitemap/Loc.scala
    Shadowfiend committed Jan 19, 2014
    Configuration menu
    Copy the full SHA
    0c63c45 View commit details
    Browse the repository at this point in the history