Commit graph

44 commits

Author SHA1 Message Date
ajduke
aa6e909590 better redirection,error msg after post is deletd 2014-03-20 23:00:15 +05:30
Richard Pullinger
653d20f487 Only show category list on post submit/edit if there are categories 2014-01-30 19:49:03 +00:00
Tarang Patel
39eb1c8e0a Update Events
Move from using depreciated event declaration style. Still supported
not sure if future proof (see
https://github.com/meteor/meteor/blob/devel/packages/templating/deftempl
ate.js#L184)
2013-11-24 16:13:53 +02:00
Sacha Greif
c5821d5739 updated router and added nprogress hook 2013-10-24 14:34:50 +09:00
Sacha Greif
9066839a29 working on post and comment 2013-10-09 12:39:05 +09:00
Sacha Greif
d8070e51fa converting post edit page 2013-10-06 09:17:37 +09:00
Aykut Yaman
b9666b6fd7 delete post comments too when a post is deleted 2013-07-19 14:30:39 +03:00
Sacha Greif
c866cb6238 added autocomplete to select user form 2013-07-19 12:17:49 +09:00
Sacha Greif
a6693c75e1 fixed allow/deny bug 2013-07-05 07:09:15 +09:00
Sacha Greif
bb61e843c9 moved url shortening server-side 2013-07-04 12:05:09 +09:00
Sacha Greif
329a750be4 fixed post_edit 2013-04-06 13:44:52 +09:00
Sacha Greif
5939b34268 fixed category bug in post_edit 2013-03-15 15:17:44 +09:00
Sacha Greif
a7e05f54f5 merging with master 2013-03-14 09:22:11 +09:00
Sacha Greif
fabe4e7c10 fixed pending post approved bug 2013-03-04 10:55:46 +09:00
Sacha Greif
a7791c3b49 fixed pending post timestamp bug 2013-02-27 16:50:41 +09:00
Sacha Greif
2d4ad96b73 refactored categories helper, fixed conflicts 2013-02-20 11:04:25 +09:00
Sacha Greif
2ab81ed215 refactoring categories helper 2013-02-20 10:27:45 +09:00
Sacha Greif
694f72af99 denormalizing categories and refactoring findQuery 2013-02-18 13:38:15 +09:00
Sacha Greif
aa3cd9e93c fixed the flush errors 2013-02-10 08:15:31 +09:00
Sacha Greif
fa94d7a5e0 changed isChecked to hasCategory 2013-02-09 11:48:37 +09:00
Sacha Greif
f7fff10572 calculate score based on createdAt if submitted not available (i.e. post is pending) 2013-01-13 12:34:29 +09:00
Sacha Greif
c934a3ecff added post_approve meteor method 2013-01-13 10:21:09 +09:00
Sacha Greif
1c74af2344 make posts active when approving them 2013-01-13 09:52:40 +09:00
Sacha Greif
9edd21c3ab trying to fix post_edit bug again 2013-01-13 09:13:25 +09:00
Sacha Greif
4105708b6a working on new createdAt timestamp 2013-01-13 08:52:35 +09:00
Sacha Greif
4c27db26c4 fixed post_edit bug 2013-01-11 09:20:14 +09:00
Sacha Greif
05fcbaf1bd test if either http:// or https:// is missing from URLs 2012-12-31 18:18:46 +01:00
Sacha Greif
a3b224d727 automatically append "http://" to links if missing 2012-12-24 15:28:03 +01:00
Sacha Greif
fcc7313449 Improve sticky system by sorting posts by sticky instead of changing score 2012-12-20 17:30:54 +01:00
Sacha Greif
20065be2f3 add "/" to router redirection 2012-11-28 08:57:44 +09:00
Sacha Greif
e364aa3fbb title -> headline 2012-11-26 18:08:14 +09:00
Sacha Greif
02ae749f4e bugfix 2012-11-26 17:39:23 +09:00
Sacha Greif
903274b98f rework post edit 2012-11-26 17:37:47 +09:00
Tom Coleman
72d8115b1b New router is working, to some degree.
I switched over to router 2.0, and refactored the permissions a bit.
There's still a bit of work needed to get the permissions fully up to speed.
2012-11-21 14:28:18 +11:00
Sacha Greif
5189251533 can now set post time 2012-11-19 11:03:15 +09:00
Sacha Greif
2601ecb048 make sure status is an int and not a string 2012-10-24 16:48:30 +09:00
Sacha Greif
8df2f53a35 added pending posts 2012-10-24 11:04:42 +09:00
Sacha Greif
7afaee4e80 admin now able to change user and date 2012-10-23 12:24:38 +09:00
Tom Coleman
9b9435333b Don't need to do anything tricky any more.
Don't need to do 'constantOnceLoaded' as we can now just do
 - wait until loaded -- then constant.
2012-10-18 13:40:11 +11:00
Sacha Greif
f419987345 added datepicker 2012-10-18 11:26:42 +09:00
Sacha Greif
b3c932b2ab adding permission check for post and comment edit 2012-10-10 10:48:14 +09:00
Sacha Greif
1b4d48577c finished adding categories 2012-10-10 08:32:49 +09:00
Sacha Greif
4e74d43b06 improving permissions 2012-10-05 22:09:13 +09:00
Tom Coleman
e4f55a6377 Start of reorganization. 2012-10-04 11:17:57 +10:00
Renamed from client/templates/post_edit.js (Browse further)