Textpattern-jquery-ui-theme - The jQuery UI theme used within the Textpattern CMS admin-side.

Overview

Textpattern jQuery UI theme

Build Status GitHub Sponsors

The jQuery UI theme used within the Textpattern CMS admin-side.

Supported web browsers

  • Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.
  • Firefox ESR latest major point release.

Installation

The package can be included in your project via NPM, like so:

$ npm install textpattern-jquery-ui-theme --save-dev

Requirements

Building this repository requires:

Build setup

Installing required tools

The project uses Webpack to run tasks and Sass for CSS pre-processing. First make sure you have a recent version of Node.js installed. You can install Node.js using the installer or package manager.

Installing dependencies

After you have Node.js taken care of, you can install the project's dependencies. Navigate to the project's directory, and run the dependency manager:

$ cd textpattern-jquery-ui-theme
$ npm install

npm installs Webpack and any necessary JavaScript packages.

Building

This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run the build:

$ npm run build

Pre-built version

We provide a pre-built version of the theme files within the dist directory in case you don't want to build it yourself.

License

Licensed under the GPLv2 license.

Comments
  • Update webpack to the latest version 🚀

    Update webpack to the latest version 🚀

    Version 4.7.0 of webpack was just published.

    Dependency webpack
    Current Version 4.6.0
    Type devDependency

    The version 4.7.0 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of webpack.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Release Notes v4.7.0

    Features

    • add webpackIgnore magic comment (import(/* webpackIgnore: true */ "...")) to keep the import in the bundle
    • add chunkGroups to Stats
      • chunkGroups option
      • namedChunkGroups property
      • Chunk Group text output

    Bugfixes

    • prevent chunk merging for the runtimeChunk
    • fix a caching issue for concatenated modules
    • namedModules now handle name conflicts correctly
    • fix a crash when using [contenthash:n] without on-demand-chunks

    Internal changes

    • testing uses Jest now
    • testing in node.js 10 too
    • Performance improvements
    Commits

    The new version differs by 203 commits.

    • 673c103 4.7.0
    • ac7c28c Merge pull request #7201 from webpack/bugfix/content-hash
    • 0a6ba95 avoid injection jsonpScriptSrc function when not needed
    • 88bf798 Merge pull request #7198 from webpack/ci/force-exit
    • f55a135 add forceExit to jest config
    • e75dc78 Rename Custom.md to Other.md
    • 7058b58 Merge pull request #7196 from webpack/github/issue-templates
    • 6131392 Merge pull request #7169 from webpack/ci/parallel-node-6
    • f64e8c6 Update Bug_report.md
    • 35f2b3c Update issue templates
    • e361ba5 Merge pull request #7031 from webpack/feature/chunk-type-support
    • f1618ae chore(Chunk): add type annotations for Chunk
    • fc3774a Merge pull request #7116 from webpack/feature/main-template-type-support
    • 7829a0b Merge pull request #7189 from webpack/feature/update-ts-nightly-version
    • 0495b40 chore(deps): upgrade TS nightly, fixes from microsoft/typescript#23715

    There are 203 commits in total.

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 10
  • Update webpack-cli to the latest version 🚀

    Update webpack-cli to the latest version 🚀

    Version 3.0.4 of webpack-cli was just published.

    Dependency webpack-cli
    Current Version 3.0.3
    Type devDependency

    The version 3.0.4 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of webpack-cli.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Release Notes v3.0.4

    3.0.4 (2018-06-12)

    Commits

    The new version differs by 1 commits.

    • 295d1e2 cli(add): support for webpack config file (#501)

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 4
  • Update autoprefixer to the latest version 🚀

    Update autoprefixer to the latest version 🚀

    The devDependency autoprefixer was updated from 9.6.1 to 9.6.2.

    This version is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


    Publisher: ai License: MIT

    Find out more about this release.


    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 2
  • Update stylelint-scss to the latest version 🚀

    Update stylelint-scss to the latest version 🚀

    The devDependency stylelint-scss was updated from 3.10.0 to 3.10.1.

    This version is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


    Publisher: kristerkari License: MIT

    Release Notes for 3.10.1
    • Fixed: broken linting reporting for dimension-no-non-numeric-values rule.
    Commits

    The new version differs by 3 commits.

    • 2f63ae0 Prepare version 3.10.1 [skip ci]
    • 964dd90 Merge pull request #365 from kristerkari/bugfix/dimension-no-non-numeric-values
    • 891e0ab Fix error reporting for dimension-no-non-numeric-values

    See the full diff


    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 2
  • Update stylelint-scss to the latest version 🚀

    Update stylelint-scss to the latest version 🚀

    The devDependency stylelint-scss was updated from 3.4.1 to 3.4.2.

    This version is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


    Release Notes for 3.4.2
    • Fixed: operator-no-unspaced no longer warns for relative url paths.
    Commits

    The new version differs by 6 commits.

    • 39bdb6d Prepare version 3.4.2
    • 6609549 Merge pull request #293 from kristerkari/bugfix/issue-292
    • 64052bf Add comment
    • 761cd82 operator-no-unspaced: dont warn for relative url paths
    • b2a4acf Merge pull request #291 from kristerkari/feature/updt-deps
    • 8ab6a0a Update dev deps

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 2
  • Update webpack to the latest version 🚀

    Update webpack to the latest version 🚀

    The devDependency webpack was updated from 4.28.0 to 4.28.1.

    This version is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


    Release Notes for v4.28.1

    Bugfixes

    • fix error in IgnorePlugin when no contextRegExp is passed
    Commits

    The new version differs by 3 commits.

    • 7a6a71f 4.28.1
    • 068fe24 Merge pull request #8530 from webpack/bugfix/ignore-plugin
    • 6c22ca2 fix issue when contextRegExp is undefined

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 2
  • Update webpack to the latest version 🚀

    Update webpack to the latest version 🚀

    Version 4.12.2 of webpack was just published.

    Dependency [webpack](https://github.com/webpack/webpack)
    Current Version 4.12.1
    Type devDependency

    The version 4.12.2 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of webpack.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Release Notes v4.12.2

    Bugfixes

    • fix crash when using invalid JSON with HMR
    • fix missing modules when a side-effect-free package is root of module concatenation
    • update chunkhash when entry-chunks list or prefetched chunks change
    Commits

    The new version differs by 19 commits.

    There are 19 commits in total.

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 2
  • Update stylelint-scss to the latest version 🚀

    Update stylelint-scss to the latest version 🚀

    Version 3.1.1 of stylelint-scss was just published.

    Dependency [stylelint-scss](https://github.com/kristerkari/stylelint-scss)
    Current Version 3.1.0
    Type devDependency

    The version 3.1.1 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of stylelint-scss.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Commits

    The new version differs by 7 commits.

    • 8f79877 Merge pull request #254 from kristerkari/release/3.1.1
    • ff7eebc Prepare version 3.1.1
    • cb9c06b Merge pull request #253 from YozhikM/issue-252
    • 9bfed13 Fix #252
    • b3db105 Update dependencies to latest versions (#251)
    • 470a792 Added instructions how to make the rule work (#250)
    • 5c5bcbf Smal formatting fix [ci skip]

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 2
  • Update autoprefixer to the latest version 🚀

    Update autoprefixer to the latest version 🚀

    Version 8.6.1 of autoprefixer was just published.

    Dependency autoprefixer
    Current Version 8.6.0
    Type devDependency

    The version 8.6.1 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of autoprefixer.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Release Notes 8.6.1
    • Fix grid-template with media queries (by @yepninja)
    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 2
  • Update webpack-cli to the latest version 🚀

    Update webpack-cli to the latest version 🚀

    Version 2.1.5 of webpack-cli was just published.

    Dependency webpack-cli
    Current Version 2.1.4
    Type devDependency

    The version 2.1.5 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of webpack-cli.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Release Notes v2.1.5

    2.1.5 (2018-06-01)

    Bug Fixes

    • entry: fix a bug when --display-entrypoints=false does not hide entries (#464) (c2398a2)
    Commits

    The new version differs by 4 commits.

    • 3a8fcce chore(deps): Update conventional-changelog-cli to the latest version 🚀 (#474)
    • 3442865 tests(binTestCases): refactor to make tests pass (#472)
    • c2398a2 fix(entry): fix a bug when --display-entrypoints=false does not hide entries (#464)
    • 9977406 chore(package): update jest-cli to version 23.0.1 (#467)

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 2
  • Update webpack to the latest version 🚀

    Update webpack to the latest version 🚀

    ☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

    Version 4.1.1 of webpack was just published.

    Dependency webpack
    Current Version 4.1.0
    Type devDependency

    The version 4.1.1 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of webpack.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Release Notes v4.1.1

    Features

    • Stats now displays the number of assets of a module

    Bugfixes

    • sourceMap option of the default UglifyJsPlugin now defaults to true when the SourceMapDevToolPlugin is used
    • module.assets is now working again in the Stats
    • chunk ids are not stringified on target node
    • devtoolNamespace default works now also for arrays passed to output.library
    • Format date with 2 digits in Stats for Build At
    • fix a bug renaming classes incorrectly
    • fix a bug where modules ignore the chunks option of optimization.splitChunks
    Commits

    The new version differs by 27 commits.

    • 41bb63a 4.1.1
    • 37f7681 Merge pull request #6697 from webpack/bugfix/split-chunks
    • 4d68350 fix bug where modules are put into the wrong chunk
    • 8a59ef7 Merge pull request #6689 from webpack/bugfix/issue-6688
    • edbb6f6 Merge pull request #6670 from SimenB/patch-1
    • 800e7f9 fix #6688
    • c54df36 Merge pull request #6609 from marcalexiei/configuration-version-error
    • 4f39932 Merge pull request #6641 from tmilloff/master
    • 6879ab7 Merge pull request #6685 from webpack/bugfix/node_chunks
    • 71eff5d Merge pull request #6686 from webpack/bugfix/ccp-readme
    • 9eb4daa Remove CCP link
    • f9e7a17 Escape module names
    • 1181c0e Remove accidental filename setting which wasn't needed and was breaking test
    • 57c6c43 Add requested changes from PR comments
    • ae2ae4e Merge pull request #6640 from clarkdo/module-assets

    There are 27 commits in total.

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    greenkeeper 
    opened by greenkeeper[bot] 2
  • Bump sass from 1.57.0 to 1.57.1

    Bump sass from 1.57.0 to 1.57.1

    Bumps sass from 1.57.0 to 1.57.1.

    Release notes

    Sourced from sass's releases.

    Dart Sass 1.57.1

    To install Sass 1.57.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

    Changes

    • No user-visible changes.

    See the full changelog for changes in earlier releases.

    Changelog

    Sourced from sass's changelog.

    1.57.1

    • No user-visible changes.
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(4.8.8)
Owner
Textpattern CMS
The people that bring you Textpattern CMS.
Textpattern CMS
Server-side handler of DataTables Jquery Plugin for Laravel 4

Project is not being maintained actively. You will most likely find a better more actively maintained fork here https://github.com/yajra/laravel-datat

Bilal Gultekin 264 Jul 2, 2022
Admin Theme based on the AdminLTE Template for easy integration into symfony

Admin Theme based on the AdminLTE Template for easy integration into symfony

Marc Bach 281 Aug 30, 2022
Jetstrap is a lightweight laravel 8 package that focuses on the VIEW side of Jetstream / Breeze package installed in your Laravel application

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.

null 686 Dec 28, 2022
This is a laravel 4 package for the server and client side of datatables at http://datatables.net/

Datatable Important This package will not receive any new updates! You can still use this package, but be preparared that there is no active developme

Nils Plaschke 388 Dec 30, 2022
Easy Laravel Server-Side implementation of PrimeVue Datatables

Laravel + PrimeVue Datatables This is a simple, clean and fluent serve-side implementation of PrimeVue Datatables in Laravel. Features Global Search i

Savannabits 11 Dec 29, 2022
The University of Arizona Libraries will no longer provide support for Guide on the Side.

The University of Arizona Libraries will no longer provide support for Guide on the Side. The code will remain openly available; however, UAL can no longer provide code fixes or upgrades.

The University of Arizona Libraries 66 Oct 31, 2022
Data Table package with server-side processing, unlimited exporting and VueJS components

Data Table package with server-side processing, unlimited exporting and VueJS components. Quickly build any complex table based on a JSON template.

Laravel Enso 618 Dec 28, 2022
Symfony bundle that provides Cross Site Request Forgery (CSRF or XSRF) protection for client-side applications

CSRF Cookie Bundle This Symfony bundle provides Cross Site Request Forgery (CSRF or XSRF) protection for client-side applications requesting endpoints

David Neustadt 8 Nov 28, 2022
DataTables server-side for CodeIgniter, supported both for CodeIgniter 3 and CodeIgniter 4.

CodeIgniter DataTables DataTables server-side for CodeIgniter, supported both for CodeIgniter 3 and CodeIgniter 4. Note: This library only handle the

Nur Muhammad 14 Dec 15, 2022
Add Server-Timing header information from within your Laravel apps.

Laravel Server Timings Add Server-Timing header information from within your Laravel apps. Installation You can install the package via composer: comp

Beyond Code 498 Dec 15, 2022
Use Nanoids within your laravel application.

Laravel Nanoid Introduction A simple drop-in solution for providing nanoid support for the IDs of your Eloquent models. (Stripe-like IDs) Installing c

Malico 8 May 17, 2022
A simple way to add 301/302 redirects within CraftCMS.

Redirector plugin for Craft CMS 3.x A simple way to add 301/302 redirects within CraftCMS. This is the first CraftCMS plugin written by myself so plea

Jae Toole 1 Nov 25, 2021
Manage meta data based on URL path within your app.

Laravel SEO Manager This package provides simple functionality to manage SEO tags based on URL path within your Laravel application. You can put the U

Michael Rubel 20 Oct 20, 2022
jQuery DataTables API for Laravel 4|5|6|7|8

jQuery DataTables API for Laravel 4|5|6|7|8 This package is created to handle server-side works of DataTables jQuery Plugin via AJAX option by using E

Arjay Angeles 4.5k Jan 9, 2023
Laravel style jquery validation plugin

Validator Laravel style jquery validation plugin Validator is a jQuery plugin that emulates the validation class found in the laravel framework. Usage

David Thingsaker 5 Aug 31, 2022
A simple to use query builder for the jQuery QueryBuilder plugin for use with Laravel.

QueryBuilderParser Status Label Status Value Build Insights Code Climate Test Coverage QueryBuilderParser is designed mainly to be used inside Laravel

Tim Groeneveld 149 Nov 11, 2022
Prevent users from reusing recently used passwords

Laravel Password History Validation Prevent users from reusing recently used passwords. Installation You can install the package via composer: compose

Paul Edward 67 Oct 10, 2022
A premade, easy to use local development setup to be used for authoring Laravel applications

Laravel Drydock This project is a premade, easy to use local development setup to be used for authoring Laravel applications. The deliverables of this

Alexander Trauzzi 19 Nov 11, 2022
A collection of classes to be extended/used in laravel apps for quick development

laraquick A collection of classes to be extended/used in laravel applications for quick development. Introduction The library contains traits with wel

Ezra Obiwale 35 Dec 13, 2022