2467 Commits (1ddb90720ca8e59661302ecb14be1cb22f73a7b0)

Author SHA1 Message Date
barisusakli c57b0a2199 closes #2013 11 years ago
Julian Lam ab77e6767e closed #2011 11 years ago
barisusakli f11601d70f Merge remote-tracking branch 'origin/master' into 0.5.1 11 years ago
barisusakli ab0d31bef1 closes #2005 11 years ago
Julian Lam b7c7dd98c3 ACP setting and API return for subcats 11 years ago
psychobunny 2ced285f89 closes #2004 11 years ago
psychobunny 91e29d7bb2 updated latest templates.js 11 years ago
barisusakli d411ed5c28 closes #1995 11 years ago
barisusakli ca90afd544 #1992
(drunk) not even done yet
11 years ago
barisusakli d852f284da closes #1948 11 years ago
barisusakli c58712e2a9 closes #1971 11 years ago
barisusakli 299d7bfee3 Merge remote-tracking branch 'origin/master' into 0.5.1 11 years ago
Julian Lam a2fb4a66b0 migrated ACP themes page from html rendered via js to template engine 11 years ago
psychobunny 544afd4e4c importing latest templates.js client-side 11 years ago
barisusakli 37115ea3d6 Merge remote-tracking branch 'origin/master' into 0.5.1 11 years ago
barisusakli 1a97302d68 fix double anchors around images
if the image is already inside an anchor dont wrap again
11 years ago
barisusakli dae3ef49be show user names who upvoted a post on mouse over 11 years ago
Julian Lam 5936c72f96 further fix to #1957 11 years ago
barisusakli 1cf5c3145a doing it properly this time
mainPost always has index 0
11 years ago
Julian Lam c818a37f0f possible fix for #1981 11 years ago
barisusakli c991997552 removed off from search button 11 years ago
barisusakli 53d20cf058 parse variables before rendering widgets 11 years ago
barisusakli 41ed52a414 moved newlines from language file to core 11 years ago
psychobunny 193832ea9b closes #1957 11 years ago
psychobunny 025403b9a8 optimizing data transfer *rolls eyes* 11 years ago
barisusakli f49c95c16f closes #1950 11 years ago
psychobunny a880ac6e9f do one api call for template configs rather than two on cold load 11 years ago
barisusakli 5ce0ebb4ac single socket call on topic enter 11 years ago
psychobunny 39d6941603 remove chat/flag for new incoming posts 11 years ago
psychobunny eb297d7eab client side hooks: action:composer.topics.post, action:composer.posts.reply, action:composer.posts.edit 11 years ago
Filips Alpe 378fd095eb Leave the chat window within the screen
On smaller screens, the top of the chat window can appear so high that it is outside the screen, this fixes that.
11 years ago
barisusakli d3e57d0930 on entry to topic mark notifications read 11 years ago
barisusakli 214f6af324 parseInt 11 years ago
barisusakli e420ee5fb6 privilege fix for single category check 11 years ago
barisusakli 4fd2973c53 closes #1938 11 years ago
chronize a2f8f54061 Merge branch 'master' of https://github.com/NodeBB/NodeBB 11 years ago
Julian Lam 77e0cb170f removed console.log 11 years ago
barisusakli 25483e376f fix online users page
insert users before the anon box if there is one
11 years ago
barisusakli 76ad2b8fb2 fixed to account header 11 years ago
chronize 4e4187417e optimize ACP groups screen, jQuery caching 11 years ago
barisusakli aa4089e6d7 #1930
simple solution for now, wraps images with <a> that opens in new tab
11 years ago
barisusakli e0be4d146f closes #1913 11 years ago
root--- da7a161245 fluidized ACP groups modal dialog 11 years ago
Julian Lam 89a9d4b7f2 logic for #1837 11 years ago
barisusakli da780cdee7 closes #1920 11 years ago
barisusakli 8caedc935b online users fix
and jshint cleanup
11 years ago
Julian Lam bb7a71389e using websocketAddress config if supplied 11 years ago
barisusakli fed8cc6d53 optimize privileges and assorted fixes.
* new methods
privileges.categories.filter
privileges.topics.filter
privileges.posts.filter

they take a list of ids and a privilege, and return the filtered list of
ids, faster than doing  async.filter and calling the db for each id.

