Commit Graph

2978 Commits

Author SHA1 Message Date
Matt Rogers b05a44cb2a Update history to reflect merge of #1910 2014-01-04 10:12:24 -06:00
Matt Rogers 6184c4e44b Update history to reflect merge of #1899 2014-01-04 10:04:24 -06:00
Matt Rogers bbcd94e7fa Update history to reflect merge of #1875 2014-01-04 10:01:58 -06:00
Parker Moore 32b952803e Update history to reflect merge of #1898 2014-01-03 21:14:12 -08:00
Parker Moore eb67894e0f Update history to reflect merge of #1900 2014-01-03 11:12:48 -08:00
Parker Moore b273ac38a6 Update history to reflect merge of #1902 2014-01-02 13:26:08 -08:00
Parker Moore 36495487a3 Update history to reflect merge of #1889 2013-12-31 18:52:24 -08:00
Parker Moore 29720674dc Update history to reflect merge of #1896 2013-12-31 18:50:07 -08:00
Parker Moore b0ca19c67b Update history to reflect merge of #1897 2013-12-31 18:48:46 -08:00
Matt Rogers 012387396a Merge pull request #1859 from robin850/rouge 2013-12-30 22:45:07 -06:00
Matt Rogers 47e4e81053 Update history to reflect merge of #1849 2013-12-30 22:32:21 -06:00
Parker Moore 7c276c6f64 Update history to reflect merge of #1894 2013-12-30 16:35:48 -08:00
Parker Moore ac9bca80c8 Update history to reflect merge of #1893 2013-12-30 11:07:50 -08:00
Parker Moore 194109d677 Update history to reflect merge of #1886 2013-12-28 13:46:40 -05:00
Parker Moore da8571beec Update history to reflect merge of #1879 2013-12-26 15:23:28 -05:00
Parker Moore 7093d3aa82 Update history to reflect merge of #1877 2013-12-26 02:02:42 -05:00
Parker Moore a2853456b6 Update history to reflect merge of #1825 2013-12-26 01:33:17 -05:00
Parker Moore 46e47e6713 Update history to reflect merge of #1831 2013-12-26 01:14:48 -05:00
Parker Moore 92c3d6d3fd Update history to reflect merge of #1841 2013-12-26 01:12:40 -05:00
Parker Moore fbf2b5734e Update history to reflect merge of #1866 2013-12-26 01:07:01 -05:00
Parker Moore 0ebec0b03f Update history to reflect merge of #1872 2013-12-26 01:06:02 -05:00
Parker Moore 1550c60278 Update history to reflect merge of #1847 2013-12-24 14:05:54 -05:00
Parker Moore 169e526f2f Update history to reflect merge of #1867 2013-12-24 14:05:00 -05:00
Parker Moore 42aef79ab3 Update history to reflect merge of #1864 2013-12-22 22:15:09 -05:00
Robin Dupret 0831d2b0f8 Add support for the Rouge syntax highlighter
By setting the `highlighter` setting to `rouge` you can now easily
highlight your code with it instead of relying on Pygments. However,
Jekyll doesn't depend on Rouge explicitly, you will need to install it
or add it to your Gemfile.

The documentation has been updated accordingly.
2013-12-22 18:45:40 +01:00
Robin Dupret 92064134d6 Rename the pygments option to highlighter
Rename the pygments configuration option to highlighter to allow
different highlighters in the future. For now, the allowed values are
`pygments` and `null`.

