admin-template

JSF responsive admin template based on Bootstrap and AdminLTE

MIT License

Stars
211
Committers
17

Bot releases are visible (Hide)

admin-template - 2.0 Latest Release

Published by rmpestano over 1 year ago

Release notes

  • Drop javax support #219
  • Update all namespaces to jakarta
admin-template - v1.6.1

Published by rmpestano over 2 years ago

Release Notes

  • Manually release to maven central due to an issue (#206) in the release process (#215)

Heroes

@larsgrefer

admin-template - v1.6.0

Published by rmpestano over 2 years ago

Release Notes

This releases brings JakartaEE 9 migration and java 11 as baseline (#213).

For details, see issues fixed in 1.6.0 milestone.

Heroes

@vitorsouza @larsgrefer

admin-template - V1.5.1

Published by rmpestano over 2 years ago

Release notes

admin-template - v1.4.0

Published by rmpestano over 2 years ago

Release notes

See issues fixed in 1.4.0 milestone.

admin-template - 1.3.2

Published by rmpestano over 2 years ago

Release notes

  • Align with admin-theme version
admin-template - 1.3.1

Published by rmpestano over 2 years ago

Release notes

See issues fixed in 1.3.1 milestone.

admin-template - v1.3.0

Published by rmpestano over 3 years ago

Release notes

See issues fixed in 1.3.0 milestone.

admin-template - v1.2.0

Published by rmpestano over 3 years ago

Release notes

See issues fixed in 1.2.0 milestone.

Heroes

@jomu78

admin-template - v1.1.1

Published by rmpestano over 4 years ago

Release Notes

  • AdminFilter: Skip URI scheme during redirect prefix detection (#198)

Heroes

@benkard

admin-template - v1.1.0

Published by rmpestano almost 5 years ago

Release notes

See issues fixed in 1.1.0 milestone.

admin-template - v1.0.2

Published by rmpestano over 5 years ago

Release notes

See issues fixed in 1.0.2 milestone.

admin-template - v1.0.1

Published by rmpestano over 5 years ago

Release notes

See issues fixed in 1.0.1 milestone.

admin-template - v1.0.0

Published by rmpestano over 5 years ago

Release notes

See issues fixed in 1.0.0 milestone.

Heroes

@aster-phoenix, @jomu78

admin-template - v1.0.0-RC21

Published by rmpestano over 5 years ago

Release notes

See issues fixed in RC21 milestone.

Important

If you use PrimeFaces 6.1 or below you'll need to use the legacy classifier of admin-template, e.g:

<dependency>
    <groupId>com.github.adminfaces</groupId>
    <artifactId>admin-template</artifactId>
    <version>1.0.0-RC21</version>
    <classifier>legacy</classifier>
</dependency>
<dependency>
    <groupId>org.primefaces</groupId>
    <artifactId>primefaces</artifactId>
    <version>6.1</version>
</dependency>

Heroes

@dquintela and @aster-phoenix

admin-template - v1.0.0-RC20

Published by rmpestano almost 6 years ago

Release notes

See issues fixed in RC20 milestone.

Heroes

@persapiens

admin-template - v1.0.0-RC19

Published by rmpestano about 6 years ago

Release notes

See issues fixed in RC19 milestone.

admin-template - v1.0.0-RC18

Published by rmpestano about 6 years ago

  • Automatically add leading slash to breadcrumb link (#110)

Migration guide

same as RC16 release.

admin-template - v1.0.0-RC17

Published by rmpestano about 6 years ago

Release Notes

Don't use this release, we released wrong artifacts. Use RC18

admin-template - v1.0.0-RC16

Published by rmpestano about 6 years ago

Release notes

Migration guide

Menu search

In this release admin template brings search to template menus (see #103).

if you are adding your own search (as we did in admin-showcase and admin-starter) you need either remove the search from your application or disable admin template search via admin-config.properties entry:

admin.renderMenuSearch=false #it is true by default

Also to make the search work add tree css class and data widget on your menu.xhtml as below:

 <ul class="sidebar-menu tree" data-widget="tree">