1177 Commits (8da065d8fd2b89d046f70c2054a1e915e1c8cb9e)

Author SHA1 Message Date
Baris Soner Usakli efa45ad907 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 89e554b333 closes #906 11 years ago
psychobunny 112a9cb532 closes #689 11 years ago
psychobunny 303a32dce6 closes #855 - app.alert strings are now passed through translator so we can finally start getting rid of the remainder of hardcoded strings 11 years ago
Baris Soner Usakli 8607ea9a84 notifications fix 11 years ago
psychobunny 24d2ac270c changed notifications code to jq - prevents crashes if notification element does not exist 11 years ago
Julian Lam de751ed623 fixed #900 - api calls hopefully no longer cached 11 years ago
Julian Lam fb2b54b314 refactored meta and link tag generation to template (yay frontend processing!)
cache busters now always added in template, instead of throughout code
11 years ago
Baris Soner Usakli 1a55f9217d turn off click events to prevent multiple calls' 11 years ago
Baris Soner Usakli d0702f663b disable scroll events on ajaxify' 11 years ago
Baris Soner Usakli 6a78221261 closes #903 11 years ago
Julian Lam fe8156793a Merge branch 'master' of github.com:henrock/NodeBB into henrock-master 11 years ago
Julian Lam 3f876fec80 added ajaxify.start and ajaxify.end client-side hooks 11 years ago
Julian Lam 38ee3fd5a3 don't bother firing hooks received by js unless a listener exists 11 years ago
Henrik Jerlenius 52ee5096af fixed translation on recent replies feed 11 years ago
Baris Soner Usakli cccaf642a6 closes #898 11 years ago
Baris Soner Usakli ed401de169 closes #896 11 years ago
Baris Soner Usakli 5759b1b1a2 closes #857 11 years ago
Baris Soner Usakli f68b692ce4 closes #863 11 years ago
Baris Soner Usakli c06320e28b closes #870 11 years ago
Baris Soner Usakli c0184ba350 blocked 11 years ago
Julian Lam 4ae8824faf tweaks and formatting 11 years ago
Julian Lam 7edf041747 Merge branch 'master' of github.com:mattijle/NodeBB into mattijle-master 11 years ago
Julian Lam d924d01677 timeago fix for brasilian portugueso 11 years ago
Matti Leppänen 98c4b08f15 Merge remote-tracking branch 'upstream/master' 11 years ago
Baris Soner Usakli 71ccd0854d fixes notification header icon 11 years ago
Baris Soner Usakli 9cb232c198 added header tooltips 11 years ago
Baris Soner Usakli 31a57cf0dd closes #885 11 years ago
Baris Soner Usakli d54e2fba9e closes #810 11 years ago
Matti Leppänen 4f495e2b46 quote gets added to the active composer instead of starting a new one. 11 years ago
Baris Soner Usakli c0e818afc6 closes #854 11 years ago
Baris Soner Usakli 26673d3ada delegated events in admin categories 11 years ago
Baris Soner Usakli 25442a89ca closes #878 11 years ago
Julian Lam 0c71707fb5 fixed #877 11 years ago
Julian Lam 0869765e2b Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam 22354227be hiding "Forgot Password" link using Plugins.hasListeners, instead of derpy config settings bool 11 years ago
Baris Soner Usakli 2560704839 recent unread cleanup 11 years ago
Baris Soner Usakli c6d48f477c fixes recent topic post notification 11 years ago
Baris Soner Usakli 810095d287 fixed infinite loading on categories 11 years ago
Baris Soner Usakli 2988230b07 some more fixes, cant quote and see deleted messages 11 years ago
Julian Lam 5fde1eb3e7 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam d42beda3da added page selection if you click on the pipe 11 years ago
Baris Soner Usakli bf81159558 fixes a pagination bug 11 years ago
Baris Soner Usakli dcefad1427 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 1afd7ae332 trim pagination numberS 11 years ago
Julian Lam a240fc81ce fixed #869 11 years ago
Baris Soner Usakli 75f178636b more fixes 11 years ago
Baris Soner Usakli 1084523c92 lots of pagination work, query params, ajaxify to pids 11 years ago
Baris Soner Usakli 8744013013 Merge branch 'master' of https://github.com/designcreateplay/NodeBB into pagination 11 years ago
Baris Soner Usakli 2e786cc4d1 closes #873, removed global translator, templates and server objects 11 years ago
Baris Soner Usakli b23960e8d7 fixes to category pagination 11 years ago
Baris Soner Usakli ef6fd35e85 lots of cleanup, moved pagination to requirejs module 11 years ago
Baris Soner Usakli aa73a10fc4 added pagination to vanilla topic template 11 years ago
Baris Soner Usakli 0580d0c8a3 Merge branch 'master' of https://github.com/designcreateplay/NodeBB into pagination 11 years ago
Baris Soner Usakli 5f0c6e508d some cleanup 11 years ago
Baris Soner Usakli 606367701f pagination on posts 11 years ago
psychobunny 0a749023cb fixing if statements inside a @first / @last block 11 years ago
Baris Soner Usakli 8d007e7029 Merge branch 'master' of https://github.com/designcreateplay/NodeBB into pagination 11 years ago
Baris Soner Usakli cf39c66017 some pagination work 11 years ago
psychobunny 503e59b12b clean up conditionals only at the very end of parsing 11 years ago
Julian Lam ab85ef6b7b fixed issue where back button stopped ajaxifying internally. 11 years ago
Julian Lam 459d5ddccd fixed #867 - added proper detection so that onpopstate would not react if it was a proper page load 11 years ago
Julian Lam b587d7b5ad fixed issue where calls to ajaxify.go were sending in a "template" argument that had since been removed, navigating back to NodeBB from an external link now no longer clobbers the History stack. 11 years ago
Julian Lam ef450edfea Revert "possible fix to #840", please see #867
This reverts commit 1d666bf7f0.
11 years ago
Baris Soner Usakli f3bdc55348 little tweak to user search show timing and 10 users, sort after slicing 11 years ago
Baris Soner Usakli 1d666bf7f0 possible fix to #840 11 years ago
Baris Soner Usakli 3793ddc2e8 fixes user tooltips on infinit load 11 years ago
Baris Soner Usakli 824c5072e8 topics should be marked read correctly if you are already in it 11 years ago
Julian Lam f02cd9df82 Merge branch 'master' of github.com:akhoury/NodeBB into akhoury-master
Conflicts:
	src/user.js
