3056 Commits (f6838ef51e3b426124095db51a8f4b2acd518dd9)

Author SHA1 Message Date
barisusakli 35d1aacc45 no success alert on posting and editing #1721 11 years ago
barisusakli 93149cebb9 fixed thread tools inside topic, closes #1732 11 years ago
barisusakli ab6429c578 closes #1734 11 years ago
barisusakli a4d4e53f45 speed up category purge
using eachLimit
dont emit stats on every topic delete
11 years ago
barisusakli 7d1ba0eb7c closes #1718 11 years ago
barisusakli f9b5bf83ad added search to admin/plugins 11 years ago
barisusakli 6303ac4a90 closes #1716, #1717 11 years ago
Julian Lam c41bb05711 final pass #1720, closed #1720 11 years ago
Julian Lam 454c05c391 fixed missing var in user profile 11 years ago
barisusakli 9151040250 side by side preview 11 years ago
barisusakli 13854e8774 closes #1603 11 years ago
barisusakli f8afb8da3e allow plugins to add new links to user profile menu 11 years ago
Julian Lam fb504473e1 latest translations 11 years ago
psychobunny bbd4201a38 closes #1704 11 years ago
barisusakli 2479a34c56 closes #1710, closes #1700 11 years ago
psychobunny c8de2c02b4 Merge pull request #1703 from char101/patch-8
Fix widget drafts position
11 years ago
Charles 0cba152516 Redirect to category after purging topic 11 years ago
Charles 86634415da Fix widget drafts position 11 years ago
barisusakli 76190718d3 indents 11 years ago
Charles 6e50016a11 Cleanup the vars 11 years ago
Charles 23a88492a6 Get template mapping after removing relative path 11 years ago
Charles be06d386e5 Revert change to ajaxify.js 11 years ago
Charles b748a832a2 Fix client side template mapping 11 years ago
barisusakli 501c81e357 closes #1687 11 years ago
barisusakli bf18e70d66 small fix to title escape 11 years ago
barisusakli 07275b5fc4 some checks to make last admin isnt removed 11 years ago
barisusakli 42d03cc491 closes #1678 11 years ago
barisusakli 4c2765a79c closes #1679 11 years ago
barisusakli ce1934e566 closes #1684 11 years ago
psychobunny 8402c3edc3 closes #1680 11 years ago
barisusakli 3b1e373e7b group titles 11 years ago
barisusakli b9139ef263 some escaping and fixed uploads in progress 11 years ago
psychobunny 3198275209 use "undo" icon instead of comment for restoring posts 11 years ago
psychobunny b12ca5ab9f closes #1673 11 years ago
barisusakli 3f9fa0137c taskbar text incase <script> is title 11 years ago
barisusakli 4fa79dc821 closes #1281
category purge, deletes all topics and posts in the category
11 years ago
barisusakli 311a7ad5b9 #1281 topic purge 11 years ago
psychobunny b43602f5b6 closes https://github.com/NodeBB/NodeBB/issues/1631 11 years ago
psychobunny 35e72dbb37 load composer-mobile.tpl if in xs/sm environment, for https://github.com/NodeBB/NodeBB/issues/1657 11 years ago
barisusakli a65d612907 #1281 post purge 11 years ago
Barış Soner Uşaklı a7bd83a549 Merge pull request #1663 from char101/patch-5
Fix relative path on topic replaceState
11 years ago
Charles c7b308d65e Fix relative path on topic replaceState 11 years ago
barisusakli b9c30aa42d possible fix to #1660
modified the tagsinput source to use keypress instead of keydown for the
confirmKeys
11 years ago
Julian Lam a40b06c304 latest translations 11 years ago
Julian Lam d66bead245 Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam b655474150 fixed #1661 11 years ago
barisusakli aadca3a675 fix calls to removeRelativePath in ajaxify.js 11 years ago
barisusakli db84ced78f removeRelativePath public 11 years ago
barisusakli 4bdbce9cd8 use removeRelativePath in app.js too 11 years ago
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
```
11 years ago