Skip to content

Commit

Permalink
fix #4547
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Feb 16, 2021
1 parent c426a11 commit 25b4c75
Show file tree
Hide file tree
Showing 7 changed files with 726 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- CoreBundle, ZikulaRoutesModule, ZikulaSecurityCenterModule, ZikulaSettingsModule, ZikulaThemeModule
- [extensions] Add StaticContent module to manage all static content (#4369).
- [CoreBundle] Add `Zikula\Bundle\CoreBundle\Configurator` for writing config files to the filesystem (#4433).
- [CoreBundle] Improved pagination display avoiding large amount of page links (#4547).
- [FormExtensionsBundle] Add bsCustomFileInput for direct file selection feedback (#4491).
- [BlocksModule] Add new block positions automatically on theme installation (#4228).
- [DefaultTheme] Add new default theme (#4462).
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Copyright 2012, Flavius Matis
http://flaviusmatis.github.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
A simple jQuery pagination plugin and 3 CSS themes.

[Read Full Documentation](http://flaviusmatis.github.com/simplePagination.js/)
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "simplePagination.js",
"version": "0.0.3",
"homepage": "https://github.com/flaviusmatis/simplePagination.js",
"authors": [
"Flavius Matis <flavius@fdbk.me>"
],
"description": "A simple jQuery pagination plugin with 3 CSS themes.",
"main": "jquery.simplePagination.js",
"keywords": [
"jquery",
"pagination"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Loading

0 comments on commit 25b4c75

Please sign in to comment.