It's now more straightforward to plug another syntax highlighter.
2013-12-22 12:45:15 +01:00
Robin Dupret 903cce2745 Fix the highlight tag feature
Previously, the assertion made wasn't enough to check whether the code
block was correctly parsed through Pygments (and it was not the case).
This commit simply ensure there is a div with the "highlight" class and
fix the test to correctly invoke the Liquid tag rendering.
2013-12-22 12:29:19 +01:00
Parker Moore 354b4b9c54 Update history to reflect merge of #1854 2013-12-19 19:58:36 -05:00
Parker Moore 8cb1dc47d9 Update history to reflect merge of #1848 2013-12-19 15:20:51 -05:00
Parker Moore 12a55b86ac Update history to reflect merge of #1836 2013-12-16 20:32:28 -05:00
Parker Moore 6b5ce3a9f0 Add v1.4.2 to History.markdown 2013-12-16 20:26:43 -05:00
Parker Moore b7bdcb19ca Update history to reflect merge of #1818 2013-12-11 18:31:13 -05:00
Matt Rogers 6d0a168d6d Update history to reflect merge of #1817 2013-12-11 16:47:37 -06:00
Matt Rogers 379093f940 Update history to reflect merge of #1815 2013-12-11 16:00:47 -06:00
Parker Moore 827c4b9bda Update history to reflect merge of #1812 2013-12-11 16:53:39 -05:00
Matt Rogers e5c8c94cd1 Update history to reflect merge of #1780 2013-12-11 08:08:14 -06:00
Matt Rogers fc760c1604 Update history to reflect merge of #1706 2013-12-10 23:16:44 -06:00
Matt Rogers b49c6508f5 Update history to reflect merge of #1805 2013-12-10 22:58:48 -06:00
Matt Rogers 48834891ac Update history to reflect merge of #1799 2013-12-10 22:30:55 -06:00
Parker Moore 8d44fa913b Update history to reflect merge of #1803 2013-12-10 17:49:44 -05:00
Parker Moore 01ee2ada7c Update history to reflect merge of #1804 2013-12-10 16:14:25 -05:00
Parker Moore 6e74ec2f71 Update history to reflect merge of #1788 2013-12-10 11:49:44 -05:00
Matt Rogers c669d1519d Reformat to match the rest of the file 2013-12-09 21:39:24 -06:00
Matt Rogers a81479adbf Update history to reflect merge of #1795 2013-12-09 21:36:23 -06:00
Matt Rogers 8ebd5852cd Updates for the 1.4.1 release
The 1.4.1 release is on the v1-stable branch
2013-12-09 20:49:15 -06:00
Matt Rogers 10e350d47b Update history to reflect merge of #1796 2013-12-09 20:24:31 -06:00
Parker Moore df1a999031 Update history to reflect merge of #1800 2013-12-09 18:00:09 -05:00
Parker Moore 5495e0b21a Update history to reflect merge of #1797 2013-12-09 17:57:40 -05:00
Parker Moore 4fb6022113 Update history to reflect merge of #1791 2013-12-09 12:33:36 -05:00
Parker Moore d2e948600f Update history to reflect merge of #1787 2013-12-08 01:05:10 -05:00
Parker Moore fa3476dd2a Update history to reflect merge of #1657 2013-12-08 00:43:44 -05:00
Parker Moore 315fb0cf20 Use YYYY-MM-DD in History file :) 2013-12-07 19:31:48 -05:00
Matt Rogers 7da676bcc2 Update History.markdown for the 1.4.0 release 2013-12-07 17:58:51 -06:00
Matt Rogers & Persa Zula 8b0ea62535 Update history to reflect merge of #1779 2013-12-06 23:03:59 -06:00
Parker Moore e14fe116db Update history to reflect merge of #1778 2013-12-05 21:43:11 -05:00
Matt Rogers 654fe6117b Update history to reflect merge of #1682 2013-12-04 20:40:58 -06:00
Matt Rogers dc7be86970 Update history to reflect merge of #1765 2013-12-04 20:28:58 -06:00
Matt Rogers 4076b12400 Update history to reflect merge of #1772 2013-12-04 20:25:34 -06:00
Parker Moore 7af757a3fc Update history to reflect merge of #1762 2013-12-02 15:36:55 -05:00
Parker Moore 6768977c27 Update history to reflect merge of #1755 2013-12-02 15:35:43 -05:00
Parker Moore 9cfe1f0a9c Update history to reflect merge of #1769 2013-12-01 19:27:03 -05:00
Matt Rogers 91a4c5611e Prep for the 1.3.1 release 2013-11-26 20:27:27 -06:00
Matt Rogers 4cc0bdf8ff Update history to reflect merge of #1759 2013-11-26 19:46:46 -06:00
Matt Rogers 47eac96fdc Update history to reflect merge of #1754 2013-11-25 20:56:51 -06:00
Matt Rogers 7cda916faa Update history to reflect merge of #1448 2013-11-22 23:00:24 -06:00
Matt Rogers 33be5b0361 Update history to reflect merge of #1746 2013-11-22 22:30:29 -06:00
Matt Rogers 16f4d025ab Update history to reflect merge of #1736 2013-11-22 22:23:27 -06:00
Matt Rogers 8595ea812c Update history to reflect merge of #1718 2013-11-22 20:32:27 -06:00
Parker Moore ed7fb46b96 Update history to reflect merge of #1741 2013-11-21 15:57:03 -05:00
Parker Moore 063ee6fb67 Update history to reflect merge of #1734 2013-11-19 13:49:52 -05:00
Parker Moore f4918a623b Update history to reflect merge of #1732 2013-11-18 18:59:10 -05:00
Matt Rogers 315cfcd727 Update history to reflect merge of #1730 2013-11-17 23:01:28 -06:00
Matt Rogers 1d81f2553d Update history to reflect merge of #1726 2013-11-15 08:26:45 -06:00
Matt Rogers 6842148389 Update history to reflect merge of #1669 2013-11-10 21:45:47 -06:00
Parker Moore 861f367de7 Update history to reflect merge of #1711 2013-11-08 23:16:36 -05:00
Parker Moore 0a359b586d Update history to reflect merge of #1707 2013-11-08 14:34:33 -05:00
Parker Moore 0819877701 Update history to reflect merge of #1708 2013-11-08 14:28:48 -05:00
Matt Rogers 0a0acaad37 Update history to reflect merge of #1697 2013-11-05 07:45:44 -06:00
Parker Moore a26663fb36 Update history to reflect merge of #1670 2013-11-04 23:21:40 -05:00
Parker Moore 93bd11ea05 Update history to reflect merge of #1695 2013-11-04 23:16:49 -05:00
Parker Moore 2b851be9bd Update history to reflect merge of #1693 2013-11-04 23:15:29 -05:00
Parker Moore 5d672782fb Update jekyllrb.com site history. 2013-11-04 21:07:51 -05:00
Parker Moore b9817ab47b Fix release date of v1.3.0 in History file 2013-11-04 14:40:53 -05:00
Matt Rogers cc0c82f9d2 Prep for the 1.3.0 release 2013-11-03 21:46:02 -06:00
Matt Rogers 3eed1cfed1 Update history to reflect merge of #1691 2013-11-03 09:55:54 -06:00
Matt Rogers e70c71edd4 Update history to reflect merge of #1687 2013-11-01 22:56:05 -05:00
Matt Rogers aebda2b7d8 Update history to reflect merge of #1677 2013-10-30 07:44:49 -05:00
Matt Rogers 700fb7cb6d Fix a typo. 2013-10-28 22:38:29 -05:00
Matt Rogers 1d72b1369f Update history to reflect merge of #1662 2013-10-28 22:37:31 -05:00
Matt Rogers 08adcd4a37 Update history to reflect merge of #1665 2013-10-28 14:36:25 -05:00
Matt Rogers 1eb55119a3 Update history to reflect merge of #1663 2013-10-26 22:11:13 -05:00
Matt Rogers 6949006051 Update history to reflect merge of #1405 2013-10-26 21:59:08 -05:00
Matt Rogers 727a705d67 Update history to reflect merge of #1660 2013-10-25 10:00:05 -05:00
Matt Rogers 9b40ae6b36 Update history to reflect merge of #1582 2013-10-23 22:59:43 -05:00
Matt Rogers 112aa8112d Update history to reflect merge of #1651 2013-10-23 22:51:13 -05:00
Matt Rogers 2397a16658 Update history to reflect merge of #1493 2013-10-23 22:49:50 -05:00
Matt Rogers 2c11a6ec27 Update history to reflect merge of #1589 2013-10-23 22:47:01 -05:00
Matt Rogers 32c7530ea6 Update history to reflect merge of #1656 2013-10-23 22:37:44 -05:00
Matt Rogers 6c001f10ab Update history to reflect merge of #1557 2013-10-23 09:40:39 -05:00
Matt Rogers 58ae8bc0cd Update history to reflect merge of #1543 2013-10-17 08:36:29 -05:00
Matt Rogers 3cd230d66e Update history to reflect merge of #1637 2013-10-17 08:23:26 -05:00
Matt Rogers 6e77788a06 Update history to reflect merge of #1638 2013-10-17 08:21:47 -05:00
Matt Rogers b0ae2c69c9 Update history to reflect merge of #1636 2013-10-17 08:13:28 -05:00
Matt Rogers 61e6a834cb Update history to reflect merge of #1635 2013-10-16 10:10:28 -05:00
Parker Moore 6f7935857a Update history to reflect merge of #1626 2013-10-11 15:35:25 +00:00
Matt Rogers 976cddf477 Update history to reflect merge of #1614 2013-10-10 20:49:55 -05:00
Matt Rogers 441b6d68c2 Update history to reflect merge of #1615 2013-10-10 20:48:27 -05:00
Matt Rogers 110aeee9a2 Update history to reflect merge of #1622 2013-10-10 20:39:23 -05:00
Parker Moore 848a11b3a8 Update history to reflect merge of #1616 2013-10-05 20:38:09 -04:00
Parker Moore 41adc30667 Update history to reflect merge of #1602 2013-10-04 14:40:39 -04:00
Parker Moore 55f4c3a0fd Update history to reflect merge of #1613 2013-10-04 13:37:11 -04:00
Parker Moore 06a757f156 Update history to reflect merge of #1610 2013-10-04 12:31:22 -04:00
Parker Moore 31b6a930c4 Update history to reflect merge of #1603 2013-10-04 12:29:39 -04:00
Parker Moore c32e317236 Update history to reflect merge of #1606 2013-10-04 12:28:56 -04:00
Parker Moore 9dc6fee9c5 Move version updates for development dependencies to 'Development Fixes' heading. 2013-10-04 12:27:53 -04:00
Parker Moore 87693eeffe Update history to reflect merge of #1607 2013-10-04 12:27:19 -04:00
Parker Moore 558dad7e70 Update history to reflect merge of #1604 2013-10-04 12:23:30 -04:00
Parker Moore 2763d785b8 Update history to reflect merge of #1608 2013-10-04 12:21:15 -04:00
Matt Rogers d32e3a06b4 Update history to reflect merge of #1495 2013-10-04 07:42:47 -05:00
Matt Rogers a5cb8c9f64 Update history to reflect merge of #1601 2013-10-04 07:40:45 -05:00
Matt Rogers 7d56426d50 Update history to reflect merge of #1592
Combine it with the entry for #1590 since they're related. Move it
down to the site enhancements section since both pulls are changes to
the site.
2013-10-02 23:12:36 -05:00
Matt Rogers bc71dc84f1 Update history to reflect merge of #1503 2013-10-02 22:55:13 -05:00
Matt Rogers 6d74b4df00 Update history to reflect merge of #1596 2013-10-02 21:48:03 -05:00
Parker Moore 09b5477856 Update history to reflect merge of #1598 2013-10-02 21:07:40 +00:00
Matt Rogers cb8572fedb Update history to reflect merge of #1514 2013-09-30 22:55:26 -05:00
Matt Rogers 246825ac12 Update history to reflect merge of #1003 2013-09-30 22:50:23 -05:00
Matt Rogers e8cab9da26 Update history to reflect merge of #1586 2013-09-30 22:47:18 -05:00
Matt Rogers 92907c9545 Update history to reflect merge of #1590 2013-09-30 16:41:10 -05:00
Parker Moore 35336bfff4 Update history to reflect the merge of #1577. 2013-09-27 15:12:50 -04:00
Parker Moore 5badf7d53b Update history to reflect merge of #1449 2013-09-23 22:31:38 -04:00
Parker Moore 903be7b750 Update history to reflect merge of #1571 2013-09-23 10:17:43 -04:00
Matt Rogers 93b5004c48 Update history to reflect merge of #1574 2013-09-23 09:12:44 -05:00
Matt Rogers 7ccb62e524 Update history to reflect merge of #1490 2013-09-18 21:36:27 -05:00
Parker Moore bbd275840b Update history to reflect fixing of #1561 2013-09-18 13:52:25 -04:00
Matt Rogers f7beb6bff0 Update history to reflect merge of #1255 2013-09-16 21:38:31 -05:00
Matt Rogers 045464c8d4 Update history to reflect merge of #1553 2013-09-16 20:38:47 -05:00
Matt Rogers bff0f9e537 Update history to reflect merge of #1556 2013-09-16 20:35:14 -05:00
Matt Rogers c376f345fa Update history to reflect merge of #1539 2013-09-16 20:29:17 -05:00
Parker Moore 79c2d5c8f7 Update history to reflect merge of #1555 2013-09-15 20:19:38 -04:00
Parker Moore 6d28d5f95f Update history to reflect merge of #1554 2013-09-15 17:26:15 -04:00
Parker Moore f922ae10e5 Update the History file 2013-09-14 20:49:23 -04:00
Parker Moore a1e16b3d58 Update history to reflect merge of #1518 2013-09-14 20:45:24 -04:00
Matt Rogers 1473448dfd Update history to reflect merge of #1537 2013-09-14 08:00:35 -05:00
Parker Moore 214c851be5 Update history to reflect merge of #1536 2013-09-12 14:02:22 -04:00
Parker Moore c38220f45c Update history to reflect merge of #1531 2013-09-12 12:45:19 -04:00
Parker Moore c219323384 Update history to reflect merge of #1516 2013-09-12 10:38:02 -04:00
Parker Moore e65305990a Update history to reflect merge of #1525 2013-09-11 23:45:01 -04:00
Parker Moore 70d9225d9c Update history to reflect merge of #1515 2013-09-10 11:57:14 -04:00
Parker Moore 828c4ba270 Update history to reflect merge of #1522 2013-09-09 20:18:43 -04:00
Matt Rogers 0dc86aa3f3 Update history to reflect merge of #1512 2013-09-09 08:06:59 -05:00
Anatol Broder ce6b591f45 Fix latest entries without code tag 2013-09-07 08:45:58 +02:00
Parker Moore 73789f20e1 Update history and History.markdown so it is consistent with previous release headers. 2013-09-07 01:59:48 -04:00
Parker Moore d9f73cad9d Fix merge conflict. 2013-09-07 00:12:15 -04:00
Parker Moore 2d8edb9516 Update History to reflect what happenend in d48f339a1f. 2013-09-07 00:11:20 -04:00
Matt Rogers e87006206e Update history to reflect merge of #1507 2013-09-06 22:58:42 -05:00
Matt Rogers e1a8ade88e Update history to reflect merge of #1404 2013-09-06 22:42:49 -05:00
Matt Rogers 3a6ffade0b Update history to reflect merge of #1363 2013-09-06 22:38:38 -05:00
Matt Rogers c6ae8043a0 Update history to reflect merge of #1511 2013-09-06 22:31:49 -05:00
Parker Moore d2e23470c0 Update History.markdown. 2013-09-06 22:23:08 -04:00
Parker Moore 71a8843ecd Update history to reflect merge of #1506 2013-09-05 17:56:40 -04:00
Matt Rogers c7c18507e3 Update history to reflect merge of #1481 2013-09-05 15:27:03 -05:00
Matt Rogers f0604d4956 Update history to reflect merge of #1494 2013-09-05 15:23:34 -05:00
Matt Rogers 3803d555ef Update history to reflect merge of #1498 2013-09-05 15:15:41 -05:00
Matt Rogers ce6925b487 Update history to reflect merge of #1501 2013-09-05 15:12:16 -05:00
Parker Moore da1e6d27c2 Update history to reflect merge of #1491 2013-09-04 10:37:47 -04:00
Parker Moore 22847029eb Update history to reflect merge of #1497 2013-09-03 14:00:43 -04:00
Parker Moore 2cc5dc3704 Update history to reflect merge of #1488 2013-09-01 13:37:06 -04:00
Parker Moore 4a7da0070f Update history to reflect merge of #1486 2013-09-01 12:39:50 -04:00
Parker Moore 8a431686cd Update history to reflect merge of #1480 2013-08-30 18:41:56 -04:00
Parker Moore 39d8f40b72 Update history to reflect merge of #1463 2013-08-30 18:39:27 -04:00
Parker Moore 9e0ed07399 Update history to reflect merge of #1477 2013-08-30 18:33:07 -04:00
Matt Rogers 289117d4fe Update history to reflect merge of #1341 2013-08-29 22:21:48 -05:00
Matt Rogers 49c529f420 Update history to reflect merge of #1474 2013-08-29 21:58:47 -05:00
Parker Moore 590d22d628 Update history to reflect merge of #1462 2013-08-28 18:13:18 -04:00
Parker Moore b3d831d4ab Update history to reflect merge of #1382 2013-08-28 18:03:57 -04:00
Parker Moore 5033437fa5 Update history to reflect merge of #1429 2013-08-26 17:02:46 -04:00
Parker Moore 0c1d27fc66 Update history to reflect merge of #1458 2013-08-26 17:00:30 -04:00
Matt Rogers 0b4ba4f771 Update history to reflect merge of #1454 2013-08-25 21:34:23 -05:00
Benjamin Esham 56e2bdd0da Fix two typos in History.markdown 2013-08-25 13:05:52 -04:00
Matt Rogers 34e3dcdb9f Update history to reflect merge of #1443 2013-08-24 22:17:37 -05:00
Matt Rogers e50217a2ce Update history to reflect merge of #1444 2013-08-24 11:08:32 -05:00
Parker Moore 07d23535af Update history to reflect the merge of #1430 2013-08-23 18:08:14 +02:00
Matt Rogers a91988d436 Update history to reflect merge of #1445 2013-08-22 11:11:16 -05:00
Parker Moore a3b63662ba Update history to reflect merge of #1439 2013-08-21 22:00:03 -04:00
Parker Moore eeabdd7bec Update history to reflect merge of #1441 2013-08-21 21:53:02 -04:00
Matt Rogers d40e7942c5 Update history to reflect merge of #1389 2013-08-18 10:59:11 -05:00
Parker Moore 751ed0ab58 Update history to reflect fixing of #1424. 2013-08-16 11:56:07 -04:00
Parker Moore c261eeaf6f Update history to reflect merge of #1415 2013-08-14 03:34:17 +02:00
Matt Rogers cb57ede320 Update history to reflect merge of #1418 2013-08-13 19:36:59 -05:00
Matt Rogers b039aadec0 Update history to reflect merge of #1419 2013-08-13 19:24:06 -05:00
Parker Moore 46f9fe545c Update history to reflect merge of #1411 2013-08-13 17:11:57 +02:00
Parker Moore a5b035ece8 Update history to reflect merge of #963 2013-08-11 12:52:24 +02:00
Parker Moore 4c4a0ca246 Update history to reflect merge of #1408 2013-08-11 12:04:52 +02:00
Matt Rogers 8d23046524 Update history to reflect merge of #1400 2013-08-09 22:23:44 -05:00
Parker Moore b3e3d8a734 Update history to reflect merge of #1386 2013-08-08 11:41:03 +02:00
Parker Moore bad5ea55d1 Update history to reflect merge of #1397 2013-08-08 11:15:34 +02:00
Parker Moore a87d6f9ddd Update history to reflect merge of #1390 2013-08-08 00:29:34 +02:00
Parker Moore 983c36f557 Update history to reflect merge of #1394 2013-08-07 23:43:41 +02:00
Parker Moore ab0a39fde9 Update history to reflect merge of #1364 2013-08-07 17:13:03 +02:00
Parker Moore a7356f065d Update history to reflect merge of #1315 2013-08-06 20:12:26 +02:00
Parker Moore fbecb6b875 Update history to reflect closing of #1388. 2013-08-06 20:08:27 +02:00
Parker Moore 14daff8965 Update history to reflect merge of #1382 2013-08-06 18:48:49 +02:00
Parker Moore 9193f5ea60 Update history to reflect merge of #1373. 2013-08-05 01:25:56 +02:00
Parker Moore d08edc4ad6 Update history to reflect merge of #1370 2013-08-03 20:28:00 +02:00
Matt Rogers 51cf55ebec Update history to reflect merge of #1358 2013-07-29 12:55:49 -05:00
Matt Rogers 2fc2558b04 Update history to reflect merge of #1360 2013-07-29 12:42:53 -05:00
Matt Rogers 8227f5e7b6 Update history to reflect merge of #1356 2013-07-26 10:01:16 -05:00
Matt Rogers 09e50a5008 Update history to reflect merge of #1354 2013-07-25 13:53:36 -05:00
Matt Rogers ec9d6ab693 Update history to reflect merge of #1353 2013-07-25 09:55:19 -05:00
Parker Moore 0db5dcf832 Release 1.1.2 2013-07-25 09:15:34 +02:00
Matt Rogers 49189844ef Update history to reflect merge of #1349 2013-07-24 20:27:24 -05:00
Parker Moore fe10f21d8d Release 1.1.1 2013-07-24 22:42:03 +02:00
Matt Rogers 8e0a4e927f Update history to reflect merge of #1339 2013-07-23 20:44:11 -05:00
Matt Rogers dd4ec1691b Update history to reflect merge of #1343 2013-07-23 20:37:06 -05:00
Parker Moore 8e7b6bf5ff Update history to reflect merge of #1338 2013-07-23 20:00:27 +02:00
Parker Moore 9e22d23801 Update history to reflect closing of #1303 2013-07-21 00:13:44 +02:00
Parker Moore 36e5d5da03 Update history to reflect closing of #1327 2013-07-21 00:08:05 +02:00
Parker Moore 258c7d6e4a Update history to reflect merge of #1318 2013-07-20 23:57:29 +02:00
Parker Moore b3b46f2874 Update history to reflect merge of #1330 2013-07-20 23:55:21 +02:00
Parker Moore 2b6bd5a40f Update history to reflect merge of #1328 2013-07-20 23:54:44 +02:00
Matt Rogers 4df051c49b Update history to reflect merge of #1310 2013-07-16 22:49:32 -05:00
Matt Rogers 840f57ca07 Update history to reflect merge of #1320 2013-07-16 22:38:02 -05:00
Parker Moore 475c4c399d Update history to reflect removal of erroneous statement in docs about site.pages' sorting. 2013-07-16 18:05:53 +02:00
Parker Moore 349ec1f75d Update history to reflect merge of #1306. 2013-07-16 11:23:20 +02:00
Matt Rogers 404332ae35 Update history to reflect merge of #1304 2013-07-14 13:53:47 -05:00
Parker Moore 07406baabe Update history files. 2013-07-14 19:57:09 +02:00
Parker Moore d572e588e8 Release 1.1.0 2013-07-14 19:52:44 +02:00
Parker Moore db0be233cf Update history to reflect merge of #1201. 2013-07-14 17:45:56 +02:00
Matt Rogers 21b52bbf70 Update history to reflect merge of #1302 2013-07-13 20:40:37 -05:00
Parker Moore 9f867c8014 Update history to reflect merge of #1098 2013-07-12 18:29:04 +02:00
Parker Moore 86fd1c5dd4 Update history to reflect merge of #1144. 2013-07-12 10:52:28 +02:00
Parker Moore 05b9d6d736 Update history to reflect merge of #1289 2013-07-11 12:00:04 +02:00
Parker Moore 07896a2923 Update history to reflect merge of #1296. 2013-07-11 00:12:54 +02:00
Matt Rogers 1ca967b839 Update history to reflect merge of #1290 and 1294 2013-07-10 13:41:26 -05:00
Parker Moore 42ac16b28f Update history to reflect merge of #1204. 2013-07-09 23:17:14 +02:00
Parker Moore f6db08302b Update history to reflect merge of #1046 2013-07-09 23:12:13 +02:00
Parker Moore 79f95b7a1c Update history to reflect merge of #1267. 2013-07-08 22:21:10 +02:00
Parker Moore 6afbf2b05c Update history to reflect merge of #1093, #1285, #1286
NEWS SECTION YAY!!!!!!!!!!!!!!!
2013-07-08 22:17:43 +02:00
Matt Rogers ff48b88a4f Update history to reflect merge of #1093 2013-07-08 14:01:35 -05:00
Parker Moore dbc20b787d Update history to reflect merge of #1271. 2013-07-08 19:58:06 +02:00
Parker Moore af8266e320 Update history to reflect merge of #1284. 2013-07-08 19:50:13 +02:00
Parker Moore 2bc050133c Update history to reflect merge of #1280. 2013-07-08 00:47:14 +02:00
Parker Moore c688ee67b6 Update history to reflect merge of #1263. 2013-07-05 16:04:37 +02:00
Parker Moore 45c7de0bb2 Update history to reflect merge of #1260. 2013-07-03 01:01:20 +02:00
Matt Rogers 7e750f3230 Update history to reflect merge of #1118 2013-07-01 09:53:34 -05:00
Matt Rogers 826a70f54f Update history to reflect merge of #1253 2013-07-01 09:46:33 -05:00
Parker Moore a8123e06f0 Update history to reflect closing of #1248. 2013-06-30 15:56:44 +02:00
Parker Moore 13a88a6d09 Update history to reflect closing of #1250. 2013-06-30 15:52:47 +02:00
Parker Moore a6e4832797 Update history to reflect merge of #1251. 2013-06-30 15:46:12 +02:00
Parker Moore 1763acd6f9 Update history to reflect merge of #1247. 2013-06-27 20:21:23 +02:00
Matt Rogers 744cc3c001 Update history to reflect merge of #1245 2013-06-27 12:21:35 -05:00
Parker Moore a26ab60ca4 Update history to reflect restriction of activesupport dependency. 2013-06-27 18:58:49 +02:00
Parker Moore a1b4537d13 Update history to reflect merge of #1242 2013-06-26 18:31:12 +02:00
Matt Rogers 63390ecb93 Update history to reflect merge of #1215 2013-06-25 06:20:37 -07:00
Matt Rogers ae85b57bdd Update history to reflect merge of #1171 2013-06-25 00:26:36 -05:00
Matt Rogers 175c3a5ed1 Update history to reflect merge of #1192 2013-06-24 16:52:25 -05:00
Parker Moore 84113c3674 Update history to reflect merge of #1198. 2013-06-23 15:07:17 +02:00
Parker Moore 22a6f0ada3 Update history to reflect merge of #1228. 2013-06-23 15:04:31 +02:00
Parker Moore 55f77d2ced Update history to reflect merge of #1227 2013-06-22 12:51:09 +02:00
Matt Rogers 99c700a8a4 Update history to reflect merge of #1229 2013-06-21 22:39:28 -05:00
Matt Rogers 58dacf796f Update history to reflect merge of #1225 2013-06-17 21:16:31 -05:00
Matt Rogers 02037b5f63 Update history to reflect merge of #1223 2013-06-17 13:06:52 -05:00
Matt Rogers 98247a1c95 Update history to reflect merge of #1222 2013-06-17 09:19:07 -05:00
Parker Moore 872eba313c Update history to reflect merge of #1214 2013-06-15 14:16:30 +02:00
Parker Moore 7ee89982e8 Update history to reflect merge of #1210. 2013-06-13 14:58:39 +02:00
Parker Moore e5d2b2fb9a Update history to reflect merge of #1208. 2013-06-13 14:57:50 +02:00
Parker Moore f9d26bfd51 Update history to reflect fixing of #1196. 2013-06-09 18:12:03 +02:00
Matt Rogers 1374a63542 Update history to reflect merge of #1191 2013-06-08 12:50:43 -05:00
Matt Rogers 6850aa8094 Update history to reflect merge of #1151 2013-06-08 12:47:34 -05:00
Parker Moore bbd789e549 Update history to reflect addition of fix for #1129. 2013-06-08 17:47:51 +02:00
Parker Moore 03bdc2a2df Update history to reflect merge of #1175. 2013-06-08 17:34:41 +02:00
Parker Moore f288eb271d Update history to reflect fix of #1182. 2013-06-08 17:32:23 +02:00
Parker Moore 1b2ae456d1 Update history to reflect the addition of the History page in the docs. 2013-06-08 17:26:40 +02:00
Parker Moore 96051568fb Restructured docs a bit to accomodate new 'History' page. 2013-06-08 17:20:27 +02:00
Parker Moore 700d840a06 Release 1.0.3 2013-06-07 21:02:13 +02:00
Parker Moore 32143588ef Update history to reflect merge of #1189. Solves #1185. 2013-06-07 20:56:21 +02:00
Parker Moore f211560dcc Update history to reflect merge of #1190. Fixes #673. 2013-06-07 20:45:08 +02:00
Parker Moore 004125bcd2 Update history to reflect merge of #1147. 2013-06-03 21:02:07 +02:00
Matt Rogers 4270cce2e0 Update history to reflect merge of #1170. 2013-06-03 10:09:43 -05:00
Parker Moore a3d1777251 Update history to reflect merge of #1166. 2013-06-02 19:07:04 +02:00
Parker Moore 3d267b3baa Update history to reflect merge of #1065 2013-06-02 14:31:50 +02:00
Matt Rogers 5e6a4135b4 Update history to reflect merge of #1150 2013-06-01 21:54:00 -05:00
Parker Moore 2dad826aff Update history to reflect merge of #1146. 2013-06-01 16:04:45 +02:00
Parker Moore 6296010c43 Update history to reflect merge of #1149. 2013-05-29 12:06:36 +02:00
Matt Rogers 2defdad3ae Update history to reflect merge of #1156 2013-05-28 21:38:19 -05:00
Matt Rogers 8eec9f7759 Update history to reflect merge of #1143 2013-05-23 20:32:40 -05:00
Parker Moore 8b8d2f830e Merge @mattr's history update with mine 2013-05-23 23:30:58 +02:00
Parker Moore da7e44cd46 Update history to reflect merge of #1139. Fixes #622. 2013-05-23 23:29:46 +02:00
Matt Rogers d454abf386 Update history to reflect merge of #1124 2013-05-23 16:29:31 -05:00
Parker Moore 23d0c130a5 Update history to reflect merge of #1142. 2013-05-23 23:27:06 +02:00
Matt Rogers 8ab4915182 Update history to reflect merge of #1136 2013-05-22 16:51:53 -05:00
Matt Rogers cbc0e72847 Update history to reflect merge of #1063 2013-05-22 14:42:18 -05:00
Parker Moore 9ab2448e5a Update history to reflect merge of #1123 2013-05-18 14:09:05 +02:00
Matt Rogers 70d38c70f7 Update history to reflect merge of #1115 2013-05-17 23:16:26 -05:00
Matt Rogers 786a120b51 Update history to reflect fixing of #1099 and #1119 2013-05-17 22:49:09 -05:00
Matt Rogers 6a7ed52b37 Update history to reflect merge of #1114 2013-05-17 22:46:11 -05:00
Matt Rogers 9614d516f0 Update history to reflect merge of #1121 2013-05-17 22:43:56 -05:00
Matt Rogers 4123406bd2 Update history to reflect merge of #1116 2013-05-16 15:27:50 -05:00
Parker Moore d1c626f2e2 Update history to reflect merge of #1035 2013-05-15 23:59:51 +02:00
Parker Moore 98923f87b5 Update history to reflect merge of #1057 👍 2013-05-15 16:26:41 +02:00
Parker Moore 7b22502c94 Quick patch for migration docs. 2013-05-15 13:58:08 +02:00
Parker Moore 8537c6770e Update history to reflect merge of #1107 2013-05-15 13:45:16 +02:00
Parker Moore 8877d0db66 Update history to reflect merge of #1106 2013-05-14 22:03:37 +02:00
Parker Moore 7186a557f6 Update history to reflect merge of #1068. 2013-05-14 21:01:06 +02:00
Parker Moore 03887262a3 Update history to reflect merge of #1089. 2013-05-14 19:58:48 +02:00
Parker Moore 1ce36fb1ff Update history to reflect merge of #1101. 2013-05-14 12:40:04 +02:00
Parker Moore f1c5579c5b Add docs for post excerpt #1072 2013-05-12 17:54:15 +02:00
Parker Moore 483ecec2b4 Update history to reflect addition of docs for gist tag #1072 2013-05-12 16:20:46 +02:00
Parker Moore 8051df0f4c Release 1.0.2 2013-05-12 15:26:45 +02:00
Parker Moore 56e7f7688e Add note in history about documentation for #1081 2013-05-12 14:08:11 +02:00
Parker Moore 7671b45a92 Update history to reflect merge of #1066. 2013-05-12 12:12:49 +02:00
Parker Moore 427bb6aec7 Update history to reflect merge of #1081. 2013-05-12 11:57:56 +02:00
Parker Moore 91317b29b3 Update history to reflect merge of #1078 2013-05-12 11:53:37 +02:00
Parker Moore d9e056bd60 Update history to reflect merge of #1084 2013-05-12 11:51:52 +02:00
Parker Moore 470a187395 Update history to reflect merge of #1079 2013-05-11 17:10:50 +02:00
Parker Moore 6bd7feeaa8 Update history to reflect merge of #985. Closes #980. 2013-05-10 22:13:32 +02:00
Parker Moore 65a1b33f6c Update history to reflect merge of #1073. 2013-05-10 21:55:57 +02:00
Parker Moore 012717ed04 Update history to reflect merge of #1061. 2013-05-09 13:51:55 +02:00
Parker Moore 3fbddc583c Update history to reflect merge of #1067 2013-05-09 13:48:34 +02:00
Parker Moore 0c04e5d55b Catching that the Redcarpet gem has been installed. Fixes #1059 2013-05-08 11:55:19 +02:00
Parker Moore 8bd14f18f6 Update History to reflect release of 1.0.1. 2013-05-08 01:06:11 +02:00
Parker Moore 2bee768e79 Update history to reflect merge of #1053. Closes #1038. 2013-05-08 00:58:31 +02:00
Parker Moore 3fef9607bc Update history to reflect introduction of #1051. 2013-05-07 23:54:02 +02:00
Parker Moore eda088136f Update history to reflect merge of #1048. 2013-05-07 22:13:21 +02:00
Parker Moore 81fea5ae22 Update history to reflect merge of #1037. 2013-05-07 16:46:02 +02:00
Parker Moore cacc0d0872 Clean up history file. Update it to reflect merge of #1027 2013-05-07 15:20:50 +02:00
Parker Moore ea29bff239 Fix up markdownified history file. 2013-05-07 15:19:09 +02:00
Parker Moore b625dbdbe3 I have weird preferences with filenames. Sorry, not sorry. 2013-05-07 15:18:01 +02:00