Sacha Greif
340c9c61ce
updating settings form
2015-03-11 08:34:44 +09:00
Anthony Mayer
f9d9891fba
Getting rid of redundant permissions functions
...
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.
Conflicts:
client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Sacha Greif
a49161dc17
get rid of toolbox
2014-12-31 11:55:09 +09:00
Sacha Greif
ecad51bbbd
make release notes into a package
2014-12-31 11:05:25 +09:00
Sacha Greif
ed03fa38a1
working on release notes
2014-12-30 19:14:44 +09:00
Sacha Greif
c74a9ae8b0
add loading indicators to forms
2014-12-27 18:34:01 +09:00
Sacha Greif
69b3ec2352
making embedly thumbnail width and height configurable
2014-11-30 11:31:07 +09:00
Sacha Greif
f886142c4f
Renaming "test" autoform to "settings"
2014-09-29 11:09:36 +09:00
Sacha Greif
f00ffd8498
Adding instructions to settings form
2014-09-29 10:15:21 +09:00
Sacha Greif
51de4d79db
splitting settings form into field sets
2014-09-28 16:31:12 +09:00
Sacha Greif
0a0ad6a501
layout tweaks
2014-08-21 15:30:05 +09:00
Sacha Greif
d7135c1d1d
improving base theme
2014-08-20 15:59:11 +09:00
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