Skip to content
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: mantisbt/mantisbt
base: ddec728
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 627aa07
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 31, 2012

  1. Fix #4465: Add config to disable 'save login' feature

    To increase security, the administrator may want to prevent users from
    using a 'permanent' cookie, thus forcing them to authenticate each time
    they start a new session.
    
    The new config option 'g_allow_permanent_cookie' enables this.
    
    Porting to master branch of the following 1.2.x commits:
    - 5698617
    - 6a9f3a8
    - 568ee14
    dregad committed Mar 31, 2012
    Copy the full SHA
    766a7d3 View commit details
    Browse the repository at this point in the history
  2. Documentation for new config $g_allow_permanent_cookie

    Affects #4465
    dregad committed Mar 31, 2012
    Copy the full SHA
    843b73c View commit details
    Browse the repository at this point in the history
  3. PHPdoc and whitespace fixes in config_defaults_inc.php

    Removed < > around pre in comment for g_wrap_in_preformatted_text,
    causing syntax error when compiling PHPdoc.
    dregad committed Mar 31, 2012
    Copy the full SHA
    4eb7dac View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    627aa07 View commit details
    Browse the repository at this point in the history