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: 4f47fef
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: c72844b
Choose a head ref
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 30, 2012

  1. Revert "Prevent selection of released version as target"

    This reverts commit 3af57d2.
    
    The way this feature was implemented in release 1.2.9 introduced
    regressions for several users.
    
    Affects #11706
    dregad committed Mar 30, 2012
    Copy the full SHA
    daf3c83 View commit details
    Browse the repository at this point in the history
  2. 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.
    dregad committed Mar 30, 2012
    Copy the full SHA
    5698617 View commit details
    Browse the repository at this point in the history
  3. Documentation for new config $g_allow_permanent_cookie

    Affects #4465
    dregad committed Mar 30, 2012
    Copy the full SHA
    43fcb21 View commit details
    Browse the repository at this point in the history
  4. Add 'allow_permanent_cookie' to g_global_settings

    Also reflowed the array definition to avoid long lines
    
    Fixes #4465
    dregad committed Mar 30, 2012
    Copy the full SHA
    6a9f3a8 View commit details
    Browse the repository at this point in the history
  5. Prevent setting permanent cookie using hand-crafted login.php

    This commit prevents hand-crafted calls to login.php from setting a
    permanent cookie when its use is disabled via allow_permanent_cookie
    setting.
    
    Thanks to Roland Becker for catching this.
    
    Fixes #4465
    dregad committed Mar 30, 2012
    Copy the full SHA
    568ee14 View commit details
    Browse the repository at this point in the history
  6. 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 30, 2012
    Copy the full SHA
    31fc7a6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c72844b View commit details
    Browse the repository at this point in the history