barisusakli
81018d1305
closes #1863
2014-07-21 15:03:04 -04:00
barisusakli
ef8bbdd359
closes #1864
...
doing andrew's //todo's since 1991
2014-07-20 21:10:23 -04:00
barisusakli
b1e93c4558
fix for wrapper
2014-07-20 14:53:29 -04:00
psychobunny
de5a564780
hinting
2014-07-17 18:59:56 -04:00
barisusakli
e6a5199174
pass router to app.load closes #1845
...
add a render method to router that forwards it to app
2014-07-17 18:34:30 -04:00
barisusakli
7212f95582
small fix to routes
2014-07-16 21:12:10 -04:00
Julian Lam
645eb051ec
added new hook filter:app.load, and deprecated action:app.load, hopefully fixes #1822
2014-07-16 21:09:55 -04:00
barisusakli
90392025e6
small fix to router
2014-07-16 13:43:02 -04:00
barisusakli
0362c1a3b0
show day/week/month/year popular topics
2014-07-11 18:43:26 -04:00
Julian Lam
13e4e8dad7
a couple final tweaks to contact list and such... #1788
2014-07-07 16:59:46 -04:00
Julian Lam
84e046185b
WIP
2014-07-07 12:31:10 -04:00
Julian Lam
4d85df5bae
issue #1788 - start
2014-07-07 12:31:10 -04:00
barisusakli
5097526ae0
pass express app to plugins, closes #1789
2014-07-04 18:25:08 -04:00
barisusakli
119d13053d
move static to end
2014-07-02 16:13:27 -04:00
barisusakli
ec1196d288
use router for relative path
2014-07-02 16:13:27 -04:00
barisusakli
78c977e8f6
removed trailing slash
2014-07-02 16:13:26 -04:00
barisusakli
9e8584eee7
uploads
2014-07-02 16:13:25 -04:00
barisusakli
24ebf20d7e
first commit
2014-07-02 16:13:25 -04:00
barisusakli
1cabf885a2
closes #1730
...
postCount != lastPostIndex unfortunately, that will need some rethinking
2014-06-26 22:11:16 -04:00
barisusakli
39886c8545
removed unread total route
2014-06-15 21:08:43 -04:00
barisusakli
3bd4d0e418
closes #1692
2014-06-14 14:12:33 -04:00
barisusakli
0574022e02
fixes to infinitescroll
2014-06-02 20:41:08 -04:00
barisusakli
55dbc5c823
closes #1612
...
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
2014-06-02 17:31:14 -04:00
Julian Lam
7425b72245
most of the work for #1563
2014-05-23 09:49:18 -04:00
Julian Lam
7bdbb966aa
groups pages WIP
2014-05-23 09:49:18 -04:00
barisusakli
df73ceaeb7
closes #1556
...
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
2014-05-21 16:13:51 -04:00
barisusakli
c5d9a68b4b
closes #1445
2014-05-12 18:42:13 -04:00
barisusakli
f89afd92b9
fix for plugin page access issue closes #1493
2014-05-06 13:12:19 -04:00
barisusakli
63d88957a8
replace self links client side
2014-04-30 17:42:50 -04:00
barisusakli
c8efeb7d7c
closes #1400 , bunch of other fixes to 404, 403 in accounts
2014-04-30 17:24:53 -04:00
barisusakli
1d1d677b56
closes #1422
2014-04-27 16:41:40 -04:00
Micheil Smith
3e82cab398
Add missing new lines at end of files.
2014-04-10 20:56:53 +01:00
barisusakli
4bc3f54468
closes #1318
2014-04-03 12:42:40 -04:00
psychobunny
197b34461f
potentially fixes #1228
2014-03-17 14:18:58 -04:00
psychobunny
6e64712fd3
fixed bug in api/search causing it to crash if term is not passed in via ajaxify, see #1195
2014-03-17 13:18:43 -04:00
barisusakli
37e8856861
new middleware to add slug to topic and category
2014-03-15 15:29:56 -04:00
psychobunny
8e4c23149c
more re-organization of routes/index.js
2014-03-12 16:07:54 -04:00
Julian Lam
82a3415ab1
fixing admin routes on subfolder installs
2014-03-11 19:46:33 -04:00
psychobunny
5dc5eb41df
fixed ajaxify bug introduced in last commit
2014-03-11 18:33:19 -04:00
psychobunny
c8bf617f4b
allow plugins to override any route (except for admin routes)
2014-03-11 18:09:56 -04:00
barisusakli
9564b6fda2
closes #1165
2014-03-11 04:10:00 -04:00
Julian Lam
ffa42ffea3
moving pluginRoutes to top of route stack (like others), put app.load hook behind plugins' ready callback
2014-03-10 21:54:30 -04:00
psychobunny
23983c4c80
cleanup - search routes
2014-03-10 01:07:37 -04:00
psychobunny
6ea4d89edc
fixed search routes
2014-03-09 21:43:35 -04:00
psychobunny
178edd150a
moved action:app.load out of webserver; passing in app, mdw, and controllers into action:app.load. now we can create routes dynamically ;)
2014-03-06 14:09:10 -05:00
psychobunny
c0cd6148f4
one final push, cleanup + organize + lint; made feeds/meta/plugins routes follow same pattern as other route files
2014-03-05 17:06:24 -05:00
psychobunny
552eb78db8
template compiling init; changing themes now finally works on this branch
2014-03-04 17:49:56 -05:00
psychobunny
c24c2a5422
search and reset routes, the very last of the views to be refactored :shipit:
2014-03-03 17:16:53 -05:00
psychobunny
e588762aa0
yes, I've finally started on the dreaded admin refactor (not much else left to do :/)
2014-03-03 12:50:21 -05:00
psychobunny
94aeb3ab22
notifications route; added middleware.authenticate to user/uploadpicture api route
2014-03-03 12:30:27 -05:00