Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquery-archive/jquery-mobile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sunkencity/jquery-mobile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 9, 2010

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

Commits on Nov 10, 2010

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

Commits on Nov 11, 2010

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

    sunkencity committed Nov 11, 2010
    Configuration menu
    Copy the full SHA
    562ec9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd13834 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    185041a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2010

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

Commits on Nov 16, 2010

  1. reverted changes to i18n

    sunkencity committed Nov 16, 2010
    Configuration menu
    Copy the full SHA
    6cb78c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2010

  1. whoops - missing comma

    sunkencity committed Nov 17, 2010
    Configuration menu
    Copy the full SHA
    a7b6114 View commit details
    Browse the repository at this point in the history
  2. Added possibility to control a page's cache/validity through a data- …

    …property, like so:
    
    - cache expiry (data-cache holds number of seconds)
      <div data-role="page" data-cache="30">
    
    - page not being allowed to cache
      <div data-role="page" data-cache="never">
    
    Maintains default behaviour of pages being kept around.(cherry picked from commit b3e766f7f7a7041e64667744846c036e2abb0cfa)
    Andre Medeiros authored and sunkencity committed Nov 17, 2010
    Configuration menu
    Copy the full SHA
    277673c View commit details
    Browse the repository at this point in the history
  3. Use vars; code cleanup;(cherry picked from commit ba32a4b9482bce548d1…

    …19cebd45b519f23d2a800)
    Andre Medeiros authored and sunkencity committed Nov 17, 2010
    Configuration menu
    Copy the full SHA
    879477a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ccadc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8b1e65 View commit details
    Browse the repository at this point in the history
Loading