daxingplay
ce13e8b64f
missing comma fix
2014-06-28 13:36:50 +08:00
barisusakli
6cd29a31a4
removed timing
2014-06-28 01:14:24 -04:00
barisusakli
c3a9767bf6
late night optimizations
...
-isMemberOfSets returns true/false instead of 1/0
-when loading the posts of a topic only get the userdata for each user
once, before this commit if a topic had 10 posts from 2 different users
we were getting the user data for each user 5 times (drunk)
-getVoteStatusByPostIDs and getFavouritesByPostIDs no longer make
pids.length calls to the db, they use isMemberOfSets now
-getUserInfoForPost renamed to getUserInfoForPosts and doesnt make
uids.length calls to db, uses getMultipleUserFields instead
2014-06-28 01:03:26 -04:00
barisusakli
d3fc71529a
callback
2014-06-27 23:23:27 -04:00
Julian Lam
b338ac2a4c
fixing space-indentation, modifying behaviour a little bit so that the maximized position is not saved, and minimizing can return back to the previous saved position
2014-06-27 21:07:49 -04:00
Julian Lam
517c70951f
Merge branch 'patch-3' of github.com:mani95lisa/NodeBB into mani95lisa-patch-3
2014-06-27 20:49:46 -04:00
Julian Lam
11f40d1580
fallbacks for #1763
2014-06-27 20:49:23 -04:00
Julian Lam
74be49d46f
new language strings for #1763
2014-06-27 20:47:20 -04:00
barisusakli
a9e5e82431
closes #1758
2014-06-27 15:35:58 -04:00
Julian Lam
181613e946
tag fallbacks
2014-06-27 15:19:29 -04:00
Julian Lam
d6d3a5d8cc
added tags to translation index
2014-06-27 15:18:56 -04:00
Julian Lam
190b3b518b
latest translations
2014-06-27 15:04:59 -04:00
Julian Lam
46f9a7860c
applying translator to messages.
2014-06-27 14:52:30 -04:00
Julian Lam
c8e3433fa4
new language strings for outgoing emails, and changing the anchor text to not be an URL, closed #1759 , closed #1760
2014-06-27 14:52:30 -04:00
Mani Wang
1050efbe65
make expand postContainer more easier
...
If user don't know drag to expand and move 0 after down, then think user clicked and toggle postContainer's height between max and default 400.
2014-06-28 02:38:48 +08:00
Julian Lam
d706c390bb
Merge branch 'master' of github.com:nodebb/NodeBB
2014-06-27 13:10:54 -04:00
psychobunny
92c0bd07c9
Ability to enable/disable the upvote/downvote system, closes #1672
2014-06-27 13:05:05 -04:00
psychobunny
b040201764
prevent hax voting via websockets if system disabled
2014-06-27 13:05:04 -04:00
psychobunny
a2f85648c5
allow voting system to be disabled
2014-06-27 13:05:03 -04:00
Julian Lam
17d33a6720
Added Romanian to NodeBB. Mulțumesc!
2014-06-27 13:04:02 -04:00
barisusakli
fb72b4c8e0
only search tag value
2014-06-26 23:05:47 -04:00
barisusakli
94dbb15b21
search tags
2014-06-26 22:57:49 -04:00
barisusakli
1cabf885a2
closes #1730
...
postCount != lastPostIndex unfortunately, that will need some rethinking
2014-06-26 22:11:16 -04:00
barisusakli
49a9601a04
closes #1752
2014-06-26 13:44:02 -04:00
psychobunny
b3c9323026
use admin setting for downvote privileges, closes #1757
2014-06-26 13:37:34 -04:00
psychobunny
2e1cda3532
added lang strings for not having enough rep to downvote
2014-06-26 13:30:43 -04:00
psychobunny
8a03b42d62
prevent a user from downvoting if at negative rep
2014-06-26 13:28:58 -04:00
psychobunny
6685e140c3
pass err through
2014-06-26 12:53:40 -04:00
psychobunny
f4955ffb8d
closes #1729
2014-06-26 12:51:47 -04:00
barisusakli
b822e8babc
render preview on image upload
2014-06-26 11:25:21 -04:00
barisusakli
67186edda7
fix drag drop
2014-06-26 11:22:37 -04:00
Julian Lam
c1444903c4
latest translations
2014-06-26 10:54:08 -04:00
psychobunny
61519277f9
Merge pull request #1754 from Chocobozzz/patch-1
...
Fix typo debian install doc
2014-06-26 03:45:12 -04:00
Bigard Florian
113044b452
Fix typo debian install doc
...
Bash commands didn't appear as code
2014-06-26 09:17:27 +02:00
psychobunny
426e992030
Merge pull request #1753 from ruvata-code/patch-1
...
Update windows8.rst
2014-06-26 02:04:07 -04:00
ruvata-code
6d421b7f07
Update windows8.rst
...
missed double backslash (UTP specifics shielded characters) at "The default location of Redis Server is" path
2014-06-26 09:38:11 +04:00
psychobunny
876cb878a9
added action:posts.loaded client-side hook
2014-06-25 21:28:03 -04:00
psychobunny
4b248804bd
deprecation message for 0.6
2014-06-25 18:55:43 -04:00
psychobunny
0e92c7ed94
use templates.js module instead
2014-06-25 18:55:42 -04:00
psychobunny
e235cd5288
added templates.js to package.json
2014-06-25 18:55:41 -04:00
barisusakli
f80b3c3b66
simpler union
2014-06-25 18:27:22 -04:00
barisusakli
7f534cc7b8
sorted set refactor
2014-06-25 18:16:42 -04:00
barisusakli
9240f65f20
moved resize code, removed old tab code
2014-06-25 17:50:06 -04:00
barisusakli
9d11ca8cfe
not used
2014-06-25 16:40:41 -04:00
barisusakli
197300b347
moved populateOnline users out of app.js
2014-06-25 16:27:39 -04:00
barisusakli
aecd3b4653
handlebookmark func
2014-06-25 16:21:33 -04:00
barisusakli
d5b36518a2
moved out scrollTo
2014-06-25 16:17:14 -04:00
Julian Lam
391b5eaf73
latest translations
2014-06-25 16:15:06 -04:00
barisusakli
7af597d7c2
closes #1750
2014-06-25 12:57:09 -04:00
Barış Soner Uşaklı
2d734c1648
fixed move recent replies
2014-06-24 21:57:33 -04:00