Commit Graph

509 Commits

Author SHA1 Message Date
Nicolas Lœuillet 51ee652e58 [add] route for article view 2014-01-08 10:55:28 +01:00
Vincent Jousse 1d4f308d4e Add PO translation files and translate home page 2013-12-15 11:14:36 +01:00
Vincent Jousse be8199de02 Add trans in templates 2013-12-13 23:12:08 +01:00
Vincent Jousse dfefa7016d Display entry content on the index 2013-12-13 22:42:21 +01:00
Vincent Jousse 14330bfa68 Formatting 2013-12-13 22:42:13 +01:00
Vincent Jousse bc8c4f7434 Remove useless line 2013-12-13 22:36:55 +01:00
Vincent Jousse 8c2d368cbf Use fetchAll directly on the connection and bind parameters using ? 2013-12-13 18:44:43 +01:00
Vincent Jousse 56071a0c81 WIP: Display and save entries 2013-12-13 17:21:50 +01:00
Vincent Jousse 6fe342d0e9 Fetch content using full-text-rss 2013-12-10 16:54:05 +01:00
Vincent Jousse efa4cca537 Update gitignore 2013-12-10 16:19:32 +01:00
Vincent Jousse fffaf558fc Add full-text-rss lib 2013-12-10 16:19:15 +01:00
Vincent Jousse 6667c8562e Bootstrap the add entry API 2013-12-01 21:44:04 +01:00
Vincent Jousse 674cf03409 Move DB queries into a Repository class 2013-12-01 21:43:43 +01:00
Vincent Jousse 67571d47cc Remove dead code 2013-12-01 21:09:46 +01:00
Nicolas Lœuillet 500a02b63d Merge pull request #337 from nicosomb/v2-silex
[add] preparing to poche a new link
2013-11-27 05:16:56 -08:00
Nicolas Lœuillet f0a5115a23 [add] preparing to poche a new link 2013-11-27 14:10:31 +01:00
Nicolas Lœuillet c6db45ea15 Merge pull request #336 from nicosomb/v2-silex
[fix] paths of assets fixed
2013-11-27 04:42:51 -08:00
Nicolas Lœuillet 5da399d98e [fix] paths of assets fixed 2013-11-27 13:42:03 +01:00
Vincent Jousse 103b6a790e Merge pull request #331 from nicosomb/v2-silex
[add] layout
2013-11-26 05:09:54 -08:00
Nicolas Lœuillet e62824a8f6 [del] remove dummy code 2013-11-26 13:34:53 +01:00
Nicolas Lœuillet eed94326c4 [add] layout 2013-11-26 13:33:00 +01:00
Vincent Jousse 00ac1a58be Use fixtures for tests 2013-11-24 22:48:05 +01:00
Vincent Jousse 43a934d560 Use specific bootstrap file for functional tests 2013-11-24 11:27:49 +01:00
Vincent Jousse 03d0df62eb Add build status image 2013-11-23 10:45:29 +01:00
Vincent Jousse cf5a6d74f7 Update .gitignore to remove the test DB 2013-11-23 10:44:30 +01:00
Vincent Jousse bc1a3342c3 Use sqlite test db 2013-11-23 10:44:05 +01:00
Vincent Jousse b30f5bd72d Travis debug 2013-11-23 00:34:41 +01:00
Vincent Jousse 27f8a4f41d Travis debug again 2013-11-23 00:31:10 +01:00
Vincent Jousse 7d30a98904 Try to debug travis 2013-11-23 00:27:28 +01:00
Vincent Jousse c5ef984560 Remove useless debug 2013-11-23 00:20:40 +01:00
Vincent Jousse e671df3151 Launch phpunit on travis 2013-11-23 00:17:39 +01:00
Vincent Jousse eded146c74 Fix unit test directory 2013-11-23 00:15:55 +01:00
Vincent Jousse cee7dbc90a Add simple functional test 2013-11-22 23:54:20 +01:00
Vincent Jousse 324e96b48f Fix typo 2013-11-22 23:49:02 +01:00
Vincent Jousse 723fce50b6 Use built-in json renderer 2013-11-22 22:48:06 +01:00
Vincent Jousse a43675b7c7 Add symfony browser-kit for functional tests 2013-11-22 22:45:57 +01:00
Vincent Jousse 65dd276fbf Move bootstrap for atoum into units dir 2013-11-22 22:45:40 +01:00
Vincent Jousse d4ed21081c Get all entries 2013-11-22 16:38:49 +01:00
Vincent Jousse 6dc90c704c Add EntryApi as a Service 2013-11-22 16:25:37 +01:00
Vincent Jousse 3734cb0090 Split controllers into different files 2013-11-22 15:08:03 +01:00
Vincent Jousse e71f24ec63 Move controllers in a dedicated directory 2013-11-22 15:03:25 +01:00
Vincent Jousse 3301a3b136 Reorganise files 2013-11-22 15:01:46 +01:00
Vincent Jousse c780072755 Add travis config 2013-11-21 23:10:50 +01:00
Vincent Jousse ef65cf46f5 Add an option to run tests in an infinite loop 2013-11-21 23:08:35 +01:00
Vincent Jousse 2e4d38cbf4 Test to check that the token is properly generated 2013-11-21 23:02:33 +01:00
Vincent Jousse 6f5d4b334c Import poche v2 schema 2013-11-21 22:44:41 +01:00
Vincent Jousse 95a3b293ae Add missing getter 2013-11-21 20:27:42 +01:00
Vincent Jousse c15bb6b4de Add tests in README 2013-11-21 20:26:22 +01:00
Vincent Jousse 75fbd3420a Fix dummy entry test 2013-11-21 20:25:05 +01:00
Vincent Jousse f502810f43 Trying to test a dummy Entry class
It seems that Atoum doesn't find the class to be tested
when running `./console tests:unit`
==> Error E_USER_ERROR in /home/vjousse/usr/src/php/poche/tests/unit/Entry.php on unknown line, generated by unknown file:
Tested class 'Entry' does not exist for test class 'tests\unit\Entry'
2013-11-21 20:15:42 +01:00