Commit graph

  • 012dffa856 Fix #257 Daniel Rudolf 2015-10-01 21:59:03 +02:00
  • fd64e4fa5e Add a exception to alpha sorting: List index files first Daniel Rudolf 2015-10-01 21:54:30 +02:00
  • 45815e2c6d Don't read file contents of inaccessible pages Daniel Rudolf 2015-10-01 17:22:14 +02:00
  • 95db5ba1a1 Drop inaccessible pages Daniel Rudolf 2015-10-01 15:59:47 +02:00
  • cdef7a6324 Explicitly treat relative paths to be relative to Picos root dir Daniel Rudolf 2015-10-01 15:14:45 +02:00
  • fc7632b0ac Overhaul init of Pico Daniel Rudolf 2015-10-01 15:05:50 +02:00
  • 5e77d862bf Remove twig cache dir Daniel Rudolf 2015-09-29 00:42:04 +02:00
  • 8d88863805 Fix whitespace Daniel Rudolf 2015-09-28 17:42:47 +02:00
  • 13a50c7f2f Don't change $pageData['id'], add ~dup1 to the array key only Daniel Rudolf 2015-09-28 17:23:47 +02:00
  • a5755b0d39 Fix deprecated get_page_data and get_pages events Daniel Rudolf 2015-09-28 17:13:26 +02:00
  • 15b180e6a6 Merge 033fcca62d into 2fdcacc14b #256 biscuitNinja 2015-09-18 22:41:22 +00:00
  • 033fcca62d Config changes for 8793b153d9 #256 biscuitNinja 2015-09-18 23:22:34 +01:00
  • 8793b153d9 Support for separate path for blog posts biscuitNinja 2015-09-18 23:16:01 +01:00
  • a7fd853f8f Add striptags filter to description meta header Daniel Rudolf 2015-09-17 23:44:05 +02:00
  • 5533b07531 Re-add lost PicoPluginInterface Daniel Rudolf 2015-09-15 13:20:52 +02:00
  • f76a0b75be Use v0.7 releases of erusev/parsedown-extra Daniel Rudolf 2015-09-15 13:17:00 +02:00
  • 70f187fb45 Rename IPicoPlugin to PicoPluginInterface Daniel Rudolf 2015-09-15 13:15:45 +02:00
  • 4821454ad5 Declare in config/config.php.template to prevent a E_NOTICE Daniel Rudolf 2015-09-14 23:08:02 +02:00
  • 5731ede297 Allow omitting config/config.php; Fix write context on return value Daniel Rudolf 2015-09-14 23:01:08 +02:00
  • 71e7da28cc Various fixes Daniel Rudolf 2015-09-13 20:46:09 +02:00
  • a83b01ef4f Access plugins by class name, not file name Daniel Rudolf 2015-09-06 14:35:23 +02:00
  • 533822320e Workaround for webservers omitting QUERY_STRING Daniel Rudolf 2015-08-30 21:31:47 +02:00
  • 5eed6d0562 Add missing update of index.twig Daniel Rudolf 2015-08-30 21:29:52 +02:00
  • df10d60846 Fixing paths in global.php Daniel Rudolf 2015-08-30 21:29:20 +02:00
  • c44afd396d Update .htaccess Daniel Rudolf 2015-08-28 18:37:36 +02:00
  • 5438fdb368 Rename index.html of default theme to index.twig; Update template Daniel Rudolf 2015-08-28 18:35:53 +02:00
  • 39e1d788c5 Update sample content Daniel Rudolf 2015-08-28 18:34:14 +02:00
  • 144939b978 Update config.php.template Daniel Rudolf 2015-08-28 18:33:27 +02:00
  • 70316eca87 Add PicoDeprecated, PicoParsePagesContent, PicoExcerpt Daniel Rudolf 2015-08-28 18:30:19 +02:00
  • fd1b94e990 Update composer.json Daniel Rudolf 2015-08-28 18:28:49 +02:00
  • b3477906f1 Replace Pico_Plugin with DummyPlugin Daniel Rudolf 2015-08-28 18:28:25 +02:00
  • 07ae26789c Add AbstractPicoPlugin Daniel Rudolf 2015-08-28 18:26:56 +02:00
  • 43a7540f46 Add IPicoPlugin Daniel Rudolf 2015-08-28 18:25:54 +02:00
  • cd145821ba Remove pull request message Daniel Rudolf 2015-08-28 18:24:06 +02:00
  • 92c307d8be Pico 1.0 Daniel Rudolf 2015-08-28 18:22:32 +02:00
  • 284e0ce7de Move constants to global.php Daniel Rudolf 2015-08-28 18:19:03 +02:00
  • c496297c44 Class files should exactly match the class name Daniel Rudolf 2015-08-28 18:13:50 +02:00
  • adc356251e Remove index.html Daniel Rudolf 2015-08-28 18:11:45 +02:00
  • 2fdcacc14b Merge pull request #244 from muja/scandir Tyler Heshka 2015-08-04 11:21:18 -06:00
  • 9c302c49f2 Merge pull request #247 from PhrozenByte/enhancement/CleanupPathsDocs Tyler Heshka 2015-08-04 11:20:41 -06:00
  • 2d6b0ad45a Merge pull request #246 from PhrozenByte/enhancement/CleanupPaths Tyler Heshka 2015-08-04 11:20:33 -06:00
  • f90e3b4472 Update inline doc #246 Daniel Rudolf 2015-08-01 22:38:14 +02:00
  • 58ea1139d6 Doc updates for pull #246 #247 Daniel Rudolf 2015-08-01 22:25:30 +02:00
  • 6e8bc85a8b Move config.php.template to config/; Add config/.gitignore Daniel Rudolf 2015-08-01 22:07:14 +02:00
  • 399b73aa3b Move config.php to config/; Add CONFIG_DIR and VENDOR_DIR constants Daniel Rudolf 2015-08-01 22:03:54 +02:00
  • e23e61daad CONTENT_DIR constant isn't functional anymore Daniel Rudolf 2015-08-01 21:55:19 +02:00
  • 8d82cde120 Use scandir instead of opendir to ensure alphabetical order. #244 Danyel Bayraktar 2015-07-14 13:31:51 +02:00
  • f7fee2be1b Bug fix : If the article of the same "title" there are a plurality , I show the "current_page" is different article file . #241 高見知英 2015-07-05 00:37:45 +09:00
  • 7ea07c6227 Merge 91ea69fb2d into e942d40187 #240 SimoneS93 2015-06-27 16:21:19 +00:00
  • 91ea69fb2d Decouple Markdown and Twig #240 SimoneS93 2015-06-27 18:19:06 +02:00
  • 0e74a7b8a3 Create pico_twig.php #239 SimoneS93 2015-06-27 18:17:08 +02:00
  • 72edc5a063 Create pico_markdown.php #238 SimoneS93 2015-06-27 18:16:01 +02:00
  • e942d40187 Merge pull request #237 from theshka/master Tyler Heshka 2015-06-23 19:10:58 -04:00
  • f4cc9727ff Fix call on method of an object just created with new/PHP 5.3.10 compatibility error. #237 theshka 2015-06-23 19:06:53 -04:00
  • 6e50ac5cc8 Merge pull request #234 from kushipl/master Tyler Heshka 2015-06-12 13:26:16 -04:00
  • 577160b109 Apply PSR1/PSR2 coding standards. #234 Wojciech Grzebieniowski 2015-06-10 11:40:26 +02:00
  • 376e551ec4 Merge pull request #233 from kushipl/master Tyler Heshka 2015-06-10 03:38:26 -04:00
  • 83a3313e53 Fixed indent #233 Wojciech Grzebieniowski 2015-06-10 09:10:25 +02:00
  • 820e84e0b9 Merge pull request #232 from kushipl/master Tyler Heshka 2015-06-09 13:06:58 -04:00
  • 23b90e2a92 Avoid using global config variable. #232 Wojciech Grzebieniowski 2015-06-09 12:01:11 +02:00
  • 48e5c9e500 Merge pull request #230 from theshka/master Tyler Heshka 2015-05-29 13:39:14 -04:00
  • 28a6b721ce fix date_formatted issue #230 theshka 2015-05-29 13:23:20 -04:00
  • eb368d31e1 fix date_formatted issue theshka 2015-05-29 13:22:52 -04:00
  • a335eec82a add rewrite base directive theshka 2015-05-25 07:51:18 -04:00
  • b11a358505 add comments and RewriteBase directive theshka 2015-05-25 07:41:08 -04:00
  • d13e88a0b7 Merge branch 'master' of https://github.com/picocms/Pico theshka 2015-05-20 20:45:54 -04:00
  • 529e268d5b fix namespace error theshka 2015-05-20 20:44:26 -04:00
  • 5744a5650a Update config.php.template theshka 2015-05-20 18:41:32 -04:00
  • cfde8b6246 Merge pull request #222 from mangeld/patch-1 theshka 2015-05-03 16:20:13 -04:00
  • 5a7494d0fd Update config.php.template #222 Miguel Ángel Durán González 2015-05-03 22:15:31 +02:00
  • 523b7c13d4 Clarify which date format to use Miguel Ángel Durán González 2015-05-03 22:12:36 +02:00
  • e9c761812a Merge 84d036d23e into 11d4f7cab3 #219 Gustave Abel Michel III 2015-04-30 16:25:19 +00:00
  • 11d4f7cab3 Merge pull request #220 from theshka/master theshka 2015-04-30 12:15:25 -04:00
  • 1cfefb0337 Update config.php.template #220 theshka 2015-04-30 12:13:06 -04:00
  • 4311625ea2 Update config.php.template theshka 2015-04-30 12:10:46 -04:00
  • 84d036d23e Pages are now parsed by PHP first. #219 Gustave Abel Michel III 2015-04-30 09:01:53 -05:00
  • 4cb2b24fae Upgrade to Parsedown-extra theshka 2015-04-29 10:32:57 -04:00
  • 4c52d104c1 Update README.md theshka 2015-04-29 10:31:02 -04:00
  • 1d25dcbe9e Merge pull request #218 from theshka/master theshka 2015-04-29 10:28:22 -04:00
  • 968dc183db Upgrade to Parsedown-extra #218 theshka 2015-04-29 07:07:59 -07:00
  • 0363f1e3a1 Update README.md theshka 2015-04-28 23:39:25 -04:00
  • 6de5247ff7 Version 0.9 theshka 2015-04-28 22:56:48 -04:00
  • 4ef01ecc22 cleanup config file v0.9 theshka 2015-04-28 22:50:41 -04:00
  • a297ad8fdd Update docs.html theshka 2015-04-28 22:38:30 -04:00
  • a009849dd8 Update docs.html theshka 2015-04-28 22:37:18 -04:00
  • f7492b3213 Update docs.html theshka 2015-04-28 22:32:51 -04:00
  • fd91a49603 Update docs.html theshka 2015-04-28 22:31:45 -04:00
  • cc47d7676b Version 0.9 theshka 2015-04-28 21:02:44 -04:00
  • 45b156c1df Update README.md theshka 2015-04-28 20:02:10 -04:00
  • 3004548793 Update README.md theshka 2015-04-28 20:01:59 -04:00
  • dfd2533805 update content to content-sample theshka 2015-04-28 19:03:06 -04:00
  • b1dab08b98 Merge pull request #121 from caseycs/composer theshka 2015-04-28 18:50:51 -04:00
  • 483334170f Merge pull request #131 from Frodox/devel-chris theshka 2015-04-28 18:47:49 -04:00
  • b586c9fd5f Merge pull request #137 from sergeweyland/patch-1 theshka 2015-04-28 18:28:18 -04:00
  • 3a58a4efd6 Change yousite to yoursite theshka 2015-04-28 18:27:59 -04:00
  • af3c128ef1 Merge pull request #217 from theshka/master theshka 2015-04-28 18:20:04 -04:00
  • e7f1646272 Update default theme; responsive/mobile navigation. #217 theshka 2015-04-25 07:57:29 -07:00
  • 7513f88e6c Update default theme; responsive/mobile navigation. theshka 2015-04-25 07:51:47 -07:00
  • d1dd293a3a Merge pull request #215 from theshka/master picocms 2015-04-22 21:14:32 +01:00
  • c4af6eef9d Define missing content directory #215 theshka 2015-04-22 15:04:54 -04:00