Julian Lam
a8521d0349
remove double-click to mark all notifications read
8 years ago
barisusakli
190b3759a0
fix tests
8 years ago
barisusakli
827e4b4ffd
refactor post tools
8 years ago
pichalite
cc435e75de
Update ACE editor to latest
8 years ago
pichalite
cae5a9ac58
Update ACE editor to latest
8 years ago
psychobunny
f742c847e1
Merge pull request #5304 from pitaj/master
...
Fix ACP title issues
8 years ago
Peter Jaszkowiak
6d00d5f6a5
Fix ACP title issues
8 years ago
Barış Soner Uşaklı
c4d4d2385b
closes #3973 closes #5303
8 years ago
Anil Mandepudi
8229de5eaa
Add missing translation
8 years ago
Julian Lam
d77f417cf3
allowing timeago timestamps to be in the future
8 years ago
Julian Lam
926186108b
ACP Translations
8 years ago
Peter Jaszkowiak
460b830a96
Fix ajaxify loading default language translations
8 years ago
Peter Jaszkowiak
daf3ab4db4
WIP
8 years ago
Peter Jaszkowiak
038c45f4b6
`admin/manage` translations, misc
...
- Translate Manage templates and JS
- Change `translator.translate -> .html` into `.translateHtml` where fitting
- Translate `admin/partials/download_plugin_item`
8 years ago
Peter Jaszkowiak
94eb74646c
`admin/manage/categories` translations
...
- Fix privilege table headers so bottom borders align
- Fix `/admin` route to show Dashboard title correctly
- Translate ACP category management and privileges templates
- Translate ACP category management JS
- Remove unnecessary translates in JS
- Fix bootbox wrapper to work with translations containing html
8 years ago
Peter Jaszkowiak
862908d0eb
ACP search and title improvements
...
- Search uses translated titles if available
- Use `advanced` for `development` route titles
- Remove route title from showing up in results
- Highlight matching part of result title
- Don't show empty result contents when only title is matched
8 years ago
Peter Jaszkowiak
3008794797
`admin/general` JS translations and misc
8 years ago
Peter Jaszkowiak
95bef8f3f6
`admin/extend` JS translations and misc
8 years ago
Peter Jaszkowiak
38eba81933
ACP menu and title translations
8 years ago
Peter Jaszkowiak
bae1daf5dc
Bootbox wrapper improvements
8 years ago
Peter Jaszkowiak
606de990e9
`admin/advanced` JS translations
8 years ago
Peter Jaszkowiak
0b4c39338e
Translation bootbox wrapper
...
- Replaced minfied bootbox file with unminified one since it's minified at build anyways
- Removed existing override
- Made translator more verbose in dev mode; it now warns about missing translations
8 years ago
Peter Jaszkowiak
20db4657b2
`admin/general` translations
8 years ago
Peter Jaszkowiak
4eca23174a
Translate dynamically added admin content
8 years ago
Peter Jaszkowiak
3cd6a8a94b
`admin/extend` translations
8 years ago
Peter Jaszkowiak
50aed01c57
`admin/development` translations
8 years ago
Peter Jaszkowiak
6c1b852d48
`admin/appearance` translations
8 years ago
Peter Jaszkowiak
8931702136
`admin/advanced` translations
8 years ago
barisusakli
1fed01fe43
ability to filter search by tags
8 years ago
Barış Soner Uşaklı
4ff3d06f90
escape labelColor, icon, cover:position, validate toPid
8 years ago
barisusakli
55b68197aa
closes #4544
8 years ago
barisusakli
9d75c48236
closes #4563 closes #4569 closes #4566
8 years ago
barisusakli
c32e6aaabb
use build module instead of forking
8 years ago
barisusakli
e86708cb0c
add cid to widgets.render
...
init date pickers in widgets ACP
8 years ago
Julian Lam
b79073cf32
Merge branch 'translator-escapes' of https://github.com/pitaj/NodeBB into pitaj-translator-escapes
8 years ago
Mathias Schreck
b1a48981ef
Check if href exists before accessing it ( #5281 )
...
I got a lot of errors in Firefox 50 `TypeError: $(...).attr(...) is undefined nodebb.min.js:25167:24` which points exactly to that line I’ve changed.
Since HTML5 `href` is not a required attribute of an `a` tag. We have a couple of links without `href` and every time you click it you will get this error.
8 years ago
Peter Jaszkowiak
bb5fe0cc83
Escape arguments in `Translator.compile`
8 years ago
Peter Jaszkowiak
a81aad61ab
Add tests for translator static methods
8 years ago
Peter Jaszkowiak
7c697759e9
Escape and ignore `%` and `\,` in translator args
8 years ago
barisusakli
0b9829850c
closes #5273
8 years ago
psychobunny
6b7b51eaf0
Merge pull request #5170 from pitaj/master
...
ACP search updated to support translations
8 years ago
Peter Jaszkowiak
e2ea3cb21e
Fix linting error
8 years ago
Stuart Williams
647d0e0a75
Avoid encoding HTML in Twitter social share text
8 years ago
Stuart Williams
cafc5cd891
closes #5259
8 years ago
Peter Jaszkowiak
8ca98625b9
Key through search results
8 years ago
Peter Jaszkowiak
f1cfed50a1
Translate skins and themes fully
8 years ago
Peter Jaszkowiak
5843e8dd77
Fix Translator to work with namespace paths
8 years ago
Julian Lam
777f15941f
closes #5251
8 years ago
Julian Lam
252574346e
tweak gitignores, closes #5250
8 years ago
psychobunny
bcb3903446
priv table headers
8 years ago
Peter Jaszkowiak
5223bb5191
Merge branch 'master' of github.com:nodebb/nodebb
8 years ago
barisusakli
4cb48c46ab
closes #5242
8 years ago
barisusakli
2291899f4f
show chat room title in taskbar
8 years ago
Peter Jaszkowiak
77e58f31c5
Fixes, passes tests
8 years ago
Peter Jaszkowiak
240e958fb1
Use config.relative_path instead of allcaps
8 years ago
Peter Jaszkowiak
de6ced4e07
Tests for admin search, simplifications
8 years ago
Peter Jaszkowiak
e3dd68e19c
Explanations and simplifications
8 years ago
Peter Jaszkowiak
a431dc0305
ACP search updated to support translations
8 years ago
barisusakli
2e28a8f7c7
closes #5239
8 years ago
barisusakli
a4b46fd5ce
closes #5236
8 years ago
Peter Jaszkowiak
c5237443cd
Standard language codes ( #5218 )
...
* Use standard language codes. Fallback for plugins.
* Fix transifex config
* Tab vs space here for some reason
* Remove redundancies
* config.relative_path instead of allcaps
* added upgrade script for existing users' accounts
8 years ago
NodeBB Misty
7e6e5f771c
Latest translations and fallbacks
8 years ago
Julian Lam
c987b8474e
fixing new post parsing to not add img-responsive to avatars
8 years ago
Julian Lam
6f1e5a83ab
resolve regression caused by part of d28f7de
8 years ago
Julian Lam
d28f7de19e
fixes #5228
8 years ago
NodeBB Misty
ef6d52c01b
Latest translations and fallbacks
8 years ago
barisusakli
db14c29e41
socket.io/categories tests
8 years ago
barisusakli
3b40afe9e2
Merge branch 'master' of https://github.com/NodeBB/NodeBB
8 years ago
barisusakli
0756fcce7e
eslint
8 years ago
NodeBB Misty
2440c74f60
Latest translations and fallbacks
8 years ago
barisusakli
2c77a88ba4
closes #5220
8 years ago
NodeBB Misty
5e47ea5996
Latest translations and fallbacks
8 years ago
Julian Lam
0e8bf17ff0
re: #5211 , bringing back the RELOAD BUTTON :rage2:
8 years ago
NodeBB Misty
8fd5b12291
Latest translations and fallbacks
8 years ago
Barış Soner Uşaklı
0c9f61c629
Merge pull request #5217 from yariplus/patch-15
...
Allow sending Error objects to alertError instead of just plain strings.
8 years ago
Timothy Fike
f1e3e155c4
Update app.js
8 years ago
Timothy Fike
2d84c98565
Allow sending Error objects to alertError instead of just plain strings.
8 years ago
pichalite
d4040ed52e
Fixes #5213
8 years ago
NodeBB Misty
c452df5a7f
Latest translations and fallbacks
8 years ago
NodeBB Misty
682afbb440
Latest translations and fallbacks
8 years ago
NodeBB Misty
d19171decc
updated new chat strings for profile
8 years ago
NodeBB Misty
e8b38bb9f7
Latest translations and fallbacks
8 years ago
NodeBB Misty
6aa93362df
Latest translations and fallbacks
8 years ago
Julian Lam
ede7a71db7
Fixes #5186
...
On socket.io connection, all clients join a room pertaining to
their express session id. We use this room to keep track of any
sessions in different browser windows (but the same cookie jar),
so if a login/logout occurs, we can throw a session mismatch
modal.
This room can also be used to emit messages across windows/tabs...
8 years ago
Julian Lam
0f93206122
lint
8 years ago
Julian Lam
7d523fae0f
closes #5200
8 years ago
Julian Lam
885316d78f
also show minutes and hours in cut off timestamp
8 years ago
Julian Lam
75ff60e4d5
partial revert of a9984bb
, adding in a layer to translate ISO
...
timestamp to datetime attribute and save localised string into
title attribute.
Fixes #5109
8 years ago
NodeBB Misty
b9abde5832
Latest translations and fallbacks
8 years ago
barisusakli
a9984bb926
closes #5108
8 years ago
barisusakli
1a9dd2311c
closes #5175
8 years ago
Ben Lubar
e151916f1a
Fix followed topic notifications going to the last unread post
...
Regression introduced in 1b34ebe230
.
Bug originally reported in #4469 .
8 years ago
Julian Lam
e6c9c89342
closes #5197
8 years ago
NodeBB Misty
7241c42302
Latest translations and fallbacks
8 years ago
barisusakli
8294fc90e3
closes #5084
8 years ago
barisusakli
5703bf6eac
fix test
8 years ago
barisusakli
ce9be7e694
closes #5132
8 years ago
NodeBB Misty
3eacd33951
Latest translations and fallbacks
8 years ago
Barış Soner Uşaklı
b38a10f96a
add pagination to user profile
8 years ago
NodeBB Misty
bece25cf6a
Latest translations and fallbacks
8 years ago