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
Barış Soner Uşaklı
940c33c426
fix js error removed dupe code
10 years ago
psychobunny
eb733fdb6f
toggle preview button on composer
10 years ago
psychobunny
daf9999a29
prevent composer from going too low
10 years ago
psychobunny
6059165a54
if composer:resizePercentage hasn't been set, default to half the page
10 years ago
psychobunny
0913dbbade
added a border effect on max'd composer
10 years ago
psychobunny
49a173bdf0
last bit of fixes to composer
10 years ago
psychobunny
bc9d7f2922
fix so that mouse is always on the handle
10 years ago
psychobunny
5b56157403
composer refactor part 1
...
removed lots of hardcoded values; used translate 3d instead of height
for smoother dragging; various optimizations; snap to top functionality
10 years ago
psychobunny
bd99124fb9
refactored write preview code
10 years ago
psychobunny
da758c429a
remove hardcoded z-index; give composer a "maximized" class if maximized
10 years ago
psychobunny
b56e862838
removed hardcoded fa-chevron icons from client js
10 years ago
psychobunny
1ec1c5a366
fixes composer maximizing
10 years ago
psychobunny
fcc8093fa6
#1642 show discard prompt
10 years ago
psychobunny
e47c375e69
closes #1642
10 years ago
Julian Lam
4360069859
fixing buttons on mobile composer, and updating format so tags button only appears on mobile
10 years ago
barisusakli
2a8437f08f
removed templates config and mapping 🐑
10 years ago
yariplus
1102f40873
Add object setting plugin
...
Allows objects to be added to a plugin's settings using a tag with a JSON-like syntax in data-attributes.
A complex object can be created by using an array or another object as a parent, the object will be added to the parent array or the parent object's declared property instead of as it's own data-key.
10 years ago
psychobunny
9bf55c96d2
closes #2818
10 years ago
barisusakli
01b012d89d
#1642
10 years ago
psychobunny
a59b932020
displayUsersLink deprecated
10 years ago
barisusakli
f7f453f8cd
closes #2794
10 years ago
Julian Lam
6a32a0f399
closes #2775
10 years ago
Julian Lam
a3bc5d2037
fixing bug where the nav dropdown didn't close when a chat was opened
10 years ago
Julian Lam
5173fd7138
#2796
10 years ago
Julian Lam
a2c6f58782
fixed issue where an updated alert didn't contain changes to the clickfn, closes #2798
10 years ago
Julian Lam
339619fc9d
#2799
10 years ago
Julian Lam
00f3084b8e
closes #2792 , closes #2791 , closes #2788 , closes #2787 , closes #2786 , closes #2785 , closes #2784 , closes #2783
...
Squashed commit of the following:
commit ca5064a4effa3904ce936b521b169bba8d24f1a1
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 26 08:19:32 2015 -0500
Revert "added ajaxify popstate cache, so back/forward will just put back the already loaded page"
This reverts commit 77d154bb8b
.
commit ae07fc56c156074de8048bb627f5d9be849c8ad1
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 26 08:19:24 2015 -0500
Revert "on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues"
This reverts commit d8c9ec0d40
.
Conflicts:
public/src/client/unread.js
commit 96ee3631d7e4e1fc2c1b7632d86684fecd1e430f
Author: Julian Lam <julian@designcreateplay.com>
Date: Thu Feb 26 08:18:25 2015 -0500
Revert "actually fixed isPopState error"
This reverts commit e6701c5a1f
.
10 years ago
psychobunny
241f5b0224
linted client side modules
10 years ago
barisusakli
a0c3ddc555
fix navigator
10 years ago
psychobunny
b1f835b053
Merge remote-tracking branch 'origin/master' into sortable-menu
10 years ago
psychobunny
2ff59278c9
navigation cleanup
10 years ago
Julian Lam
f00589c8ba
removing 'see all chats' from chats list, as it is in menu.tpl now
10 years ago
psychobunny
a9f175a2bb
ability to sort navigation
10 years ago
psychobunny
a2e3179ea4
nav - enable / disable
10 years ago
Julian Lam
e6701c5a1f
actually fixed isPopState error
10 years ago
Julian Lam
d8c9ec0d40
on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues
10 years ago
Julian Lam
77d154bb8b
added ajaxify popstate cache, so back/forward will just put back the already loaded page
10 years ago
psychobunny
40008a9e85
Merge remote-tracking branch 'origin/master' into sortable-menu
10 years ago
psychobunny
6cea047518
loading navigation, complete
10 years ago
Julian Lam
3202a52a61
refactored notif dropdown, #2771
10 years ago
psychobunny
ecad9d54ed
tjs 0.1.19 for undefined key cleanups
10 years ago
psychobunny
6dacaf6bb5
helpers.displayMenuItem
10 years ago
Julian Lam
29873f1c5c
removed unused .getAll method, and sorting notifications client-side so that unread notifs don't all appear at the top, #2772
10 years ago
Julian Lam
948cd22e9c
triggering full-screen composer on short viewports as well as narrow, #2763
10 years ago
Julian Lam
03e39f7b9b
isInvited mechanic for #2758
10 years ago
Julian Lam
58094d2b3b
removed console logs, and requiring markdown 1.0.0 plugin
10 years ago
Julian Lam
ceb18fe73d
added new hook and method for plugins to introduce their own formatting options, #2743
10 years ago
Barış Soner Uşaklı
743cd20441
closes #2267
10 years ago
Julian Lam
350acde379
ability to mark a notification read/unread from dropdown list, made styling less bootstrap-locked, using FA icon in theme instead of hardcoded in template
10 years ago
barisusakli
aa94dafac1
closes #725
10 years ago
barisusakli
60efeb8561
fix nid
10 years ago
barisusakli
31a44a9982
dont use fa icon
10 years ago
Barış Soner Uşaklı
276cd51836
closes #2467
10 years ago
Barış Soner Uşaklı
0421b6ef06
closes #2639
10 years ago
Barış Soner Uşaklı
d20628a8d4
closes #2539
10 years ago
Barış Soner Uşaklı
c98720ee4c
show results as WIP
10 years ago
barisusakli
eff1256dfb
search sort, search in posts, titles, posts& titles
10 years ago
Julian Lam
957415463f
Merge branch '0.7.0'
...
Conflicts:
package.json
src/search.js
10 years ago
barisusakli
38dd3d4281
search newer/older than and better pagination
10 years ago
barisusakli
161b934827
reply count filter atleast/atmost
10 years ago
barisusakli
def600e927
search in categories and children
10 years ago
barisusakli
255f50343c
closes #2685
10 years ago
Julian Lam
8bc2d97352
stringify helper for t.js
10 years ago
barisusakli
ddee93beab
Merge remote-tracking branch 'origin/master' into 0.7.0
10 years ago
Julian Lam
a3cadff1d3
updated settings module (v2) to fix multiple selects and checkboxes using name instead of id, which isn't always guaranteed to be set.
10 years ago
Julian Lam
d096a639d6
fixed #2657 -- there's a slight chance this might break other ACP pages, but my limited testing tells me it is ok so far
10 years ago
Julian Lam
093e499bf8
defining module name in iconSelect module
10 years ago
Julian Lam
56200b0fdf
defining module name in iconSelect module
10 years ago
barisusakli
ea3d7d610a
Merge remote-tracking branch 'origin/master' into 0.7.0
10 years ago
Julian Lam
99dc37bd9c
removed relativeTime util method, utils.js better be a C now.
10 years ago
barisusakli
b333653464
prevent js crash if responseJSON is undefined
10 years ago
Julian Lam
50ac813388
Merge branch 'private-groups', closed #2588
10 years ago
barisusakli
02dbce57fb
relative path fix missing ;
10 years ago
barisusakli
200f74f1c7
closes #2592
10 years ago
barisusakli
456b844e61
closes #2596
10 years ago
Julian Lam
612b8f01b6
Merge remote-tracking branch 'origin/master' into private-groups
10 years ago
Julian Lam
69ed8ac45d
icon selection interface -- moved iconSelect module out of admin space, #2588
10 years ago
barisusakli
0305ad989c
match uploader return
10 years ago
barisusakli
f74383bba4
changed userPhoto to files[]
10 years ago
Julian Lam
71b41239ac
attempting to join a private group causes the join to be pending, #2588
10 years ago
barisusakli
a77a761433
closes #1917
10 years ago
barisusakli
ce9c17f8e5
ability to search posts by user
10 years ago
Julian Lam
b685194dae
updated helper loading so it loads all helpers in helpers local var
10 years ago
Julian Lam
aa62c52580
closed #2583
10 years ago
barisusakli
60f1b9679a
search filters
10 years ago
Julian Lam
9b8cc9fe6c
partial revert of 659d0f68cb
, #2417
10 years ago
Julian Lam
835886998b
having composer/resize call findBootstrapEnvironment only on the first resize method call, and not right when library is required, #2417
10 years ago
Julian Lam
659d0f68cb
possibly fixing issue where mobile composer textarea is not properly sized when initially opened. Sort of related to #2417
10 years ago
Julian Lam
23b9b21cdd
better handling of guest handles in frontend, #2569
10 years ago
Julian Lam
9befa6aca7
proper handling of post editing, integration with ACP toggle, #2569
10 years ago
Julian Lam
325815a78d
showing guest handles in frontend UI #2569
10 years ago
Julian Lam
7dc309fc16
template in composer #2569
10 years ago
barisusakli
3bdb98e747
closes #2530
10 years ago
barisusakli
81a5a4cfe0
removed global var
10 years ago
barisusakli
7ae7c50f56
app.user
10 years ago
Julian Lam
0b58e2fea3
minor tweaks to in-topic searching UI, #2442
10 years ago
Julian Lam
067d1ae404
adding client-side hook whenever composer renders a preview
10 years ago
Julian Lam
b06ff89e02
adding missing file, re: #2424
10 years ago
Julian Lam
deac12c540
closed #2424
10 years ago
barisusakli
32e08ba419
closes #2070
10 years ago
psychobunny
2a88e08977
and one last derp
10 years ago
psychobunny
556d817cc5
forgot to return
10 years ago
psychobunny
458ee7cca8
acute ocd attack
10 years ago
psychobunny
bfaeee2531
linting
10 years ago
psychobunny
b511bc37fb
don't initialize taskbar until dom is ready
10 years ago
Barış Soner Uşaklı
36ac6f849f
Merge pull request #2397 from joe1chen/bug-fix-topic-search
...
Bug fix - Topic search broken due to encodeURIComponent being called too early
10 years ago
psychobunny
b480bff3fd
moved taskbar markup out of JS and into modules/taskbar.tpl
10 years ago
barisusakli
d9d44aee2b
#2334
10 years ago
barisusakli
b3544f644a
relative path upload fixes #2403
10 years ago
Joseph Chen
f02fd88eaf
Bug fix - Topic search broken due to encodeURIComponent being called too early.
10 years ago
barisusakli
2e1a098cfa
fix multi selection if category has sub categories
10 years ago
Julian Lam
74630b3a79
closed #2360
10 years ago
Julian Lam
93f414892b
closed #2361
10 years ago
Julian Lam
e0436d73c3
#2361
10 years ago
Julian Lam
8e0e2a04be
restored the toolbar on mobile composer, #2293
10 years ago
Julian Lam
dfc7c7aa7f
#2350 :shipit:
10 years ago
Julian Lam
0e9fdc9a09
fixed #2350 -- chat modal now opens, but input is disabled
10 years ago
barisusakli
e09328c74d
#2346
...
dont bring modal to front if u receive a message
10 years ago
barisusakli
38874345b7
closes #2346
10 years ago
barisusakli
6353ed57a9
duh fixing my fail from last night
10 years ago
barisusakli
e97bfc139b
#1848
10 years ago
Julian Lam
adfb89a2ad
closed #2321
10 years ago
barisusakli
433769eb36
closes #2146
...
first tab (recent) shows last 50 messages instead of just last 24 hours
10 years ago
barisusakli
1b268c94c0
if there is no postData.tid dont notify, ie topic post
10 years ago
barisusakli
4c90c9a759
closes #2291
10 years ago
barisusakli
f295083a08
fix upload error messages
10 years ago
psychobunny
a24dde863b
moved src/client/modules/admin/selectable to src/admin/modules/selectable #2250
11 years ago
barisusakli
e95c68e7d6
fix bookmark
11 years ago
psychobunny
8abf2835a5
removed modules/admin and moved mousetrap + keybindings out of client #2245
11 years ago
barisusakli
e1f67052d0
closes #2244
11 years ago
psychobunny
7396c363d7
press / to highlight search input box
11 years ago
psychobunny
ba4392cda0
selectable - shift clicking deselects items in a group
11 years ago
psychobunny
eb5630caa7
refactored selectable to use 'selected' instead of 'dropped'; fixed position relative bug
11 years ago
psychobunny
7a2ccf6031
hardcoded parentElement by accident
...
so that's why it doesn't work on other pages. derp
11 years ago
psychobunny
9c67d5742e
added event callbacks for onSelected and onUnselected
11 years ago
psychobunny
13c9da6bff
selectable - click/shiftclick to select as well
11 years ago
psychobunny
bcdb87f488
fixed selectable
11 years ago
psychobunny
2db93c9219
created selectable module for selecting / grouping elements
11 years ago
barisusakli
6a996bd718
closes #2210
11 years ago
Julian Lam
1eb9016a77
fixed #2207
11 years ago
barisusakli
b8df95da98
check message
11 years ago
Schamper
883422760d
Fix settings save message
11 years ago
Julian Lam
625247611b
closed #1959
11 years ago
barisusakli
cd99654477
closes #2046
11 years ago
psychobunny
d081ecf368
fixed chatModal centering
11 years ago
psychobunny
da0eff6a4e
double click the chat header to maximize
11 years ago
barisusakli
48c3619028
lowered chat zindex
11 years ago
barisusakli
8c600ae15d
stop tag autocomplete ajaxify
11 years ago
Julian Lam
aee8b87385
composer tweaks, hiding navbar when mobile composer is open
11 years ago
barisusakli
f377868764
closes #2064
11 years ago
barisusakli
63a7766ac1
closes #2027
11 years ago
barisusakli
0f258859a7
closes #2067
11 years ago
barisusakli
4066607388
closes #2052
11 years ago
Julian Lam
8bac0bf361
Merge branch 'csrf-excision' into hashtalk
11 years ago
Julian Lam
a061079995
fixed all POST routes to use new csrf middleware
11 years ago
psychobunny
ca7f35dd5e
trimming alert title/message
11 years ago
barisusakli
9a96458f79
closes #2053
11 years ago
barisusakli
493d0dea1e
part 1 of notif refactor
11 years ago
Julian Lam
40e5ad075f
started work on #2082
11 years ago
barisusakli
273db693e7
closes #2051
11 years ago
barisusakli
b7ee875b12
user.isOnline fix
...
wont hit db on every user socket connect or user disconnect
11 years ago
barisusakli
6b39e328f5
chat fix
11 years ago
barisusakli
e495db3065
dont make a copy of chat message
11 years ago
barisusakli
625766ba85
dont send typing notif on each keyup
11 years ago
barisusakli
171f02101d
closes #2035 , closes #2036
11 years ago
barisusakli
ae6d5e72f4
closes #2015
11 years ago
Julian Lam
1f06e4f5a2
added secret key bindings for admins to reload and restart their NodeBBs :shipit:
11 years ago
Julian Lam
063a4e5628
finished up UX integration for in-topic searching, added mousetrap lib to capture ctrl-F only in topic view, closed #1800
11 years ago
Julian Lam
5d22806ded
more topic searching work (working example, needs UX tie-in)
11 years ago
Julian Lam
cd10248226
basic topic searching via search bar working
11 years ago
barisusakli
fdf19f9025
closes #2022
11 years ago
barisusakli
69ce425ae5
closes #2021
11 years ago
Julian Lam
e497290dbc
removed commented-out code
11 years ago
Julian Lam
fcbdc5e271
added recompilation of templates to NodeBB Reloading - #2010
11 years ago
barisusakli
c57b0a2199
closes #2013
11 years ago
barisusakli
ca90afd544
#1992
...
(drunk) not even done yet
11 years ago
barisusakli
d852f284da
closes #1948
11 years ago
barisusakli
1cf5c3145a
doing it properly this time
...
mainPost always has index 0
11 years ago
barisusakli
41ed52a414
moved newlines from language file to core
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
Julian Lam
77e0cb170f
removed console.log
11 years ago
barisusakli
da780cdee7
closes #1920
11 years ago
barisusakli
6e335ff29a
removed debug
11 years ago
barisusakli
f71bd41408
more fixes
11 years ago
barisusakli
d7520508e3
#1375 part1
11 years ago
barisusakli
297f523f18
closes #1899
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
89bb11a58c
closes #1880
11 years ago
frissdiegurke
021e5bfcc5
[Settings] fixed data-empty usage within checkboxes
11 years ago
barisusakli
a4975cab33
closes #1825 , closes #1674
11 years ago
Julian Lam
bf2cba028d
fixed #1851
11 years ago
barisusakli
8ff34e4dc2
parseint tid
11 years ago
barisusakli
161069c390
closes #1840
11 years ago
barisusakli
6d8cc5648c
some tag hooks/filters
11 years ago
Julian Lam
23c4b8ca35
only showing ACP setting saved alert if no callback is passed in
11 years ago
Julian Lam
cac3ebc9e5
vertically centering modal when opened
11 years ago
Julian Lam
c259e0407e
closed #1807
11 years ago
Julian Lam
4404387218
Merge branch 'master' into chat-route
11 years ago
barisusakli
bb9caa7228
removed dupe
11 years ago
Julian Lam
95102f7e74
jshinting
11 years ago
Julian Lam
71916f0691
marathon bugfixing with @barisusakli re: #1788
11 years ago