Commit Graph

14073 Commits (c3f1129fe9153a0addc0935db35459fa073c1d82)
 

Author SHA1 Message Date
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
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
Peter Jaszkowiak 3008794797 `admin/general` JS translations and misc
Peter Jaszkowiak 95bef8f3f6 `admin/extend` JS translations and misc
Peter Jaszkowiak 38eba81933 ACP menu and title translations
Peter Jaszkowiak bae1daf5dc Bootbox wrapper improvements
Peter Jaszkowiak 606de990e9 `admin/advanced` JS translations
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
Peter Jaszkowiak 20db4657b2 `admin/general` translations
Peter Jaszkowiak 4eca23174a Translate dynamically added admin content
Peter Jaszkowiak 3cd6a8a94b `admin/extend` translations
Peter Jaszkowiak 50aed01c57 `admin/development` translations
Peter Jaszkowiak 6c1b852d48 `admin/appearance` translations
Peter Jaszkowiak 8931702136 `admin/advanced` translations
Misty (Bot) ecdd57dda2 Incremented version number
barisusakli 70f71888f1 up themes
barisusakli 9ace5c6e17 moved next() of out try/catch
barisusakli 1fed01fe43 ability to filter search by tags
Barış Soner Uşaklı fef239d97a up mongodb
Barış Soner Uşaklı 647c05ec42 up composer
Barış Soner Uşaklı 4ff3d06f90 escape labelColor, icon, cover:position, validate toPid
Julian Lam a043876d00 what, does Travis not like 4-space indents?
barisusakli 6a0cbadb3e closes
barisusakli 009da723c5 meta.configs tests
barisusakli 975141bc9b more tag tests
barisusakli 835669805a tag tests
barisusakli 3bd1c6c2b5 notification tests
barisusakli 55b68197aa closes
barisusakli 9d75c48236 closes closes closes
barisusakli e17b37edb6 closes
Julian Lam e028ac1363 passing in arguments to npm instead of command string, closes
xucheng 40d73e2a54 fix ajax 404 err when base url isn't root ()
barisusakli 9e52d5ec04 new hook, action:user.delete
Julian Lam 83cd07f830 request travis to build now too
barisusakli fba28791f5 missing ;
barisusakli c32e6aaabb use build module instead of forking
barisusakli 53fe432d8a fix hook
barisusakli 97c0b33cf6 filter:middleware.render
barisusakli e86708cb0c add cid to widgets.render
init date pickers in widgets ACP
barisusakli 82d3b24cd3 Merge branch 'master' of https://github.com/NodeBB/NodeBB
barisusakli 35a15f37ec closes
Barış Soner Uşaklı 1f52048866 Merge pull request from Fusselwurm/patch-2
ZSET scores are float: parseInt => parseFloat
psychobunny 10cffb0b54 Merge pull request from pichalite/setup-password-check
Check password length on setup and prompt again
Anil Mandepudi aea08d58b1 Fix tabs
pichalite 0a4e45c0da Check password length on setup
Julian Lam b79073cf32 Merge branch 'translator-escapes' of https://github.com/pitaj/NodeBB into pitaj-translator-escapes
Mathias Schreck b1a48981ef Check if href exists before accessing it ()
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.
Moritz Schmidt ec5d13188b sneakily adjust database/sorted tests to include float scores
Moritz Schmidt c8393d6f87 mongo: set scores as float instead of int
Peter Jaszkowiak db1fdb897f Fixes for dev-ing on windows
- Change `nodebb.bat` to simply run `node ./nodebb` with same arguments
- Fix `npm test` for windows