Skip to content

Commit

Permalink
Item1925: fix over-riding of joomla login template
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/JoomlaUsersContrib@4667 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Aug 14, 2009
1 parent 84a8418 commit 07f95bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/System/JoomlaUsersContrib.txt
Expand Up @@ -49,6 +49,7 @@ Settings are in =lib/LocalSite.cfg=. the Foswiki configure script does not curre
| Dependencies: | %$DEPENDENCIES% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 14 Aug 2009 | rename login template from login.joomla.tmpl to loginjoomla.tmpl to enable user skins |
| 1 Aug 2009 | update to work with Joomla 1.3 _and_ 1.5, migrate to the more modern Foswiki:Extensions.DbiContrib |
| Mar 2009 | port to Foswiki |
| Sep 2008 | updated to 4.2.1 mapping, and fixed for Joomla 1.0.13 - where the password salts were changed |
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/JoomlaUsersContrib/MANIFEST
Expand Up @@ -6,5 +6,5 @@ lib/Foswiki/Contrib/JoomlaUsersContrib/Config.spec
pub/System/JoomlaUsersContrib/Joomla.png
pub/System/JoomlaUsersContrib/wikiring.png
pub/System/JoomlaUsersContrib/JoomlaIcon.png
templates/login.joomla.tmpl
templates/loginjoomla.tmpl

2 changes: 1 addition & 1 deletion lib/Foswiki/Users/JoomlaUserMapping.pm
Expand Up @@ -99,7 +99,7 @@ Default is "login"
=cut

sub loginTemplateName {
return 'login.joomla';
return 'loginjoomla';
}

=pod
Expand Down
File renamed without changes.

0 comments on commit 07f95bd

Please sign in to comment.