admin-template

JSF responsive admin template based on Bootstrap and AdminLTE

MIT License

Stars
211
Committers
17

Bot releases are hidden (Show)

admin-template - v1.0.0-RC15

Published by rmpestano over 6 years ago

Release notes

admin-template - v1.0.0-RC14

Published by rmpestano over 6 years ago

Release notes

Migration from RC13

In RC14 the LayoutMB was moved to admin-template instead of being on application. This is because LayoutMB is now used for controlSidebar (see #56).

If you have a customized LayoutMB on your application you can use CDI bean specialization in order to avoid ambiguous dependency exception, example:

//@Named it is important to REMOVE the named from your bean
@SessionScoped
@Specializes
public class LayoutMB extends com.github.adminfaces.template.bean.LayoutMB {

}

you can override LayoutMB methods if needed.

admin-template - v1.0.0-RC13

Published by rmpestano over 6 years ago

Release notes

admin-template - v1.0.0-RC12

Published by rmpestano over 6 years ago

admin-template - v1.0.0-RC11

Published by rmpestano about 7 years ago

See the issues fixed in RC11 milestone.

admin-template - v1.0.0-RC10

Published by rmpestano about 7 years ago

See the issues fixed in RC10 milestone.

admin-template - v1.0.0-RC9

Published by rmpestano over 7 years ago

See the issues fixed in RC9 milestone.

admin-template - v1.0.0-RC8

Published by rmpestano over 7 years ago

Release notes

See the issues fixed in RC8 milestone.

admin-template - v1.0.0-RC7

Published by rmpestano over 7 years ago

Release notes

See the issues fixed in RC7 milestone.

admin-template - v1.0.0-RC6

Published by rmpestano over 7 years ago

Release notes

See the issues fixed in RC6 milestone.

admin-template -

Published by rmpestano over 7 years ago

Release notes

See the issues fixed in RC5 milestone.

admin-template - v1.0.0-RC4

Published by rmpestano over 7 years ago

Release notes

See the issues fixed in RC4 milestone.

admin-template - v1.0.0-RC3

Published by rmpestano over 7 years ago

Updates to admin theme 1.0.0-RC3.

admin-template - v1.0.0-RC2

Published by rmpestano over 7 years ago

Release notes

#1 Support ripple effect on mobile devices
#2 Make renderBreadCrumb configurable in admin-config.properties
#3 Make rippleElements parametrizable
#4 Renamed ThemeMB to SkinMB
#5 Make left menu touch event enabled
#6 Make slide in/out menu configurable

admin-template - v.1.0.0-RC1

Published by rmpestano over 7 years ago

First release candidate