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

issue #1049 : adding config param sslSelfSigned to make use of self sign... #1067

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Commits on Jan 8, 2013

  1. Add simple mechanism to select plural word form

    The utility gets passed a number and both singular and plural form
    of a word. It returns the singular form for number == 1 and the plural
    form for all other cases (including number == 0).
    pixelistik committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    e2f006c View commit details
    Browse the repository at this point in the history
  2. Use correct plural verb on upload success page

    "1 photo _was_ uploaded"
    vs
    "2 photos _were_ uploaded"
    pixelistik committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    820bd71 View commit details
    Browse the repository at this point in the history
  3. Merge pull request photo#1060 from pixelistik/978-plural-was-were

    Correct plural "was/were" based on count
    jmathai committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    07345f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2013

  1. issue photo#1049 : adding config param sslSelfSigned to make use of s…

    …elf signed ssl certificate possible
    
    also correcting missing "getProtocol" in OAuthController.php
    Notmarrco committed Jan 13, 2013
    Configuration menu
    Copy the full SHA
    60c1be0 View commit details
    Browse the repository at this point in the history