1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 11:22:17 -05:00

Commit Graph

  • 3406252a0b [fix] archive count at the right place Nicolas Lœuillet 2014-01-09 21:30:25 +0100
  • 729373eb1a [fix] method to do an update in database Nicolas Lœuillet 2014-01-09 21:28:46 +0100
  • 5cb5e8a9f2 [change] some minor changes in templates Nicolas Lœuillet 2014-01-09 21:20:35 +0100
  • f9d31f533c [fix] remove uppercase for poching a link Nicolas Lœuillet 2014-01-09 21:20:19 +0100
  • 1cc69d6936 [add] template for archive Nicolas Lœuillet 2014-01-09 21:08:39 +0100
  • 839b6ea2c4 [add] api code for archive entries Nicolas Lœuillet 2014-01-09 21:08:00 +0100
  • 99c6d290c6 [add] routing for archive Nicolas Lœuillet 2014-01-09 21:07:16 +0100
  • 969a9fdf2e [add] link to mark as read in article view Nicolas Lœuillet 2014-01-09 20:38:14 +0100
  • 310ceb45bc [fix] content of an article was wrong Nicolas Lœuillet 2014-01-09 20:30:59 +0100
  • 84315fd6fc [add] test for mark an entry as read Nicolas Lœuillet 2014-01-09 15:51:36 +0100
  • 4e95dd45eb [fix] return value when we mark an entry as read Nicolas Lœuillet 2014-01-09 15:51:13 +0100
  • 7587e70dfa [add] API method to mark an entry as read Nicolas Lœuillet 2014-01-09 15:50:53 +0100
  • 7b97b86772 [fix] returned values with unread status Nicolas Lœuillet 2014-01-09 15:33:20 +0100
  • a91ae988ca [add] tools for an entry on view page Nicolas Lœuillet 2014-01-09 15:26:53 +0100
  • 297dba6d90 [add] tools for each entry on homepage Nicolas Lœuillet 2014-01-09 15:25:31 +0100
  • 01ac894b74 [add] method to mark an entry as read Nicolas Lœuillet 2014-01-09 15:24:57 +0100
  • 58f3a1dfd2 [add] route for mark an entry as read Nicolas Lœuillet 2014-01-09 15:22:58 +0100
  • 4ee4bbaf44 [fix] link for add page Nicolas Lœuillet 2014-01-09 14:27:22 +0100
  • bee952c687 [add] htaccess Nicolas Lœuillet 2014-01-09 14:26:58 +0100
  • 4f61d0695a [add] test for getEntryById Nicolas Lœuillet 2014-01-09 09:57:37 +0100
  • a8c636e936 [add] get one entry with the API Nicolas Lœuillet 2014-01-09 09:57:18 +0100
  • bbd89215d8 [fix] getEntryById now returns an array with one element Nicolas Lœuillet 2014-01-09 09:56:46 +0100
  • 2744d07d71 Merge branch 'dev' of https://github.com/inthepoche/poche into dev Nicolas Lœuillet 2014-01-08 11:28:53 +0100
  • 5ed8050791 [add] courgette theme Nicolas Lœuillet 2014-01-08 11:28:46 +0100
  • dddb6809eb Use url() to generate routes in templates Vincent Jousse 2014-01-08 11:17:46 +0100
  • 973a2dfb52 [add] view article template Nicolas Lœuillet 2014-01-08 10:57:21 +0100
  • d85620383d [add] model method to fetch one entry by id Nicolas Lœuillet 2014-01-08 10:56:54 +0100
  • 9bc4e790b4 [add] link to article in front view Nicolas Lœuillet 2014-01-08 10:56:16 +0100
  • 4199943f4c [fix] url to back home Nicolas Lœuillet 2014-01-08 10:55:52 +0100
  • 51ee652e58 [add] route for article view Nicolas Lœuillet 2014-01-08 10:55:28 +0100
  • c3b261e321 Merge pull request #391 from Newinx/master Nicolas Lœuillet 2014-01-07 23:22:32 -0800
  • 9ffce01e0c Correction de bugs dans le schema mysql - users/name type de int a varchar - valeurs par defaut ajoutees pour entries/is_read et is_fav Pierre 2014-01-07 22:55:48 +0100
  • 8905191413 [add] import from poche, thank you @tsadiq #388 Nicolas Lœuillet 2014-01-07 20:21:43 +0100
  • b4b22940df Merge pull request #387 from inthepoche/dev 1.3.1 Nicolas Lœuillet 2014-01-07 04:20:23 -0800
  • e1cf0fda27 [add] user_agent in file_get_contents Nicolas Lœuillet 2014-01-07 13:15:43 +0100
  • f41d00ed8a Merge branch 'dev' of https://github.com/inthepoche/poche into dev Nicolas Lœuillet 2014-01-07 13:13:30 +0100
  • d866e8be91 [change] poche logo is now at SVG format, see #373 Nicolas Lœuillet 2014-01-07 13:13:24 +0100
  • be4c8197eb Merge pull request #381 from tcitworld/dev Nicolas Lœuillet 2014-01-06 10:07:29 -0800
  • fcb5fd27e2 [change] update poche version in compatibility test file Nicolas Lœuillet 2014-01-06 08:32:28 +0100
  • 9c9b226589 Merge pull request #382 from aaa2000/table_tags_entries_already_exists Nicolas Lœuillet 2014-01-05 10:39:44 -0800
  • a562e3905a Create sqlite table tags_entries only if not already exists adev 2014-01-05 15:03:05 +0100
  • 607e12b4f2 Fixes bug 359 Thomas Citharel 2014-01-04 21:50:08 +0100
  • 7f66783976 Merge pull request #1 from inthepoche/dev tcitworld 2014-01-04 12:30:31 -0800
  • 2abcccb371 Merge branch 'dev' of https://github.com/inthepoche/poche into dev Nicolas Lœuillet 2014-01-03 15:18:32 +0100
  • 9bc32632af [fix] #375 Readability.com changed its export format Nicolas Lœuillet 2014-01-03 15:18:13 +0100
  • 52e3f58c72 Merge pull request #380 from F1reF0x/dev Nicolas Lœuillet 2014-01-03 02:20:40 -0800
  • b5c1ed1227 Change Permissions in pochePictures.php FireFox 2014-01-03 11:17:15 +0100
  • 4d058d4824 [fix] code display when printing a page was buggy Nicolas Lœuillet 2014-01-03 10:33:01 +0100
  • cb4fba5a33 [del] remove inthepoche.com config file, website has changed Nicolas Lœuillet 2014-01-03 10:22:12 +0100
  • 4a84d94e91 [add] config file for interviewmagazine.com Nicolas Lœuillet 2014-01-03 10:21:18 +0100
  • 0b57c6825a [fix] bugs #374 and #376 - encoding in rss Nicolas Lœuillet 2014-01-03 10:15:05 +0100
  • 529db4861d Merge branch 'dev' of https://github.com/inthepoche/poche into dev Nicolas Lœuillet 2014-01-03 10:06:33 +0100
  • 9de34d4e84 [fix] error in query to get entries and tags Nicolas Lœuillet 2014-01-03 10:06:26 +0100
  • d7ad5d6560 Merge pull request #379 from williamtheaker/dev Nicolas Lœuillet 2014-01-02 21:54:50 -0800
  • aeea7c6af0 Updated config page William Theaker 2014-01-02 21:15:41 -0500
  • b1bfd4cb0c Updated tag edit page William Theaker 2014-01-02 21:04:56 -0500
  • 2eb111a300 Merge pull request #370 from DmitrySandalov/dev Nicolas Lœuillet 2013-12-28 05:04:45 -0800
  • 76e487cd7e docs link, typos Dmitry Sandalov 2013-12-28 11:47:10 +0400
  • 60fc4f4b1a Merge pull request #363 from inthepoche/dev 1.3.0 Nicolas Lœuillet 2013-12-23 02:28:56 -0800
  • da5fc42f61 [fix] bug with queries when postgresql is used Nicolas Lœuillet 2013-12-23 11:23:12 +0100
  • 1151e9cc8f [add] availability to regenerate feed token Nicolas Lœuillet 2013-12-23 11:01:41 +0100
  • dfde415198 [change] install doc Nicolas Lœuillet 2013-12-23 10:45:16 +0100
  • e2b83a8298 [change] 1.3, let's rock baby Nicolas Lœuillet 2013-12-23 10:44:22 +0100
  • 5cfafc6110 [add] check tags tables Nicolas Lœuillet 2013-12-23 10:35:09 +0100
  • 1810c13b55 PHP_AUTH_USER isn't available when using php as cgi Nicolas Lœuillet 2013-12-23 09:09:10 +0100
  • a0aa150418 fix for long lasting session Dmitry Sandalov 2013-12-21 23:39:45 +0400
  • 5c8d438c08 Merge pull request #360 from DmitrySandalov/dev Nicolas Lœuillet 2013-12-19 05:28:22 -0800
  • 17bd2cc94c tags: mysql create tables if not exists Dmitry Sandalov 2013-12-19 16:24:49 +0300
  • cbfd5a1019 Update INSTALL.md Nicolas Lœuillet 2013-12-19 09:56:29 +0100
  • 04fcbad8c5 Merge pull request #358 from williamtheaker/dev Nicolas Lœuillet 2013-12-16 00:24:27 -0800
  • 1d4f308d4e Add PO translation files and translate home page Vincent Jousse 2013-12-15 11:14:36 +0100
  • 5df72bb4a4 Typo fixed William Theaker 2013-12-15 00:44:13 -0500
  • 41acd466ce typo William Theaker 2013-12-15 00:41:49 -0500
  • 43c1115eeb Edited text William Theaker 2013-12-15 00:18:26 -0500
  • db75a4425c Edited text William Theaker 2013-12-15 00:17:30 -0500
  • be8199de02 Add trans in templates Vincent Jousse 2013-12-13 23:12:08 +0100
  • dfefa7016d Display entry content on the index Vincent Jousse 2013-12-13 22:42:21 +0100
  • 14330bfa68 Formatting Vincent Jousse 2013-12-13 22:42:13 +0100
  • bc8c4f7434 Remove useless line Vincent Jousse 2013-12-13 22:36:55 +0100
  • 8c2d368cbf Use fetchAll directly on the connection and bind parameters using ? Vincent Jousse 2013-12-13 18:44:43 +0100
  • 56071a0c81 WIP: Display and save entries Vincent Jousse 2013-12-13 17:21:50 +0100
  • 0f9d3ef173 [fix] typo in config screen Nicolas Lœuillet 2013-12-12 11:11:53 +0100
  • 05d6dd487c Merge pull request #356 from inthepoche/tags Nicolas Lœuillet 2013-12-12 01:48:24 -0800
  • d460914f65 [add] download database if sqlite is on Nicolas Lœuillet 2013-12-12 09:42:19 +0100
  • 6fe342d0e9 Fetch content using full-text-rss Vincent Jousse 2013-12-10 16:53:16 +0100
  • efa4cca537 Update gitignore Vincent Jousse 2013-12-10 16:19:32 +0100
  • fffaf558fc Add full-text-rss lib Vincent Jousse 2013-12-10 16:19:15 +0100
  • 6bf4702608 [add] tags and tags_entries for mysql & postgresql Nicolas Lœuillet 2013-12-06 15:16:02 +0100
  • f014856424 [add] tags and tags_entries tables in poche.sqlite Nicolas Lœuillet 2013-12-06 15:11:08 +0100
  • c432fa1674 [add] assign and remove a tag to an entry Nicolas Lœuillet 2013-12-06 15:07:51 +0100
  • f778e47283 [add] rss for tag Nicolas Lœuillet 2013-12-06 14:37:42 +0100
  • 4886ed6d36 [add] page which lists entries for a tag Nicolas Lœuillet 2013-12-06 14:22:29 +0100
  • 74ec445a66 [change] simplify Tools::getTplFile Nicolas Lœuillet 2013-12-06 14:07:00 +0100
  • 6cab59c340 [add] edit tags page Nicolas Lœuillet 2013-12-06 14:03:14 +0100
  • 2e2ebe5ec7 [add] create tags page Nicolas Lœuillet 2013-12-06 13:15:06 +0100
  • 68e2061666 [add] tags displaying Nicolas Lœuillet 2013-12-06 13:02:58 +0100
  • 7b171c7340 [add] send tags to article view Nicolas Lœuillet 2013-12-06 13:02:38 +0100
  • 5bea1a4d31 [add] function to get tags by entry Nicolas Lœuillet 2013-12-06 13:02:15 +0100
  • 9e7c840b18 [fix] RSS feeds were buggy when I update full-text RSS Nicolas Lœuillet 2013-12-06 10:14:59 +0100
  • ac4d114214 [add] new specific configuration files Nicolas Lœuillet 2013-12-06 10:13:03 +0100