1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00
Commit Graph

519 Commits

Author SHA1 Message Date
Nicolas Lœuillet
4ee4bbaf44 [fix] link for add page 2014-01-09 14:27:22 +01:00
Nicolas Lœuillet
bee952c687 [add] htaccess 2014-01-09 14:26:58 +01:00
Nicolas Lœuillet
4f61d0695a [add] test for getEntryById 2014-01-09 09:57:37 +01:00
Nicolas Lœuillet
a8c636e936 [add] get one entry with the API 2014-01-09 09:57:18 +01:00
Nicolas Lœuillet
bbd89215d8 [fix] getEntryById now returns an array with one element 2014-01-09 09:56:46 +01:00
Vincent Jousse
dddb6809eb Use url() to generate routes in templates 2014-01-08 11:17:46 +01:00
Nicolas Lœuillet
973a2dfb52 [add] view article template 2014-01-08 10:57:21 +01:00
Nicolas Lœuillet
d85620383d [add] model method to fetch one entry by id 2014-01-08 10:56:54 +01:00
Nicolas Lœuillet
9bc4e790b4 [add] link to article in front view 2014-01-08 10:56:16 +01:00
Nicolas Lœuillet
4199943f4c [fix] url to back home 2014-01-08 10:55:52 +01:00
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