barisusakli
ffd22f50ff
closes #1999
10 years ago
Julian Lam
48af82659e
removing the composer from core, out to its own plugin: nodebb-plugin-composer-default, closes #3288
10 years ago
psychobunny
5ff9a7f9a9
allow multiline support for translator
...
see: https://github.com/psychobunny/templates.js/issues/36
10 years ago
barisusakli
b89b4d066a
max chars
10 years ago
barisusakli
1d72a8f0ee
fix composer redirect on home page
10 years ago
barisusakli
0ef2ccc130
closes #3240
10 years ago
barisusakli
536c443c1e
closes #3231
10 years ago
barisusakli
1bbce82c23
duh #3192
10 years ago
barisusakli
8ff7ba82c2
closes #3192
10 years ago
psychobunny
28e1ae46c7
woops, committed some testing code by accident
10 years ago
psychobunny
7564881298
don't minify files in /client
...
adds an extra call to the client/route.js file on cold load but cuts a
ton of extra weight in nodebb.min.js
10 years ago
psychobunny
f8b3282295
closes #3141
10 years ago
Julian Lam
17ff083cc6
passing in available composer data into the composer.loaded client-side hook
10 years ago
Barış Soner Uşaklı
b717da0229
Merge pull request #3110 from pitaj/master
...
Fixed translator backwards compatibility issue
10 years ago
barisusakli
045d9df81f
closes #3203
10 years ago
Julian Lam
8f7416d1cb
updated acp category privilege settings so that not all groups are shown in privilege table, closes #3036
10 years ago
psychobunny
f698d28dfb
one last fix for #3169
10 years ago
psychobunny
7b81c5db9f
#3169
10 years ago
psychobunny
79fd5a4d8e
closes #3169
10 years ago
psychobunny
63a2a20fd3
remove the old history.pushState hack for mobile composer
10 years ago
psychobunny
55bed3464e
if mobile, go to /compose route #3090
10 years ago
Ole R.
22e227a6cd
fixed error-report within translator.js
...
reported by [rex-huang](https://community.nodebb.org/user/rex-huang ), see https://community.nodebb.org/topic/4520/error-handling-is-wrong-in-translator-js
10 years ago
barisusakli
b292aeea72
closes #3120
...
also dont allow loading posts of a topic if its deleted via
topics.loadMore
10 years ago
Peter Jaszkowiak
ad7b561dd4
Fixed translator backwards compatibility issue
...
Also removed the _clearMenus global object because populating the global namespace is bad, bad, bad
10 years ago
psychobunny
533193fa79
send in data to action:taskbar.pushed as well
10 years ago
psychobunny
1556365712
call taskbar.push regardless of whether it's a new chat or not
...
there's logic in taskbar.push to not create the element anyways
10 years ago
psychobunny
c13e14d2c8
pass in element to filter:taskbar.push; taskbar.push cleanup
10 years ago
Barış Soner Uşaklı
21b634e03f
closes #3081
10 years ago
Julian Lam
15265bf36e
Merge pull request #3071 from yariplus/settingsobject2
...
Enhance settings object plugin
10 years ago
Julian Lam
5a0ea28633
better fix for #3040
10 years ago
barisusakli
72f80dd330
closes #3052
10 years ago
barisusakli
dd92b06f16
#3064
10 years ago
yariplus
9d3a9f4493
Enhance settings object plugin
...
Use an array to declare the object properties so that the order is always the same.
Add a data-new attribute for individual properties. (You can still use a whole object in the data-new attribute of a parent array.)
Add data-prepend and data-append attributes to properties for inserting html before or after that property. (This may also be useful for the array plugin.)
10 years ago
Julian Lam
821c9f12d6
updated scrollToPost behaviour to no longer ajaxify loudly. Also updated call to checkPagePresence to fire before the topicDOM events begin, so if an in-topic search is conducted on a different topic from the current topic, the topicDOM behaviour continues. closes #3040
10 years ago
Julian Lam
65b2523b0f
closed #3050
10 years ago
barisusakli
da5909349b
closes #3053
10 years ago
psychobunny
5d04cd0bef
ability to add class to taskbar; new action hook; send touid in chat
10 years ago
psychobunny
23c4ecfe60
filter:taskbar.push
...
not really a filter, but does the job as long as its synchronous
10 years ago
Julian Lam
5587233e78
fixed quoting and highlighted-text auto-quote for composer when composer is minimized, closes #2870
10 years ago
psychobunny
1d94b6a96f
closes #3000
10 years ago
Julian Lam
ee7d356781
Merge pull request #2825 from yariplus/settingsobject
...
Add object setting plugin
10 years ago
Barış Soner Uşaklı
c9b5948034
closes #2927
10 years ago
Julian Lam
2000947cd6
fixed #3030
10 years ago
barisusakli
8c7ded3062
closes #3026
10 years ago
barisusakli
cf825d02b7
escape title
10 years ago
psychobunny
3ec99b8021
#3011
10 years ago
psychobunny
1201425db2
hint
10 years ago
psychobunny
e78fc98146
cross-browser support for composer resize animation
10 years ago
psychobunny
4d414d0b63
.category-box and .post-preview now components
10 years ago
barisusakli
427dda654a
temp fix for #2994
10 years ago
psychobunny
59909894fc
closes #2981
10 years ago
psychobunny
f601bdee5e
Merge branch 'master' of https://github.com/NodeBB/NodeBB
10 years ago
psychobunny
97419bbdd9
closes #2980
10 years ago
barisusakli
b2fad172e5
closes #2966
10 years ago
Barış Soner Uşaklı
5fda8422c5
fix focus
10 years ago
barisusakli
0d515803e4
fix post edit
10 years ago
barisusakli
9d026919ac
closes #2953
10 years ago
Barış Soner Uşaklı
dadbda98b7
closes https://github.com/NodeBB/nodebb-theme-persona/issues/52
10 years ago
barisusakli
5f2271e4e0
closes #2903
10 years ago
barisusakli
0d839bdb2c
parantheses
10 years ago
psychobunny
7563e9aba1
added localStorage for preview toggled state
10 years ago
psychobunny
e1ff3deaf0
move preview toggle function into composer/preview.js
10 years ago
psychobunny
bc4e5371d7
Merge pull request #2907 from MegaGM/fixcategory.images
...
fix: category images (helpers.generateCategoryBackground)
10 years ago
psychobunny
232d1aae31
helpers.getBookmarkFromIndex
10 years ago
Julian Lam
47a7ab15be
refactored translator system to be a require.js module, and not a global
10 years ago
Julian Lam
16c6578bdb
updated components to be a require.js module, not a global (:rage2:)
10 years ago
Julian Lam
c706638b5d
updating groups access control so:
...
1. Guests can no longer receive the moderate bit
2. If you attempt to grant the moderate privilege to a public group, a confirmation modal appears
3. A lock icon is present next to all private groups
10 years ago
barisusakli
d27ec057c5
closes #2910
10 years ago
Julian Lam
d249a46fae
fixed around event handling for composer submit button, and upped vanilla minver
10 years ago
barisusakli
65bdeba385
helpers.js fix maybe
10 years ago
Mega
8b48a1e3af
fix: category images (helpers.generateCategoryBackground)
10 years ago
psychobunny
7c7b43d295
semicolon
10 years ago
psychobunny
789418f987
stripTags and escape template helpers
...
use it like so {function.stripTags, title}
see vanilla or persona topics_list.tpl for more info
10 years ago
Julian Lam
d95f5a9ae0
added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt, #2463
10 years ago
Julian Lam
9b84a887d3
a huge frickin' number of changes for #2887 . This is part of #2463
10 years ago
Julian Lam
a1621145d5
Merge branch 'master' into categories_revamp
...
Conflicts:
public/less/admin/admin.less
public/src/admin/manage/categories.js
src/controllers/admin.js
src/views/admin/manage/categories.tpl
src/views/config.json
10 years ago
psychobunny
d39c2924e4
found a rogue topic class selector
10 years ago
barisusakli
4c31535c4b
closes #2799
10 years ago
psychobunny
4ca6364dd4
removed .category-item selectors
10 years ago
psychobunny
10eb617c6d
category and category/topic components; removed #topic-container selectors
10 years ago
Barış Soner Uşaklı
0cc900bdcf
closes #2878
10 years ago
barisusakli
5bc2e7dac2
closes #2309
10 years ago
psychobunny
51745568df
removed the rest of the .post-row selectors in favour for components system
10 years ago
psychobunny
567d171d2f
jshint
10 years ago
psychobunny
6439147586
updated core to point #post_container and .post-row to its respective components
10 years ago
psychobunny
eba0f32913
post/anchor component
10 years ago
psychobunny
e08f34e79d
function.generateTopicClass
10 years ago
psychobunny
412c5360a6
allow timeago to be cast on other elements as well, ex. small
10 years ago
psychobunny
82ac542f55
helpers.generateCategoryBackground
10 years ago
psychobunny
f7f048f06a
when toggling composer preview, autofocus on composer
10 years ago
barisusakli
2f688136d1
closes #2852
10 years ago
barisusakli
b37bcc6dfe
closes #2853
10 years ago
psychobunny
dfe48fffb1
composer fixes when resizing window horizontally
10 years ago
psychobunny
2f05ec7de0
closes #2839 and #2840
10 years ago
psychobunny
8d313d2f16
return composing state to normal after discard/posting
10 years ago
psychobunny
9262c8b9f6
after selecting a category in composer, auto-select the next field
10 years ago
psychobunny
83f89e9537
made action bar button less restrictive
10 years ago
psychobunny
31368ac974
on mobile, resize composer textarea as you type so it doesn't constrain the editable view
10 years ago
psychobunny
7227dfd704
add composing mobile classes if composing on mobile
10 years ago
psychobunny
7282bbafb2
removing composer-mobile.tpl
...
was totally a bad idea.
10 years ago