* remove event listeners on recent page before adding
* group.exists works for both single group names and arrays
* helpers.allowedTo works for both a single cid and an array of cids
* moved filter:topic.post hook right before topic creation.
* moved filter:topic.reply hook right before topic reply.
11 years ago
barisusakli 96b0b449b9 closes #1911 11 years ago
barisusakli 6e335ff29a removed debug 11 years ago
barisusakli f71bd41408 more fixes 11 years ago
barisusakli d7520508e3 #1375 part1 11 years ago
psychobunny 947c9b6eea you're now logged out server-side when you're banned, so csrf token doesn't work in app.logout 11 years ago
barisusakli 8146358aac closes #1905
fixed translator.load, it wasn't passing in language and was trying to
load undefined.json
11 years ago
barisusakli 093e373025 removed console.log 11 years ago
barisusakli 2d94df93b8 isArray is enough 11 years ago
barisusakli 3bfad766b3 closes #1900 11 years ago
barisusakli 297f523f18 closes #1899 11 years ago
psychobunny df37c1e235 translator.compile 11 years ago
barisusakli 3557aa2f9a fixed tags page search 11 years ago
psychobunny 4723b6d68b danger instead of warning for banned alert 11 years ago
barisusakli e961e3c552 reduced hightlight duration by 2 seconds 11 years ago
Barış Soner Uşaklı 485f14ef7f Merge pull request #1873 from frissdiegurke/patch-2
[Settings] fixed data-empty usage within checkboxes
11 years ago
barisusakli 8113ed6a4d closes #1883, no upgrade script #successkid 11 years ago
barisusakli 89bb11a58c closes #1880 11 years ago
Julian Lam 5546b4e04d closed #1877 11 years ago
frissdiegurke 021e5bfcc5 [Settings] fixed data-empty usage within checkboxes 11 years ago
barisusakli ed18ac7fdf category recent post fix
if a category is not displaying any recent posts dont render new posts
11 years ago
psychobunny 67c5477fb2 testing transition speed change without waiting for widgets to render 11 years ago
psychobunny 310dbc754e closes #1839 11 years ago
psychobunny 224dd49102 no need to delay prefetcher anymore 11 years ago
psychobunny 829dcb134e logic fail, time for coffee 11 years ago
psychobunny e382e34656 unnecessary brackets 11 years ago
psychobunny 2851a9a96b don't ajaxify in until animation is completed; reduced minimum wait duration for preloader 11 years ago
barisusakli 9aeab08109 removed stop 11 years ago
psychobunny cb08d4b04f getting rid of this one for good 11 years ago
psychobunny b5d3186120 plugins and themes can now define their own custom language strings. closes #1865 11 years ago
barisusakli ef8bbdd359 closes #1864
doing andrew's //todo's since 1991
11 years ago
barisusakli 04c6ca2ebb closes #1862 11 years ago
barisusakli 341a0c8190 closes #1855 11 years ago
barisusakli 7a60d478f4 small tweak to chat height 11 years ago
barisusakli a4975cab33 closes #1825, closes #1674 11 years ago
barisusakli 523b3db3f1 no header tooltips in xs 11 years ago
Julian Lam bf2cba028d fixed #1851 11 years ago
psychobunny 7401744112 trigger action:ajaxify.contentLoaded on cold load as well 11 years ago
barisusakli bb0223897f closes #1843 11 years ago
barisusakli 8ff34e4dc2 parseint tid 11 years ago
barisusakli 161069c390 closes #1840 11 years ago
barisusakli 8cfce1c91c dont select hidden br 11 years ago
barisusakli 6d8cc5648c some tag hooks/filters 11 years ago
barisusakli d999116541 wait for widgets to render to send ajaxify end
possible fix for broken masonry on f5
11 years ago
barisusakli 93a6402879 removed stop increase timeout to 100ms 11 years ago
barisusakli 0362c1a3b0 show day/week/month/year popular topics 11 years ago
Julian Lam 23c4b8ca35 only showing ACP setting saved alert if no callback is passed in 11 years ago
psychobunny 5b6acbad1e optimized widget call by bundling all queries into one for #1428; fixes active users widget crash
also fixes b3819fd076 properly
11 years ago
Julian Lam 2bd99e2d16 properly did #1809, lol, whoops 11 years ago
Julian Lam 5aabe47e2e closed #1809 11 years ago
psychobunny c6183f1a82 closes #1428 11 years ago
psychobunny ecbb05ccca widgets.render doesn't actually use the url 11 years ago
Julian Lam cac3ebc9e5 vertically centering modal when opened 11 years ago
Julian Lam c259e0407e closed #1807 11 years ago
Julian Lam cd8c1eeff6 started #1807 11 years ago
Julian Lam dae2e14aac epic hax to make the chat message list resize #1788 11 years ago
Julian Lam 4404387218 Merge branch 'master' into chat-route 11 years ago
barisusakli bb9caa7228 removed dupe 11 years ago
psychobunny 0aef2d2be9 closes #1805 11 years ago
Julian Lam 2b15f46638 removed console.log, fixing language key reference error #1788 11 years ago
Julian Lam 95102f7e74 jshinting 11 years ago
Julian Lam 71916f0691 marathon bugfixing with @barisusakli re: #1788 11 years ago
barisusakli 64d04f7aa6 closes #1803 11 years ago
Julian Lam c684ec8958 Merge remote-tracking branch 'origin/master' 11 years ago
Julian Lam 186473fa7b adding undefined check to hrefEmpty 11 years ago
Julian Lam 55afa17651 getting chats working between both page and modal, yay #1788 11 years ago
Julian Lam a031bc2721 highlighting of the user with whom you are currently chatting with #1788 11 years ago
barisusakli 80e69bc210 missing ; 11 years ago
Julian Lam 07a82ec12c more WIP 11 years ago
Julian Lam 1db96dc627 typing notifcation socket implementation for chat page, #1788 11 years ago
barisusakli c5ccf4333b translate helpers 11 years ago
barisusakli dcbed4e935 closes #1763
show alert if email not confirmed, clicking alert will send confirmation
email
11 years ago
barisusakli 24ebf20d7e first commit 11 years ago
frissdiegurke 2d9bc7eee7 fixed no href-attribute handled as external link 11 years ago
barisusakli e6c9647acf display user post topic stats in admin index 11 years ago
barisusakli 684f858415 closes #1772 11 years ago
barisusakli 64f680a0a3 action:chat.loaded hook 11 years ago
barisusakli 9a4e6aa01c closes #1774 11 years ago
barisusakli b8b6ae7b2f moved upload route into API namespace 11 years ago
barisusakli 1b31f5b2ca single arrows wont go all the way to bottom 11 years ago
barisusakli c9c68f8cbe move cursor to end 11 years ago
barisusakli 105acc0197 not used 11 years ago
barisusakli 56830d773e cleaned up resizeStop 11 years ago
barisusakli 7d3d9f5ae1 blockquote fix again 11 years ago
barisusakli e6371ad539 remove listeners before adding 11 years ago
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 11 years ago
Julian Lam 517c70951f Merge branch 'patch-3' of github.com:mani95lisa/NodeBB into mani95lisa-patch-3 11 years ago
barisusakli a9e5e82431 closes #1758 11 years ago
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.
11 years ago
barisusakli fb72b4c8e0 only search tag value 11 years ago
barisusakli 94dbb15b21 search tags 11 years ago
barisusakli 1cabf885a2 closes #1730
postCount != lastPostIndex unfortunately, that will need some rethinking
11 years ago
barisusakli b822e8babc render preview on image upload 11 years ago
barisusakli 67186edda7 fix drag drop 11 years ago
psychobunny 876cb878a9 added action:posts.loaded client-side hook 11 years ago
psychobunny 4b248804bd deprecation message for 0.6 11 years ago
psychobunny 0e92c7ed94 use templates.js module instead 11 years ago
barisusakli 9240f65f20 moved resize code, removed old tab code 11 years ago
barisusakli 9d11ca8cfe not used 11 years ago
barisusakli 197300b347 moved populateOnline users out of app.js 11 years ago
barisusakli aecd3b4653 handlebookmark func 11 years ago
barisusakli d5b36518a2 moved out scrollTo 11 years ago
barisusakli 7af597d7c2 closes #1750 11 years ago
barisusakli eb9b4a62dc fix topic move, fix moveAll
move topic wasnt moving mainPid, also fixed crash on move all
clicking permissions on admin/categories no longer goes to top of page
11 years ago
barisusakli c3e4d11f69 closes #1719 11 years ago
barisusakli 0d0af7ba96 closes #1721 11 years ago
barisusakli f4dfae7fcb fixed lock icon side 11 years ago
barisusakli 0cbb440629 fix blockquote toggle and use different icons 11 years ago
barisusakli d90d45261e fixed on edit #1400 11 years ago
barisusakli 836540ff78 replaceSelfLinks on new posts and reload 11 years ago
barisusakli 1296cd58b9 closes #1723 11 years ago
barisusakli c296aaeb8a discard language string 11 years ago
barisusakli 3c3ad7d115 closes #1728 11 years ago
barisusakli 36ed21ad72 closes #1739 11 years ago
barisusakli ae72d8ab7e fixes block quote toggles on dynamic posts 11 years ago
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
psychobunny bbd4201a38 closes #1704 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 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
barisusakli 178f567659 closes #1655 11 years ago
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.
11 years ago
barisusakli efe04c12d3 closes #1635
if email isnt confirmed, show a warning in account/edit and let users
resend confirm email
11 years ago
barisusakli b2e48b21a2 pass url to onAjaxError 11 years ago
psychobunny e88abcc1d9 fixed updated language strings 11 years ago
psychobunny b881131a65 fixes #1632 11 years ago
barisusakli 6bd4524a79 fixed share for category 11 years ago
barisusakli 573cb4b4d7 fixed share links 11 years ago
barisusakli 0574022e02 fixes to infinitescroll 11 years ago
psychobunny c342e75f6e Merge branch 'master' of https://github.com/NodeBB/NodeBB 11 years ago
psychobunny 94312cfda8 closes #1595 11 years ago
barisusakli 55dbc5c823 closes #1612
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago
psychobunny 46028e49f7 closes #1600 11 years ago
psychobunny 0816928949 unset preloader cache after loading url 11 years ago
psychobunny 22d459d4cc temporary fixes for chrome users who have cookies disabled 11 years ago
barisusakli aa0b9f9029 semicolon 11 years ago
barisusakli 09d4f4b47b leaving tags box will create tag 11 years ago
barisusakli 69ac63ed4e updated repo link in admin 11 years ago
psychobunny 09c632330b render widgets sooner 11 years ago
psychobunny cad10a3f9e implemented caching for widgets 11 years ago
psychobunny bfcd13144e Merge branch 'master' of https://github.com/NodeBB/NodeBB 11 years ago
psychobunny 4ee055c3ea closes #1608 11 years ago
psychobunny bbcff6a0a5 moved widget rendering up a bit 11 years ago
barisusakli e035d8f1de closes #1497
fixes user images in subfolder installs, if user image has https dont
append relative_path,
also removes relative_path in ajaxify.loadData so it doesnt call
/forum/api/forum/category etc.
11 years ago
psychobunny c7691a8cdc Merge remote-tracking branch 'origin/master' into require.js
Conflicts:
	src/meta.js
