Use $c->config
[?]
Jan 22, 2013, 1:06 PM
CB33YUQLKC3CH2DKRAAUAES6DK475AKZARGGHXWK35QTBVURWRBQCDependencies
- [2]
PALLP4UYis not in hydra-server's scope - [3]
5D327YA3Fix URL in the "password changed" email. - [4]
SN2KFKSWuse base_uri config in password reset email - [5]
6KJXJB7Nqualify ordery_by clauses when necessary, remove unnecessary order_by's, reported by Ludo, resulted in errors in sqlite - [6]
6ED5NSYTfix; resetting password used to send email to logged in user (typically admin), now to the user whose password is resetted - [7]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [8]
SZYDW2DGhydra: added some user admin - [9]
I2WEO2VSfixed bug when updating user when no roles were selected, changed change-password link - [*]
ZWCTAZGLadded newsitems, added some admin options to clear various caches.
Change contents
- edit in src/lib/Hydra/Controller/Admin.pm at line 189
my %config = new Config::General(getHydraConf)->getall; - replacement in src/lib/Hydra/Controller/Admin.pm at line 205
"You can change your password at ".$config{'base_uri'}."/change-password .\n"."You can change your password at " . $c->config()->{'base_uri'} . "/change-password .\n".