Commit Graph

5101 Commits

Author SHA1 Message Date
barisusakli
f9b5bf83ad added search to admin/plugins 2014-06-20 19:35:12 -04:00
barisusakli
6303ac4a90 closes #1716, #1717 2014-06-20 19:18:17 -04:00
Julian Lam
c41bb05711 final pass #1720, closed #1720 2014-06-20 17:53:40 -04:00
Julian Lam
454c05c391 fixed missing var in user profile 2014-06-20 15:55:17 -04:00
barisusakli
9151040250 side by side preview 2014-06-20 14:51:06 -04:00
barisusakli
13854e8774 closes #1603 2014-06-19 18:46:01 -04:00
barisusakli
f8afb8da3e allow plugins to add new links to user profile menu 2014-06-18 12:40:49 -04:00
Julian Lam
fb504473e1 latest translations 2014-06-18 09:16:36 -04:00
psychobunny
bbd4201a38 closes #1704 2014-06-17 12:58:06 -04:00
barisusakli
2479a34c56 closes #1710, closes #1700 2014-06-16 14:13:55 -04:00
psychobunny
c8de2c02b4 Merge pull request #1703 from char101/patch-8
Fix widget drafts position
2014-06-16 13:09:38 -04:00
Charles
0cba152516 Redirect to category after purging topic 2014-06-16 15:49:43 +07:00
Charles
86634415da Fix widget drafts position 2014-06-16 11:59:30 +07:00
barisusakli
76190718d3 indents 2014-06-15 23:30:40 -04:00
Charles
6e50016a11 Cleanup the vars 2014-06-16 10:28:57 +07:00
Charles
23a88492a6 Get template mapping after removing relative path 2014-06-16 10:25:48 +07:00
Charles
be06d386e5 Revert change to ajaxify.js 2014-06-16 10:25:03 +07:00
Charles
b748a832a2 Fix client side template mapping 2014-06-16 10:21:54 +07:00
barisusakli
501c81e357 closes #1687 2014-06-14 14:38:48 -04:00
barisusakli
bf18e70d66 small fix to title escape 2014-06-14 13:55:06 -04:00
barisusakli
07275b5fc4 some checks to make last admin isnt removed 2014-06-13 22:48:24 -04:00
barisusakli
42d03cc491 closes #1678 2014-06-13 18:27:03 -04:00
barisusakli
4c2765a79c closes #1679 2014-06-13 15:33:22 -04:00
barisusakli
ce1934e566 closes #1684 2014-06-13 13:57:42 -04:00
psychobunny
8402c3edc3 closes #1680 2014-06-13 12:21:00 -04:00
barisusakli
3b1e373e7b group titles 2014-06-12 18:53:58 -04:00
barisusakli
b9139ef263 some escaping and fixed uploads in progress 2014-06-12 13:58:21 -04:00
psychobunny
3198275209 use "undo" icon instead of comment for restoring posts 2014-06-11 16:47:20 -04:00
psychobunny
b12ca5ab9f closes #1673 2014-06-11 16:42:13 -04:00
barisusakli
3f9fa0137c taskbar text incase <script> is title 2014-06-11 03:38:42 -04:00
barisusakli
4fa79dc821 closes #1281
category purge, deletes all topics and posts in the category
2014-06-10 17:48:48 -04:00
barisusakli
311a7ad5b9 #1281 topic purge 2014-06-10 16:57:00 -04:00
psychobunny
b43602f5b6 closes https://github.com/NodeBB/NodeBB/issues/1631 2014-06-10 15:32:08 -04:00
psychobunny
35e72dbb37 load composer-mobile.tpl if in xs/sm environment, for https://github.com/NodeBB/NodeBB/issues/1657 2014-06-10 14:45:56 -04:00
barisusakli
a65d612907 #1281 post purge 2014-06-10 14:24:56 -04:00
Barış Soner Uşaklı
a7bd83a549 Merge pull request #1663 from char101/patch-5
Fix relative path on topic replaceState
2014-06-09 22:51:56 -04:00
Charles
c7b308d65e Fix relative path on topic replaceState 2014-06-10 09:46:38 +07:00
barisusakli
b9c30aa42d possible fix to #1660
modified the tagsinput source to use keypress instead of keydown for the
confirmKeys
2014-06-09 22:46:04 -04:00
Julian Lam
a40b06c304 latest translations 2014-06-09 20:18:56 -04:00
Julian Lam
d66bead245 Merge remote-tracking branch 'origin/master' 2014-06-09 19:56:14 -04:00
Julian Lam
b655474150 fixed #1661 2014-06-09 19:56:05 -04:00
barisusakli
aadca3a675 fix calls to removeRelativePath in ajaxify.js 2014-06-09 02:13:19 -04:00
barisusakli
db84ced78f removeRelativePath public 2014-06-09 02:03:36 -04:00
barisusakli
4bdbce9cd8 use removeRelativePath in app.js too 2014-06-09 01:28:58 -04:00
Charles
9734403114 Fix removeRelativePath
Instead of checking the existence of relative_path (without /) anywhere on the url, it really should check that the url only starts with the relative_path.

Example

```
relative_path = /forum
without / = forum
url = /category/forum/5
removeRelativePath = ory/forum/5
```
2014-06-09 12:21:58 +07:00
barisusakli
178f567659 closes #1655 2014-06-07 15:34:25 -04:00
barisusakli
7610c11cd1 closes #450
backup database before upgrade!
upgrade script will take the first post of each topic and set the
`mainPid` property on the topic. then it will remove that pid from the
sorted sets for that topic, this was done to make alternative sorting
work.

added a new sorted set called `tid:<id>:posts:votes` that is used to
sort topic posts by vote count, the original sorted set `tid:<id>:posts`
is used to sort by oldest first or newest first.

the main post is added to the returned posts array on topic load and is
always at the top.
theme changes are minimal just a few new data properties on the posts
and the sorting dropdown.
hopefully didn't miss anything too critical.
2014-06-06 22:12:19 -04:00
Julian Lam
b648e84836 latest translations and fallbacks 2014-06-06 16:50:32 -04:00
barisusakli
efe04c12d3 closes #1635
if email isnt confirmed, show a warning in account/edit and let users
resend confirm email
2014-06-03 18:39:54 -04:00
barisusakli
b537666e5c closes #1592, closes #1634 2014-06-03 16:10:28 -04:00