Commit graph

76 commits

Author SHA1 Message Date
Sacha Greif
10f321b75c small css fixes 2014-07-10 12:02:53 +09:00
Sacha Greif
4bc9b6a864 working on mobile nav 2014-07-10 11:45:34 +09:00
Sacha Greif
e0750c75d5 working on mobile version 2014-07-09 09:46:24 +09:00
Arunoda Susiripala
0860f59c5e added subscriptions-manager support 2014-07-08 09:27:26 +05:30
Sacha Greif
9f434c399d removing embedly package from main repo (on Atmosphere now) 2014-07-07 14:37:04 +09:00
Sacha Greif
e8e00b253f fixing module position names 2014-07-07 14:36:51 +09:00
Sacha Greif
a1f217545c better names for module positions 2014-07-07 13:41:25 +09:00
Sacha Greif
681be06443 post_item tweaks 2014-07-07 11:49:21 +09:00
Sacha Greif
4020ce8ace css tweaks 2014-07-07 09:36:19 +09:00
Sacha Greif
4b944b3c97 module positioning tweaks 2014-07-07 09:06:32 +09:00
Sacha Greif
1abb2bbcac getting rid of misplaced line of code 2014-07-06 15:18:34 +09:00
Sacha Greif
272d89c601 adding embedly module 2014-07-06 14:09:55 +09:00
Sacha Greif
265b59a82b fix category creation bug 2014-07-06 11:23:59 +09:00
Sacha Greif
3dc08bcc0c working on callbacks 2014-07-05 18:06:28 +09:00
Sacha Greif
48968718b0 css tweaks 2014-07-05 16:40:00 +09:00
Sacha Greif
4fb25bdb66 show post body outside of post modules 2014-07-05 16:29:10 +09:00
Sacha Greif
ae8da33e89 making categories a post module 2014-07-05 13:32:01 +09:00
Sacha Greif
356e8250ef fix category bug #313 2014-07-05 13:07:28 +09:00
Sacha Greif
970b869e9b fixing load more css 2014-07-05 12:36:18 +09:00
Sacha Greif
c36407a7d6 using table layout 2014-07-05 12:30:56 +09:00
Sacha Greif
5a38cff638 fixing package descriptions 2014-07-05 11:54:36 +09:00
Sacha Greif
6141edd4f4 making share a post module package 2014-07-05 11:54:23 +09:00
Sacha Greif
c483464f4d making all template helpers dynamic 2014-07-05 11:24:28 +09:00
Sacha Greif
3400eab761 fixing safari flexbox bug 2014-07-04 15:06:35 +09:00
Sacha Greif
abe8f45cbc fixing loading more posts bug 2014-07-04 14:22:21 +09:00
Sacha Greif
77e76eee13 making post components modular 2014-07-04 14:07:50 +09:00
Sacha Greif
fdeb8bb08a working on post modules 2014-07-04 12:44:36 +09:00
Sacha Greif
64f1a4966b theme tweaks 2014-07-04 11:41:43 +09:00
Sacha Greif
149035ea5f updating hubble theme 2014-07-04 11:32:04 +09:00
Sacha Greif
cc17fbaa36 Theme is now a package 2014-07-04 10:17:49 +09:00
Sacha Greif
3e18c08d6c fixing submitted to postedAd in packages 2014-07-03 14:26:05 +09:00
Sacha Greif
e1919593e7 refactoring dates and timestamps 2014-07-03 13:15:23 +09:00
Sacha Greif
9ebc910465 using marked package 2014-07-03 10:40:04 +09:00
Sacha Greif
57487e5abf using hotkeys package 2014-07-03 10:15:19 +09:00
Sacha Greif
415f2823fc cleaning up third-party code 2014-07-03 09:45:35 +09:00
Sacha Greif
fb279cc13c adding rss and api packages 2014-06-27 19:57:30 +09:00
Sacha Greif
30d1fa073d cleaning up and refactoring 2014-06-27 19:42:33 +09:00
Sacha Greif
69d59575e7 tweaks 2014-06-23 12:31:59 +09:00
Sacha Greif
d97df27f7f finishing view parameters flexibiltification 2014-06-23 12:28:40 +09:00
Sacha Greif
591ae27014 adding telescope-lib package for utility functions 2014-06-23 12:08:01 +09:00
Sacha Greif
5ae5dfab9a simplifying nav items markup 2014-06-23 11:46:12 +09:00
Sacha Greif
07eaf99f0a modularizing nav 2014-06-23 11:40:21 +09:00
Sacha Greif
21998aa012 putting search in its own package 2014-06-23 11:05:06 +09:00
Sacha Greif
a429a5608f remove regEx validation on ID 2014-06-22 17:25:07 +09:00
Sacha Greif
26646f22aa added preloadSubscriptions to telescope-base 2014-06-22 17:15:21 +09:00
Sacha Greif
83561ec28d fixing digest to work with Date() objects 2014-06-22 15:54:54 +09:00
Sacha Greif
d967812d60 adding telescope-base package to initialise common arrays 2014-06-22 14:53:17 +09:00
Sacha Greif
d8cb366754 adding order property to categories 2014-06-22 13:19:47 +09:00
Sacha Greif
199d27297c telescope-tags package now adds "categories" property to post schema 2014-06-22 12:58:41 +09:00
jungwon
7af1e73870 Translations variable change to object
Translations is referenced with i18n.translations[lang][str],
so it should be changed to be an object.

I think it should be used something like below.

e.g.
translations: {
    kr:{
      'Please fill in a headline': '빈칸 채우라고'
    }
  }
2014-06-09 18:00:32 +09:00