Use $c->config

[?]
Jan 22, 2013, 1:06 PM
CB33YUQLKC3CH2DKRAAUAES6DK475AKZARGGHXWK35QTBVURWRBQC

Dependencies

  • [2] PALLP4UY is not in hydra-server's scope
  • [3] 5D327YA3 Fix URL in the "password changed" email.
  • [4] SN2KFKSW use base_uri config in password reset email
  • [5] 6KJXJB7N qualify ordery_by clauses when necessary, remove unnecessary order_by's, reported by Ludo, resulted in errors in sqlite
  • [6] 6ED5NSYT fix; resetting password used to send email to logged in user (typically admin), now to the user whose password is resetted
  • [7] JARRBLZD Bootstrapify the Hydra forms (except the project and jobset edit pages)
  • [8] SZYDW2DG hydra: added some user admin
  • [9] I2WEO2VS fixed bug when updating user when no roles were selected, changed change-password link
  • [*] ZWCTAZGL added newsitems, added some admin options to clear various caches.

Change contents

  • edit in src/lib/Hydra/Controller/Admin.pm at line 189
    [4.2461][4.2461:2462](),[4.2462][2.22:82]()
    my %config = new Config::General(getHydraConf)->getall;
  • replacement in src/lib/Hydra/Controller/Admin.pm at line 205
    [4.2855][3.0:87]()
    "You can change your password at ".$config{'base_uri'}."/change-password .\n".
    [4.2855]
    [4.2927]
    "You can change your password at " . $c->config()->{'base_uri'} . "/change-password .\n".