1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-07-24 18:41:55 +02:00
Commit Graph

77 Commits

Author SHA1 Message Date
Daniel Rudolf
db2e386a57 Version 2.0.5-beta.1
```
* [New] Add `2.0.x-dev` alias for master branch to `composer.json`
```
v2.0.5-beta.1
2019-01-03 01:14:55 +01:00
Daniel Rudolf
316a531f64 Update CHANGELOG.md 2019-01-03 01:11:49 +01:00
Daniel Rudolf
7c1d14dda8 composer.json: Add 2.0.x-dev alias for master branch 2019-01-03 01:03:52 +01:00
Daniel Rudolf
c366649243 Version 2.0.4
No changes
v2.0.4
2018-12-17 15:57:19 +01:00
Daniel Rudolf
02b112b072 Update CHANGELOG.md 2018-12-17 15:57:15 +01:00
Daniel Rudolf
6ad42dbbd2 Version 2.0.3
No changes
v2.0.3
2018-12-03 12:46:48 +01:00
Daniel Rudolf
8f8cd50936 Update CHANGELOG.md 2018-12-03 12:46:42 +01:00
Daniel Rudolf
5af338c408 Version 2.0.2
No changes
v2.0.2
2018-08-12 13:51:04 +02:00
Daniel Rudolf
f59f639f97 Update CHANGELOG.md 2018-08-12 13:50:57 +02:00
Daniel Rudolf
e1e4cc644f Version 2.0.1
No changes
v2.0.1
2018-07-29 12:58:56 +02:00
Daniel Rudolf
b1e423c691 Update CHANGELOG.md 2018-07-29 12:58:41 +02:00
Daniel Rudolf
ba0ac88e14 composer.json: Remove 2.0-dev branch alias 2018-07-03 16:13:14 +02:00
Daniel Rudolf
a75986d269 Version 2.0.0
```
* [New] Add Bountysource
* [Changed] Improve documentation
```
v2.0.0
2018-07-01 17:35:52 +02:00
Daniel Rudolf
3799bc14ed Update CHANGELOG.md 2018-07-01 17:26:26 +02:00
Daniel Rudolf
db2463c9b6 Add Bountysource icon (FontAwesome "dollar" icon)
See f994ef191c
2018-07-01 14:47:14 +02:00
Daniel Rudolf
1526e6eb47 Merge pull request #1 from Tyxiang/patch-1
Repair description error
2018-04-28 15:30:21 +02:00
Tyxiang
182431ce45 Repair description error 2018-04-28 21:23:49 +08:00
Daniel Rudolf
328407d792 Version 2.0.0-beta.3
No changes
v2.0.0-beta.3
2018-04-07 21:44:24 +02:00
Daniel Rudolf
7d85c18de4 Update CHANGELOG.md 2018-04-07 21:44:20 +02:00
Daniel Rudolf
bb5d25c713 Version 2.0.0-beta.2
```
* [Fixed] Fix sliding animation of collapsible menu in IE 9
* [Changed] Move Fontello font to `icon/` directory
* [Changed] Move stylesheets to `css/` directory
* [Changed] Improve Fontello font copyright notice
* [Changed] Add Droid Sans and Droid Sans Mono font files to `font/` directory,
            making Pico's default theme fully self-containing
```
v2.0.0-beta.2
2018-01-21 23:31:28 +01:00
Daniel Rudolf
3804a56b8c Update CHANGELOG.md 2018-01-21 23:30:46 +01:00
Daniel Rudolf
9430940d55 Add CHANGELOG.md 2018-01-21 23:03:35 +01:00
Daniel Rudolf
5f0793e4c5 Add docs for contributing to Pico's default theme 2018-01-21 23:03:26 +01:00
Daniel Rudolf
630573dd56 Move stylesheets to css/ directory 2018-01-21 23:02:13 +01:00
Daniel Rudolf
e45ea044fc Improve copyright notice of Fontello font 2018-01-21 17:34:42 +01:00
Daniel Rudolf
075cf427b4 Add Droid Sans and Droid Sans Mono font files to font/ directory
This makes Pico's default theme fully self-containing!
2018-01-21 17:33:41 +01:00
Daniel Rudolf
98247b9497 Move Fontello font to icon/ directory 2018-01-21 17:14:42 +01:00
Daniel Rudolf
f543d38888 Update README.md 2018-01-21 17:11:05 +01:00
Daniel Rudolf
a958759cb1 Fix utils.slideUp() and utils.slideDown() in IE9
IE9 doesn't support sliding, but also doesn't support requestAnimationFrame(). Use setTimeout() with a delay of 16ms (1000ms / 60fps = 16.67ms) instead. This isn't optimal, but who cares about IE9... This is also true for IE8, even though we don't officially support it.
2017-12-11 14:56:50 +01:00
Daniel Rudolf
86e6d344b0 Update README.md 2017-12-02 16:43:11 +01:00
Daniel Rudolf
bc404502d0 Version 2.0.0-beta.1 v2.0.0-beta.1 2017-11-05 17:35:53 +01:00
Daniel Rudolf
052a374640 Update composer.json 2017-11-04 18:51:03 +01:00
Daniel Rudolf
fba8b640dd Require strictly matching Pico version 2017-11-04 18:49:20 +01:00
Daniel Rudolf
3104729249 Add canonical link tag to index.twig 2017-11-04 18:48:34 +01:00
Daniel Rudolf
2af89075df Remove composer/installers dependency 2017-05-14 18:06:50 +02:00
Daniel Rudolf
b52b75a483 Add 2.0-dev branch alias to composer.json 2017-05-01 23:31:30 +02:00
Daniel Rudolf
f8fb28c502 Merge commit c69dca0f8c86ed62bb37b2dd7acfb4b4351980ae of picocms/Pico:master (Pico 1.0)
Remove Twitter links

