Commit Graph

464 Commits

Author SHA1 Message Date
49124298a2 Added tag listing 2014-10-18 18:48:36 +02:00
a1dfebea3b Changed templates MIME to text/plain
Makes more sense: try accessing some of the templates in the browser
directly.
2014-10-18 18:48:35 +02:00
4e2b422d43 Moved history above comments 2014-10-18 18:48:35 +02:00
c49e9fd3f5 Removed href="#" attributes 2014-10-18 18:48:35 +02:00
651fc4919f Fixed changing users sometimes not working 2014-10-18 18:48:35 +02:00
18bec702ce Fixed paginator 2014-10-18 18:48:35 +02:00
c34ea720d9 Added Markdown parsing to comments 2014-10-18 18:48:35 +02:00
94e1b8ecdb Removed lag before showing "Add comment" form 2014-10-18 18:48:35 +02:00
6e09f90251 Fixed top navigation loading glitch
A race condition occurred - router could execute promise.abortAll()
even when top navigation didn't fully load. This caused top navigation
presenter to throw "broken promise" error, which is reserved for
promises made after core modules have been loaded.
2014-10-18 18:48:35 +02:00
6bf8586735 Added comment scoring 2014-10-18 18:48:34 +02:00
adfc120642 Added autocompletion 2014-10-18 18:48:34 +02:00
b57fee0ad8 Improved image and thumbnail loading 2014-10-18 18:48:34 +02:00
784ff22050 Refactored template loading 2014-10-18 18:48:34 +02:00
688b5b1281 Added prev/next post controls 2014-10-18 18:48:34 +02:00
33c1d99583 Fixed loading templates from DOM 2014-10-18 18:48:34 +02:00
1df02c16c2 Added favicon 2014-10-18 18:48:34 +02:00
547c6e56d3 Fixed featured posts not centered if small 2014-10-18 18:48:34 +02:00
94aec9cc0e Fixed first comment not showing in comment list 2014-10-18 18:48:34 +02:00
4bfe70f256 Added quick links to user view 2014-10-18 18:48:34 +02:00
17cc4e7947 Added comment count to post list 2014-10-18 18:48:34 +02:00
16f9c277a1 Added comment presenters 2014-10-18 18:48:33 +02:00
16c5740277 Added comment API 2014-10-18 18:48:33 +02:00
a728279bf5 Removed reliance on global from Dispatcher 2014-10-18 18:48:33 +02:00
69edaa2159 Changed promises to use IDs 2014-10-18 18:48:33 +02:00
d8414c4f9b Fixed "search" button in post list 2014-10-18 18:48:33 +02:00
614111a5f0 Changed user settings to be stored as arrays 2014-10-18 18:48:33 +02:00
c78d9d62e6 Fixed updating search to previous query 2014-10-18 18:48:32 +02:00
d6bd82dc3e Removed CDN dependencies for JS 2014-10-18 18:48:32 +02:00
216d9b3001 Moved autoloader to composer config 2014-10-18 18:48:32 +02:00
335a744854 Fixed GIF being resumed between page views 2014-10-18 18:48:32 +02:00
455ae2b881 Fixed promises and its race conditions 2014-10-18 18:48:32 +02:00
e1ae4eaa0d Added warning if no entities were shown 2014-10-18 18:48:32 +02:00
ec8daf91fb Improved error handling in pager presenters 2014-10-18 18:48:32 +02:00
7d8dfd797f Added query to post list 2014-10-18 18:48:31 +02:00
da41fd7a96 Renamed PagedCollectionPresenter to PagerPresenter 2014-10-18 18:48:31 +02:00
14325b4338 Extracted pager from paged collection presenter 2014-10-18 18:48:31 +02:00
016e89a463 Added autofocus to login form 2014-10-18 18:48:31 +02:00
4c458d8b20 Fixed privileges 2014-10-18 18:48:31 +02:00
31e0158606 Added user banning 2014-10-18 18:48:30 +02:00
6c76f016e7 Added keyboard shortcuts to top navigation 2014-10-18 18:48:30 +02:00
51b3342d62 Added ability to select tags in tag input 2014-10-18 18:48:30 +02:00
e58b556f66 Added client-side protection against long tags 2014-10-18 18:48:30 +02:00
47260bd5fa Changed pasting tags to "soft-add" last tag 2014-10-18 18:48:30 +02:00
060ddf46ad Added automatic tag JSON export
I plan to use it in autocomplete inputs.
2014-10-18 18:48:30 +02:00
5dfa011d5a Fixed hotkeys not resetting on presenter change 2014-10-18 18:48:30 +02:00
169d5f7068 Fixed default order in user list 2014-10-18 18:48:30 +02:00
50ca13b136 Reduced requests in post view 2014-10-18 18:48:29 +02:00
6d7566ee2f Added post scoring 2014-10-18 18:48:29 +02:00
23a5a8afeb Improved focus style for items in user list 2014-10-18 18:48:29 +02:00
e811b1a876 Reduced aliases for searches 2014-10-18 18:48:29 +02:00