Commit graph

720 commits

Author SHA1 Message Date
Toam
ce0af2d61c Post item localisation 2013-11-03 23:45:54 +01:00
Toam
7c33b2e5cb init localisation 2013-11-03 13:54:42 +01:00
Thomas BRELET
35402743b5 Added i18next 2013-10-31 18:00:16 +01:00
Sacha Greif
e81c10a8dd committing to stop git from complaining 2013-10-16 10:37:24 +09:00
Sacha Greif
21fec08233 updating history 2013-10-05 11:44:01 +09:00
Sacha Greif
c17d874596 adding option to sign up new users to a MailChimp list 2013-10-05 11:43:07 +09:00
Sacha Greif
3a4a5adc9d prevent non-authorized comment deletions 2013-10-04 19:51:34 +09:00
Sacha Greif
d76d8e56bd use blocking synchronous call for Posts.insert() 2013-09-06 16:05:38 +09:00
Sacha Greif
2a4ac481fa Merge branch 'master' of github.com:SachaG/Telescope 2013-09-02 10:41:45 +09:00
Sacha Greif
a9a26be058 updated RSS package 2013-09-02 10:40:15 +09:00
Sacha Greif
787a8cdb0e updated to 0.6.5 2013-09-02 10:39:43 +09:00
Sacha Greif
64933c1b45 Merge pull request #136 from aykutyaman/master
delete post comments too when a post is deleted
2013-07-25 01:14:48 -07:00
Aykut Yaman
b9666b6fd7 delete post comments too when a post is deleted 2013-07-19 14:30:39 +03:00
Sacha Greif
7bb5c9e7ce display no posts notification on digest 2013-07-19 14:37:36 +09:00
Sacha Greif
03f0307d0b replaced moment with momentjs 2013-07-19 12:52:10 +09:00
Sacha Greif
230f99dbf3 Merge branch 'master' of github.com:SachaG/Telescope 2013-07-19 12:18:06 +09:00
Sacha Greif
c866cb6238 added autocomplete to select user form 2013-07-19 12:17:49 +09:00
Sacha Greif
394aaf67f2 Merge pull request #135 from hartator/master
Added Error for Trying to Post Empty Comments
2013-07-12 07:33:39 -07:00
hartator
21fce4c813 Added Error for Trying to Post Empty Comments 2013-07-10 22:08:25 +02:00
Sacha Greif
2fe94d611f made api backwards-compatible with old syntax 2013-07-08 10:16:43 +09:00
Sacha Greif
4b358389ab limit RSS feed to 20 items 2013-07-05 21:06:39 +09:00
Sacha Greif
c22a02e67a always sort by _id as well to avoid ambiguous positions 2013-07-05 15:17:22 +09:00
Sacha Greif
a6693c75e1 fixed allow/deny bug 2013-07-05 07:09:15 +09:00
Sacha Greif
f42f2e7f39 publish less user info 2013-07-04 13:22:48 +09:00
Sacha Greif
04cce7d907 fix waiting for wrong session variable 2013-07-04 13:07:47 +09:00
Sacha Greif
572f58ef4f refactoring API/RSS to use server-side router 2013-07-04 12:59:39 +09:00
Sacha Greif
d12c585e0c refactoring allow/deny code 2013-07-04 12:51:26 +09:00
Sacha Greif
ef26673e19 clean up getShortUrl function 2013-07-04 12:09:31 +09:00
Sacha Greif
13a867ba13 updated changelog 2013-07-04 12:07:34 +09:00
Sacha Greif
7a92f405f8 Merge branch 'bitly' 2013-07-04 12:06:41 +09:00
Sacha Greif
bb61e843c9 moved url shortening server-side 2013-07-04 12:05:09 +09:00
Sacha Greif
638cd34409 Merge pull request #125 from tholu/master
Set document title to post headline
2013-07-03 19:17:28 -07:00
Sacha Greif
01f7506a8a working on bitly link shortening integration 2013-07-04 11:16:11 +09:00
Sacha Greif
e52461c3d5 Merge pull request #133 from deanhewson/patch-1
Update epic-light.css to set a minimum height for the 'Message' text ent...
2013-06-26 23:37:06 -07:00
Dean Hewson
db5c7b06c7 Update epic-light.css to set a minimum height for the 'Message' text entry box
When submitting a post, the 'Message' text entry field starts off smaller than the height of one line. To help make it clear that users can write things in this box I propose setting a min-height for this field.
2013-06-27 15:41:08 +10:00
Sacha Greif
ebaf483d46 make sure the comment/post being edited is loaded before moving on 2013-06-18 10:46:29 +09:00
Sacha Greif
14421ff6e4 Merge branch 'master' of github.com:SachaG/Telescope 2013-06-13 15:15:00 +09:00
Sacha Greif
7961c7d86f fixed twitter avatar URL 2013-06-13 15:13:12 +09:00
Sacha Greif
3334882989 Merge pull request #127 from mrcoles/master
Make upvote cleanup prior downvote and vice-versa
2013-05-20 03:16:32 -07:00
Peter Coles
1e2750bb28 make upvote cleanup prior downvote and vice-versa 2013-05-19 16:26:42 -04:00
Thomas Lutz
23d3f44891 set document title to post headline 2013-05-15 18:45:27 +02:00
Sacha Greif
10639563a8 Merge pull request #119 from oyerli/patch-1
Duplicate Template.post_submit.rendered assignment in post_submit.js
2013-05-12 12:59:58 -07:00
Sacha Greif
194793298b Merge pull request #123 from chemfire/master
update google+ share button style
2013-05-11 21:16:36 -07:00
Derek
0167d5b989 Update config.js
Add "annotation:'bubble'" to googlePlus buttons config to make it behave normally
2013-05-12 00:12:40 -04:00
Ozan Yerli
cd56173d2e Duplicate Template.post_submit.rendered assignment in post_submit.js 2013-05-06 11:38:41 +03:00
Sacha Greif
e8c726bd9c refactoring scoring.js 2013-04-26 20:05:52 +09:00
Sacha Greif
f14627bfc2 fixed queued comments bug 2013-04-26 17:28:09 +09:00
Sacha Greif
1555ab3694 Merge pull request #115 from jonathanmtran/master
Added a template helper to address '1 points'
2013-04-25 22:35:04 -07:00
Jonathan M Tran
a89912e30f Added a template helper to address '1 points' 2013-04-25 22:11:26 -07:00
Sacha Greif
f9544b9720 add category slug class 2013-04-23 10:51:04 +09:00