11 years ago
Baris Soner Usakli 044382047d removed commented out section 11 years ago
Baris Soner Usakli 46fb6377ee fixed topic reply if title was 255, better notif text in unread and recent,removed console.log 11 years ago
Baris Soner Usakli 79803d2b3d Merge branch 'favourite-spy' of https://github.com/BitBangersCode/NodeBB into BitBangersCode-favourite-spy 11 years ago
MrWaffle d63ced8a5c Move to client side 11 years ago
MrWaffle b887b76c29 Implement favourite tooltip to show who favourited a post 11 years ago
Baris Soner Usakli 45d2affdfb closes #833 11 years ago
Baris Soner Usakli baa74958c5 can set image class for categories 11 years ago
Baris Soner Usakli eac6b23811 closes #841 11 years ago
Barış Soner Uşaklı c709fae251 Merge pull request #828 from BitBangersCode/admin-group-fix
Admin group fix
11 years ago
Julian Lam 4c01fc4c0e Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 7db231ca54 traditional chinese language pack - 很好? 11 years ago
Baris Soner Usakli 9393a39452 fixes translation in recent 11 years ago
Josh 4c211b7110 Fixed tabbing/spacing 11 years ago
Josh Rickers 21f6b10023 fixed indenting 11 years ago
Josh Rickers f9e6fab3ea Fixed line spacing/tabbing 11 years ago
Josh Rickers 55b0270b34 Merge branch 'master' into admin-group-fix 11 years ago
Josh Rickers a91e464787 updated groups to stop you from removing yourself from the admin group 11 years ago
Baris Soner Usakli 56c789ed61 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli aa2978976c notif fix 11 years ago
Julian Lam 73d9d6e1d3 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 92706a6550 fixed #826 11 years ago
Baris Soner Usakli 74ccfd1e4d moved islatin out too 11 years ago
Baris Soner Usakli 8f8ea4de92 slug fix 11 years ago
Baris Soner Usakli 104ec7de6e last poster is visible, slugify check for latin #777 11 years ago
Baris Soner Usakli f107803550 fix 11 years ago
Baris Soner Usakli 039f02456d if user is in the topic when a new post comes in mark the topic read 11 years ago
Baris Soner Usakli ccc62a202b dont go to top on search icon click 11 years ago
Baris Soner Usakli 56fcae1cb2 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 7c16a8be31 recent reply fix 11 years ago
Julian Lam cc236c1f72 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 39d9dd76dc removed preview button from ACP/themes 11 years ago