Our Twitter account is basically abandoned. Our key asset never was a hardly to subdue flood of words anyway 😆

c69dca0f8c
2017-05-01 20:46:49 +02:00
Daniel Rudolf
e81eafcd68 Extract default theme from picocms/Pico repo
This repo is a copy of the picocms/Pico repo (https://github.com/picocms/Pico) at commit 82a342ba445122182b898a2c1800f03c8d16f18c with rewritten history. Only commits which are relevant for the themes/default/ directory (82a342ba44/themes/default/) were preserved. The command used to create this repo can be found at http://stackoverflow.com/a/37037151.

Pico is licensed under the MIT License (82a342ba44/LICENSE.md).
2017-05-01 18:56:54 +02:00
Daniel Rudolf
3bc28e2a87 Various small improvements 2017-05-01 15:12:13 +02:00
Daniel Rudolf
17b90f5435 Rename Pico 1.1 to Pico 2.0 2016-12-12 15:31:06 +01:00
Daniel Rudolf
1f504fe316 Give pages starting with a underscore (_) a special treatment
Follow-up to b493ebdb84e0da20e73ee21992ff36868be0008f
2016-12-12 14:49:05 +01:00
Daniel Rudolf
0744ec7363 Default theme: Navigation: Hide pages starting with a underscore (_) 2016-12-06 19:37:23 +01:00
Daniel Rudolf
dd94a6484a Default theme: Navigation: Show top-level pages only 2016-12-06 19:36:52 +01:00
Daniel Rudolf
163513c917 Merge branch 'master' into pico-1.1
Conflicts:
	_build/deploy-phpdoc-branch.sh
	themes/default/index.twig
	themes/default/style.css
2016-11-02 23:02:20 +01:00
Daniel Rudolf
a5b4367bed Default theme: Add flexbox CSS rules
I was sure that I've added that some time ago... Strange... Thanks to IRC user tony1
2016-08-24 21:37:29 +02:00
Daniel Rudolf
214fb085e5 Default theme: Fix default container width 2016-08-03 18:35:41 +02:00
Daniel Rudolf
5cc9ccb90d Default theme: Fix hr element theming in IE8+ 2016-08-03 17:56:11 +02:00
Daniel Rudolf
8fb29d78e5 Default theme: Add basic support for IE8
Forms still look broken and I definitly will *NOT* fix that. We don't support IE8 officially!

+ some minor improvements
2016-08-03 17:16:34 +02:00
Daniel Rudolf
d75b03524d Default theme: Improve form theming 2016-08-03 02:01:44 +02:00
Daniel Rudolf
5341c328c0 Default theme: Add basic form themeing 2016-08-03 01:01:20 +02:00