11 years ago
Julian Lam be19222817 en_US will no longer throw js error from missing timeago file 11 years ago
psychobunny 3ba51b05f7 fixing the minified version of string.js instead 11 years ago
psychobunny 65f3fa1bbc fixing string.js compatibility 11 years ago
psychobunny f98a52013a Merge remote-tracking branch 'origin/master' into require.js 11 years ago
psychobunny 281aa0049c init, attempt to increase cold load speed 11 years ago
barisusakli 652e1ef574 closes #1597
turns out clicking back causes double script.init() calls and
ajaxify.variables.get('topic_id') can be undefined in one of those
calls.
11 years ago
psychobunny 5b17f9a7a4 added caching per url + rate limiting mechanism to prefetcher, closes #1576 11 years ago
psychobunny 1e05a92c1e no need to send prefetched state anymor 11 years ago
psychobunny d81351579d don't require passing in uid for topics.markAsRead 11 years ago
psychobunny 791fde7904 fixing #1587 properly for unread count 11 years ago
psychobunny 08bbf7fdd8 console.log 11 years ago
psychobunny 0334a487b5 fixing #1587 properly for profile views 11 years ago
psychobunny 71214c6255 fixed preloader 11 years ago
psychobunny fee591e551 fixes #1587 11 years ago
psychobunny 1fecbd0b90 fixed function signature for ajaxify.loadData 11 years ago
psychobunny bfa3b0f22f global header widgets 11 years ago
barisusakli 351e376812 hide area if there are no widgets 11 years ago
barisusakli e1ad2537b6 fixes navigator progress bar 11 years ago
barisusakli 60742ce316 closes #1590, closes #1589 11 years ago
barisusakli eb0a06b777 closes #1577 11 years ago
Julian Lam 667a78902e closed #1586 11 years ago
barisusakli 48aba5fc64 category widget changes 11 years ago
barisusakli 4e8a9fbe27 closes #1582 11 years ago
psychobunny 9c2bb027d3 fire action:widgets.loaded regardless of callback 11 years ago
psychobunny bf63c927c6 trigger ajaxify.loadingData regardless of cached state 11 years ago
psychobunny 6aeec3a399 action:widgets.loaded 11 years ago
Julian Lam b0b28fad8e removing console logs 11 years ago
barisusakli 04309ac09c show error message if password empty 11 years ago
psychobunny 7f011fe583 calling it ajaxify.preloader instead 11 years ago
psychobunny eb69d898ce use cache-buster in translator instead of timestamp 11 years ago
psychobunny d5bf83f43f closes #1570 11 years ago
Julian Lam b1eb5b175c Merge remote-tracking branch 'origin/master' into groups-pages
Conflicts:
	src/topics/tags.js
