{"id":20894313,"url":"https://github.com/atlasoflivingaustralia/ala-bootstrap3","last_synced_at":"2025-07-09T20:32:29.707Z","repository":{"id":27151468,"uuid":"30620581","full_name":"AtlasOfLivingAustralia/ala-bootstrap3","owner":"AtlasOfLivingAustralia","description":"ALA styles with bootstrap 3","archived":false,"fork":false,"pushed_at":"2024-09-19T02:20:17.000Z","size":5277,"stargazers_count":2,"open_issues_count":6,"forks_count":8,"subscribers_count":20,"default_branch":"develop","last_synced_at":"2025-05-12T23:36:11.560Z","etag":null,"topics":["ala-product-styling","bootstrap","grails-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AtlasOfLivingAustralia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-02-10T23:38:20.000Z","updated_at":"2024-09-19T02:20:21.000Z","dependencies_parsed_at":"2023-10-11T04:11:38.063Z","dependency_job_id":"ff527a92-207f-4458-84b3-e66118c46742","html_url":"https://github.com/AtlasOfLivingAustralia/ala-bootstrap3","commit_stats":{"total_commits":258,"total_committers":19,"mean_commits":"13.578947368421053","dds":0.7131782945736433,"last_synced_commit":"35ae05292bb0d717aa11ba5af487cde0ea65b1c9"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/AtlasOfLivingAustralia/ala-bootstrap3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasOfLivingAustralia%2Fala-bootstrap3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasOfLivingAustralia%2Fala-bootstrap3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasOfLivingAustralia%2Fala-bootstrap3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasOfLivingAustralia%2Fala-bootstrap3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtlasOfLivingAustralia","download_url":"https://codeload.github.com/AtlasOfLivingAustralia/ala-bootstrap3/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlasOfLivingAustralia%2Fala-bootstrap3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502662,"owners_count":23618669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ala-product-styling","bootstrap","grails-plugin"],"created_at":"2024-11-18T10:18:57.257Z","updated_at":"2025-07-09T20:32:28.720Z","avatar_url":"https://github.com/AtlasOfLivingAustralia.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"ala-bootstrap3   [![Build Status](https://travis-ci.org/AtlasOfLivingAustralia/ala-bootstrap3.svg?branch=master)](https://travis-ci.org/AtlasOfLivingAustralia/ala-bootstrap3)\n=========\n## Grails 4\nThe version of 4.0.0-SNAPSHOT with Grails 4.0.13 can be found on the `grails4` branch of this repo.\n\n## Grails 3\n\nThe Grails 3 version of this plugin can be found on the `master` branch of this repo.\n\n## Grails 2\n\nThe Grails 2 version of this plugin can be found on the `grails2` branch of this repo.\n\n## Usage\n```\ncompile \":ala-bootstrap3:4.0.0-SNAPSHOT\"\n```\n\n## Description\nThis is a Grails Plugin to provide the basic set of web assets to correctly apply the **new 2017** ala web theme based on [bootstrap 3.3.4](http://getbootstrap.com)\n\nMany of its features come inherited from the [ala-boostrap2 plugin](https://github.com/AtlasOfLivingAustralia/ala-bootstrap2).\n\nNote: templates, some CSS \u0026 JS files are located in the `commonui-bs3` git repository.\n\n## Integration with ALA-Auth plugin\n\nThis plugin assumes but does not directly depend on the ala-auth plugin.  It switches login URL behaviour based on the `security.oidc.enabled` config property, using the ala-auth provided login controller instead of a redirect straight to the configured CAS server.\n\n### Use without the ALA-Auth plugin\n\nTo use custom login behaviour with this plugin without the ALA-Auth plugin, set `security.oidc.enabled` to true then define a URL mapping named 'login', which can accept a single parameter `url` which is the URL to redirect to after logging in.\n\n## Grails taglib integration with Bootstrap\nThis plugin borrows the taglib used in the [Grails Twitter Bootstrap plugin](https://grails.org/plugin/twitter-bootstrap) to modify the way some Core Grails tags are rendered (eg: pagination)\n\nTo enable the boostrap compatible rendering add the following line to your `Config.groovy`:\n\n```\ngrails.plugins.twitterbootstrap.fixtaglib = true\n```\n\n## Changelog\n* Version **4.0.0** (??)\n  * Grails 4 support\n  * Defaults to skin v2\n* Version **3.0.0** (19/07/2017)\n  * Grails 3 support\n* Version **2.0.0** (17/07/2017)\n  * New 2017 design support\n* Version **1.7.0** (10/07/2017)\n  * Add initial support for Asset Pipeline\n  * Resources plugin is no longer exported as a dependency\n* Version **1.1** (07/05/2015)\n  * Added latest style changes\n  * Upgrades bootstrap dependency to version 3.3.4\n  * Added TwitterBootstrapTaglib from the Twitter Bootstrap plugin\n\n* Version **1.0** (04/03/2015)\n  * Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlasoflivingaustralia%2Fala-bootstrap3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatlasoflivingaustralia%2Fala-bootstrap3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlasoflivingaustralia%2Fala-bootstrap3/lists"}