Commit Graph

153 Commits (38ca8b481cc5c383c7fd3e216720fdc51dde9f26)

Author SHA1 Message Date
barisusakli c852574cef closes
barisusakli df73ceaeb7 closes
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
barisusakli ab15dba0de closes
barisusakli 3ecd523799 added jquery ui datepicker
Julian Lam 8c7b474e8b moved fontawesome CSS into stylesheet.css, and updating the js and css middlewares to compile at app start, not on first load
Julian Lam 0ea14324ac adding missing files
Julian Lam ca2e9d7d9e linting and moving xregexp back to .js
Julian Lam 738ada9b16 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 816d9e5d12 minifying xregext lib
psychobunny fdb9b889ec Merge branch 'master' of https://github.com/designcreateplay/NodeBB
psychobunny fb1ddc3d9b minifying colorpicker.js
Julian Lam b525d95915 Merge branch 'master' of github.com:designcreateplay/NodeBB
Julian Lam 6aa8df1d24 removed unminified buzz library, keeping minified version
psychobunny da0355ef79 remove async dep for widgets (30kb was overkill for one use of async.each); linting
barisusakli d4556d4da3 added minifed js files
replace jquery form and timeago with minified versions
Julian Lam a500899fdf removing unused bootstrap js file
Julian Lam 4343f240d0 moving async back to proper vendor folder
psychobunny df29410c08 moving async back to require.js modules/vendor folder
Julian Lam 4cb9f34253 adding buzz and sound assets
Julian Lam f65a7f96ff moving async to proper vendor folder
barisusakli 661dff2f9b added jquery css
barisusakli 78f9c25c9c added autocomplete to jquery fixed search results
Baris Soner Usakli c49c3e3550 fixed jquery ui package
Baris Soner Usakli 075c6c01f2 upload changes, show progres in composer
Julian Lam 53285d70a9 just sneaking tabIndent into NodeBB core -- nothing to see here...
Julian Lam 5861630dec - removed autocomplete in composer core (now entirely in mentions)
- upped jQuery UI to 1.10.4
psychobunny 1528c70a30 deleted BS css files from core - please update vanilla
Julian Lam acc390f6ef added timeago locales, fixed timeago template error in ACP.
Julian Lam c8a514aa37 updated new timeago path
Baris Soner Usakli 414eaea413 username mention auto completes
Julian Lam 53caa5e422 full unicode support in slugify method, thanks to XRegExp
Julian Lam 0f362b7fac updated bootstrap - because why not
Julian Lam 5b6f5ebf9d added tinycon lib and changed notif icon to be in CSS instead of in
template
Baris Usakli 541993c80a fontawesome 4 migration, closes
Julian Lam 39f2efbef8 closed
Julian Lam c5bc2dd64f upgrading to bootstrap 3.0.1, wish us luck!
psychobunny 3fd7d9a604 moved jquery.form.js into appropriate location
Julian Lam da59f47624 adding missing files
Baris Usakli d721320af5 added jquery.timeago.js
psychobunny 6647e75c77 updated bootbox to BS3
psychobunny e5af4f6299 BS3 source files, damn you windows github
psychobunny 2f70dd732d BS3 basic integration; btn-large to btn-lg (inc FA); navbar fixed
psychobunny 99d8affa53 started categories admin + icon picker; updated fontawesome; removed FA docs/less/sass
Julian Lam cbd03e75e2 fixing bug where the number of posts counted was incorrect (1 over), causing thread tools to not appear when a topic was locked.
also integrated bootbox into confirm dialogs for thread deletion
Julian Lam 0a00eac970 added requirejs, new 'composer' module for all posting related functions (client-side)
composer module only has "push" at the moment... doesn't render a window quite yet.
psychobunny 6dd8264685 updated to latest font-awesome (3.11)
Baris Usakli c7dcbb8ab2 added jquery.ui.min
Julian Lam 94cd7e84eb updating bootstrap to official 2.3.2 version
Julian Lam 24c6d2c458 manually applying fix as detailed in https://github.com/twitter/bootstrap/issues/7118
psychobunny 88de8cd824 fixed an issue in bootstrap.js causing ctrl-click to not work. removed ctrl-click / middle click simulation code in ajaxify. am currently using unminified bootstrap TODO minifiy fixed version;
psychobunny 517b4de2fe threads look awesome now
psychobunny d711a4e334 added post button, post window, added click handler to toaster alert, started on posts and topics schema and code
psychobunny b04d262fe4 init, just some testing