11 years ago
Aziz Khoury e0a5cb2b44 my bad
:/
11 years ago
barisusakli b6e0a2ecce parseInt 11 years ago
psychobunny 4cd86affae update all files with new url 11 years ago
barisusakli dbf07f786d closes #1565 11 years ago
Julian Lam 840a56006c added missing files for #1563 11 years ago
barisusakli 66701afdaa closes #1559
fixes the notification image too, the property was called image not
picture
11 years ago
barisusakli b8b482e287 closes #1555 11 years ago
barisusakli fa1275c03a closes #1557 11 years ago
barisusakli 3f43db090b return topics tags #1557 11 years ago
barisusakli 56f442f283 remove punctuation and limit tag length 11 years ago
barisusakli 90cea84af9 max 5 tags per topic
asdasd
11 years ago
barisusakli df73ceaeb7 closes #1556
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
11 years ago
psychobunny 7f7cc8dc62 merging in latest templates.js 11 years ago
barisusakli b30dee2601 no need to store titleEl 11 years ago
barisusakli 9ba0dc3363 closes #1539 11 years ago
barisusakli 20a707e6c1 uploads cleanup 11 years ago
barisusakli e869a6a15a composer refactor 11 years ago
barisusakli ff2bad635c infinite scroll refactor 11 years ago
Julian Lam e43ebb0423 Merge pull request #1533 from akhoury/master
captcha support
11 years ago
Julian Lam b1534b7798 removing allowGuestPosting logic in NodeBB 11 years ago
barisusakli 629648bc7d closes #1535 11 years ago
Aziz Khoury 0e0f66ba9e minor cleanups. 11 years ago
Aziz Khoury 230b4a0952 now really fix topic/1503 11 years ago
Aziz Khoury c7734937fb added a bunch of useful utils functions 11 years ago
Aziz Khoury 611fd380eb fixes topic/1503 11 years ago
barisusakli b1aae05a08 closes #1518 11 years ago
psychobunny 033364a2a9 move code from footer.js into admin.js 11 years ago
Julian Lam 7dffc2a2e9 moving chat timestamp to top of message, not end 11 years ago
barisusakli 3e86bdb38f more work on #1518
still needs more work, category is next
11 years ago
psychobunny 3b00417d99 added colorPicker to branding inputs 11 years ago
psychobunny 4cf6ebda7b updated enableColorPicker to accept either a jQ obj or a string; updated it to be able to initialize several inputs at once 11 years ago
psychobunny 29137299c2 added public/src/admin.js; moved enableColorPicker into admin.enableColorPicker 11 years ago
psychobunny e2312c8330 branding settings on ajaxify fixed 11 years ago
psychobunny a5a2e6f04e update BS brand colors in ACP 11 years ago
Julian Lam 5b3318608e updated text copy -- closed #933 11 years ago
Julian Lam 87f4566e06 more fixed to privs, and ACP modal 11 years ago
Julian Lam 7c8b442dcd more updates to privileges revamp 11 years ago
Julian Lam 72ca0d6d40 got privilege selection working for users and groups 11 years ago
Julian Lam 186943ced1 removing old html in js 11 years ago
Julian Lam 7fe0ab6022 migrated views in js into partials 11 years ago
barisusakli c5d9a68b4b closes #1445 11 years ago
psychobunny 240932dd80 add cursor: pointer if alert's clickfn is defined 11 years ago
barisusakli 2bd15e155f remove listener before adding 11 years ago
psychobunny f2a692add7 some linting of settings.js 11 years ago
psychobunny c3e4c7dea1 using var instead of const for < IE10 compatibility
@frissdiegurke
11 years ago
psychobunny 2b4da7ebcd Merge pull request #1514 from frissdiegurke/master
added number-type to settings framework. persist expanded object on serv...
11 years ago
barisusakli d311995c16 closes #1516 11 years ago
Julian Lam e64c1bfec3 closed #1453 11 years ago
Julian Lam 65dd79c84e socket logic for #1149 -- handling of help tab in ACP 11 years ago
psychobunny f7fe0aa680 moved documentation out of alerts 11 years ago
barisusakli d0be73a4d4 closes #1503 11 years ago
FrissDieGurke ab2c0cfa9f added number-type to settings framework. persist expanded object on server-side sync if changed 11 years ago
barisusakli 8ee866fc9d closes #1513 11 years ago
barisusakli 4c28de659c closes #1504 11 years ago
psychobunny 643dd74e43 initially hide the account setting menus (prevents the brief flashing of the buttons)
5589e1e148
11 years ago
psychobunny 99b34d5990 allow translator variables to not require a space, see #1512 11 years ago
barisusakli d304bab4f1 dont change height if sizing horizontally #1508 11 years ago
barisusakli c2fb4700de fixes infinite scroll on account pages 11 years ago
barisusakli 66abd20647 moved add commas to process page 11 years ago
psychobunny 2ba2ef5320 closes #1498 11 years ago
psychobunny a0fcdfe629 closes #1502 11 years ago
psychobunny 10716c37d3 closes #1376 11 years ago
barisusakli 933aa5dfcb #1501 11 years ago
barisusakli f714c713f3 fixes deactivate text on plugin buttons 11 years ago
Julian Lam b56df975e0 fixed 1495 11 years ago
barisusakli 883978007d closes #1482
removed updateHeader, the header is using template values in from the
api, update menu partial in vanilla theme as well
11 years ago
psychobunny 678f0f436e importing latest templates.js @Schamper 11 years ago
barisusakli 1f7fd51b40 some work for #1482 11 years ago
psychobunny f697b5a2b8 addBlockquoteEllipses to newly created posts #1491 11 years ago
psychobunny 3b7d222ec3 prevent duplicate blockquotes #1491 11 years ago
barisusakli 7f6ae6df9f possible fix to active users 11 years ago
barisusakli 967b486ce1 closes #1487
ban and delete user admin actions takes an array of uids now.
11 years ago
psychobunny 7033fa7563 closes https://github.com/designcreateplay/NodeBB/issues/1474 11 years ago
psychobunny 3934f2ec88 collapsible blockquotes, closes #1359 11 years ago
FrissDieGurke c4606e7009 minified settings-framework wrapper-length 11 years ago
FrissDieGurke c23df60e1b removed unnecessary method + doc within Settings Framework 11 years ago
barisusakli aea8d50200 removed console.log 11 years ago
barisusakli d43d363a7a refactored topics.js
removed ajaxify.register_events using removeListener now
11 years ago
barisusakli ec399d8b3b moved all account related files to account folder
update nodebb-theme-vanilla too to get the update tpl files
11 years ago
barisusakli 3c96857123 closes #1461
fixed disabled category grey out, added plural move topics string
11 years ago
barisusakli ab15dba0de closes #1472 11 years ago
psychobunny 111898ab0f closes #1467 11 years ago
barisusakli f3d0d70867 closes #1471 11 years ago
psychobunny 6f0e749b60 Merge pull request #1462 from frissdiegurke/master
added new settings-system
11 years ago
barisusakli 936530dc48 possible fix for #1467 11 years ago
barisusakli dea4b78cb9 fixes tooltip for users that go online/offline 11 years ago
psychobunny a14ce9d0c6 closes #1352 11 years ago
psychobunny 882589acae moved findBootstrapEnvironment into utils 11 years ago
barisusakli 3ecd523799 added jquery ui datepicker 11 years ago
Ole Reglitzki 4da8121827 jsbeautify 11 years ago
Ole Reglitzki d76ba519d4 added new settings-system 11 years ago
barisusakli e0a83728d6 closes #1458 11 years ago
barisusakli 63d88957a8 replace self links client side 11 years ago
barisusakli c8efeb7d7c closes #1400, bunch of other fixes to 404, 403 in accounts 11 years ago
psychobunny 8fa3baf32d closes #1455 11 years ago
psychobunny 4b18403fa6 moving controls object into its own module 11 years ago
psychobunny 775e6ec8ce comopser bugfix 11 years ago
psychobunny 090ecaffd1 closes #1444 11 years ago
psychobunny bb12ebac48 closes #1442 11 years ago
barisusakli 80ef7e5085 closes #1423 11 years ago
barisusakli fa8cdce748 closes #1448 11 years ago
barisusakli c9551abc5d closes #1432
ability to select a default gravatar image (default, identicon,
mystery-man, monsterid, wavatar, retro) or upload a custom image to use
as default gravatar image
11 years ago
barisusakli caa0c45a11 closes #1441 11 years ago
barisusakli 7339cb5d61 closes #1434 11 years ago
barisusakli 6f2ea3eafc closes #1439 11 years ago
barisusakli adf6f34e42 closes #1436 11 years ago
barisusakli 3ca45fa061 closes #1433
installed plugins are displayed at the top
11 years ago
Julian Lam 46c281db3d Merge pull request #1409 from miksago/formatting-dispatch-table
Composer: Implement formatting bar dispatch table
11 years ago
barisusakli a1e6a3616c ability to install/uninstall plugins from ACP 11 years ago
psychobunny e97a705f5c couple of console.logs 11 years ago
barisusakli 3c11030929 closes #1398 11 years ago
barisusakli 2ad715ead3 closes #1412 11 years ago
barisusakli 1ed5145738 better check for pinned 11 years ago
barisusakli 1e3577afe5 fixes topics going to the bottom 11 years ago
psychobunny ad8239aa31 alerts - parse globals before translating 11 years ago
psychobunny 090c4e2aa9 action:ajaxify.contentLoaded - after #content is populated but before fade in animation - append elements to DOM at this stage. 11 years ago
psychobunny af54d9fa64 if translator.addTranslation is called before translator is done loading, the loading property is never set, which crashes translator 11 years ago
Micheil Smith ae9f675b80 Composer: Use formatting dispatch table for inserting uploads and pictures 11 years ago
Micheil Smith bf7de0d051 Composer: Switch to using a dispatch table for buttons
Note: for now, it looks a little messy, but once I merge wrapSelectionInTextareaWith and insertIntoTextarea, it won't be. Promise.
11 years ago
psychobunny 7b453edb2d don't crash if language file not found
@barisusakli seems like something needs footer.json, maybe it's a plugin
if its not crashing for you
11 years ago
xbenjii e1ad061fdc Fixed typo 11 years ago
barisusakli 254267e577 removed 2 titles 11 years ago
barisusakli d431c94ed8 added variable to replying to string 11 years ago
psychobunny 0a727a4af9 use ajaxify.refresh() to revert changes 11 years ago
psychobunny f3993aca4d closes #1397 11 years ago
Julian Lam 8934ac1a2d added try..catch to server parsing of translations, in case a file has a syntax error -- #1401 11 years ago
barisusakli b4dc2eebe9 removed one of the timeouts in user search 11 years ago
barisusakli e12beccc09 closes #1371
adds a dropdown to category view to move/pin/lock/delete multiple topics
11 years ago
psychobunny 45e9b53f10 button to revert changes in categories admin 11 years ago
psychobunny a5e304cc0a inline editing of admin/categories description & name 11 years ago
Julian Lam 126260a027 added cache-buster to template xhr urls -- closed #1392 11 years ago
psychobunny 7487a92953 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
psychobunny ef52d47f41 importing latest templates.js 11 years ago
Julian Lam 15bf804fa7 daily digest settings in User Settings 11 years ago
barisusakli f9897daad1 all notifications are translated now closes #1388 11 years ago
Julian Lam 8cb2b9b97a fixed #1351 -- themes and plugins no longer auto-restart the server 11 years ago
barisusakli 01555cbb5c return privileges in category 11 years ago
barisusakli 63dfc38dea topic changes to match the new post-bar partial 11 years ago
barisusakli 04488a9a14 closes #1139 11 years ago
psychobunny 0851102800 newline 11 years ago
barisusakli d832a6f805 closes #1381 11 years ago
psychobunny 3c711d72fb regex - no need to escape special characters inside [] 11 years ago
psychobunny e5486db1ae Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts:
	src/database.js
