Commit Graph

  • b65bcccbfa
    Merge ae9a8ebbba into 09aa825787 Daniel Rudolf 2023-12-30 21:52:11 +0000
  • ae9a8ebbba
    Merge pull request #686 from dkyme/fix-discoverPageSiblings pico-3.0 Daniel Rudolf 2023-12-30 22:52:08 +0100
  • 914dd9453c fix Wrong config keys in discoverPageSiblings #675 Cornelius 2023-12-30 12:20:20 +0100
  • d130eeeb8d Add meta data attribute LANG to support multi language websites Gabriele Pohl 2023-12-04 22:41:12 +0100
  • 869ab1f2e0
    Enhanced Sorting by Nested Meta Values in Pages (#681) Max P 2023-12-02 14:35:38 +0100
  • 9fde594e5c Added old entry back in the Config template. Max P 2023-12-02 14:13:10 +0100
  • e995d5a51c Changelog and config template adapted according to the suggestions. Max P 2023-12-02 14:13:10 +0100
  • 987cf5ffc2 Added entry in the changelog about the possibility to access nested metadata with a dot as separator for sorting. Max P 2023-12-01 19:58:13 +0100
  • 0092429793 Added comment to the config template file about the possibility to access nested metadata with a dot as separator for sorting. Max P 2023-12-01 18:35:09 +0100
  • c94e384ba3 Additional variables removed. Max P 2023-12-01 18:26:58 +0100
  • 711897e619 Added functionality for sorting pages by nested meta values. Max P 2023-12-01 14:25:48 +0100
  • 78fdffd699
    Merge pull request #2 from PxaMMaxP/nested-meta-sorting Max P 2023-12-01 14:28:39 +0100
  • 3cf1a0aa4c Added functionality for sorting pages by nested meta values. Max P 2023-12-01 14:25:48 +0100
  • 06b89a9878
    Merge pull request #1 from PxaMMaxP/content-filter-trigger-events Max P 2023-12-01 14:06:17 +0100
  • c21dbfe366
    Merge branch 'pico-3.0' into content-filter-trigger-events Max P 2023-12-01 14:05:58 +0100
  • fff524bf62 Add event triggers for content preparation and parsing when the content filter is called Max P 2023-12-01 13:48:27 +0100
  • 0fa644e64b
    Merge pull request #674 from dkyme/dkyme-patch-1 Daniel Rudolf 2023-08-14 11:28:59 +0200
  • a3dd0b9fbd
    replace strlen in readPages() with variables dkyme 2023-08-14 10:58:36 +0200
  • 8bad7f3d4b fix(Pico::loadPlugins): use require_once to be able to reload Pico for phpunit tests Jérémy Dufraisse 2023-03-21 08:54:40 +0100
  • eb9caf22fe shore(composer): update parsedown and update namespace Jérémy Dufraisse 2023-03-16 10:55:56 +0100
  • 59a8859e1c fix(php8): be compatible Jérémy Dufraisse 2023-03-16 10:49:54 +0100
  • efa51f66b1
    CI: Add bouncer step to PR testing Daniel Rudolf 2023-01-05 22:34:31 +0100
  • 0c87fae09b
    Various small improvements Daniel Rudolf 2023-01-05 22:32:10 +0100
  • 311e21bcf3
    Allow $markdown = null in 'markdown' Twig filter Daniel Rudolf 2023-01-05 22:17:37 +0100
  • 35d894ec1a
    Add 'page' Twig function to return a single page Daniel Rudolf 2023-01-05 21:50:42 +0100
  • ac65647427
    Merge 0ea36e8f61 into 09aa825787 aferrop 2022-07-31 01:35:09 +0200
  • 09aa825787
    Update Twig URL master Maya McDougall 2022-07-27 15:17:31 -0400
  • 513e79d268
    Replace strftime (obsolete in PHP 8.1) by date Marc Sibert 2022-06-24 17:31:22 +0200
  • a5fefa46fb
    Update README.md and sample contents for Pico 3.0 Daniel Rudolf 2022-04-03 17:47:24 +0200
  • a178e85c07
    Update sample contents for Pico 3.0 Daniel Rudolf 2022-04-03 17:08:01 +0200
  • 268f4033f1
    Sample contents: Remove Pico's `map` Twig filter Daniel Rudolf 2022-03-21 01:59:44 +0100
  • 1da5e26d57
    Remove Pico's `map` Twig filter Daniel Rudolf 2022-03-21 01:49:27 +0100
  • 6698130b0f
    Update dependencies in composer.json Daniel Rudolf 2022-03-13 12:17:15 +0100
  • 0068406e23
    Update CHANGELOG.md Daniel Rudolf 2022-03-13 12:16:50 +0100
  • 81c21722d3
    Update CONTRIBUTING.md to include latest changes Daniel Rudolf 2022-03-12 18:02:11 +0100
  • c0639ccef6
    Minor code improvements Daniel Rudolf 2022-03-09 15:36:58 +0100
  • 3b6984dbd7
    Add some "art" to Pico class docs Daniel Rudolf 2022-03-08 22:41:11 +0100
  • 60d0f5403c
    CI: Use build script to publish new releases Daniel Rudolf 2022-03-08 20:13:42 +0100
  • 998f0d1dbd
    CI: Fix Composer root version guessing (again) Daniel Rudolf 2022-03-07 21:24:20 +0100
  • cb2cf3a4a3
    DummyPlugin: Add PHP return types to event methods Daniel Rudolf 2022-03-06 18:05:46 +0100
  • 00ac6c0700
    CI: Some small styling improvements Daniel Rudolf 2022-03-06 18:04:03 +0100
  • dde3a76d78
    CI: Fix Composer root version guessing Daniel Rudolf 2022-03-06 18:03:27 +0100
  • 070714d1d8
    DummyPlugin: Encourage devs to use PHP strict typing Daniel Rudolf 2022-03-03 22:02:51 +0100
  • 872da5714c
    DummyPlugin: Remove missed imports of the picocms namespace Daniel Rudolf 2022-03-03 21:59:41 +0100
  • 71c0dfbffb
    Proberly handle page data of hidden pages when accessing such a page Daniel Rudolf 2022-03-03 21:54:26 +0100
  • 9a8b3da2ae
    Simplify PHP class imports Daniel Rudolf 2022-03-03 21:39:27 +0100
  • a3f801b89a
    Enable PHP strict typing Daniel Rudolf 2022-03-03 21:37:04 +0100
  • 0f48280f73
    composer.json: Allow using all Composer plugins in the 'picocms/*' namespace Daniel Rudolf 2022-02-27 23:01:19 +0100
  • 6f1fc9f8de
    CI: Run 'test' workflow as part of the 'deploy-branch' workflow Daniel Rudolf 2022-02-27 23:00:07 +0100
  • 9d08d4247a
    CI: Add Composer oauth token for github.com Daniel Rudolf 2022-02-27 22:29:40 +0100
  • 1aacce829f
    🎉 Switch from Travis CI to GitHub Actions for release deployment Daniel Rudolf 2022-02-27 21:20:19 +0100
  • 67408ce935
    Merge branch 'pico-3.0-alpha' into pico-3.0 Daniel Rudolf 2022-02-27 21:17:55 +0100
  • 261b5c68a7
    CI: Add 'deploy-branch.yml' workflow to update website on branch updates Daniel Rudolf 2022-02-26 23:43:26 +0100
  • e3365a4345
    CI: Check Pico version on tag push Daniel Rudolf 2022-02-26 22:27:43 +0100
  • 4bf3260766
    phpDoc: Ignore .github dir Daniel Rudolf 2022-02-26 21:53:57 +0100
  • 93dbbe750d
    Add 'SECURITY.md' to .htaccess Daniel Rudolf 2022-02-26 21:53:38 +0100
  • 61880d150e
    Update Pico::VERSION to '3.0.0-dev' Daniel Rudolf 2022-02-26 21:52:11 +0100
  • bdb86d37ff
    CI: Improve Composer root version guessing for PRs Daniel Rudolf 2022-02-19 16:52:09 +0100
  • f4706bb8e1
    CI: Improve GitHub Actions YAML formatting Daniel Rudolf 2022-02-19 16:46:49 +0100
  • d01918a2fe
    CI: Update Stale Bot config Daniel Rudolf 2022-02-19 16:46:11 +0100
  • b9de38f7f2
    CI: Improve reusable 'install' action Daniel Rudolf 2022-02-19 16:38:24 +0100
  • 23b00ba1e0
    CI: Move install steps to reusable 'install' action Daniel Rudolf 2022-02-13 16:50:23 +0100
  • 92907a1361
    GitHub 'test' workflow: Run on any pull request Daniel Rudolf 2022-02-13 15:39:57 +0100
  • 8b4b20fe97
    PHP_CodeSniffer: Allow using strftime() Daniel Rudolf 2022-02-13 15:34:44 +0100
  • 68c47429ef
    Add GitHub workflow 'test' Daniel Rudolf 2022-02-13 15:13:10 +0100
  • e33f6c8148
    Update various links Daniel Rudolf 2022-02-13 15:10:08 +0100
  • 76a761c3a2
    Bump to API version 4 Daniel Rudolf 2022-02-07 00:00:27 +0100
  • 0f152c7165
    Travis CI: Test on PHP 8.0 and 8.1 Daniel Rudolf 2022-02-06 23:23:59 +0100
  • f7ccd0b703
    Revert "Added Temporary PHP 8.0 Notice" Daniel Rudolf 2022-02-06 23:22:58 +0100
  • 5a81fe89d8
    CONTRIBUTING.md: Probot Stale was replaced by GitHub Actions Daniel Rudolf 2022-02-06 23:22:33 +0100
  • 4e572adb33
    Merge branch 'master' into pico-3.0 Daniel Rudolf 2022-02-06 23:21:00 +0100
  • 1b956afc29
    Code cleanup Daniel Rudolf 2022-02-06 23:15:51 +0100
  • fe6c8f805a
    Re-add deprecated Pico::getBaseThemeUrl() and AbstractPicoPlugin::__call() Daniel Rudolf 2022-02-06 23:15:39 +0100
  • 41fc15a7e8
    Remove picocms\Pico\ namespace Daniel Rudolf 2022-02-06 23:14:08 +0100
  • edfab74ff2
    Add %page_*% replacements for Markdown files Daniel Rudolf 2022-02-06 22:43:19 +0100
  • ff5e345e58
    Added Temporary PHP 8.0 Notice Maya McDougall 2022-02-06 16:34:18 -0500
  • 7e3c6a7b3e
    Merge pull request #599 from dipohl/patch-1 Daniel Rudolf 2021-08-15 13:38:01 +0200
  • 2e425dc8ef
    Update index.md dipohl 2021-08-15 11:02:43 +0200
  • 09fbaaaf33
    IRC: Switch from Freenode to Libera.Chat Daniel Rudolf 2021-08-13 17:19:24 +0200
  • d0f32c0a2b
    Create SECURITY.md Daniel Rudolf 2021-06-21 20:45:31 +0200
  • 5b94b0fb6e For php >=8.x David 2021-05-17 11:32:29 +0200
  • d8470f9f5c
    Replace Probot Stale with GitHub Action Daniel Rudolf 2021-03-09 13:40:16 +0100
  • f7637ad335
    Version 3.0.0-alpha.2 v3.0.0-alpha.2 pico-3.0-alpha Daniel Rudolf 2020-12-24 17:32:27 +0100
  • 888b910a84
    Update Pico::VERSION Daniel Rudolf 2020-12-24 17:32:12 +0100
  • 4b95733a51
    Update CHANGELOG.md Daniel Rudolf 2020-12-24 17:30:58 +0100
  • 59d9514ed4
    Travis CI: Add PHP 8.0 target Daniel Rudolf 2020-12-24 17:40:58 +0100
  • c3c7606d2c
    Merge branch 'master' into pico-3.0-alpha Daniel Rudolf 2020-12-24 17:23:51 +0100
  • 221625efac
    CONTRIBUTING.md: Rename 'type: Question' label to 'type: Support' Daniel Rudolf 2020-11-11 16:10:46 +0100
  • 7228129cad
    Version 2.1.4 v2.1.4 Daniel Rudolf 2020-08-29 16:15:52 +0200
  • b95cfe0a0e
    Update Pico::VERSION and Pico::VERSION_ID Daniel Rudolf 2020-08-29 16:15:37 +0200
  • e4741d0fde
    Update CHANGELOG.md Daniel Rudolf 2020-08-29 16:14:52 +0200
  • 1916dc5645
    Silence PHP notices in upstream Parsedown Daniel Rudolf 2020-08-29 16:07:10 +0200
  • 4be1f6ae90
    Try to proberly encode formatted date strings returned by strftime() Daniel Rudolf 2020-09-09 17:52:11 +0200
  • 9bf317f903
    Travis CI: Use phpDocumentor 3 Daniel Rudolf 2020-07-10 19:45:21 +0200
  • 0e2b124b8e
    Version 2.1.3 v2.1.3 Daniel Rudolf 2020-07-10 18:21:09 +0200
  • 590d467347
    Update Pico::VERSION and Pico::VERSION_ID Daniel Rudolf 2020-07-10 18:51:32 +0200
  • 649feed2f6
    Update CHANGELOG.md Daniel Rudolf 2020-07-10 18:20:59 +0200
  • 1345d6ac82 More inclusive README Dimitri Merejkowsky 2020-06-29 21:37:24 +0200
  • 60f27dfe85
    Merge pull request #546 from asdfuser/master Daniel Rudolf 2020-06-14 19:03:08 +0200
  • b2df860546 Add option to set a locale Daniel Willmann 2020-06-14 12:57:36 +0200