Sacha Greif
|
c483464f4d
|
making all template helpers dynamic
|
2014-07-05 11:24:28 +09:00 |
|
Sacha Greif
|
21998aa012
|
putting search in its own package
|
2014-06-23 11:05:06 +09:00 |
|
Sacha Greif
|
b04d727335
|
working on nag and tags package
|
2014-05-09 18:18:48 +09:00 |
|
Sacha Greif
|
ba3e5e2ca2
|
Factoring out the tags/categories feature into its own package
|
2014-05-09 11:05:33 +09:00 |
|
Sacha Greif
|
26cb654bde
|
fixing settings bug
|
2014-05-09 09:39:49 +09:00 |
|
Sacha Greif
|
4e5f26d49c
|
using simpleSchema for settings
|
2014-05-01 19:34:24 -07:00 |
|
Karan Bhangui
|
09f420a070
|
categories are sorted by name
|
2014-02-09 14:27:19 -08:00 |
|
Egor Suvorov
|
5b9c0ff5af
|
#194: after category update from admin panel, all posts related to this category are updated (because full category object is stored in each post)
|
2014-01-06 19:59:35 +02:00 |
|
Tarang Patel
|
008cc7af15
|
Update from depreciated style events
|
2014-01-05 12:02:53 +02: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
|
4e465c348b
|
time format
|
2013-11-22 15:36:14 +09:00 |
|
Sacha Greif
|
ea70384950
|
added date headers to logs
|
2013-11-22 14:46:42 +09:00 |
|
Sacha Greif
|
a8ef61366f
|
added search logging
|
2013-11-22 14:20:47 +09:00 |
|
Sacha Greif
|
4cd03a6a11
|
refactored notifications; added notifications for new users
|
2013-11-18 11:30:58 +09:00 |
|
Sacha Greif
|
2bb0ab29fd
|
made updateUserProfiles into a migration
|
2013-11-16 13:13:21 +09:00 |
|
Sacha Greif
|
f2fbb98d8c
|
added better user filtering/sorting
|
2013-11-08 09:47:23 +09:00 |
|
Sacha Greif
|
49bfe8dc59
|
clean up toolbox
|
2013-10-25 13:24:31 +09:00 |
|
Sacha Greif
|
405c1ed82c
|
adding stub for post slug update method
|
2013-10-25 10:07:19 +09:00 |
|
Sacha Greif
|
9f8b74a786
|
URL slugs for user profiles
|
2013-10-24 11:04:27 +09:00 |
|
Sacha Greif
|
78bba0e915
|
invite system
|
2013-10-23 19:43:42 +09:00 |
|
Sacha Greif
|
cf2e2533bc
|
replacing Meteor.Router.to by Router.go
|
2013-10-09 21:49:02 +09:00 |
|
Sacha Greif
|
dbc589a8bc
|
adding a few console logs to help debug
|
2013-04-05 12:32:02 +09:00 |
|
Sacha Greif
|
6b4064f6b3
|
adding toolbox page
|
2013-04-05 12:22:00 +09:00 |
|
Sacha Greif
|
6fb64a991e
|
reset categorySlug Session variable
|
2013-03-15 15:38:01 +09:00 |
|
Sacha Greif
|
a7f2cf4b9a
|
implementing category UI
|
2013-02-18 12:13:27 +09:00 |
|
Lyudmil Angelov
|
2dfbf220ac
|
Use more descriptive names for classes used to generate forms automatically.
|
2012-11-22 17:48:31 +01:00 |
|
Sacha Greif
|
720373f30c
|
using router permissions for admin area
|
2012-11-22 08:13:43 +09:00 |
|
Lyudmil Angelov
|
1d2422b3b3
|
Merge main line.
|
2012-11-20 16:00:27 +01:00 |
|
Lyudmil Angelov
|
c346015912
|
Refactor settings view code to apply correct naming conventions and use the compact helper syntax.
|
2012-11-20 15:52:27 +01:00 |
|
Lyudmil Angelov
|
5638fcc37e
|
Extract a generic Model class and refactor Setting to extend from it. Refactor ModelForm and settings code in accordance with changes.
|
2012-11-20 15:27:46 +01:00 |
|
Sacha Greif
|
c27fb6b257
|
tweaking settings options
|
2012-11-18 09:04:32 +09:00 |
|
Sacha Greif
|
0b224f1ab2
|
moved json form data to settings form controller
|
2012-11-18 08:48:24 +09:00 |
|
Sacha Greif
|
64530543b7
|
refactoring settings form code and removing redudant libraries
|
2012-11-18 08:46:50 +09:00 |
|
Sacha Greif
|
db55645887
|
fixed conflicts
|
2012-11-17 13:24:19 +09:00 |
|
Lyudmil Angelov
|
bcb9ffdf9e
|
Refactor code to make it more readable. Move form options into a separate file.
|
2012-11-13 22:13:11 +01:00 |
|
Lyudmil Angelov
|
6a6486f698
|
Add handlers for updating and creating when submitting a ModelForm.
|
2012-11-13 21:09:22 +01:00 |
|
Lyudmil Angelov
|
81fab293d2
|
Move form submission logic into the form object.
|
2012-11-13 20:56:00 +01:00 |
|
Lyudmil Angelov
|
f7a12d29b6
|
Remove old form and use generated one.
|
2012-11-13 19:53:29 +01:00 |
|
Lyudmil Angelov
|
f5dc35e8b2
|
Make form submission work by convention instead of manually looking up input values.
|
2012-11-13 18:30:57 +01:00 |
|
Lyudmil Angelov
|
3e77059b34
|
Add correct default values to generated forms.
|
2012-11-13 18:07:31 +01:00 |
|
Lyudmil Angelov
|
f968a24efa
|
Make generated form look like old form.
|
2012-11-13 16:56:08 +01:00 |
|
Lyudmil Angelov
|
c6ec235c1e
|
Generate default form and allow user to overwrite options.
|
2012-11-13 15:54:52 +01:00 |
|
Lyudmil Angelov
|
43968f66d5
|
Set up jsonform and prepare to generate the settings form.
|
2012-11-13 13:14:50 +01:00 |
|
Sacha Greif
|
041023866c
|
cleaned up settings page
|
2012-10-30 17:02:53 +09:00 |
|
Sacha Greif
|
8df2f53a35
|
added pending posts
|
2012-10-24 11:04:42 +09:00 |
|
Sacha Greif
|
1685afa2f5
|
made score update interval a settings
|
2012-10-22 14:00:47 +09:00 |
|
Sacha Greif
|
1b4d48577c
|
finished adding categories
|
2012-10-10 08:32:49 +09:00 |
|
Sacha Greif
|
b54a525362
|
adding categories admin page, reworked permissions for admin pages
|
2012-10-10 07:57:34 +09:00 |
|
Sacha Greif
|
439d01f285
|
added landing page settings
|
2012-10-08 17:54:37 +09:00 |
|
Sacha Greif
|
ecb7d2b0f4
|
improving invite and permission system
|
2012-10-05 14:21:16 +09:00 |
|