11 years ago
barisusakli 3ea49a8f90 if language or default language is not set use en 11 years ago
barisusakli 3e60451ce4 closes #1013
lets user change languages,
11 years ago
barisusakli 9125292b0e removed get and mget 11 years ago
barisusakli 8aa4f053e8 converted translator.get to translator.translate 11 years ago
barisusakli fb43282a9c removed for in loop 11 years ago
barisusakli 557426c1c9 translator refactor
no longer loads all language files on startup
11 years ago
barisusakli fc8e97448c load sounds on demand, refactored sounds 11 years ago
barisusakli f8a6ab5cf4 if no icon is selected for a category icon will be empty string 11 years ago
Julian Lam 29ec14efa0 fixed #1365 11 years ago
barisusakli a091e06fe3 more work for #1368 11 years ago
barisusakli 06dddccf8e more refactor 11 years ago
barisusakli 252e757185 some more language strings and account.js refactor 11 years ago
barisusakli 7545d55b22 jshint and refactor accountedit 11 years ago
Micheil Smith 8da45b72a9 Composer: Rework formatting bar logic 11 years ago
Micheil Smith 78e1e4fbac Composer: simplify code with early returns 11 years ago
Micheil Smith 9dc0a4b115 Admin/Groups: Pass radix argument to parseInt 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
Micheil Smith 66d1f2505f Composer: Pass radix argument to parseInt 11 years ago
Micheil Smith 85cab3aec8 Composer: Escape special characters in regex 11 years ago
Micheil Smith e860b0dd4c Composer: Remove unused variables 11 years ago
Micheil Smith 6e4639496e Improve readability of a selector 11 years ago
Micheil Smith 11b6794946 Refactor connection logic
Aiming to be flatter, with less deep nesting. Still more to go here.
11 years ago
Micheil Smith 0bbd29ac42 Reduce DOM queries for Search elements 11 years ago
Micheil Smith 2c2e5de911 Add missing 'global' variable declaration 11 years ago
barisusakli 14d0081fdf replace 2 error messages with keys 11 years ago
barisusakli 95972209f4 favourite changes
favourites.js no longer makes socket calls, moved that code into
socket.io/posts.js. it also makes a single socket call when you downvote
a post that you previously upvoted.
11 years ago
barisusakli 34b73e15e6 dont add dupes to widgetLocations
this prevents widgets from being executed multiple times
11 years ago
barisusakli e2d0d4db5c added error and success language files
removed some code from server side that was emitting alerts
11 years ago
psychobunny 81dfbba0ec imported latest templates.js 11 years ago
psychobunny cf362f64a3 woops, now everybody is an android browser. 11 years ago
psychobunny 8432d8827e attempt at fixing #1323 11 years ago
psychobunny d5baaacb72 utils.isAndroidBrowser 11 years ago
psychobunny 21a4651a64 latest templates.js, gotta switch to the version on npm soon 11 years ago
psychobunny c52583ae28 replaying changes from a150b2c6f7 11 years ago
psychobunny c5cae312d7 error out early when saving widgets 11 years ago
psychobunny 61478caa3d imported latest templates.js 11 years ago
psychobunny a150b2c6f7 handle if invalid tpl is passed in 11 years ago
barisusakli 54ba2d2ac3 removed console.log 11 years ago
barisusakli d1ec101248 fixed infinite load and select 11 years ago
Barış Soner Uşaklı 962b141e85 Merge pull request #1356 from miksago/fix-pagination-offset-error
Fixed: Category pagination error; Check if first offset is NaN
11 years ago
barisusakli e5cf44d398 closes #1353
mark all read will mark everything read, can also select topics and mark
them read, can mark specific categories read too
11 years ago