barisusakli
55dbc5c823
closes #1612
...
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago
Julian Lam
7425b72245
most of the work for #1563
11 years ago
Julian Lam
7bdbb966aa
groups pages WIP
11 years ago
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
11 years ago
barisusakli
c5d9a68b4b
closes #1445
11 years ago
barisusakli
f89afd92b9
fix for plugin page access issue closes #1493
11 years ago
barisusakli
63d88957a8
replace self links client side
11 years ago
barisusakli
c8efeb7d7c
closes #1400 , bunch of other fixes to 404, 403 in accounts
11 years ago
barisusakli
1d1d677b56
closes #1422
11 years ago
Micheil Smith
3e82cab398
Add missing new lines at end of files.
11 years ago
barisusakli
4bc3f54468
closes #1318
11 years ago
psychobunny
197b34461f
potentially fixes #1228
11 years ago
psychobunny
6e64712fd3
fixed bug in api/search causing it to crash if term is not passed in via ajaxify, see #1195
11 years ago
barisusakli
37e8856861
new middleware to add slug to topic and category
11 years ago
psychobunny
8e4c23149c
more re-organization of routes/index.js
11 years ago
Julian Lam
82a3415ab1
fixing admin routes on subfolder installs
11 years ago
psychobunny
5dc5eb41df
fixed ajaxify bug introduced in last commit
11 years ago
psychobunny
c8bf617f4b
allow plugins to override any route (except for admin routes)
11 years ago
barisusakli
9564b6fda2
closes #1165
11 years ago
Julian Lam
ffa42ffea3
moving pluginRoutes to top of route stack (like others), put app.load hook behind plugins' ready callback
11 years ago
psychobunny
23983c4c80
cleanup - search routes
11 years ago
psychobunny
6ea4d89edc
fixed search routes
11 years ago
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 ;)
11 years ago
psychobunny
c0cd6148f4
one final push, cleanup + organize + lint; made feeds/meta/plugins routes follow same pattern as other route files
11 years ago
psychobunny
552eb78db8
template compiling init; changing themes now finally works on this branch
11 years ago
psychobunny
c24c2a5422
search and reset routes, the very last of the views to be refactored :shipit:
11 years ago
psychobunny
e588762aa0
yes, I've finally started on the dreaded admin refactor (not much else left to do :/)
11 years ago
psychobunny
94aeb3ab22
notifications route; added middleware.authenticate to user/uploadpicture api route
11 years ago
psychobunny
31d576e9ed
deprecation notice
11 years ago
psychobunny
fe9d4efa98
moved api-only routes into routes/api.js, cleanup & linting
11 years ago
psychobunny
d75bc9578b
deprecating middleware.prepareAPI in favour of using app.all('*') in /api namespace
11 years ago
psychobunny
6820e9e662
random jshinting expedition
11 years ago
psychobunny
6c3c669e31
moved middleware out of webserver.js and into middleware.js
11 years ago
psychobunny
f46e563b8a
moved all route definitions in webserver.js into routes/index.js
11 years ago